pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pam-radius Some initial work on getting this ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb26d64d86fe
branches:  trunk
changeset: 554796:bb26d64d86fe
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 21 00:06:52 2009 +0000

description:
Some initial work on getting this going on OpenSolaris
It's currently still broken but this is a (small) start

diffstat:

 security/pam-radius/distinfo         |   3 ++-
 security/pam-radius/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 56bd6a8bda41 -r bb26d64d86fe security/pam-radius/distinfo
--- a/security/pam-radius/distinfo      Fri Feb 20 23:22:47 2009 +0000
+++ b/security/pam-radius/distinfo      Sat Feb 21 00:06:52 2009 +0000
@@ -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 -r 56bd6a8bda41 -r bb26d64d86fe security/pam-radius/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pam-radius/patches/patch-aa      Sat Feb 21 00:06:52 2009 +0000
@@ -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 {



Home | Main Index | Thread Index | Old Index