diff options
author | spz <spz@pkgsrc.org> | 2010-02-26 06:51:06 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2010-02-26 06:51:06 +0000 |
commit | 5a57ee47e3cc88c446e201911e9d8e6d8c2732c5 (patch) | |
tree | 2a9c977b5be02cd5968ad140756d449ff637bea5 | |
parent | 4566004a2b239c7d87e423d6a205be42fd58334d (diff) | |
download | pkgsrc-5a57ee47e3cc88c446e201911e9d8e6d8c2732c5.tar.gz |
Pullup ticket 3024 - requested by taca
security update
Revisions pulled up:
- pkgsrc/security/sudo/Makefile 1.119
- pkgsrc/security/sudo/distinfo 1.61
--------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 26 01:08:38 UTC 2010
Modified Files:
pkgsrc/security/sudo: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/security/sudo/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/sudo/distinfo
------------------------------------------------------------------
Module Name: pkgsrc
Committed By: zafer
Date: Tue Feb 9 00:05:48 UTC 2010
Modified Files:
pkgsrc/security/sudo: Makefile
Log Message:
update master_sites
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/security/sudo/Makefile
-rw-r--r-- | security/sudo/Makefile | 10 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 3a8a8dd596a..be5469ec983 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.117 2009/12/20 07:46:32 taca Exp $ +# $NetBSD: Makefile,v 1.117.2.1 2010/02/26 06:51:06 spz 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/ \ ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ ftp://ftp.twaren.net/Unix/Security/Sudo/ \ - http://ftp.tux.org/pub/security/sudo/ \ - http://netmirror.org/mirror/ftp.sudo.ws/ \ - http://www.courtesan.com/sudo/dist/OLD/ \ - http://www.courtesan.com/sudo/dist/beta/ + http://ftp.tux.org/pub/security/sudo/ + DIST_SUBDIR= ${DISTNAME}-200805130 MAINTAINER= kim@tac.nyc.ny.us diff --git a/security/sudo/distinfo b/security/sudo/distinfo index f15033895b0..09329b55ca6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.60 2009/12/20 07:46:32 taca Exp $ +$NetBSD: distinfo,v 1.60.2.1 2010/02/26 06:51:06 spz 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 |