summaryrefslogtreecommitdiff
path: root/net/freeradius/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-03-21 23:08:08 +0000
committeradrianp <adrianp@pkgsrc.org>2006-03-21 23:08:08 +0000
commit3b80fce15a55d6be7906d59f96ec4f9bbaa2c646 (patch)
tree5396a306f49212258235593aca834093a4ec6f71 /net/freeradius/patches
parentfaf5e0e678a2d4eda6806be44d52903a552ee323 (diff)
downloadpkgsrc-3b80fce15a55d6be7906d59f96ec4f9bbaa2c646.tar.gz
Remove some old hacks that are no longer needed
Use our libtool Update to 1.1.1 Fixes security issue (DoS): http://secunia.com/advisories/19300/ > Security fixes > * Additional state checking in the EAP-MSCHAPv2 module. > Bug found by Steffen Schuster. > > Feature improvements > * More dictionary updates > * Additional tests and fixes for Digest module from Phillipe Sultan. > * Add new "phone" response mode to rlm_otp/cryptocard. > * Put the eap sessions into a tree, so that looking them up is very > fast, and no longer O(n) in the number of sessions. > * Install the schema examples for a set of backends with the rest > of the documentation. > * Add support for xlat expansion of attributes from LDAP. > > Bug fixes > * Fix rlm_perl crash. (closes: #348) > * Fix handling of CoA-Request packets (close #344). Also correct > name of CoA packets. > * Fix an error on x86_64 machines when reading dictionaries. > (closes: #312) > * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp > module. (closes: #314 #328) > * Workaround Cisco bug in State attribute handling in rlm_otp. > * Support LP64 for async mode in rlm_otp. > * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls > modules. (closes: #75) > * Make "use_tunneled_reply" work properly for PEAP. > * Copy the whole string when getting a one-to-one-mapped attribute > from LDAP (closes: #261) > * Fix net-snmp's ucd-snmp compatibility mode.
Diffstat (limited to 'net/freeradius/patches')
-rw-r--r--net/freeradius/patches/patch-aa13
-rw-r--r--net/freeradius/patches/patch-ab8
-rw-r--r--net/freeradius/patches/patch-ai8
3 files changed, 8 insertions, 21 deletions
diff --git a/net/freeradius/patches/patch-aa b/net/freeradius/patches/patch-aa
deleted file mode 100644
index 691a9eae2bc..00000000000
--- a/net/freeradius/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/02/05 15:34:09 adrianp Exp $
-
---- src/modules/rlm_otp/otp_state.c.orig 2006-01-10 14:33:16.000000000 +0000
-+++ src/modules/rlm_otp/otp_state.c
-@@ -35,7 +35,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <sys/socket.h>
--#if defined(__linux__) || defined(__APPLE__)
-+#if defined(__linux__) || defined(__APPLE__) || defined(__NetBSD__)
- #include <sys/un.h>
- #endif
-
diff --git a/net/freeradius/patches/patch-ab b/net/freeradius/patches/patch-ab
index 5bc9d5b6e1e..5fa98bc4b7a 100644
--- a/net/freeradius/patches/patch-ab
+++ b/net/freeradius/patches/patch-ab
@@ -1,9 +1,9 @@
-$NetBSD: patch-ab,v 1.4 2006/02/05 15:34:09 adrianp Exp $
+$NetBSD: patch-ab,v 1.5 2006/03/21 23:08:08 adrianp Exp $
---- src/modules/rlm_perl/Makefile.in.orig 2003-03-18 19:08:40.000000000 +0000
+--- src/modules/rlm_perl/Makefile.in.orig 2006-02-10 19:47:17.000000000 +0000
+++ src/modules/rlm_perl/Makefile.in
-@@ -13,4 +13,3 @@ $(STATIC_OBJS): $(HEADERS)
- $(DYNAMIC_OBJS): $(HEADERS)
+@@ -15,4 +15,3 @@ include ../rules.mak
+ $(LT_OBJS): $(HEADERS)
install-scripts:
- $(INSTALL) -m 755 example.pl $(R)$(raddbdir)
diff --git a/net/freeradius/patches/patch-ai b/net/freeradius/patches/patch-ai
index e16b8712f5f..476fbda19ef 100644
--- a/net/freeradius/patches/patch-ai
+++ b/net/freeradius/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.4 2005/02/18 16:59:57 adrianp Exp $
+$NetBSD: patch-ai,v 1.5 2006/03/21 23:08:08 adrianp Exp $
---- configure.orig 2005-02-18 15:41:34.000000000 +0000
+--- configure.orig 2006-02-06 12:55:53.000000000 +0000
+++ configure
-@@ -6373,7 +6373,7 @@ else
+@@ -6372,7 +6372,7 @@ else
cat conftest.$ac_ext >&5
fi
rm -f conftest*
@@ -10,4 +10,4 @@ $NetBSD: patch-ai,v 1.4 2005/02/18 16:59:57 adrianp Exp $
+test "$ac_cv_search_sem_init" = "no" && for i in pthread sem posix4 rt semaphore; do
LIBS="-l$i $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
- #line 6380 "configure"
+ #line 6379 "configure"