update freeradius to 1.0.6 (closes: #1331), rename patches to match our naming convention, available dictionnaries are now handled from the Makefile (no need for a dict patch anymore)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-04-18 01:06:04 +00:00
parent 01108f8d7c
commit dac55c4f05
11 changed files with 6318 additions and 2445 deletions

View File

@ -0,0 +1,24 @@
diff -ruN freeradius-1.1.1-old/configure freeradius-1.1.1-new/configure
--- freeradius-1.1.1-old/configure 2006-05-21 19:44:54.000000000 +0200
+++ freeradius-1.1.1-new/configure 2006-06-02 01:07:28.000000000 +0200
@@ -7150,7 +7150,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h
+
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff -ruN freeradius-1.1.1-old/configure.in freeradius-1.1.1-new/configure.in
--- freeradius-1.1.1-old/configure.in 2006-02-06 13:50:52.000000000 +0100
+++ freeradius-1.1.1-new/configure.in 2006-06-02 01:07:19.000000000 +0200
@@ -574,7 +574,7 @@
openssl/ssl.h \
openssl/crypto.h \
openssl/err.h \
- openssl/engine.h,
+ ,
[],
OPENSSL_LIBS=
)