Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-07 | Fix typo. | tron | 1 | -2/+2 | |
2001-02-06 | slightly better way to handle -p1 patches | itojun | 1 | -9/+4 | |
2001-02-06 | pull official patch from apache.org. make it 1.3.17.1 | itojun | 2 | -7/+20 | |
2001-02-06 | s/apache/apache6/. oops | itojun | 1 | -2/+2 | |
2001-02-06 | upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar to | itojun | 23 | -297/+561 | |
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog. | |||||
2001-01-15 | use latest IPv6 patch. this fixes problem with virtual host directives | itojun | 2 | -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-14 | upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole between | itojun | 4 | -16/+68 | |
1.3.12 -> 1.3.14. | |||||
2000-11-08 | Adjust dirs to deality - we should really do some automagic expansion in | hubertf | 1 | -2/+3 | |
this file (and some others?) just as we do in PLIST... | |||||
2000-09-20 | Install rc.d control script as "foo" instead of "foo.sh" to comply with | jlam | 3 | -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-08 | use 9/8 apache IPv6 patch. this fixes some problem in http proxying code | itojun | 2 | -4/+4 | |
(URL parser makes mistake on certain pattern) | |||||
2000-09-06 | Don't specify version numbers of the libraries to load for SSL support -- | jlam | 2 | -6/+6 | |
version numbers change, and it doesn't work correctly on a.out anyway. Closes pkg/10309. | |||||
2000-08-28 | Use PERL5 variable for location of perl5 binary. | jlam | 1 | -2/+2 | |
2000-08-15 | upgrade to 1.3.12 + latest IPv6 patch. | itojun | 3 | -9/+12 | |
solves cross site scripting problem in 1.3.11 (www.apache.org) | |||||
2000-07-10 | Make the rc.d script(s) react to something else then 'start', i.e. | hubertf | 1 | -2/+5 | |
one can now stop the daemon. | |||||
2000-04-26 | defuzz | hubertf | 4 | -21/+21 | |
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -3/+3 | |
2000-03-26 | correct patch-sum. | itojun | 1 | -5/+5 | |
2000-02-22 | Add the patches for Solaris from apache/Makefile rev1.44. | veego | 1 | -3/+10 | |
2000-02-21 | use apache 1.3.11 + IPv6 patch as base version. | itojun | 6 | -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-20 | replace 'find' by '${FIND}' where appropriate | wiz | 1 | -2/+2 | |
2000-02-05 | replaced tail by ${TAIL} | wiz | 1 | -2/+2 | |
2000-01-26 | don't mark it as BROKEN on non-IPv6-hosts, IGNORE it | wiz | 1 | -2/+2 | |
1999-09-21 | comment out SSL_DISTNAME as well, so it's clear from the first sight that | jdolecek | 1 | -2/+2 | |
SSL is not supported here | |||||
1999-09-03 | Compare "${USE_INET6}" explicitly with "YES" so that you can override | tron | 1 | -2/+2 | |
settings at the command line. | |||||
1999-09-03 | reven patchsum. | itojun | 1 | -4/+4 | |
PR: 8307 | |||||
1999-09-01 | add "p0" to PKGNAME to indicate version of NetBSD-local changes. | itojun | 1 | -2/+2 | |
1999-09-01 | upgrade apache original version to 1.3.9. | itojun | 8 | -70/+72 | |
use latest IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/. fixes PR: 8307 | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -2/+2 | |
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS | |||||
1999-08-18 | Record build options in the BuildInfo file via BUILD_DEFS. These can be | agc | 1 | -1/+3 | |
displayed using the -B option to pkg_info(1). | |||||
1999-07-23 | provide and enable IPv6-ready apache. | itojun | 9 | -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-23 | import pkgsrc/www/apache into pkgsrc/www/apache6, | itojun | 18 | -0/+861 | |
to make a IPv6-ready version of apache package. |