diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-24 21:06:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-24 21:06:45 +0000 |
commit | 46d0ce79e92aa3eb43de4c6d5c65660b088e00f5 (patch) | |
tree | cbaf28079a4dd0e1afbc790e9352807e8aafbc87 /dev-python/mod_python/files | |
parent | x86 (diff) | |
download | historical-46d0ce79e92aa3eb43de4c6d5c65660b088e00f5.tar.gz historical-46d0ce79e92aa3eb43de4c6d5c65660b088e00f5.tar.bz2 historical-46d0ce79e92aa3eb43de4c6d5c65660b088e00f5.zip |
cleanup vunerable versions, bump 2.7 series due to security update (#39154)
Diffstat (limited to 'dev-python/mod_python/files')
7 files changed, 1 insertions, 37 deletions
diff --git a/dev-python/mod_python/files/digest-mod_python-2.7.10 b/dev-python/mod_python/files/digest-mod_python-2.7.10 new file mode 100644 index 000000000000..6786b906ffea --- /dev/null +++ b/dev-python/mod_python/files/digest-mod_python-2.7.10 @@ -0,0 +1 @@ +MD5 12c98bdefa06735679efc878b81e9bb2 mod_python-2.7.10.tgz 175631 diff --git a/dev-python/mod_python/files/digest-mod_python-2.7.8 b/dev-python/mod_python/files/digest-mod_python-2.7.8 deleted file mode 100644 index 6beff81ee5e8..000000000000 --- a/dev-python/mod_python/files/digest-mod_python-2.7.8 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 4d5bee8317bfb45a3bb09f02b435e917 mod_python-2.7.8.tgz 176639 -MD5 52e9b875597a208fca9d393e710087b6 apache_1.3.26.tar.gz 2303147 diff --git a/dev-python/mod_python/files/digest-mod_python-2.7.9 b/dev-python/mod_python/files/digest-mod_python-2.7.9 deleted file mode 100644 index 7dfa49a5e755..000000000000 --- a/dev-python/mod_python/files/digest-mod_python-2.7.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc8c83b310d22a75491de3c2647a0f71 mod_python-2.7.9.tgz 176181 diff --git a/dev-python/mod_python/files/digest-mod_python-3.0.3 b/dev-python/mod_python/files/digest-mod_python-3.0.3 deleted file mode 100644 index 6d6688b42e98..000000000000 --- a/dev-python/mod_python/files/digest-mod_python-3.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 39f8db0bafac6ce241599d2299b5d853 mod_python-3.0.3.tgz 219378 diff --git a/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff b/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff deleted file mode 100644 index dba4c03578e1..000000000000 --- a/dev-python/mod_python/files/mod_python-3.0.3-dest1.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2002-12-30 18:59:34.000000000 +0000 -+++ Makefile.in 2003-09-08 01:56:03.000000000 +0000 -@@ -93,7 +93,7 @@ - @echo - @echo "Performing DSO installation." - @echo -- $(INSTALL) src/mod_python.so $(LIBEXECDIR) -+ $(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR) - @$(MAKE) install_py_lib - @echo - @echo "Now don't forget to edit your main config and add" diff --git a/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff b/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff deleted file mode 100644 index 384ed145f0f3..000000000000 --- a/dev-python/mod_python/files/mod_python-3.0.3-dest2.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- dist/Makefile.in.orig 2003-09-08 02:26:56.000000000 +0000 -+++ dist/Makefile.in 2003-09-08 02:29:20.000000000 +0000 -@@ -79,7 +79,7 @@ - cd dist; \ - gunzip -c mod_python-$(MP_VERSION).tar.gz | tar xf -; \ - cd mod_python-$(MP_VERSION); \ -- $(PYTHON_BIN) setup.py install --optimize 2 --force; \ -+ $(PYTHON_BIN) setup.py install --prefix=${DESTDIR}/usr --optimize 2 --force; \ - cd ..; rm -rf mod_python-$(MP_VERSION) - - mod_python.so: diff --git a/dev-python/mod_python/files/patch-2.7.8.diff b/dev-python/mod_python/files/patch-2.7.8.diff deleted file mode 100644 index d9e04e746e13..000000000000 --- a/dev-python/mod_python/files/patch-2.7.8.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in -+++ src/Makefile.in 2000/11/27 11:11:21 -@@ -59,7 +59,7 @@ - INCLUDES=@INCLUDES@ - LIBS=@LIBS@ - LDFLAGS=@LDFLAGS@ --OPT= -+OPT=$(OPTFLAGS) - CFLAGS=$(OPT) $(INCLUDES) - srcdir=. - |