diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-07-02 13:14:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-07-02 13:14:27 +0000 |
commit | fcc4f184f199122a77fe21ff3b64291201a4ee29 (patch) | |
tree | 071802b32020856cc242bb5ef6737ba5d62ce00f /security/libgcrypt/Makefile | |
parent | d16c050cc4c3c675d8fcf33177d83e882faa541b (diff) | |
download | pkgsrc-fcc4f184f199122a77fe21ff3b64291201a4ee29.tar.gz |
When exec'ing child processes (netstat and vmstat), make sure the standard
file descriptors (0, 1, 2) are open. This avoids multiple warnings issued
under NetBSD about running set[ug]id programs with those descriptors closed.
Fixes PR pkg/26079; although it talks about gaim, the problem is here, in
libgcrypt. Bump PKGREVISION to 1.
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 9b0519ab204..e69f226ffbd 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2004/05/26 05:42:28 tron Exp $ +# $NetBSD: Makefile,v 1.20 2004/07/02 13:14:27 jmmv Exp $ DISTNAME= libgcrypt-1.2.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ |