Merge tag 'debian/1.8.5p2-1' into squeeze
[debian/sudo] / debian / changelog
index 70f62b4ca8e0ccc9d776a6c47c5b7d587c03efea..84dbd0479a4bbd57cc2b6846ca3f0d87e403f9a7 100644 (file)
@@ -1,10 +1,48 @@
-sudo (1.8.3p1-2) UNRELEASED; urgency=low
+sudo (1.8.5p2-1~bpo60+1) squeeze-backports; urgency=low
+
+  * backport of version targeted for wheezy release by user request
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 25 Sep 2012 10:20:29 -0600
+
+sudo (1.8.5p2-1) unstable; urgency=low
+
+  * new upstream version
+  * patch to use flock on hurd, run autoconf in rules, closes: #655883
+  * patch to avoid calling unlink with null pointer on hurd, closes: #655948
+  * patch to actually use hardening build flags, closes: #655417
+  * fix sudo-ldap.postinst syntax issue, closes: #669576
+
+ -- Bdale Garbee <bdale@gag.com>  Thu, 28 Jun 2012 12:01:37 -0600
+
+sudo (1.8.3p2-1) unstable; urgency=high
+
+  * new upstream version, closes: #657985 (CVE-2012-0809)
+  * patch from Pino Toscano to only use selinux on Linux, closes: #655894
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 30 Jan 2012 16:11:54 -0700
+
+sudo (1.8.3p1-3) unstable; urgency=low
+
+  * patch from Moritz Muehlenhoff enables hardened build flags, closes: #655417
+  * replacement postinst script from Mike Beattie using shell instead of Perl
+  * include systemd service file from Michael Stapelberg, closes: #639633
+  * add init.d status support, closes: #641782
+  * make sudo-ldap package manage a sudoers entry in nsswitch.conf,
+    closes: #610600, #639530
+  * enable mail_badpass in the default sudoers file, closes: #641218
+  * enable selinux support, closes: #655510
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 11 Jan 2012 16:18:13 -0700
+
+sudo (1.8.3p1-2) unstable; urgency=low
 
   * if upgrading from squeeze, and the sudoers file is unmodified, avoid
     the packaging system prompting the user about a change they didn't make
     now that sudoers is a conffile, closes: #612532, #636049
+  * add a recommendation for the use of visudo to the sudoers.d/README file,
+    closes: #648104
 
- -- Bdale Garbee <bdale@gag.com>  Sat, 12 Nov 2011 15:27:33 -0700
+ -- Bdale Garbee <bdale@gag.com>  Sat, 12 Nov 2011 16:27:13 -0700
 
 sudo (1.8.3p1-1) unstable; urgency=low
 
@@ -98,6 +136,21 @@ sudo (1.7.4p4-3) unstable; urgency=low
 
  -- Bdale Garbee <bdale@gag.com>  Tue, 21 Sep 2010 23:53:08 -0600
 
+sudo (1.7.4p4-2.squeeze.2) stable; urgency=low
+
+  * patch from upstream to resolve interoperability problem between HOME in
+    env_keep and the -H flag, originally closed #596493, applying this to
+    to squeeze also closes: #614232
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 20 Feb 2011 09:35:07 -0700
+
+sudo (1.7.4p4-2.squeeze.1) testing; urgency=low
+
+  * patch from upstream to fix special case in password checking code
+    when only the gid is changing, closes #609641
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 26 Jan 2011 09:08:12 +1000
+
 sudo (1.7.4p4-2) unstable; urgency=low
 
   * add a NEWS item about change in $HOME handling that impacts programs