pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/sudo Update sudo package to 1.7.2p4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6215bcaea316
branches: trunk
changeset: 572434:6215bcaea316
user: taca <taca%pkgsrc.org@localhost>
date: Fri Feb 26 01:08:38 2010 +0000
description:
Update sudo package to 1.7.2p4.
Major changes between version 1.7.2p3 and 1.7.2p4:
* Fix a bug that could allow users with permission to run sudoedit
to run arbitrary commands.
Major changes between version 1.7.2p2 and 1.7.2p3:
* Fix printing of entries with multiple host entries on a single line.
* Fix use after free when sending error messages via email.
* Use setrlimit64(), if available, instead of setrlimit() when
setting AIX resource limits since rlim_t is 32bits.
* Fix size arg when realloc()ing include stack.
* Avoid a duplicate fclose() of the sudoers file.
diffstat:
security/sudo/Makefile | 4 ++--
security/sudo/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 476ea5246d8c -r 6215bcaea316 security/sudo/Makefile
--- a/security/sudo/Makefile Thu Feb 25 21:41:11 2010 +0000
+++ b/security/sudo/Makefile Fri Feb 26 01:08:38 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.118 2010/02/09 00:05:48 zafer Exp $
+# $NetBSD: Makefile,v 1.119 2010/02/26 01:08:38 taca Exp $
#
-DISTNAME= sudo-1.7.2p2
+DISTNAME= sudo-1.7.2p4
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \
diff -r 476ea5246d8c -r 6215bcaea316 security/sudo/distinfo
--- a/security/sudo/distinfo Thu Feb 25 21:41:11 2010 +0000
+++ b/security/sudo/distinfo Fri Feb 26 01:08:38 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.60 2009/12/20 07:46:32 taca Exp $
+$NetBSD: distinfo,v 1.61 2010/02/26 01:08:38 taca Exp $
-SHA1 (sudo-1.7.2p2-200805130/sudo-1.7.2p2.tar.gz) = b729c158f81f5cff4ce6193f3db7bee00a2c2fbe
-RMD160 (sudo-1.7.2p2-200805130/sudo-1.7.2p2.tar.gz) = 4ab92524639b5d6822c48d0f74f80dc1c674ab0e
-Size (sudo-1.7.2p2-200805130/sudo-1.7.2p2.tar.gz) = 772399 bytes
+SHA1 (sudo-1.7.2p4-200805130/sudo-1.7.2p4.tar.gz) = 3a17105e77b35f49b0c9e14628f263a33469afe9
+RMD160 (sudo-1.7.2p4-200805130/sudo-1.7.2p4.tar.gz) = a6cc3b1436f9f4b7ac0017cd4b6bd61ee480808e
+Size (sudo-1.7.2p4-200805130/sudo-1.7.2p4.tar.gz) = 772821 bytes
SHA1 (patch-aa) = f80a9c0f8a7f4a1072b19c6d02d05c5ffc5d825a
SHA1 (patch-af) = 50e6ecf889c460669a4b632c0fd3b15fc45b1214
SHA1 (patch-ag) = b6153d89cfe634c79f1c5b44d4f0df0089353528
Home |
Main Index |
Thread Index |
Old Index