diff options
author | spz <spz@pkgsrc.org> | 2015-02-11 09:11:59 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2015-02-11 09:11:59 +0000 |
commit | 47bb74c85f156f713f8b09e00e0090e6d7dd41e4 (patch) | |
tree | 3fd6477aa710e19ac08299fdf6ac99bcd3ab6493 | |
parent | 3975a6a55c33ea79caca4256b92875eed586cd5b (diff) | |
download | pkgsrc-47bb74c85f156f713f8b09e00e0090e6d7dd41e4.tar.gz |
update of sudo to the next upstream patch version (1.7.10p8 to 1.7.10p9)
Upstream Changelog:
+ The TZ environment variable is now checked for safety instead of
simply being copied to the environment of the command.
This fixes a potential security issue.
+ Sudo now only builds Position Independent Executables (PIE) by
default on Linux systems and verifies that a trivial test program
builds and runs.
+ On Solaris 11.1 and higher, sudo binaries will now have the ASLR tag
enabled if supported by the linker.
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a2f8d16043e..e463f8fcf00 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.144 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.145 2015/02/11 09:11:59 spz Exp $ # -DISTNAME= sudo-1.7.10p8 +DISTNAME= sudo-1.7.10p9 #PKGREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/dist/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 83e6fceb17e..8f298256b08 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.81 2014/03/08 11:51:56 kim Exp $ +$NetBSD: distinfo,v 1.82 2015/02/11 09:11:59 spz Exp $ -SHA1 (sudo-1.7.10p8.tar.gz) = deb83d8ba8f15f70c134c3f3a74e750925aa9f59 -RMD160 (sudo-1.7.10p8.tar.gz) = de3594843c006f7d5d3b21c79dd4115b4823b19d -Size (sudo-1.7.10p8.tar.gz) = 1220987 bytes +SHA1 (sudo-1.7.10p9.tar.gz) = fc2cad927063f5d6249387e96c6bf0082c13e37e +RMD160 (sudo-1.7.10p9.tar.gz) = 5ca8479deae0a360934d130d97bc8daf77845366 +Size (sudo-1.7.10p9.tar.gz) = 1224867 bytes SHA1 (patch-aa) = 0c9c173a26ea72dd06a7d3947a0b3ba6dc00cf40 SHA1 (patch-af) = 3462525bd0863ec5f957173a10839aed2b7cbb69 SHA1 (patch-ag) = 86f9838045f2bed7eb8e4271553c510be31b7d6b |