pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sudo Install the binaries readable for the ow...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95ae45af38a0
branches:  trunk
changeset: 537115:95ae45af38a0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 03 23:17:47 2008 +0000

description:
Install the binaries readable for the owner, so that a package can be
created in unprivileged pkgsrc mode. PKGREVISION++

diffstat:

 security/sudo/Makefile         |  3 ++-
 security/sudo/distinfo         |  4 ++--
 security/sudo/patches/patch-aa |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 7cdfc012efa2 -r 95ae45af38a0 security/sudo/Makefile
--- a/security/sudo/Makefile    Thu Jan 03 23:15:47 2008 +0000
+++ b/security/sudo/Makefile    Thu Jan 03 23:17:47 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2007/12/30 13:42:29 heinz Exp $
+# $NetBSD: Makefile,v 1.105 2008/01/03 23:17:47 rillig Exp $
 #
 
 DISTNAME=              sudo-1.6.9p10
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.courtesan.com/sudo/dist/ \
                        ftp://ftp.courtesan.com/pub/sudo/ \
diff -r 7cdfc012efa2 -r 95ae45af38a0 security/sudo/distinfo
--- a/security/sudo/distinfo    Thu Jan 03 23:15:47 2008 +0000
+++ b/security/sudo/distinfo    Thu Jan 03 23:17:47 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2007/12/21 03:12:34 taca Exp $
+$NetBSD: distinfo,v 1.49 2008/01/03 23:17:48 rillig Exp $
 
 SHA1 (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = 1ce9ea7073a6b7cad6f84612c5813215273351bb
 RMD160 (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = ce9fbed0ee718109f0c2d07f3749e91560107cb9
 Size (sudo-1.6.9p10-20071205/sudo-1.6.9p10.tar.gz) = 579302 bytes
-SHA1 (patch-aa) = 5741d965cec49d7bb84bcdd7fd461edb2cc18465
+SHA1 (patch-aa) = 90e5a64fc621efc5f4bcb4bc3dc0dce44704391f
 SHA1 (patch-af) = c0a594c8b3a665dc0a84f40754a46bcd7e17ea49
 SHA1 (patch-ag) = c3442810139581c003e2c5d911df1bcbdcfc0008
diff -r 7cdfc012efa2 -r 95ae45af38a0 security/sudo/patches/patch-aa
--- a/security/sudo/patches/patch-aa    Thu Jan 03 23:15:47 2008 +0000
+++ b/security/sudo/patches/patch-aa    Thu Jan 03 23:17:47 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.16 2007/10/28 02:05:44 taca Exp $
+$NetBSD: patch-aa,v 1.17 2008/01/03 23:17:48 rillig Exp $
 
 --- Makefile.in.orig   2007-10-26 00:52:02.000000000 +0900
 +++ Makefile.in
@@ -27,12 +27,12 @@
  
  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 4111 -s sudo $(DESTDIR)$(sudodir)/sudo
++      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 4511 -s sudo $(DESTDIR)$(sudodir)/sudo
        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
-+      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0111 -s visudo $(DESTDIR)$(visudodir)/visudo
++      $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0511 -s visudo $(DESTDIR)$(visudodir)/visudo
  
  install-noexec: sudo_noexec.la
        $(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la $(DESTDIR)$(noexecdir)



Home | Main Index | Thread Index | Old Index