From owner-dev-commits-ports-all@freebsd.org Thu Sep 30 12:21:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECD326B0E36; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HKsmD64j7z3LHJ; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B07453A1A; Thu, 30 Sep 2021 12:21:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18UCLGZL014606; Thu, 30 Sep 2021 12:21:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UCLGhK014605; Thu, 30 Sep 2021 12:21:16 GMT (envelope-from git) Date: Thu, 30 Sep 2021 12:21:16 GMT Message-Id: <202109301221.18UCLGhK014605@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Renato Botelho Subject: git: 5815766ccf2b - 2021Q3 - security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: garga X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 5815766ccf2b3110ab88b174425da85a77aa814e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 12:21:17 -0000 The branch 2021Q3 has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=5815766ccf2b3110ab88b174425da85a77aa814e commit 5815766ccf2b3110ab88b174425da85a77aa814e Author: Cy Schubert AuthorDate: 2021-09-17 15:27:46 +0000 Commit: Renato Botelho CommitDate: 2021-09-30 12:20:54 +0000 security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULT Sudo version 1.9.8 patchelevel 1 is now available which fixes a few regressions introduced in sudo 1.9.8. Source: https://www.sudo.ws/dist/sudo-1.9.8p1.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.8p1.tar.gz SHA256 checksum: 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 MD5 checksum: ae9c8b32268f27d05bcdcb8f0c04d461 Binary packages: https://www.sudo.ws/download.html#binary https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_8 For a list of download mirror sites, see: https://www.sudo.ws/download_mirrors.html Sudo web site: https://www.sudo.ws/ Sudo web site mirrors: https://www.sudo.ws/mirrors.html Major changes between sudo 1.9.8p1 and 1.9.8: * Fixed support for passing a prompt (sudo -p) or a login class (sudo -c) on the command line. This is a regression introduced in sudo 1.9.8. Bug #993. * Fixed a crash with "sudo ALL" rules in the LDAP and SSSD back-ends. This is a regression introduced in sudo 1.9.8. Bug #994. * Fixed a compilation error when the --enable-static-sudoers configure option was specified. This is a regression introduced in sudo 1.9.8 caused by a symbol clash with the intercept and log server protobuf functions. PR: 258537 Submitted by: cy Reported by: Adrian Waters Approved by: garga (maintainer) MFH: 2021Q3 (cherry picked from commit 549e87a5edcd9b96360d74b58dbfc04749bd0580) --- 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 3c5596713765..c36aea0302e5 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ # Created by: erich@rrnet.com PORTNAME= sudo -PORTVERSION= 1.9.8 +PORTVERSION= 1.9.8p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index eef4b7cc918b..c1cb8d86871e 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631546736 -SHA256 (sudo-1.9.8.tar.gz) = f1735de999804ea1af068fba6a82cb6674ea64c789813b29266fd3b16cb294e6 -SIZE (sudo-1.9.8.tar.gz) = 4301188 +TIMESTAMP = 1631825413 +SHA256 (sudo-1.9.8p1.tar.gz) = 0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69 +SIZE (sudo-1.9.8p1.tar.gz) = 4302104