Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 09:44:23 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400688 - in head/security/sudo: . files
Message-ID:  <201511030944.tA39iNNB080513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Nov  3 09:44:23 2015
New Revision: 400688
URL: https://svnweb.freebsd.org/changeset/ports/400688

Log:
  - Update security/sudo to 1.8.15
  - Remove patch-plugins__sudoers__Makefile.in, unnecessary on stagedir days
  - Remove patch-plugins__sudoers__audit.c, sudo_gettext.h is already included
    by sudoers.h
  - Rework patch-plugins__sudoers__sudoers.in to replace pkg_* utilities by
    pkg on message

Deleted:
  head/security/sudo/files/patch-plugins__sudoers__Makefile.in
  head/security/sudo/files/patch-plugins__sudoers__audit.c
Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo
  head/security/sudo/files/patch-plugins__sudoers__sudoers.in
  head/security/sudo/pkg-plist

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Tue Nov  3 08:14:02 2015	(r400687)
+++ head/security/sudo/Makefile	Tue Nov  3 09:44:23 2015	(r400688)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-PORTVERSION=	1.8.14p3
+PORTVERSION=	1.8.15
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Tue Nov  3 08:14:02 2015	(r400687)
+++ head/security/sudo/distinfo	Tue Nov  3 09:44:23 2015	(r400688)
@@ -1,2 +1,2 @@
-SHA256 (sudo-1.8.14p3.tar.gz) = a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237
-SIZE (sudo-1.8.14p3.tar.gz) = 2570892
+SHA256 (sudo-1.8.15.tar.gz) = 4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308
+SIZE (sudo-1.8.15.tar.gz) = 2660128

Modified: head/security/sudo/files/patch-plugins__sudoers__sudoers.in
==============================================================================
--- head/security/sudo/files/patch-plugins__sudoers__sudoers.in	Tue Nov  3 08:14:02 2015	(r400687)
+++ head/security/sudo/files/patch-plugins__sudoers__sudoers.in	Tue Nov  3 09:44:23 2015	(r400688)
@@ -5,8 +5,8 @@
  ## Defaults specification
  ##
 +## Uncomment if needed to preserve environmental variables related to the
-+## FreeBSD pkg_* utilities and fetch.
-+# Defaults     env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR FTP_PASSIVE_MODE"
++## FreeBSD pkg utility and fetch.
++# Defaults     env_keep += "PKG_CACHEDIR PKG_DBDIR FTP_PASSIVE_MODE"
 +##
 +## Additionally uncomment if needed to preserve environmental variables
 +## related to portupgrade

Modified: head/security/sudo/pkg-plist
==============================================================================
--- head/security/sudo/pkg-plist	Tue Nov  3 08:14:02 2015	(r400687)
+++ head/security/sudo/pkg-plist	Tue Nov  3 09:44:23 2015	(r400688)
@@ -60,6 +60,7 @@ sbin/visudo
 %%NLS%%share/locale/gl/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/sudoers.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/it/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/it/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/sudo.mo
@@ -75,6 +76,8 @@ sbin/visudo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/sudoers.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/sudo.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/sudo.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/sudoers.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511030944.tA39iNNB080513>