diff options
author | salo <salo@pkgsrc.org> | 2006-08-09 17:58:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-08-09 17:58:09 +0000 |
commit | 48ad7e3a7aa8bd04a9021960bc999e163b504785 (patch) | |
tree | 328938a09e45882df902e23fff94a3b7f7f6c8fb /security/heimdal/Makefile | |
parent | 02ee12852d22bd6e4f2e27ea450094b66a2a3e1a (diff) | |
download | pkgsrc-48ad7e3a7aa8bd04a9021960bc999e163b504785.tar.gz |
Security fix for SA21436:
"A security issue has been reported in Heimdal, which potentially can be
exploited by malicious, local users to perform certain actions with
escalated privileges.
The security issue is caused due to missing checks for whether the
"setuid()" call has succeeded in the bundled rcp application. This may
be exploited to perform certain actions with root privileges if the
"setuid()" call fails due to e.g. resource limits."
http://secunia.com/advisories/21436/
http://www.pdc.kth.se/heimdal/advisory/2006-08-08/
Bump PKGREVISION.
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 0ba7288631c..f775ba9156a 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2006/07/05 04:39:14 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2006/08/09 17:58:09 salo Exp $ DISTNAME= heimdal-0.7.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ |