summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-23 08:25:30 +0000
committerminskim <minskim>2007-06-23 08:25:30 +0000
commit6444d4e58df02d7a226949338bd01ce98b51f941 (patch)
tree22f374bebcebf3e259a80090232bbcfd5a30e6fc /security
parent2dc06aee26091f670e91ee1160693772a20effbf (diff)
downloadpkgsrc-6444d4e58df02d7a226949338bd01ce98b51f941.tar.gz
Do not declare static functions in headers.
Diffstat (limited to 'security')
-rw-r--r--security/srp_client/distinfo3
-rw-r--r--security/srp_client/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/srp_client/distinfo b/security/srp_client/distinfo
index f6111be58ee..494b6cbcf6e 100644
--- a/security/srp_client/distinfo
+++ b/security/srp_client/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/05/09 19:24:24 joerg Exp $
+$NetBSD: distinfo,v 1.9 2007/06/23 08:25:30 minskim Exp $
SHA1 (srp-1.4.4.tar.gz) = 56b8b3c29bee2b995b74acb5303dab326265f9b3
RMD160 (srp-1.4.4.tar.gz) = b55cc6c8c0128d1ad49e4a553a696f59fcf838df
@@ -7,6 +7,7 @@ SHA1 (patch-aa) = fefb8a7540c3c7e91b6c407a463a39bef948e0c8
SHA1 (patch-ab) = cba14830f3dcae42c814d9ccb19cbdb5464eabb0
SHA1 (patch-ac) = e36400de37b9b8c7f641cdbe44a46253e65a081d
SHA1 (patch-ad) = d9869838822ab8d43c10dd1d8242f9ee49f857d7
+SHA1 (patch-ae) = 0c7d48d8f6afaa1cf7173fcef76ca978a70a7e33
SHA1 (patch-af) = 4a5d21b667f39cfba61478614f4497710463aa06
SHA1 (patch-ag) = 81eff66b05d11a943e9b66b9e31904d612eca449
SHA1 (patch-ah) = 914544e6a2ae6c07be03ac8c5c46f9d996e8f3a5
diff --git a/security/srp_client/patches/patch-ae b/security/srp_client/patches/patch-ae
new file mode 100644
index 00000000000..6adaa2086de
--- /dev/null
+++ b/security/srp_client/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.3 2007/06/23 08:25:30 minskim Exp $
+
+--- base/lib/shadow_.h.orig 1998-12-09 17:43:21.000000000 -0800
++++ base/lib/shadow_.h
+@@ -70,7 +70,6 @@ struct spwd {
+ #if defined(__STDC__)
+ struct spwd *getspent (void);
+ struct spwd *getspnam (const char *);
+-struct spwd *sgetspent (const char *);
+ struct spwd *fgetspent (FILE *);
+ void setspent (void);
+ void endspent (void);