[Midnightbsd-cvs] mports [19648] trunk/security/sudo/files: sudo 1.8.14p3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 1 09:10:29 EDT 2015


Revision: 19648
          http://svnweb.midnightbsd.org/mports/?rev=19648
Author:   laffer1
Date:     2015-08-01 09:10:28 -0400 (Sat, 01 Aug 2015)
Log Message:
-----------
sudo 1.8.14p3

Modified Paths:
--------------
    trunk/security/sudo/Makefile
    trunk/security/sudo/distinfo
    trunk/security/sudo/files/patch-install-sh
    trunk/security/sudo/files/patch-plugins__sudoers__Makefile.in
    trunk/security/sudo/files/patch-plugins__sudoers__audit.c
    trunk/security/sudo/files/patch-plugins__sudoers__sudoers.in

Property Changed:
----------------
    trunk/security/sudo/files/pam.conf

Modified: trunk/security/sudo/Makefile
===================================================================
--- trunk/security/sudo/Makefile	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/Makefile	2015-08-01 13:10:28 UTC (rev 19648)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	sudo
-DISTVERSION=	1.8.14
+DISTVERSION=	1.8.14p3
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: trunk/security/sudo/distinfo
===================================================================
--- trunk/security/sudo/distinfo	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/distinfo	2015-08-01 13:10:28 UTC (rev 19648)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.14.tar.gz) = 74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3
-SIZE (sudo-1.8.14.tar.gz) = 2570156
+SHA256 (sudo-1.8.14p3.tar.gz) = a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237
+SIZE (sudo-1.8.14p3.tar.gz) = 2570892

Index: trunk/security/sudo/files/pam.conf
===================================================================
--- trunk/security/sudo/files/pam.conf	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/files/pam.conf	2015-08-01 13:10:28 UTC (rev 19648)

Property changes on: trunk/security/sudo/files/pam.conf
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/security/sudo/files/patch-install-sh
===================================================================
--- trunk/security/sudo/files/patch-install-sh	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/files/patch-install-sh	2015-08-01 13:10:28 UTC (rev 19648)
@@ -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

Modified: trunk/security/sudo/files/patch-plugins__sudoers__Makefile.in
===================================================================
--- trunk/security/sudo/files/patch-plugins__sudoers__Makefile.in	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/files/patch-plugins__sudoers__Makefile.in	2015-08-01 13:10:28 UTC (rev 19648)
@@ -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

Modified: trunk/security/sudo/files/patch-plugins__sudoers__audit.c
===================================================================
--- trunk/security/sudo/files/patch-plugins__sudoers__audit.c	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/files/patch-plugins__sudoers__audit.c	2015-08-01 13:10:28 UTC (rev 19648)
@@ -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"

Modified: trunk/security/sudo/files/patch-plugins__sudoers__sudoers.in
===================================================================
--- trunk/security/sudo/files/patch-plugins__sudoers__sudoers.in	2015-08-01 13:08:12 UTC (rev 19647)
+++ trunk/security/sudo/files/patch-plugins__sudoers__sudoers.in	2015-08-01 13:10:28 UTC (rev 19648)
@@ -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
  ##



More information about the Midnightbsd-cvs mailing list