Skip to content

Commit

Permalink
security/sudo: Update to 1.9.8p1 to fix LDAP SEGFAULT
Browse files Browse the repository at this point in the history
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 <draenan _ gmail_com>
Approved by:	garga (maintainer)
MFH:		2021Q3

(cherry picked from commit 549e87a)
  • Loading branch information
cschuber authored and rbgarga committed Sep 30, 2021
1 parent e50f1f5 commit 5815766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5815766

Please sign in to comment.