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.6.9p15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbcee5cac17e
branches:  trunk
changeset: 540138:cbcee5cac17e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 29 14:16:58 2008 +0000

description:
Update sudo package to 1.6.9p15.

653) Fixed installation of sudo_noexec.so on AIX.

654) Updated libtool to version 1.5.26.

655) Fixed printing of default SELinux role and type in -V mode.

656) The HOME environment variable is once again preserved by default,
     as per the documentation.

diffstat:

 security/sudo/Makefile         |   6 +++---
 security/sudo/PLIST            |   4 ++--
 security/sudo/distinfo         |  10 +++++-----
 security/sudo/patches/patch-aa |  21 +++++++++++----------
 4 files changed, 21 insertions(+), 20 deletions(-)

diffs (108 lines):

diff -r cbf23e0329cf -r cbcee5cac17e security/sudo/Makefile
--- a/security/sudo/Makefile    Sat Mar 29 14:02:08 2008 +0000
+++ b/security/sudo/Makefile    Sat Mar 29 14:16:58 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2008/03/11 15:52:51 taca Exp $
+# $NetBSD: Makefile,v 1.110 2008/03/29 14:16:58 taca Exp $
 #
 
-DISTNAME=              sudo-1.6.9p14
+DISTNAME=              sudo-1.6.9p15
 CATEGORIES=            security
 MASTER_SITES=          http://www.courtesan.com/sudo/dist/ \
                        ftp://ftp.courtesan.com/pub/sudo/ \
@@ -11,7 +11,7 @@
                        http://netmirror.org/mirror/ftp.sudo.ws/ \
                        http://www.courtesan.com/sudo/dist/OLD/ \
                        http://www.courtesan.com/sudo/dist/beta/
-DIST_SUBDIR=           ${DISTNAME}-200803090
+DIST_SUBDIR=           ${DISTNAME}-200803290
 
 MAINTAINER=            kim%tac.nyc.ny.us@localhost
 HOMEPAGE=              http://www.courtesan.com/sudo/
diff -r cbf23e0329cf -r cbcee5cac17e security/sudo/PLIST
--- a/security/sudo/PLIST       Sat Mar 29 14:02:08 2008 +0000
+++ b/security/sudo/PLIST       Sat Mar 29 14:16:58 2008 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2007/07/04 20:37:50 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/03/29 14:16:58 taca Exp $
 bin/sudo
 bin/sudoedit
-libexec/sudo_noexec.la
+libexec/sudo_noexec.so
 man/man5/sudoers.5
 man/man8/sudo.8
 man/man8/sudoedit.8
diff -r cbf23e0329cf -r cbcee5cac17e security/sudo/distinfo
--- a/security/sudo/distinfo    Sat Mar 29 14:02:08 2008 +0000
+++ b/security/sudo/distinfo    Sat Mar 29 14:16:58 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2008/03/11 15:52:51 taca Exp $
+$NetBSD: distinfo,v 1.54 2008/03/29 14:16:58 taca Exp $
 
-SHA1 (sudo-1.6.9p14-200803090/sudo-1.6.9p14.tar.gz) = 71ac10f51c1b3d6338ac936fe39be3009ea4dbb4
-RMD160 (sudo-1.6.9p14-200803090/sudo-1.6.9p14.tar.gz) = 8516c9f0a6468e07174ffda310f55013841e3fba
-Size (sudo-1.6.9p14-200803090/sudo-1.6.9p14.tar.gz) = 589298 bytes
-SHA1 (patch-aa) = a843d22064eb6008146443d9e9b7f0a3196705b3
+SHA1 (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = 23beafa1d7c9c85c4535648923323cab34ff7810
+RMD160 (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = af7278bddef79962ea086a5120cd815d13b2909c
+Size (sudo-1.6.9p15-200803290/sudo-1.6.9p15.tar.gz) = 593065 bytes
+SHA1 (patch-aa) = 4e1bfcf3f8ea831e682d2c0a34df4746ee95899e
 SHA1 (patch-af) = cd9eac03f4d78a5b9d2702bc7e1952a26ea8ca92
 SHA1 (patch-ag) = a2eb0b1b0aef7325e14cbd5fed8d517b5b4eba2d
 SHA1 (patch-ai) = d28c1288955a443a726928723400b4d32d546b71
diff -r cbf23e0329cf -r cbcee5cac17e security/sudo/patches/patch-aa
--- a/security/sudo/patches/patch-aa    Sat Mar 29 14:02:08 2008 +0000
+++ b/security/sudo/patches/patch-aa    Sat Mar 29 14:16:58 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.18 2008/03/11 15:52:51 taca Exp $
+$NetBSD: patch-aa,v 1.19 2008/03/29 14:16:58 taca Exp $
 
---- Makefile.in.orig   2008-03-05 21:41:08.000000000 +0900
+--- Makefile.in.orig   2008-03-24 04:43:51.000000000 +0900
 +++ Makefile.in
-@@ -187,7 +187,7 @@ sudo_noexec.lo: $(srcdir)/sudo_noexec.c
+@@ -188,7 +188,7 @@ sudo_noexec.lo: $(srcdir)/sudo_noexec.c
        $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
  
  sudo_noexec.la: sudo_noexec.lo
@@ -11,7 +11,7 @@
  
  # Uncomment the following if you want "make distclean" to clean the parser
  @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h
-@@ -303,20 +303,20 @@ sudoers.man:: sudoers.man.in
+@@ -304,35 +304,35 @@ sudoers.man:: sudoers.man.in
  
  sudoers.cat: sudoers.man
  
@@ -27,23 +27,24 @@
  
  install-binaries: $(PROGS)
 -      $(INSTALL) -O $(install_uid) -G $(install_gid) -M 4111 -s sudo $(DESTDIR)$(sudodir)/sudo
-+      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 4511 -s sudo $(DESTDIR)$(sudodir)/sudo
++      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 4511 -s sudo $(DESTDIR)$(sudodir)
        rm -f $(DESTDIR)$(sudodir)/sudoedit
        ln $(DESTDIR)$(sudodir)/sudo $(DESTDIR)$(sudodir)/sudoedit
 -      $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0111 -s visudo $(DESTDIR)$(visudodir)/visudo
 -@SELINUX@     $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0111 -s sesh $(DESTDIR)$(libexecdir)/sesh
-+      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0511 -s visudo $(DESTDIR)$(visudodir)/visudo
-+@SELINUX@     $(INSTALL) -o $(install_uid) -g $(install_gid) -M 0111 -s sesh $(DESTDIR)$(libexecdir)/sesh
++      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0511 -s visudo $(DESTDIR)$(visudodir)
++@SELINUX@     $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0511 -s sesh $(DESTDIR)$(libexecdir)
  
  install-noexec: sudo_noexec.la
-       $(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la $(DESTDIR)$(noexecdir)
-@@ -326,15 +326,15 @@ bininst-noexec: sudo_noexec.la
+-      test -f .libs/$(noexecfile) && $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0755 .libs/$(noexecfile) $(DESTDIR)$(noexecdir)
++      test -f .libs/$(noexecfile) && $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0755 .libs/$(noexecfile) $(DESTDIR)$(noexecdir)
  
  install-sudoers:
        test -f $(DESTDIR)$(sudoersdir)/sudoers || \
 -          $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
+-              $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers
 +          $(INSTALL) -o $(sudoers_uid) -g $(sudoers_gid) -m $(sudoers_mode) \
-               $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers
++              $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)
  
  install-man:
 -      $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudo.$(mantype) $(DESTDIR)$(mandirsu)/sudo.$(mansectsu)



Home | Main Index | Thread Index | Old Index