main/sudo: security upgrade to 1.7.9_p1 (CVE-2012-2337)

fixes #1188
This commit is contained in:
Natanael Copa 2012-06-11 08:15:01 +00:00
parent 516619f168
commit a0a6e1b2f1

View File

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sudo
pkgver=1.7.4_p4
pkgver=1.7.9_p1
if [ "${pkgver%_*}" != "$pkgver" ]; then
_realver=${pkgver%_*}${pkgver#*_}
else
@ -31,4 +31,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
md5sums="55d9906535d70a1de347cd3d3550ee87 sudo-1.7.4p4.tar.gz"
md5sums="784ac5d58b87fd9147078cafb15945ca sudo-1.7.9p1.tar.gz"