]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
sudo: Update to 1.8.3p2.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Jan 2012 20:02:55 +0000 (21:02 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 31 Jan 2012 20:02:55 +0000 (21:02 +0100)
Addresses bug #10016 and CVE 2012-0809.

sudo/sudo.nm

index 139157b83bf8a8e12e01f236c00cd63df366c83d..6564e41ff0566436cb2c740fd68b8f999ceb964e 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = sudo
-version    = 1.8.3
-release    = 2
+version    = 1.8.3p2
+release    = 1
 
 groups     = Applications/System
 url        = http://www.sudo.ws/sudo/download.html
@@ -36,7 +36,7 @@ build
        end
 
        configure_options += \
-               --libexecdir=/usr/lib \
+               --libexecdir=%{libdir} \
                --with-logging=syslog \
                --with-logfac=authpriv \
                --with-pam \