Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add a small hack for worker MPM [1] | Hye-Shik Chang | 2002-07-21 | 5 | -6/+81 |
| | | | | | | | | | (worker MPM with this hack seems to work without visible problems. and still requires -DFORCE_THREADING_MPM to build for worker MPM.) - Fix plist for worker MPM - Comment out fancy modules from default httpd.conf Tested on: ref5.freebsd.org, several 4-stable machines [1] | ||||
* | Bump portrevision (textproc/expat2 shlib bump). | Jun Kuriyama | 2002-07-21 | 1 | -2/+2 |
| | |||||
* | o Install mod_deflate by default | Hye-Shik Chang | 2002-07-14 | 2 | -5/+11 |
| | | | | | | | | o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules o Bump port revision PR: 40529 Submitted by: Lawrence Ho <lawrenceho@fastmail.fm> | ||||
* | Correct envvars path on apachectl(1) | Hye-Shik Chang | 2002-07-11 | 1 | -3/+14 |
| | | | | Submitted by: Franco Venturi <fventuri@attbi.com> | ||||
* | - Add a patch for a bug on infinite loop in HTTP_IN | Hye-Shik Chang | 2002-07-09 | 2 | -2/+12 |
| | | | | | | | | filter that allows DoS attack. - Bump PORTREVISION - Change maintainer address Obtained from: Apache Group CVS (rev 1.150-1.151) | ||||
* | Fix more fatal bugs on htpasswd(1) | Hye-Shik Chang | 2002-07-08 | 2 | -4/+20 |
| | | | | | Requested by: "Jon Noack" <noackjr@compgeek.com> Obtained from: Apache Group CVS (rev 1.49-1.51) | ||||
* | Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasks | Hye-Shik Chang | 2002-06-28 | 1 | -1/+1 |
| | | | | | PR: 38389 Submitted by: abatko@cs.mcgill.ca | ||||
* | o Fix the htpasswd logic bug around -c and -n options | Hye-Shik Chang | 2002-06-27 | 3 | -18/+15 |
| | | | | | | | | o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2) o Bump PORTREVISION Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd) Obtained from: Apache Project's CVS (htpasswd) | ||||
* | - Sync www/apache13's change (.default -> -dist) | Patrick Li | 2002-06-21 | 3 | -84/+83 |
| | | | | | | | | | | | - Change default to WITH_BULDLED_EXPAT - Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if WITHOUT_CACHE) - Some minor style fixes - Bump PORTREVISION PR: ports/39635 Submitted by: maintainer | ||||
* | * Always use /bin/sh for configure and build. | Christian Weisgerber | 2002-06-20 | 1 | -2/+2 |
| | | | | | | * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv> | ||||
* | Add USE_REINPLACE where appropriate. | Maxim Sobolev | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | - Update to 2.0.39, the emergency security update. | Patrick Li | 2002-06-18 | 9 | -251/+196 |
| | | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer | ||||
* | Mark FORBIDDEN until an update is available. | Jacques Vidrine | 2002-06-18 | 1 | -0/+3 |
| | | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>. | ||||
* | - Better WITH_SUEXEC support | Ying-Chieh Liao | 2002-05-26 | 3 | -26/+35 |
| | | | | | | | - Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT) PR: 38552 Submitted by: maintainer | ||||
* | Fix ports for building with -current without perl | Patrick Li | 2002-05-23 | 1 | -1/+2 |
| | | | | | PR: 38359 Submitted by: maintainer | ||||
* | 1. Upgrade 2.0.35 --> 2.0.36 | Cy Schubert | 2002-05-09 | 11 | -126/+60 |
| | | | | | | | | | 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv> | ||||
* | Respect $DESTDIR for all paths | Ying-Chieh Liao | 2002-04-18 | 8 | -46/+59 |
| | | | | | PR: 37211 Submitted by: maintainer | ||||
* | Remove this patch since perl patch in port Makefile is used to | Patrick Li | 2002-04-14 | 1 | -49/+0 |
| | | | | | | | | accomplish this. PR: 37046 Submitted by: Helge Oldach <send-pr@oldach.net> Approved by: maintainer | ||||
* | - Disable THREADS by default (many ports people reported problems around | Ying-Chieh Liao | 2002-04-11 | 1 | -4/+8 |
| | | | | | | | | | threads) - Bump port revision - Added two more "POSIX expr" patch target for 5-CURRENT PR: 36981 Submitted by: maintainer | ||||
* | Fix 'expr' usage and allow to compile with GCC 3.1. | David E. O'Brien | 2002-04-11 | 1 | -0/+49 |
| | | | | Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer) | ||||
* | Fix typo in the optional WITH_SUEXEC section. | Ollivier Robert | 2002-04-08 | 1 | -1/+1 |
| | | | | | PR: ports/36872 Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER) | ||||
* | Update to 2.0.35 (first GA release!) | Patrick Li | 2002-04-08 | 15 | -690/+710 |
| | | | | | PR: 36834 Submitted by: maintainer | ||||
* | Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files". | David E. O'Brien | 2002-04-07 | 1 | -1/+1 |
| | |||||
* | Update to 2.0.32 | Patrick Li | 2002-03-23 | 12 | -256/+245 |
| | | | | | PR: 36040 Submitted by: maintainer | ||||
* | Fix problem where installation would overwrite existing config files | David W. Chapman Jr. | 2002-01-22 | 2 | -2/+11 |
| | | | | | | Bump PORTREVISION Submitted by: maintainer | ||||
* | Fix invalid path problem on building extension module with apxs. | Ying-Chieh Liao | 2001-12-13 | 2 | -2/+29 |
| | | | | | PR: 32638 Submitted by: maintainer | ||||
* | Suggest a command to delete user instead of actually deleting it | Andrey A. Chernov | 2001-12-07 | 2 | -9/+4 |
| | | | | PR: 32536 | ||||
* | Fix to define correct $PATCHFILES which is introduced in previous commit. | Jun Kuriyama | 2001-12-01 | 1 | -1/+1 |
| | | | | Submitted by: Christian Weisgerber <naddy@freebsd.org> | ||||
* | PLIST cleanup. | Jun Kuriyama | 2001-12-01 | 2 | -1/+7 |
| | | | | Found by: bento | ||||
* | Fix a problem that apache release can't detach from launcher's | David W. Chapman Jr. | 2001-11-23 | 2 | -0/+5 |
| | | | | | | | | terminal PR: 32208 Submitted by: maintainer Pointed out by: Jos Backus <josb@cncdsl.com> | ||||
* | Update to 2.0.28 | David W. Chapman Jr. | 2001-11-19 | 15 | -843/+996 |
| | | | | | PR: 32043 Submitted by: maintainer | ||||
* | Set LATEST_LINK to apache2 in favor of www/apache13. | Akinori MUSHA | 2001-11-06 | 1 | -0/+2 |
| | |||||
* | Oops, CVS not change access bits on removing/adding, so use ${SH} trick | Andrey A. Chernov | 2001-10-29 | 1 | -1/+1 |
| | |||||
* | Second part to fix missing x-bit on pkg*install | Andrey A. Chernov | 2001-10-29 | 3 | -1/+56 |
| | | | | PR: 31599 | ||||
* | First part to fix missing x-bit on pkg*install | Andrey A. Chernov | 2001-10-29 | 2 | -54/+0 |
| | |||||
* | Sync with main Apache | Andrey A. Chernov | 2001-10-24 | 4 | -7/+66 |
| | | | | Submitted by: MAINTAINER | ||||
* | Fix problems with configure bug that doesn't evaluate variables for | Will Andrews | 2001-04-17 | 2 | -1/+20 |
| | | | | | | | | support/*.in. PR: 26570 Submitted by: maintainer Found by: mharo | ||||
* | Add ipv6 to CATEGORIES, since Apache supports IPv6 by default. | Will Andrews | 2001-04-13 | 1 | -1/+1 |
| | | | | Submitted by: ume | ||||
* | Bring in Apache 2.0.16-beta. Just in time for the release... | Will Andrews | 2001-04-13 | 21 | -631/+912 |
| | | | | | | PR: 26410 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Repocopied by: asami | ||||
* | Apache dist moved to another subdir | Andrey A. Chernov | 2001-04-07 | 1 | -15/+16 |
| | | | | | | | Bump PORTREVISION for util.c patch PR: 26383 Submitted by: Chang, Hye-Shik <perky@python.or.kr> | ||||
* | Add official patch to not coredump on missing ServerName | Andrey A. Chernov | 2001-03-31 | 1 | -0/+53 |
| | | | | | PR: 26237 Submitted by: Scot W. Hetzel <hetzels@westbend.net> | ||||
* | Upgrade to 1.3.19 | Andrey A. Chernov | 2001-03-06 | 3 | -7/+24 |
| | |||||
* | bump portrevision | Andrey A. Chernov | 2001-02-12 | 1 | -0/+1 |
| | |||||
* | Add official fix for RewriteMap bug | Andrey A. Chernov | 2001-02-12 | 2 | -0/+4 |
| | |||||
* | Some spaces -> tabs for ports/www. | Jimmy Olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.3.17 | Andrey A. Chernov | 2001-01-30 | 3 | -18/+48 |
| | |||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -4/+4 |
| | |||||
* | Goodbye, YEAR2000. Hello, 2001. | Will Andrews | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Add official mod_rewrite fix | Andrey A. Chernov | 2000-12-27 | 2 | -0/+5 |
| | |||||
* | Upgrade to 1.3.14 | Andrey A. Chernov | 2000-10-14 | 3 | -6/+26 |
| |