diff options
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/patches/patch-aa | 17 |
3 files changed, 17 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a8f139da5e6..44ec04f3217 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2004/08/24 09:19:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.68 2004/08/24 17:31:48 cube Exp $ # DISTNAME= sudo-1.6.8 @@ -17,6 +17,7 @@ COMMENT= Allow others to run commands as root PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 7b77a2fbbb9..8b6d0d0968c 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2004/08/23 21:15:17 xtraeme Exp $ +$NetBSD: distinfo,v 1.22 2004/08/24 17:31:48 cube Exp $ SHA1 (sudo-1.6.8.tar.gz) = 3f761fd7457ad0efb3f8efa68495ac95c825ca81 Size (sudo-1.6.8.tar.gz) = 577564 bytes -SHA1 (patch-aa) = 464d92a06528fd7af2bc6a1b768b8a097900204a +SHA1 (patch-aa) = a4f29f2c228eb3b4af0872cf04a00ffdf41c603c SHA1 (patch-af) = a28c974dc854ca21cf2da8addbe98eac13c612a2 SHA1 (patch-ag) = 3703932e134ae90281179d0a4ae4760fa420264b diff --git a/security/sudo/patches/patch-aa b/security/sudo/patches/patch-aa index 7529ef7ee3e..0e993c0f2d0 100644 --- a/security/sudo/patches/patch-aa +++ b/security/sudo/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.11 2004/08/23 21:15:17 xtraeme Exp $ +$NetBSD: patch-aa,v 1.12 2004/08/24 17:31:48 cube Exp $ ---- Makefile.in.orig 2004-08-23 22:47:51.000000000 +0200 -+++ Makefile.in 2004-08-23 22:48:20.000000000 +0200 -@@ -292,11 +292,11 @@ +--- Makefile.in.orig 2004-05-28 22:27:59.000000000 +0200 ++++ Makefile.in +@@ -181,7 +181,7 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) + $(CC) -o $@ $(TESTOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS) $(NET_LIBS) + + sudo_noexec.la: sudo_noexec.lo +- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) ++ $(LIBTOOL) --mode=link $(CC) -module $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) + + # 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 +@@ -292,11 +292,11 @@ sudoers.man:: sudoers.man.in sudoers.cat: sudoers.man |