diff options
author | cy <cy@FreeBSD.org> | 2017-05-31 20:42:02 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-05-31 20:42:02 +0800 |
commit | d53f14f20216e7753fd9cd5fa4aafec813660356 (patch) | |
tree | 9c9ef0c4c61b81a8b3185330c9ec3c78ff7af54c | |
parent | 1f1a5e2c71450543083790b628120d7bd7291a89 (diff) | |
download | freebsd-ports-gnome-d53f14f20216e7753fd9cd5fa4aafec813660356.tar.gz freebsd-ports-gnome-d53f14f20216e7753fd9cd5fa4aafec813660356.tar.zst freebsd-ports-gnome-d53f14f20216e7753fd9cd5fa4aafec813660356.zip |
Update 1.8.20 --> 1.8.20p1
This release fixes a potential security issue that may allow a user to
bypass the "tty_ticket" constraints or overwrite an arbitrary file.
The issue is reported to only be present on Linux systems but I don't
think it hurts to update the FreeBSD port at this time.
Approved by: garga@ (maintainer)
MFH: 2017Q2
Differential Revision: D10997
-rw-r--r-- | security/sudo/Makefile | 2 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8cc27dfb2579..d17794f56dad 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.20 +PORTVERSION= 1.8.20p1 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 86325695e295..d93ac75e1e89 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494521789 -SHA256 (sudo-1.8.20.tar.gz) = 9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0 -SIZE (sudo-1.8.20.tar.gz) = 2930046 +TIMESTAMP = 1496171509 +SHA256 (sudo-1.8.20p1.tar.gz) = 9e980eb23a60dd11f0f452e672e705d7a386882bc230c6e8483050e03182db1d +SIZE (sudo-1.8.20p1.tar.gz) = 2930394 |