svn commit: r468828 - in head/security/sudo: . files

Renato Botelho garga at FreeBSD.org
Wed May 2 13:09:39 UTC 2018


Author: garga
Date: Wed May  2 13:09:38 2018
New Revision: 468828
URL: https://svnweb.freebsd.org/changeset/ports/468828

Log:
  Update security/sudo to 1.8.23
  
  PR:		227900
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Deleted:
  head/security/sudo/files/patch-plugins_sudoers_match.c
Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo
  head/security/sudo/pkg-plist

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Wed May  2 13:04:52 2018	(r468827)
+++ head/security/sudo/Makefile	Wed May  2 13:09:38 2018	(r468828)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-PORTVERSION=	1.8.22
-PORTREVISION=	5
+PORTVERSION=	1.8.23
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Wed May  2 13:04:52 2018	(r468827)
+++ head/security/sudo/distinfo	Wed May  2 13:09:38 2018	(r468828)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516196577
-SHA256 (sudo-1.8.22.tar.gz) = 7256cb27c20883b14360eddbd17f98922073d104b214cf65aeacf1d9c9b9fd02
-SIZE (sudo-1.8.22.tar.gz) = 3029051
+TIMESTAMP = 1525265231
+SHA256 (sudo-1.8.23.tar.gz) = d863d29b6fc87bc784a3223350e2b28a2ff2c4738f0fb8f1c92bb38c3017e679
+SIZE (sudo-1.8.23.tar.gz) = 3150674

Modified: head/security/sudo/pkg-plist
==============================================================================
--- head/security/sudo/pkg-plist	Wed May  2 13:04:52 2018	(r468827)
+++ head/security/sudo/pkg-plist	Wed May  2 13:09:38 2018	(r468828)
@@ -1,3 +1,4 @@
+bin/cvtsudoers
 bin/sudo
 bin/sudoedit
 bin/sudoreplay
@@ -11,6 +12,7 @@ libexec/sudo/libsudo_util.so.0.0.0
 libexec/sudo/sudo_noexec.so
 libexec/sudo/sudoers.so
 libexec/sudo/system_group.so
+man/man1/cvtsudoers.1.gz
 man/man5/sudo.conf.5.gz
 man/man5/sudoers.5.gz
 man/man5/sudoers_timestamp.5.gz
@@ -97,6 +99,7 @@ sbin/visudo
 %%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/sudo.mo
 @dir etc/sudoers.d
 @dir /var/db/sudo/lectured
 @dir /var/db/sudo


More information about the svn-ports-all mailing list