[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Versies van pakketten, bash



On Thu, Sep 13, 2018 at 10:22:03AM +0200, Bas Neve wrote:
> Beste mensen,
> Als ik dpkg -l uitvoer zie ik voor bash bijv 4.4-5. Als ik op die machine
> bash --version opvraag zie ik 4.4-12. Als ik de man page lees zie ik geen
> verklaring van dit verschil.
> 

Een computer

|$ dpkg -l bash | tail -n 1
|ii  bash           4.4.18-1     amd64        GNU Bourne Again SHell
|$ bash --version | head -n 1
|GNU bash, versie 4.4.18(1)-release (x86_64-pc-linux-gnu)
|$ 


Andere computer

|$ dpkg -l bash | tail -n 1
|ii  bash           4.3-11+b1    amd64        GNU Bourne Again SHell
|$ bash --version | head -n 1
|GNU bash, versie 4.3.30(1)-release (x86_64-pc-linux-gnu)
|$ zcat /usr/share/doc/bash/changelog.Debian.gz  | head
|bash (4.3-11) unstable; urgency=medium
|
|  * Apply upstream patches 028 - 030.
|  * Remove the parser-oob patch.
|
| -- Matthias Klose <doko@debian.org>  Tue, 07 Oct 2014 16:20:35 +0200
|
|bash (4.3-10) unstable; urgency=medium
|
|  * Apply upstream patches 026 and 027.
|$ 



Groeten
Geert Stappers


Reply to: