~ubuntu-branches/ubuntu/precise/shadow/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-11-24 13:42:42 UTC
  • mfrom: (1.1.9 upstream) (18.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101124134242-832f4tew5s81ntj7
Tags: 1:4.1.4.2+svn3283-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/{source_shadow.py,rules}: Add apport hook
  - debian/rules: fix FTBFS from newer libtools
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
shadow (1:4.1.4.2+svn3283-2ubuntu1) natty; urgency=low
 
2
 
 
3
  * Merge from debian unstable.  Remaining changes:
 
4
    - Ubuntu specific:
 
5
      + debian/login.defs: use SHA512 by default for password crypt routine.
 
6
    - debian/{source_shadow.py,rules}: Add apport hook
 
7
    - debian/rules: fix FTBFS from newer libtools
 
8
    - debian/patches/495_stdout-encrypted-password: chpasswd can report
 
9
      password hashes on stdout (Debian bug 505640).
 
10
    - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.
 
11
 
 
12
 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 24 Nov 2010 13:42:42 +0100
 
13
 
 
14
shadow (1:4.1.4.2+svn3283-2) unstable; urgency=low
 
15
 
 
16
  * The "Bleu du Vercors-Sassenage" release.
 
17
  * Fix backup command line in cron.daily script. Closes: #596283
 
18
 
 
19
 -- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>  Sat, 25 Sep 2010 23:38:39 +0200
 
20
 
 
21
shadow (1:4.1.4.2+svn3283-1) unstable; urgency=low
 
22
 
 
23
  * The "Bleu de Gex" release.
 
24
  * New upstream unreleased version:
 
25
    - Fix formatting of the login.defs.5 manpage. Closes: #542804
 
26
    - Updated Czech translation. Closes: #548407
 
27
    - Updated Vietnamese translation. Closes: #548065
 
28
    - Remove patches applied upstream:
 
29
      + debian/patches/008_su_no_sanitize_env
 
30
      + debian/patches/483_su_fakelogin_wrong_arg0
 
31
    - Updated patches:
 
32
      + debian/patches/523_su_arguments_are_no_more_concatenated_by_default
 
33
      + debian/patches/542_useradd-O_option
 
34
    - Added support for dates already specified as a number of days since
 
35
      Epoch in useradd, usermod and chage. Closes: #562221
 
36
    - This also allows, in the chage interactive mode, to specify -1 as the
 
37
      expiration date to disable it. Closes: #573018
 
38
    - Fixed parsing of gshadow. This fix password support in newgrp.
 
39
      Closes: #569899
 
40
    - pwck and grpck stop sorting at the first line which begins with a '+'.
 
41
      This will avoid messing up with NIS entries. Closes: #567836
 
42
    - Fix interruption of su, newgrp, vipw with Ctrl-Z. Closes: 530231
 
43
    - mail checking is no more mentioned in login(1) since it is done by PAM.
 
44
      Closes: #470059
 
45
    - The -e (and -c and -m) option was restored in chpasswd (which still uses
 
46
      PAM by default).  Closes: #539354
 
47
    - Kazakh translation updated. Closes: #586994
 
48
    - Fixed comma splice in chsh(1). Closes: #582166
 
49
  * debian/securetty.kfreebsd: On GNU/kFreeBSD the serial devices have change
 
50
    from /dev/cuuaX to /dev/ttydX in kernel 6.0. Closes: #544523
 
51
  * debian/securetty.linux: Added support for embedded ARM AMBA PL011 ports
 
52
    (e.g. emulated by QEMU). Closes: #544184
 
53
  * debian/control: Removed Martin Quinson from the Uploaders, on his request.
 
54
  * debian/login.defs: Improve documentation of USERGROUPS_ENAB.
 
55
    Closes: #572687
 
56
  * debian/rules: Added DEB_AUTO_UPDATE_LIBTOOL = pre. Closes: #560633
 
57
  * debian/login.pam: return back to mostly "requisite" for the pam_securetty
 
58
    PAM module, but ignore PAM_USER_UNKNOWN. This will avoid root from
 
59
    entering a password, and will also avoid user enumeration attacks.
 
60
    Mis-typed root login are not protected, only root can be blamed for
 
61
    mis-typing and entering a password on an insecure line. Users willing to
 
62
    protect against mis-typed root login can use "requisite", but will be
 
63
    vulnerable to user enumeration attacks on insecure lines, and should use
 
64
    pam 1.1.0-4 at least. Closes: #574082, #531341
 
65
  * debian/passwd.cron.daily: Handle the backups of the user and group
 
66
    databases so that it can be removed from the standard daily cron job.
 
67
    Closes: #554170
 
68
  * debian/login.defs: Updated description of UMASK (used by pam_umask).
 
69
  * debian/securetty.linux: Reorganize and synchronize with
 
70
    Documentation/devices.txt. This added a lot of TTYs, including the
 
71
    ttyPZ0..3. Closes: #576203
 
72
  * debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug
 
73
    507673, causing missing apostrophes in the manpages generated by
 
74
    docbook-xsl (see debian bug 507673).
 
75
  * debian/control: Standards-Version: bumped to 3.8.4. No changes.
 
76
  * debian/passwd.lintian-overrides: Remove old entries relevant for
 
77
    passwd.config.
 
78
  * debian/control: Do not repeat the Section and Priority fields for the
 
79
    binary packages.
 
80
  * debian/rules: Disable new features: --without-acl --without-attr
 
81
    --without-tcb
 
82
 
 
83
 -- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>  Sun, 29 Aug 2010 21:14:12 +0200
 
84
 
1
85
shadow (1:4.1.4.2-1ubuntu3) maverick; urgency=low
2
86
 
3
87
  * add ttyO0-3 to debian/securetty.linux, if OMAP kernels are built with
1534
1618
  * Really add /etc/pam.d/su. Closes: #330291
1535
1619
  
1536
1620
 -- Christian Perrier <bubulle@debian.org>  Wed, 28 Sep 2005 19:59:31 +0200
1537
 
   
 
1621
 
1538
1622
shadow (1:4.0.12-4) unstable; urgency=low
1539
1623
 
1540
1624
  * The "Epoisses" release
2866
2950
  * Upgrade to latest config.sub and config.guess.  Closes: #88547
2867
2951
 
2868
2952
 -- Gerhard Tonn <gt@debian.org>  Fri,  1 Jun 2001 20:38:43 +0200
2869
 
                                                              
 
2953
 
2870
2954
shadow (20000902-6) unstable; urgency=medium
2871
2955
 
2872
2956
  * actually set root's password when appropriate