From: Bdale Garbee Date: Sat, 12 Nov 2011 22:29:18 +0000 (-0700) Subject: pick a better version, in case squeeze gets another security update X-Git-Tag: debian/1.8.3p1-2~7 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cc634123b56bfc1d0576ca1ff022f7f9b8afd779;p=debian%2Fsudo pick a better version, in case squeeze gets another security update --- diff --git a/debian/sudo-ldap.preinst b/debian/sudo-ldap.preinst index 15764c4..286d243 100644 --- a/debian/sudo-ldap.preinst +++ b/debian/sudo-ldap.preinst @@ -2,7 +2,7 @@ case "$1" in install|upgrade) - if dpkg --compare-versions "$2" le "1.7.4p4-2.squeeze.2"; then + if dpkg --compare-versions "$2" le "1.7.4p4-4"; then local SUDOERS="/etc/sudoers" diff --git a/debian/sudo.preinst b/debian/sudo.preinst index 15764c4..286d243 100644 --- a/debian/sudo.preinst +++ b/debian/sudo.preinst @@ -2,7 +2,7 @@ case "$1" in install|upgrade) - if dpkg --compare-versions "$2" le "1.7.4p4-2.squeeze.2"; then + if dpkg --compare-versions "$2" le "1.7.4p4-4"; then local SUDOERS="/etc/sudoers"