diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-02-04 20:20:06 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-02-04 20:20:06 +0000 |
commit | cc924d780246a5fee04935f7da3a24f7233b064d (patch) | |
tree | f705b67b4d5d4acd7a8e09f0f9331f3aa763820c /net-www | |
parent | *** empty log message *** (diff) | |
download | historical-cc924d780246a5fee04935f7da3a24f7233b064d.tar.gz historical-cc924d780246a5fee04935f7da3a24f7233b064d.tar.bz2 historical-cc924d780246a5fee04935f7da3a24f7233b064d.zip |
bump apache and mod_ssl to latest releases. working on some really
great additions to this port, stay tuned.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 11 | ||||
-rw-r--r-- | net-www/apache/apache-1.3.23.ebuild (renamed from net-www/apache/apache-1.3.22-r6.ebuild) | 8 | ||||
-rw-r--r-- | net-www/apache/files/digest-apache-1.3.22-r6 | 2 | ||||
-rw-r--r-- | net-www/apache/files/digest-apache-1.3.23 | 2 |
4 files changed, 15 insertions, 8 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index dedbf9435ca9..5fb91287d667 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-www/apache # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.2 2002/02/04 20:20:06 woodchip Exp $ + +*apache-1.3.23 (4 Feb 2002) + + 4 Feb 2002; Donny Davies <woodchip@gentoo.org> : + + Bump apache to 1.3.23, mod_ssl to 2.8.6-1.3.23. Im working on some big changes + to this port, namely configurable HTTPD_ROOT, s/httpd/apache/, integration of + many more mods, performance tuning and more. Taking ideas from the apache + toolbox. Stay tuned to this station for more updates, dont turn that dial ;) *apache-1.3.22-r6 (1 Feb 2002) diff --git a/net-www/apache/apache-1.3.22-r6.ebuild b/net-www/apache/apache-1.3.23.ebuild index deb26599ab12..b28869dd4599 100644 --- a/net-www/apache/apache-1.3.22-r6.ebuild +++ b/net-www/apache/apache-1.3.23.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.22-r6.ebuild,v 1.2 2001/12/23 23:25:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.23.ebuild,v 1.1 2002/02/04 20:20:06 woodchip Exp $ -AV="1.3.22" -MSV="2.8.5" +AV="1.3.23" +MSV="2.8.6" A="apache_${AV}.tar.gz mod_ssl-${MSV}-${AV}.tar.gz" S=${WORKDIR}/apache_${AV} @@ -92,7 +92,6 @@ pkg_prerm() { if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/httpd ] ; then /etc/init.d/httpd stop fi - return # dont fail } pkg_preinst() { @@ -100,5 +99,4 @@ pkg_preinst() { if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/httpd ] ; then /etc/init.d/httpd stop fi - return # dont fail } diff --git a/net-www/apache/files/digest-apache-1.3.22-r6 b/net-www/apache/files/digest-apache-1.3.22-r6 deleted file mode 100644 index 52d87e5b684e..000000000000 --- a/net-www/apache/files/digest-apache-1.3.22-r6 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 77d34c0ac49c3af2416b786228007f90 apache_1.3.22.tar.gz 2177983 -MD5 5139c874e759b8410a29f9dcb4b578e5 mod_ssl-2.8.5-1.3.22.tar.gz 751863 diff --git a/net-www/apache/files/digest-apache-1.3.23 b/net-www/apache/files/digest-apache-1.3.23 new file mode 100644 index 000000000000..ed342e8f3fdd --- /dev/null +++ b/net-www/apache/files/digest-apache-1.3.23 @@ -0,0 +1,2 @@ +MD5 4499443fa1d604243467afe64522abac apache_1.3.23.tar.gz 2210130 +MD5 f3c65f873eaf391721d1c474e6485c22 mod_ssl-2.8.6-1.3.23.tar.gz 752025 |