aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.ade2006-02-232-1/+141
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-2/+2
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Chase shlib bump of libexpat.kuriyama2006-01-311-2/+2
|
* - add -v to kldload to prevent loading accf_http module if it's staticallyclement2006-01-231-2/+2
| | | | | | built into kernel Reported by: many
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-5/+5
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Finish cleanups and fix build with threads enables.clement2006-01-171-2/+0
|
* Cleanups and fixesclement2006-01-162-28/+17
| | | | | | | | | | | | - remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1]
* - Moving Makefile.modules before b.p.pre.mk leads to weird results.clement2006-01-151-2/+2
| | | | First problem spotted by: leafy <leafy@leafy.idv.tw>
* - ohoh fix apache22.shclement2006-01-151-1/+2
| | | | | Reported by: Adam McLaurin <adam.mclaurin@fastmail.fm>, Dominique Goncalves <dominique.goncalves@gmail.com>
* - SECURITY: CVE-2005-3357 (cve.mitre.org)clement2006-01-153-13/+103
| | | | | | | | | | | | | | | | | | | | mod_ssl: Fix a possible crash during access control checks if a non-SSL request is processed for an SSL vhost (such as the "HTTP request received on SSL port" error message when an 400 ErrorDocument is configured, or if using "SSLEngine optional"). [1] - reintroduce support of multiple instances of apache in startup script [2] - Add configtest command to apache22.sh [2] - rewrite detection of accf_http filter to make it works on all supported branches. - fix rcorder [3] - fix startup at boot time when profiles are used [4] Spotted by: simon [1], flz[3] Submitted by: Jarrod Sayers <jarrod@netleader.com.au> [2], Joe Horn <joehorn@mi.chu.edu.tw> [4] PR: ports/91154 [2], ports/90708 [4]
* - Fix some suexec CONFIGURE_ARGS for 1.3.xclement2006-01-141-24/+3
| | | | | - add show-categories and show-modules targets, for server ports. Remove these targets from www/apache22/Makefile
* - remove useless powerlogo.gifclement2005-12-263-10/+0
|
* - Fix plist and improve dbd /mem_cache logicclement2005-12-172-14/+13
|
* - Grrrrr. mod_mem_cache needs threads-capable APRclement2005-12-161-1/+4
| | | | Reported by: pointyhat via kris
* - Fix envvars.d [1]clement2005-12-148-30/+92
| | | | | | | | | | | | | | | | | | - Add apache22_http_accept_enable to load accf_http kernel module [2] Additionnally, if it's not defined, we drop accept filter support - Drop obsolete apache22ssl_enable rc.conf option - Sync apache22.sh behavior with apachectl Add graceful and graceful-stop targets - Rework categories (add CACHE_MODULES) - Add support for apr_dbd: MySQL, PostgrSQL and SQLite3 backends are supported It adds mod_auth_dbd and mod_dbd automatically more fixes to come soon... PR: ports/90309 [1], ports/90103 [2] Submitted by: Simun Mikecin <sime@data.home.hr> [1], Melvyn Sopacua <melvyn@melvyn.homeunix.net> [2]
* - Fix typo (it's actually in apache SVN repo)clement2005-12-131-1/+1
| | | | Reported by: Matt Smith <matt@xtaz.co.uk>
* SECURITY: CVE-2005-3352 (cve.mitre.org)clement2005-12-132-1/+36
| | | | | | | | | mod_imap: Escape untrusted referer header before outputting in HTML to avoid potential cross-site scripting. Change also made to ap_escape_html so we escape quotes. Reported by JPCERT. [Mark Cox] Reported by: simon
* - Don't forget to add USE_BUNDLED_APR to CONFIGURE_ENVclement2005-12-101-0/+1
|
* - Fix plist (forgot when I add mod_filter) [1]clement2005-12-103-6/+26
| | | | | | | - workaround apr detection. Now apache22 build his own apr, even if apr is installed, unless you define WITH_APR_FROM_PORTS. Reported by: pointyhat via kris [1]
* - Add forgotten mod_filterclement2005-12-081-1/+1
| | | | Spotted by: Cheese Lottery <cheeselottery@gmail.com>
* - Various package fixesclement2005-12-042-3/+7
| | | | - Bump PORTREVISION
* - clean plistclement2005-12-041-262/+258
|
* - Fix duplicated modulesclement2005-12-041-1/+1
|
* - Update documentation.clement2005-12-041-55/+1
| | | | We no longer support for WWW_* knobs
* - Add apache 2.2.0clement2005-12-048-571/+496
| | | | | | It's a temporary layout, I need more time to find the best. note that ${PREFIX}/www/(data|errors|cgi)(-dist) disappeared in favor of ${PREFIX}/www/apache22
* - Update to 2.1.9pav2005-11-303-5/+8
| | | | | | PR: ports/88707 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: maintainer timeout (clement; 3 weeks)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Backport WANT_APACHE= common21 from development version of bsd.apache.mkclement2005-11-021-1/+1
| | | | Now module selection in apache21 works properply
* - Update to 2.1.8clement2005-10-3113-235/+192
| | | | | Not all new cool stuff is supported but it will be when 2.2.0 comes out.
* - make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is definedclement2005-08-011-1/+6
|
* - Update to 2.1.4clement2005-03-182-3/+3
| | | | Once more, you have to rebuild all apache modules.
* - Fix event MPM build [1]clement2005-02-242-3047/+0
| | | | | | - Add a small UPDATING entry. You have to rebuild all your apache modules. Reported by: clement's apache tinderbox [1]
* - Update to 2.1.3clement2005-02-239-40/+33
| | | | | If you can't fetch the distfile, fetch http://httpd.apache.org/dev/dist/httpd-2.1.3-alpha.tar.bz2 into ${PORTSDIR}/distfiles/apache21
* - Fix envvar.d stuffclement2005-02-063-4/+5
|
* - Add support for databases/db43 in apache2[1] and apache21.clement2005-01-182-1/+16
| | | | | | | | - rename files/patch-srclib:apr-utils:build:dbm.m4 to files/patch-srclib:apr-util:build:dbm.m4 Based on PR: ports/76152 [1] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
* o startup script:clement2005-01-112-5/+12
| | | | | | | | | | | | | | - Use apache{2,21}flags variable in apache{2,21}_checkconfig(). It fixes restart when apache2ssl_enable is set to YES in rc.conf and httpd.conf is "old" (i.e. non -DSSL safe) [1] o Makefile - split post-install target to add install-startup-script: User can now upgrade startup script without reinstalling apache2. NOTE: this is NOT package-safe and NOT supported, even if in most of cases they're no risk. Noticed by: many [1]
* - Add a note about the dangerousness of quotes in make.confclement2004-12-281-0/+2
|
* - Add forgotten patch in previous commit. This fix installation ofclement2004-12-212-1/+15
| | | | | | | stalled ${PREFIX}/sbin/envvar-std Noticed by: our wonderful ports janitor pseudo-bot Huge Pointy Hat to: me
* - Sync with www/apache2:clement2004-12-186-7/+58
| | | | | | | | - mod_ssl fix - make envvars modular - Try to make pointyhat happy [1] Obtained from: devel/apr [1]
* - Remove 2 apr related directoryclement2004-12-162-1/+3
| | | | | Reported by: pointyhat via kris Huge pointyhat to: me
* - Move standard configuration files to ${EXAMPLESDIR} to not getclement2004-12-146-40/+3116
| | | | | | | | | | | dist config files installed in ${PREFIX}/etc/apache21 - Add support for Event MPM and add backport from apr to support APR_POLLSET_THREADSAFE (needed by Event MPM and forgotten @ release time) [1] - misc cleanups - Bump PORTREVISION to reflect all cool changes which occured today ;) Obtained from: apr svn repository
* - Fix SHLIB stuffclement2004-12-131-2/+1
|
* - Sync apache-apr layout with devel/apr one (to avoid another hack forclement2004-12-136-118/+102
| | | | | subversion) - Add support for APR_FROM_PORTS
* - Add a missing build dependency on pythonclement2004-12-131-0/+1
| | | | Reported by: pointyhat via kris
* - Add apache 2.1.2clement2004-12-1228-0/+1683
| | | | This is a development version, awaiting for 2.2
* Oops I forgot one file...clement2004-03-171-17/+0
|
* - Move apache21 to Attic.clement2004-03-1718-2449/+0
| | | | | | Will be back soon ;-) Suggested by: kris
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+1
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-121-0/+2
| | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed.
* Fix build.perky2003-10-301-1/+1
| | | | | | PR: 58711 Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp> Approved by: maintainer
* Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-307-1554/+1794
| | | | | | | | | | | | | | | | | | | - CAN-2003-0789: information leak in mod_cgid <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789> - CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542> Use a DIST_SUBDIR. Use the DOCSDIR macro. Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS, NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES, WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB, WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES, WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and WITH_STATIC_SUPPORT PR: 58654 Submitted by: Clement Laforet (maintainer)
* - fix spelling in CONFLICTSdinoex2003-10-261-1/+1
|
* Add forgotten file to plist.naddy2003-10-192-0/+2
| | | | | | PR: 58211 Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer
* - add CONFLICTSdinoex2003-10-141-0/+3
| | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris
* Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1
| | | | | | | | | | I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Update 2.0.46 --> 2.0.47cy2003-07-093-13/+173
| | | | | Approved by: MAINTAINER (dominic.marks@btinternet.com) Notified by: striker@apache.org on announce@apache.org
* Set GNU_CONFIGURE instead of HAS_CONFIGURE.kris2003-07-061-1/+1
| | | | Reviewed by: maintainer
* Hand maintainership to submittererwin2003-07-031-1/+1
| | | | | PR: 54053 Submitted by: Dominic Marks <dom@cus.org.uk>
* Set maintainer to ports@FreeBSD.orgperky2003-07-031-1/+1
|
* Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.perky2003-06-122-0/+13
| | | | | | Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> Requested by: Moti Levy <moti@flncs.com>, Milan Andric <mandric@eecs.berkeley.edu>,
* Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the buildperky2003-06-061-1/+1
| | | | | | | when WRKDIRPREFIX is defined. PR: 52973 Submitted by: Morten Rodal <morten@rodal.no>
* [SECURITY FIX]perky2003-06-014-64/+370
| | | | | | | | | | | | | | | Update to 2.0.46 See vulnerability details at: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189 PR: 52768 [1] Submitted by: Xin Li <delphij@freebsdchina.org> [1], Miguel Mendez <flynn@energyhq.es.eu.org>, Trevor Johnson <trevor@FreeBSD.org>, Mark Gooderum <mark@verniernetworks.com>, John Walsh <zed@maths.tcd.ie>
* - Utilize MASTER_SITE_APACHE_HTTPD [1]perky2003-04-171-10/+3
| | | | | | | - Allow to override SUEXEC_SAFEPATH [2] Submitted by: naddy [1], Eugene M. Kim <ab@astralblue.net> [2]
* Add missed files on the previous commit.perky2003-04-042-0/+20
|
* Update to 2.0.45. This update fixes a DDOS vulnerability.perky2003-04-045-39/+51
| | | | | | PR: 50564 [1] Submitted by: Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1] Requested by: many
* De-pkg-comment for my ports.perky2003-02-252-1/+1
|
* Remove buggy SSL warning which isn't working correctly for openssl'sperky2003-01-311-6/+0
| | | | | | | version scheme change. Submitted by: Jos Backus <jos@catnook.com>, Tiller Beauchamp <tiller@cs.uoregon.edu>
* Update to 2.0.44perky2003-01-223-36/+83
| | | | | New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped v6 socket.
* Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-develperky2003-01-083-7/+25
| | | | | | | Bumped PORTREVISION accordingly. PR: ports/39091 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* o Change installbuilddir to $PREFIX/share/apache2/build to make portingperky2002-11-154-9/+28
| | | | | | | | 3rd party modules easy. [1] o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT PR: 44104 [1] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-0/+1
|
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-054-23/+68
| | | | | | | | | | | Mark apache13-ssl FORBIDDEN because the new version does not yet exist. Partially based on patches submitted by below authors. Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>, Udo Schweigert <udo.schweigert@siemens.com>, Lev A. Serebryakov <lev@serebryakov.spb.ru> PR: ports/43682, ports/43688, ports/43666, ports/43681
* Update to 2.0.42perky2002-09-263-25/+121
| | | | Approved by: will (portmgr)
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
|
* Update to 2.0.40perky2002-08-106-373/+429
|
* Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=trueperky2002-08-051-1/+1
| | | | | | PR: 41292 [1] Submitted by: Clemens Oertel <oertel@uni-tuebingen.de> Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
* - Add a small hack for worker MPM [1]perky2002-07-215-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).kuriyama2002-07-211-2/+2
|
* o Install mod_deflate by defaultperky2002-07-142-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)perky2002-07-111-3/+14
| | | | Submitted by: Franco Venturi <fventuri@attbi.com>
* - Add a patch for a bug on infinite loop in HTTP_INperky2002-07-092-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)perky2002-07-082-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 umasksperky2002-06-281-1/+1
| | | | | PR: 38389 Submitted by: abatko@cs.mcgill.ca
* o Fix the htpasswd logic bug around -c and -n optionsperky2002-06-273-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)pat2002-06-223-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.naddy2002-06-201-2/+2
| | | | | | * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* - Update to 2.0.39, the emergency security update.pat2002-06-199-251/+196
| | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer
* Mark FORBIDDEN until an update is available.nectar2002-06-181-0/+3
| | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
* - Better WITH_SUEXEC supportijliao2002-05-263-26/+35
| | | | | | | - Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT) PR: 38552 Submitted by: maintainer
* Fix ports for building with -current without perlpat2002-05-231-1/+2
| | | | | PR: 38359 Submitted by: maintainer
* 1. Upgrade 2.0.35 --> 2.0.36cy2002-05-0911-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 pathsijliao2002-04-198-46/+59
| | | | | PR: 37211 Submitted by: maintainer
* Remove this patch since perl patch in port Makefile is used topat2002-04-151-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 aroundijliao2002-04-111-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.obrien2002-04-111-0/+49
| | | | Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer)
* Fix typo in the optional WITH_SUEXEC section.roberto2002-04-081-1/+1
| | | | | PR: ports/36872 Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
* Update to 2.0.35 (first GA release!)pat2002-04-0815-690/+710
| | | | | PR: 36834 Submitted by: maintainer
* Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".obrien2002-04-071-1/+1
|
* Update to 2.0.32pat2002-03-2312-256/+245
| | | | | PR: 36040 Submitted by: maintainer
* Fix problem where installation would overwrite existing config filesdwcjr2002-01-232-2/+11
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Fix invalid path problem on building extension module with apxs.ijliao2001-12-132-2/+29
| | | | | PR: 32638 Submitted by: maintainer
* Suggest a command to delete user instead of actually deleting itache2001-12-082-9/+4
| | | | PR: 32536
* Fix to define correct $PATCHFILES which is introduced in previous commit.kuriyama2001-12-011-1/+1
| | | | Submitted by: Christian Weisgerber <naddy@freebsd.org>
* PLIST cleanup.kuriyama2001-12-012-1/+7
| | | | Found by: bento
* Fix a problem that apache release can't detach from launcher'sdwcjr2001-11-232-0/+5
| | | | | | | | terminal PR: 32208 Submitted by: maintainer Pointed out by: Jos Backus <josb@cncdsl.com>
* Update to 2.0.28dwcjr2001-11-2015-843/+996
| | | | | PR: 32043 Submitted by: maintainer
* Set LATEST_LINK to apache2 in favor of www/apache13.knu2001-11-071-0/+2
|
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickache2001-10-301-1/+1
|
* Second part to fix missing x-bit on pkg*installache2001-10-303-1/+56
| | | | PR: 31599
* First part to fix missing x-bit on pkg*installache2001-10-302-54/+0
|
* Sync with main Apacheache2001-10-254-7/+66
| | | | Submitted by: MAINTAINER
* Fix problems with configure bug that doesn't evaluate variables forwill2001-04-182-1/+20
| | | | | | | | support/*.in. PR: 26570 Submitted by: maintainer Found by: mharo
* Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.will2001-04-131-1/+1
| | | | Submitted by: ume
* Bring in Apache 2.0.16-beta. Just in time for the release...will2001-04-1321-631/+912
| | | | | | PR: 26410 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Repocopied by: asami
* Apache dist moved to another subdirache2001-04-071-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 ServerNameache2001-04-011-0/+53
| | | | | PR: 26237 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Upgrade to 1.3.19ache2001-03-073-7/+24
|
* bump portrevisionache2001-02-131-0/+1
|
* Add official fix for RewriteMap bugache2001-02-132-0/+4
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Upgrade to 1.3.17ache2001-01-303-18/+48
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+4
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Add official mod_rewrite fixache2000-12-282-0/+5
|
* Upgrade to 1.3.14ache2000-10-143-6/+26
|
* Move all modules from static to shared to allow maximal configurationache2000-10-122-2/+22
| | | | | | | flexibility. WARNING: existing configurations should be updated with 'LoadModule' for previously static modules.
* Cosmetic changes to reduce difference between apache13 ports.kuriyama2000-08-221-23/+23
| | | | | | | | | (whitespace/tab, re-ordering, same $DISTNAME) This is preparation for ports/18788 updates. Approved by: adam@algroup.co.uk, sumikawa No response from: ache (sorry for stepping on your toes)
* Fix path to apachectl in stopache2000-07-181-1/+1
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Remove unchanged configuration files and www/{cgi-bin,data} symlinks.asami2000-06-031-0/+7
| | | | Submitted by: bento
* Add appropriate AddType and DirectoryIndex in preparation fordirk2000-05-301-4/+50
| | | | | | mod_php[34]. Approved by: ache (maintainer)
* Trim lines that were out of DESCR style, use proper WWW:billf2000-05-081-10/+1
|
* Fix typocpiazza2000-04-111-1/+1
| | | | Submitted by: "Gary D. Margiotta" <gary@tbe.net>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* upgrade to 1.3.12ache2000-02-263-7/+6
|
* Add official cross side scripting security patchache2000-02-032-0/+4
|
* upgrade to 1.3.11ache2000-01-255-40/+45
|
* cp/ln all *.default stuff with original names if they not presentache1999-11-161-0/+7
|
* upgrade to 1.3.9ache1999-09-049-115/+100
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-4/+4
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* add 3 missing small iconsache1999-08-051-0/+3
| | | | Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* www/apache13 rc.d startup script has /usr/local hardcoded.sada1999-06-261-2/+2
| | | | | PR: ports/12206 Submitted by: Matt Behrens <matt@zigg.com>
* upgrade to 1.3.6ache1999-03-265-102/+92
|
* Fix missing "\"sbillf1999-03-141-2/+2
| | | | Noticed By: #FreeBSD
* Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵billf1999-03-141-1/+15
| | | | | | | | | | | MASTER_SITEs were alternated so the user does not have to get 10 apache MASTER_SITEs when all they need is one 'mod' MASTER_SITE, which is what would happen if we used a MASTER_SITE_APACHE or added all of the mirrors in a row. Approved By: apache maintainers, asami Submitted By: Brian Feldman <green@unixhelp.org>, billf
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
* change master site to http://ache1999-03-081-2/+2
|
* upgrade to 1.3.4ache1999-01-156-253/+190
|
* More Y2K Statement Links...scrappy1999-01-131-1/+2
|
* Upgrade to 1.3.3smace1998-10-192-5/+5
| | | | | Fix module loading under ELF PR: ports/8267 ports/8362
* coment out --with-perl option, currently perl version don't matterache1998-09-241-2/+4
|
* upgrade to 1.3.2ache1998-09-245-35/+39
|
* Remove expensive-optimization -O6 already include itache1998-09-211-2/+2
|
* add more dirrm'sache1998-08-301-2/+13
|
* add missing mkdir/dirrmache1998-08-301-0/+3
|
* Wwwaste the manpages.hoek1998-08-201-9/+0
|
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.asami1998-08-051-3/+3
|
* apachectl: redirect kill output to /dev/nullache1998-07-241-1/+18
|
* Upgrade to 1.3.1ache1998-07-236-157/+229
|
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGache1998-06-251-6/+16
| | | | variable. Add more optimization there.
* Redirect apachectl output to devnull in apache.shache1998-06-181-2/+2
|
* Use apachectl to start apache in rc.d/apache.shache1998-06-181-2/+2
|
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsache1998-06-131-2/+3
| | | | | directive installed by default and this needs to avoid unnecessary recompilation
* Performance tuning as described in ↵ache1998-06-101-2/+3
| | | | | | http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS
* Remove three nonexistent files.asami1998-06-081-3/+0
|
* Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repositoryasami1998-06-071-3/+1
| | | | | | copy of apache -> apache12 and apache-current -> apache13. Requested by: ache
* upgrade to 1.3.0ache1998-06-072-5/+5
|
* upgrade to 1.3b7ache1998-06-064-159/+148
|
* Fix PLISTache1998-04-232-6/+4
|
* ===> Building package for apache-1.3b6asami1998-04-221-1/+3
| | | | | | | | | | Creating package /usr/ports/packages/All/apache-1.3b6.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz' tar: can't add file sbin/dbmmanage : No such file or directory tar: can't add file sbin/htdigest : No such file or directory tar: can't add file sbin/htpasswd : No such file or directory *** Error code 1
* Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.asami1998-04-221-5/+5
| | | | Also, don't use "+=" to define variable defined only once.
* Upgrade to 1.3b6, now with loadable modules!ache1998-04-227-189/+378
|
* Add dist patches set locally since bsd.port.mk can't handle different baseache1998-03-121-3/+3
| | | | directory per each dist patch
* Define NO_LATEST_LINK.asami1998-02-251-1/+3
|
* Upgrade to 1.3b5ache1998-02-203-19/+53
|
* Add official patch for //// attackache1998-01-082-1/+5
|
* Redirect ulimit output to /dec/nullache1997-11-221-1/+1
|
* Upgrade to 1.3b3ache1997-11-225-34/+28
|
* Compile with -funsigned-char instead of (unsigned char) castache1997-10-242-53/+0
| | | | and not replace Apache functions now
* Upgrade to 1.3b2, now with support files and docs installedache1997-10-237-37/+290
|
* Do not replace Apache md5 with FreeBSD one, it causeache1997-08-262-23/+1
| | | | support problems and gains almost nothing
* Tweak commentache1997-08-131-2/+1
|
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thepeter1997-08-134-23/+19
| | | | original apache-current port.
* The great apache shuffle, part 1.. Revive files and break out SSL..peter1997-08-121-39/+2
|
* Split apache to -stable and -currentache1997-07-271-2/+0
|
* Upgrade to 1.2.1ache1997-07-082-6/+6
|
* Always installl *-dist files and list them in PLIST too, it allowsache1997-06-071-4/+4
| | | | pkg_delete not remove current configuration
* Update to 1.2.0ache1997-06-062-5/+5
|
* More fixing of OPTIM replacementache1997-06-011-1/+1
|
* Fix OPTIM= patchingache1997-06-011-1/+1
|
* Upgrade to 1.2b11ache1997-06-013-53/+7
|
* Upgrade to 1.2b10ache1997-05-033-5/+24
|
* Upgrade to 1.2b8ache1997-04-152-7/+10
|
* remove unneded @unexecache1997-02-271-1/+0
|
* Update checksum for my dir.patchache1997-02-261-1/+1
|
* Upgrade to 1.2b7ache1997-02-262-6/+6
|
* Upgrade to 1.2b6ache1997-01-282-6/+6
|
* "mkdir" -> "mkdir -p" so pkg_add will work without /usr/local/wwwasami1997-01-131-1/+1
| | | | pre-existing.
* Upgrade to 1.2b4ache1997-01-032-5/+5
|
* Upgrade to 1.2b3ache1996-12-262-9/+9
| | | | Submitted by: mostly by peter
* Mark the SSL'ed version as BROKEN, until the official patches appear. Alsomarkm1996-12-121-1/+3
| | | | add myself as maintainer of the SSL version.
* Upgrade to 1.2b2ache1996-12-122-26/+8
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Add information URLs commentache1996-11-071-4/+7
|
* Conditionalize all my patchesache1996-11-073-128/+36
|
* Situation:ache1996-11-041-0/+127
| | | | | | | | | | | | | | | | It is impossible to suppress initial HTML preamble for directories, i.e. <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> It means that it is impossible to change <TITLE> or add any <META HTTP-EQUIV...> tags to <HEAD> section or change <BODY> attributes without HTML syntax violation (.asis, cern_meta, etc. not helps here too). Fix: I add "SuppressHTMLPreamble" option to "IndexOptions". When this option is set _and_ HEADER.html (or what you set as it) is present and readable, standard <HEAD><TITLE>Index of dir</TITLE></HEAD><BODY> preamble will be suppressed assuming you have right HTML preamble in your HEADER.html. It solves all problems mentioned above.
* Uncomment the DEPENDS= line. Sheesh.markm1996-11-011-2/+2
| | | | Reminded by: ache
* FINALLY - commit the SSL'ed version of this. (ye gods, this has been a whilemarkm1996-10-271-3/+15
| | | | :-) )
* Split /usr/local/etc/apache/* in more reasonable wayache1996-08-232-51/+5
| | | | Warning: SSL part not updated completely
* 1) Add the ability to build a secure (SSL'ed) server, conditionalisedmarkm1996-08-114-10/+30
| | | | | | | | on the presence of SECURE_SERVER. 2) Clean up the installation in accordance with BSD religion: Now all the configs go in ${PREFIX}/etc/apache and the data (documents) stay in ${PREFIX}/www.
* Fix icons listache1996-07-121-8/+56
|
* Remove unnecessary DISTFILES and EXTRACT_ONLY.asami1996-07-121-5/+2
| | | | | | Remove pst's address from MAINTAINER, I don't know if any script will fail if we have two addresses here so I don't want to risk breaking something right before the release.
* ...just changed maintainer to match realitypst1996-07-121-2/+2
|
* Upgrade to 1.1.1ache1996-07-113-42/+40
| | | | OK-ed by: gpalmer
* Slight revision: If startup file already there, leave it alone.jkh1996-06-161-5/+7
|
* Install an apache.sh startup file in /usr/local/etc/rc.d/jkh1996-06-162-1/+9
| | | | | Now that apache_httpd is gone from /etc/sysconfig, this is the canonical way to make apache start automatically in a new system installation.
* Variable reorderization.asami1996-05-201-5/+6
|
* Use mod_env.c to pass environment to CGI instead of local hackache1996-05-202-8/+10
|
* Update to Apache 1.0.5 (security fix)pst1996-04-214-9/+7
|
* Upgrade to 1.0.3ache1996-02-232-5/+5
|
* Upgrade to 1.0.2.jfieber1996-02-072-4/+4
|
* Fix MASTER_SITES.jfieber1995-12-041-2/+7
|
* Update to 1.0jfieber1995-12-032-5/+5
|
* Change categories to "www". gn has "net" in there too.asami1995-11-271-2/+2
|
* fixed COMMENTSerich1995-10-291-1/+1
|
* Don't try to install mime.types twice.pst1995-09-301-0/+125
| | | | | | Patch up the distributed configuration files to match /usr/local/www convention. We really should be patching them to meta-values and then running sed over them to home them to the right prefix.
* Make apache less NCSA-like and more BSD-like.pst1995-09-261-2/+2
| | | | | | Binary installed in /usr/local/sbin. Document root is /usr/local/www/data. Server root is /usr/local/www/server.
* Upgrade apache to 0.8.14, completely restructure port, and list myself aspst1995-09-243-5/+7
| | | | maintainer.
* Upgrade apache to 0.8.13pst1995-09-193-7/+6
|
* Port of the APACHE web server.jkh1995-08-285-0/+70
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>