diff options
Diffstat (limited to 'security/sudo/files')
4 files changed, 14 insertions, 14 deletions
diff --git a/security/sudo/files/patch-install-sh b/security/sudo/files/patch-install-sh index 74b3a6a11c08..935b263be5d2 100644 --- a/security/sudo/files/patch-install-sh +++ b/security/sudo/files/patch-install-sh @@ -1,6 +1,6 @@ ---- install-sh.orig 2014-09-24 01:40:15.000000000 +0900 -+++ install-sh 2014-10-10 07:26:54.000000000 +0900 -@@ -171,12 +171,6 @@ +--- install-sh.orig 2015-07-15 18:38:05 UTC ++++ install-sh +@@ -171,12 +171,6 @@ if ${DIRMODE} ; then if [ ! -d "${DEST}" ] ; then ${MKDIR} "${DEST}" || exit 1 fi @@ -13,7 +13,7 @@ if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 fi -@@ -227,12 +221,6 @@ +@@ -227,12 +221,6 @@ fi if ${STRIPIT} ; then ${STRIP} "${DEST}" || exit 1 fi diff --git a/security/sudo/files/patch-plugins__sudoers__Makefile.in b/security/sudo/files/patch-plugins__sudoers__Makefile.in index 9584fa81fdf5..6ca8dc23ada6 100644 --- a/security/sudo/files/patch-plugins__sudoers__Makefile.in +++ b/security/sudo/files/patch-plugins__sudoers__Makefile.in @@ -1,6 +1,6 @@ ---- plugins/sudoers/Makefile.in.orig 2014-10-08 05:26:20.000000000 +0900 -+++ plugins/sudoers/Makefile.in 2014-10-10 07:23:21.000000000 +0900 -@@ -323,8 +323,7 @@ +--- plugins/sudoers/Makefile.in.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/Makefile.in +@@ -336,8 +336,7 @@ install-plugin: sudoers.la install-dirs install-sudoers: install-dirs $(INSTALL) -d $(INSTALL_OWNER) -m 0750 $(DESTDIR)$(sudoersdir)/sudoers.d @@ -9,4 +9,4 @@ + $(INSTALL) $(INSTALL_OWNER) -m $(sudoers_mode) sudoers $(DESTDIR)$(sudoersdir)/sudoers uninstall: - -$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/sudoers.la + -$(LIBTOOL) $(LTFLAGS) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/sudoers.la diff --git a/security/sudo/files/patch-plugins__sudoers__audit.c b/security/sudo/files/patch-plugins__sudoers__audit.c index 8e4bf09a4f10..73821c23ca1d 100644 --- a/security/sudo/files/patch-plugins__sudoers__audit.c +++ b/security/sudo/files/patch-plugins__sudoers__audit.c @@ -1,6 +1,6 @@ ---- plugins/sudoers/audit.c.orig 2014-09-24 01:40:15.000000000 +0900 -+++ plugins/sudoers/audit.c 2014-10-10 07:24:43.000000000 +0900 -@@ -42,6 +42,7 @@ +--- plugins/sudoers/audit.c.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/audit.c +@@ -24,6 +24,7 @@ #ifdef HAVE_BSM_AUDIT # include "bsm_audit.h" diff --git a/security/sudo/files/patch-plugins__sudoers__sudoers.in b/security/sudo/files/patch-plugins__sudoers__sudoers.in index d4f6230e7560..cdc4428cb78b 100644 --- a/security/sudo/files/patch-plugins__sudoers__sudoers.in +++ b/security/sudo/files/patch-plugins__sudoers__sudoers.in @@ -1,6 +1,6 @@ ---- ./plugins/sudoers/sudoers.in.orig 2010-08-18 07:45:38.000000000 -0400 -+++ ./plugins/sudoers/sudoers.in 2011-04-11 12:47:45.440272893 -0400 -@@ -31,6 +31,14 @@ +--- plugins/sudoers/sudoers.in.orig 2015-07-15 18:44:07 UTC ++++ plugins/sudoers/sudoers.in +@@ -32,6 +32,14 @@ ## ## Defaults specification ## |