Skip to content

Commit af389a6

Browse files
Yasuhiro Kimurarbgarga
authored andcommitted
security/sudo: Update to 1.9.9
PR: 261529 Sponsored by: Rubicon Communications, LLC ("Netgate")
1 parent e8f3089 commit af389a6

4 files changed

Lines changed: 21 additions & 16 deletions

File tree

‎security/sudo/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by: erich@rrnet.com
22

33
PORTNAME= sudo
4-
PORTVERSION= 1.9.8p2
4+
PORTVERSION= 1.9.9
55
CATEGORIES= security
66
MASTER_SITES= SUDO
77

@@ -10,7 +10,7 @@ COMMENT= Allow others to run commands as root
1010

1111
LICENSE= sudo
1212
LICENSE_NAME= Sudo license
13-
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
13+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
1414
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
1515

1616
USES= cpe libtool

‎security/sudo/distinfo‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1632243869
2-
SHA256 (sudo-1.9.8p2.tar.gz) = 9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d
3-
SIZE (sudo-1.9.8p2.tar.gz) = 4302256
1+
TIMESTAMP = 1643345158
2+
SHA256 (sudo-1.9.9.tar.gz) = 6d6ee863a3bc26c87661093a74ec63e10fd031ceba714642d21636dfe25e3e00
3+
SIZE (sudo-1.9.9.tar.gz) = 4456969

‎security/sudo/files/patch-plugins__sudoers__sudoers.in‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- plugins/sudoers/sudoers.in.orig 2018-01-15 17:30:32 UTC
1+
--- plugins/sudoers/sudoers.in.orig 2021-12-04 23:28:43 UTC
22
+++ plugins/sudoers/sudoers.in
33
@@ -32,6 +32,14 @@
44
##
@@ -15,13 +15,13 @@
1515
## You may wish to keep some of the following environment variables
1616
## when running commands via sudo.
1717
##
18-
@@ -91,6 +99,9 @@ root ALL=(ALL) ALL
18+
@@ -91,6 +99,9 @@ root ALL=(ALL:ALL) ALL
1919
## of the user they are running the command as (root by default).
2020
# Defaults targetpw # Ask for the password of the target user
21-
# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
21+
# ALL ALL=(ALL:ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
2222
+
2323
+## Uncomment to show on password prompt which users' password is being expected
2424
+# Defaults passprompt="%p's password:"
2525

2626
## Read drop-in files from @sysconfdir@/sudoers.d
27-
## (the '#' here does not indicate a comment)
27+
@includedir @sysconfdir@/sudoers.d

‎security/sudo/pkg-plist‎

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,22 @@ man/man8/visudo.8.gz
3636
sbin/visudo
3737
sbin/sudo_logsrvd
3838
sbin/sudo_sendlog
39-
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS
39+
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md
40+
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS.md
4041
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
41-
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
42-
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
42+
%%PORTDOCS%%%%DOCSDIR%%/HISTORY.md
43+
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
4344
%%PORTDOCS%%%%DOCSDIR%%/NEWS
44-
%%PORTDOCS%%%%DOCSDIR%%/README
45-
%%PORTDOCS%%%%DOCSDIR%%/TROUBLESHOOTING
46-
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
47-
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.LDAP
45+
%%PORTDOCS%%%%DOCSDIR%%/README.md
46+
%%PORTDOCS%%%%DOCSDIR%%/SECURITY.md
47+
%%PORTDOCS%%%%DOCSDIR%%/TROUBLESHOOTING.md
48+
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE.md
49+
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.LDAP.md
4850
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.ActiveDirectory
4951
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.OpenLDAP
5052
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.iPlanet
5153
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.olcSudo
54+
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cvtsudoers.conf
5255
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pam.conf
5356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudo.conf
5457
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudo_logsrvd.conf
@@ -75,8 +78,10 @@ sbin/sudo_sendlog
7578
%%NLS%%share/locale/eo/LC_MESSAGES/sudo.mo
7679
%%NLS%%share/locale/eo/LC_MESSAGES/sudoers.mo
7780
%%NLS%%share/locale/es/LC_MESSAGES/sudo.mo
81+
%%NLS%%share/locale/es/LC_MESSAGES/sudoers.mo
7882
%%NLS%%share/locale/eu/LC_MESSAGES/sudo.mo
7983
%%NLS%%share/locale/eu/LC_MESSAGES/sudoers.mo
84+
%%NLS%%share/locale/fa/LC_MESSAGES/sudo.mo
8085
%%NLS%%share/locale/fi/LC_MESSAGES/sudo.mo
8186
%%NLS%%share/locale/fi/LC_MESSAGES/sudoers.mo
8287
%%NLS%%share/locale/fr/LC_MESSAGES/sudo.mo

0 commit comments

Comments
 (0)