Date: Tue, 8 Nov 2022 00:04:35 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2249d4ed3ad0 - 2022Q4 - security/sudo: Update to 1.9.12 Message-ID: <202211080004.2A804ZeR080652@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2249d4ed3ad0264905685c553173ed3a865cb838 commit 2249d4ed3ad0264905685c553173ed3a865cb838 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-10-24 15:29:14 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-11-08 00:03:43 +0000 security/sudo: Update to 1.9.12 Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 8885a02766c06861e00d35aa819fa517321160be) --- security/sudo/Makefile | 4 ++-- security/sudo/distinfo | 6 +++--- security/sudo/pkg-plist | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 795fd03ef8d8..f593267b9352 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.11p3 +PORTVERSION= 1.9.12 CATEGORIES= security MASTER_SITES= SUDO @@ -116,7 +116,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sudo_logsrvd ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sudo_sendlog ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/visudo -.for f in audit_json.so group_file.so libsudo_util.so sample_approval.so sudoers.so system_group.so +.for f in audit_json.so group_file.so libsudo_util.so sudoers.so system_group.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/sudo/${f} .endfor diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 0c08cc330861..3d5baac5c61b 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655830216 -SHA256 (sudo-1.9.11p3.tar.gz) = 4687e7d2f56721708f59cca2e1352c056cb23de526c22725615a42bb094f1f70 -SIZE (sudo-1.9.11p3.tar.gz) = 4826520 +TIMESTAMP = 1666623981 +SHA256 (sudo-1.9.12.tar.gz) = de15733888170c56834daafd34bf983db10fb21039742fcfc396bd32168d6362 +SIZE (sudo-1.9.12.tar.gz) = 4906320 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index a2908ed5049f..c3f93fe4698e 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -13,7 +13,6 @@ libexec/sudo/libsudo_util.so libexec/sudo/libsudo_util.so.0 libexec/sudo/libsudo_util.so.0.0.0 %%PYTHON%%libexec/sudo/python_plugin.so -libexec/sudo/sample_approval.so libexec/sudo/sudo_intercept.so libexec/sudo/sudo_noexec.so libexec/sudo/sudoers.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211080004.2A804ZeR080652>