summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-31 12:30:25 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-31 12:30:25 +0000
commit98b36c9ff0d01d85fa1b27c0d7217d071b8bf4a8 (patch)
tree88c68801f8e162a035440b86c5cc1f3cd691b0c4 /net-dialup/freeradius/files
parentdump dep to libxslt 1.1.15 to fix XPath errors (diff)
downloadhistorical-98b36c9ff0d01d85fa1b27c0d7217d071b8bf4a8.tar.gz
historical-98b36c9ff0d01d85fa1b27c0d7217d071b8bf4a8.tar.bz2
historical-98b36c9ff0d01d85fa1b27c0d7217d071b8bf4a8.zip
Version bump wrt security bug #127229.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/freeradius/files')
-rw-r--r--net-dialup/freeradius/files/digest-freeradius-1.1.11
-rw-r--r--net-dialup/freeradius/files/freeradius-1.1.1-libradius_install.patch12
-rw-r--r--net-dialup/freeradius/files/freeradius-1.1.1-whole-archive-gentoo.patch36
3 files changed, 49 insertions, 0 deletions
diff --git a/net-dialup/freeradius/files/digest-freeradius-1.1.1 b/net-dialup/freeradius/files/digest-freeradius-1.1.1
new file mode 100644
index 000000000000..24f581764b66
--- /dev/null
+++ b/net-dialup/freeradius/files/digest-freeradius-1.1.1
@@ -0,0 +1 @@
+MD5 b38b24f6352090fdb571b9e8da52e12e freeradius-1.1.1.tar.gz 2358196
diff --git a/net-dialup/freeradius/files/freeradius-1.1.1-libradius_install.patch b/net-dialup/freeradius/files/freeradius-1.1.1-libradius_install.patch
new file mode 100644
index 000000000000..32b9b853d6c8
--- /dev/null
+++ b/net-dialup/freeradius/files/freeradius-1.1.1-libradius_install.patch
@@ -0,0 +1,12 @@
+diff -Nru freeradius-1.1.1.orig/src/lib/Makefile freeradius-1.1.1/src/lib/Makefile
+--- freeradius-1.1.1.orig/src/lib/Makefile 2006-02-10 21:47:04.000000000 +0200
++++ freeradius-1.1.1/src/lib/Makefile 2006-03-31 13:18:09.000000000 +0300
+@@ -48,6 +48,7 @@
+ rm -rf .libs
+
+ install: all
+- $(LIBTOOL) --mode=install $(INSTALL) -c $(TARGET).la $(R)$(libdir)
++ $(LIBTOOL) --mode=install $(INSTALL) -c $(TARGET).la \
++ $(R)$(libdir)/$(TARGET).la
+ rm -f $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la;
+ ln -s $(TARGET).la $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la
diff --git a/net-dialup/freeradius/files/freeradius-1.1.1-whole-archive-gentoo.patch b/net-dialup/freeradius/files/freeradius-1.1.1-whole-archive-gentoo.patch
new file mode 100644
index 000000000000..72da769d33be
--- /dev/null
+++ b/net-dialup/freeradius/files/freeradius-1.1.1-whole-archive-gentoo.patch
@@ -0,0 +1,36 @@
+diff -Nur freeradius-1.1.1.orig/aclocal.m4 freeradius-1.1.1/aclocal.m4
+--- freeradius-1.1.1.orig/aclocal.m4 2005-12-08 20:54:09.000000000 +0200
++++ freeradius-1.1.1/aclocal.m4 2006-01-18 20:30:42.932178750 +0200
+@@ -1421,7 +1421,7 @@
+ *)
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ whole_archive_flag_spec="$wlarc"'--no-whole-archive'
+ else
+ whole_archive_flag_spec=
+ fi
+diff -Nur freeradius-1.1.1.orig/configure freeradius-1.1.1/configure
+--- freeradius-1.1.1.orig/configure 2006-01-01 18:25:01.000000000 +0200
++++ freeradius-1.1.1/configure 2006-01-18 20:30:42.936179000 +0200
+@@ -3511,7 +3511,7 @@
+ *)
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ whole_archive_flag_spec="$wlarc"'--no-whole-archive'
+ else
+ whole_archive_flag_spec=
+ fi
+diff -Nur freeradius-1.1.1.orig/ltconfig freeradius-1.1.1/ltconfig
+--- freeradius-1.1.1.orig/ltconfig 2003-06-24 14:03:39.000000000 +0300
++++ freeradius-1.1.1/ltconfig 2006-01-18 20:30:42.940179250 +0200
+@@ -1246,7 +1246,7 @@
+ *)
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ whole_archive_flag_spec="$wlarc"'--no-whole-archive'
+ else
+ whole_archive_flag_spec=
+ fi