diff options
author | martin <martin@pkgsrc.org> | 2012-05-10 09:44:58 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2012-05-10 09:44:58 +0000 |
commit | 04a7b8daf9c1cfb6dc3260ce64077bde044c5a4e (patch) | |
tree | ae0b2245fb04aa2c286408d315137f7f60857dd2 /security | |
parent | 7fbc146bd15bf63427f8cae2543bc7fdfdcd5ec3 (diff) | |
download | pkgsrc-04a7b8daf9c1cfb6dc3260ce64077bde044c5a4e.tar.gz |
Add upstream bug reference
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/patches/patch-pwutil.c | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/security/sudo/distinfo b/security/sudo/distinfo index f5d44b9d058..a81ef868a74 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.76 2012/05/03 08:31:05 martin Exp $ +$NetBSD: distinfo,v 1.77 2012/05/10 09:44:58 martin Exp $ SHA1 (sudo-1.7.8p1.tar.gz) = e5d9016b7d3a4449b724483fe165dc13198ce44c RMD160 (sudo-1.7.8p1.tar.gz) = a89e0c2d709cc8d8cbe4360f3e08d7459bca0a4c @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 70aa1a1da2d0cd9c8c8d9cbeab747b85028511f7 SHA1 (patch-af) = 0dce4ebbc82ab644565f71e8f472c407ddbaabf5 SHA1 (patch-ag) = fe8409164b61bdb229ca81d391de96898436ea0b SHA1 (patch-logging.c) = 26608d7423b77f71f17b37cc87f4b2e75978d7cb -SHA1 (patch-pwutil.c) = 6bc092fea6cd9e5e4c734e392cc4bb6e724b23bb +SHA1 (patch-pwutil.c) = 9f157c50ea44d5b421001ae8dad985e9c01a8211 diff --git a/security/sudo/patches/patch-pwutil.c b/security/sudo/patches/patch-pwutil.c index bd74dac2cb5..5628882a3b4 100644 --- a/security/sudo/patches/patch-pwutil.c +++ b/security/sudo/patches/patch-pwutil.c @@ -1,4 +1,7 @@ -$NetBSD: patch-pwutil.c,v 1.1 2012/05/03 08:31:05 martin Exp $ +$NetBSD: patch-pwutil.c,v 1.2 2012/05/10 09:44:58 martin Exp $ + +# Tracked upstream at; +# http://www.gratisoft.us/bugzilla/show_bug.cgi?id=555 # NetBSD uses 64bit time_t, even on 32bit architectures. # This makes struct passwd require 8 byte-alginement on, for example, |