From e974396d4c309caf72beca2db8bdd7282bf2c8e1 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 27 Feb 2023 10:04:08 -0800 Subject: [PATCH] security/sudo: Update to 1.9.13p2 Major changes between sudo 1.9.13p2 and 1.9.13p1: * Fixed the --enable-static-sudoers option, broken in sudo 1.9.13. GitHub issue #245. * Fixed a potential double-free bug when matching a sudoers rule that contains a per-command chroot directive (CHROOT=dir). This bug was introduced in sudo 1.9.8. PR: 269854 Approved by: garga MFH: 2023Q1 --- security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index eb23f28e614e..d3d14fe16e35 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.13p1 +PORTVERSION= 1.9.13p2 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 835da51d6752..c7ac3bb37f3d 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676902041 -SHA256 (sudo-1.9.13p1.tar.gz) = 672a3b83ace56b5fa12c7d89da771d75f5ae4472bec92791fbb98c2dd853bd43 -SIZE (sudo-1.9.13p1.tar.gz) = 5096455 +TIMESTAMP = 1677521006 +SHA256 (sudo-1.9.13p2.tar.gz) = df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d +SIZE (sudo-1.9.13p2.tar.gz) = 5098083