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/distinfo | |
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/distinfo')
-rw-r--r-- | security/libgcrypt/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 577e07a19f9..043cde98fc7 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/05/22 10:07:48 adam Exp $ +$NetBSD: distinfo,v 1.8 2004/07/02 13:14:28 jmmv Exp $ SHA1 (libgcrypt-1.2.0.tar.gz) = 3785a47abcb1c15079b18c5df47a474dfe647ec2 Size (libgcrypt-1.2.0.tar.gz) = 949159 bytes SHA1 (patch-aa) = d8f659e4aac872abb152252731fd29bdaac635e3 +SHA1 (patch-ab) = bd713f7cbc6782ced8c2fd2b5541ac52d2a10fbe |