diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-21 00:06:52 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-21 00:06:52 +0000 |
commit | 97e08aa14b3d010b3eb1a274e22ee0cd6fe6a93e (patch) | |
tree | 0ad646cf01e422e735d5f37cb8e5916d13857527 /security | |
parent | 5ca78b868434d38a1240f9b3ced825899675b536 (diff) | |
download | pkgsrc-97e08aa14b3d010b3eb1a274e22ee0cd6fe6a93e.tar.gz |
Some initial work on getting this going on OpenSolaris
It's currently still broken but this is a (small) start
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-radius/distinfo | 3 | ||||
-rw-r--r-- | security/pam-radius/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/security/pam-radius/distinfo b/security/pam-radius/distinfo index a913b9b47dc..820ecab2e20 100644 --- a/security/pam-radius/distinfo +++ b/security/pam-radius/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/10/10 14:38:01 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2009/02/21 00:06:52 adrianp Exp $ SHA1 (pam_radius-1.3.16.tar) = 127352a693bafd9f32dd80ecece57de2bc1c19b8 RMD160 (pam_radius-1.3.16.tar) = 6fb69c357b01ba5ac026b186de9be0e3f92c3fcd Size (pam_radius-1.3.16.tar) = 112640 bytes +SHA1 (patch-aa) = a52b9561ca552a7b35b65b3f3361f5ab1bdf872e diff --git a/security/pam-radius/patches/patch-aa b/security/pam-radius/patches/patch-aa new file mode 100644 index 00000000000..13b9f1a5ded --- /dev/null +++ b/security/pam-radius/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2009/02/21 00:06:52 adrianp Exp $ + +--- md5.h.orig 2003-04-29 13:19:16.000000000 -0700 ++++ md5.h +@@ -15,6 +15,9 @@ + #define MD5Transform pra_MD5Transform + + #include <sys/types.h> ++#ifndef u_int32_t ++#define u_int32_t uint32_t ++#endif + #define uint32 u_int32_t + + struct MD5Context { |