summaryrefslogtreecommitdiffstats
path: root/www/apache21
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0
|
* - Fix typos in bdb-4.1 m4 macroclement2006-04-301-2/+2
| | | | Spotted by: Frank Steinborn <steinex@ircnow.org>
* Conversion to a single libtool environment.ade2006-02-232-1/+137
| | | | Approved by: portmgr (kris)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-201-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-301-2/+2
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Finish cleanups and fix build with threads enables.clement2006-01-171-2/+0
|
* Cleanups and fixesclement2006-01-153-44/+16
| | | | | | | | | | | | - 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]
* - 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-122-1/+35
| | | | | | | | | 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
* - Fix plist (forgot when I add mod_filter) [1]clement2005-12-103-6/+27
| | | | | | | - 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-071-1/+1
| | | | Spotted by: Cheese Lottery <cheeselottery@gmail.com>
* - Various package fixesclement2005-12-042-2/+6
| | | | - Bump PORTREVISION
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* - 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-3013-236/+193
| | | | | 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-172-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-41/+34
| | | | | 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-053-4/+5
|
* - Add support for databases/db43 in apache2[1] and apache21.clement2005-01-172-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-271-1/+3
|
* - 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-136-41/+3117
| | | | | | | | | | | 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-121-0/+1
| | | | Reported by: pointyhat via kris
* - Add apache 2.1.2clement2004-12-1128-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-111-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-297-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-251-1/+1
|
* Add forgotten file to plist.naddy2003-10-182-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-021-1/+1
|
OpenPOWER on IntegriCloud