pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2009Q4]: pkgsrc/security/sudo Pullup ticket 3024 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baca96e92f45
branches:  pkgsrc-2009Q4
changeset: 569276:baca96e92f45
user:      spz <spz%pkgsrc.org@localhost>
date:      Fri Feb 26 06:51:06 2010 +0000

description:
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

diffstat:

 security/sudo/Makefile |  10 ++++------
 security/sudo/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 73b07b2fb48c -r baca96e92f45 security/sudo/Makefile
--- a/security/sudo/Makefile    Thu Feb 25 08:46:46 2010 +0000
+++ b/security/sudo/Makefile    Fri Feb 26 06:51:06 2010 +0000
@@ -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@localhost
diff -r 73b07b2fb48c -r baca96e92f45 security/sudo/distinfo
--- a/security/sudo/distinfo    Thu Feb 25 08:46:46 2010 +0000
+++ b/security/sudo/distinfo    Fri Feb 26 06:51:06 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index