[135527] trunk/dports/sysutils/sudo

cal at macports.org cal at macports.org
Sat Apr 25 09:43:57 PDT 2015


Revision: 135527
          https://trac.macports.org/changeset/135527
Author:   cal at macports.org
Date:     2015-04-25 09:43:56 -0700 (Sat, 25 Apr 2015)
Log Message:
-----------
sudo: update to 1.8.12, refresh patchfiles, adapt to upstream changes, closes #46587

Modified Paths:
--------------
    trunk/dports/sysutils/sudo/Portfile
    trunk/dports/sysutils/sudo/files/patch-sudoers.in.diff

Modified: trunk/dports/sysutils/sudo/Portfile
===================================================================
--- trunk/dports/sysutils/sudo/Portfile	2015-04-25 16:18:30 UTC (rev 135526)
+++ trunk/dports/sysutils/sudo/Portfile	2015-04-25 16:43:56 UTC (rev 135527)
@@ -5,8 +5,7 @@
 
 name                sudo
 epoch               1
-version             1.8.8
-revision            1
+version             1.8.12
 categories          sysutils security
 license             ISC
 maintainers         nomaintainer
@@ -24,8 +23,8 @@
 master_sites        ${homepage}dist/ \
                     ${homepage}dist/OLD/
 
-checksums           rmd160  54511ce07a8882364a180356eb3813c0afeeab39 \
-                    sha256  9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9
+checksums           rmd160  dfae1530a20b91dbf1eef658e0d0f42594bc2506 \
+                    sha256  163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0
 
 patchfiles          patch-sudoers.in.diff
 
@@ -35,7 +34,7 @@
                     --with-env-editor \
                     --with-tty-tickets \
                     --with-ignore-dot \
-                    --with-timedir=${prefix}/var/run/sudo \
+                    --with-rundir=${prefix}/var/run/sudo \
                     --with-password-timeout=0 \
                     --disable-setreuid \
                     --with-pam
@@ -51,7 +50,7 @@
 
 post-destroot {
     move ${destroot}${prefix}/etc/sudoers ${destroot}${prefix}/etc/sudoers.dist
-    xinstall -d ${destroot}${prefix}/var/run/sudo
+    xinstall -d -m 0755 ${destroot}${prefix}/var/run/sudo
 }
 destroot.keepdirs ${destroot}${prefix}/var/run/sudo
 

Modified: trunk/dports/sysutils/sudo/files/patch-sudoers.in.diff
===================================================================
--- trunk/dports/sysutils/sudo/files/patch-sudoers.in.diff	2015-04-25 16:18:30 UTC (rev 135526)
+++ trunk/dports/sysutils/sudo/files/patch-sudoers.in.diff	2015-04-25 16:43:56 UTC (rev 135527)
@@ -1,9 +1,9 @@
---- plugins/sudoers/sudoers.in.orig	2013-03-10 21:04:01.000000000 +0100
-+++ plugins/sudoers/sudoers.in	2013-03-10 21:04:43.000000000 +0100
-@@ -61,6 +61,19 @@
+--- plugins/sudoers/sudoers.in.orig	2015-03-16 23:37:23.000000000 +0100
++++ plugins/sudoers/sudoers.in	2015-03-16 23:38:07.000000000 +0100
+@@ -62,6 +62,19 @@
  # Defaults!/usr/bin/sudoreplay !log_output
  # Defaults!/usr/local/bin/sudoreplay !log_output
- # Defaults!/sbin/reboot !log_output
+ # Defaults!REBOOT !log_output
 +Defaults	env_reset
 +Defaults	env_keep += "BLOCKSIZE"
 +Defaults	env_keep += "COLORFGBG COLORTERM"
@@ -20,11 +20,11 @@
  
  ##
  ## Runas alias specification
-@@ -70,6 +83,7 @@
+@@ -71,6 +84,7 @@
  ## User privilege specification
  ##
  root ALL=(ALL) ALL
-+%admin	ALL=(ALL) ALL
++%admin ALL=(ALL) ALL
  
  ## Uncomment to allow members of group wheel to execute any command
  # %wheel ALL=(ALL) ALL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150425/dea2807e/attachment.html>


More information about the macports-changes mailing list