summaryrefslogtreecommitdiff
path: root/www/apache6
AgeCommit message (Collapse)AuthorFilesLines
2001-03-01update to 1.3.19 with IPv6 patch.itojun3-14/+29
--- from apache/Announcements Apache 1.3.19 Major changes The primary security fix is: * The default installation could lead mod_negotiation and mod_dir or mod_autoindex to display a directory listing instead of the multiview'ed index.html.* files, if a very long path was created artificially by using many slashes. Now 403 FORBIDDEN is returned. The bug fixes are: * The ServerRoot directive now removes trailing slashes. * Restore functionality broken by the mod_rewrite security fix: The mod_rewrite string arithmetic is corrected for rewrite map. * Some possible segfault conditions have been fixed. * Under certain circumstances, Apache did not supply the right response headers when requiring authentication. The main new features include: * New configuration error reporting if the UserDir argument is set to a relative path on Win32 or Netware [which do not support home directories], or a relative path on any platform if that path includes the '*' username substitution. Selected new features that relate to Windows platforms: * Apache on Win9x now ensures the service is stopped before removal. * Test httpd.conf (-t) now holds the console open on "SYNTAX OK". * Apache/Win32 no longer holds open the console on error unless it was invoked from a shortcut with the -w option. * mod_user was significantly refactored to assure that the UserDir directive is parsed effectively the same across platforms, fixing a UserDir bug introduced in 1.3.17 on the Win32 platform. Selected new features relating to other platforms: * Netware problems with file extension truncatation are resolved. * Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern. * Netware mod_tls properly disables nagle for SSL connections, and properly negotiates SSL based on the port. * Startup and Shutdown issues were addressed on TPF.
2001-02-28whitespace fixeswiz1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix typo.tron1-2/+2
2001-02-06slightly better way to handle -p1 patchesitojun1-9/+4
2001-02-06pull official patch from apache.org. make it 1.3.17.1itojun2-7/+20
2001-02-06s/apache/apache6/. oopsitojun1-2/+2
2001-02-06upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar toitojun23-297/+561
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog.
2001-01-15use latest IPv6 patch. this fixes problem with virtual host directivesitojun2-4/+4
when incoming IPv4 connections are captured by AF_INET6 socket (IPv4 mapped address). not really matter for normal NetBSD installation. I beileve IPv4 mapped address is very bad from security/access control POV. really.
2000-11-14upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole betweenitojun4-16/+68
1.3.12 -> 1.3.14.
2000-11-08Adjust dirs to deality - we should really do some automagic expansion inhubertf1-2/+3
this file (and some others?) just as we do in PLIST...
2000-09-20Install rc.d control script as "foo" instead of "foo.sh" to comply withjlam3-5/+7
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-08use 9/8 apache IPv6 patch. this fixes some problem in http proxying codeitojun2-4/+4
(URL parser makes mistake on certain pattern)
2000-09-06Don't specify version numbers of the libraries to load for SSL support --jlam2-6/+6
version numbers change, and it doesn't work correctly on a.out anyway. Closes pkg/10309.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-08-15upgrade to 1.3.12 + latest IPv6 patch.itojun3-9/+12
solves cross site scripting problem in 1.3.11 (www.apache.org)
2000-07-10Make the rc.d script(s) react to something else then 'start', i.e.hubertf1-2/+5
one can now stop the daemon.
2000-04-26defuzzhubertf4-21/+21
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-3/+3
2000-03-26correct patch-sum.itojun1-5/+5
2000-02-22Add the patches for Solaris from apache/Makefile rev1.44.veego1-3/+10
2000-02-21use apache 1.3.11 + IPv6 patch as base version.itojun6-54/+75
for changes between 1.3.9 to 1.3.11, please see commit logs for pkgsrc/www/apache, or apache changelogs.
2000-02-20replace 'find' by '${FIND}' where appropriatewiz1-2/+2
2000-02-05replaced tail by ${TAIL}wiz1-2/+2
2000-01-26don't mark it as BROKEN on non-IPv6-hosts, IGNORE itwiz1-2/+2
1999-09-21comment out SSL_DISTNAME as well, so it's clear from the first sight thatjdolecek1-2/+2
SSL is not supported here
1999-09-03Compare "${USE_INET6}" explicitly with "YES" so that you can overridetron1-2/+2
settings at the command line.
1999-09-03reven patchsum.itojun1-4/+4
PR: 8307
1999-09-01add "p0" to PKGNAME to indicate version of NetBSD-local changes.itojun1-2/+2
1999-09-01upgrade apache original version to 1.3.9.itojun8-70/+72
use latest IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/. fixes PR: 8307
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-2/+2
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-07-23provide and enable IPv6-ready apache.itojun9-181/+54
This is provided as separate package because: # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6 enable patch. # IPv6 enable patch conflicts with third-party modules anyway, due to # sanity fixes in apache module API (for example, avoid u_long for IPv4 addrs)
1999-07-23import pkgsrc/www/apache into pkgsrc/www/apache6,itojun18-0/+861
to make a IPv6-ready version of apache package.