aboutsummaryrefslogtreecommitdiff
path: root/www/apache21
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+137
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-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. Notes: svn path=/head/; revision=156534
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Finish cleanups and fix build with threads enables.Clement Laforet2006-01-171-2/+0
| | | | Notes: svn path=/head/; revision=153715
* Cleanups and fixesClement Laforet2006-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] Notes: svn path=/head/; revision=153583
* - Fix typo (it's actually in apache SVN repo)Clement Laforet2005-12-131-1/+1
| | | | | | | Reported by: Matt Smith <matt@xtaz.co.uk> Notes: svn path=/head/; revision=151091
* SECURITY: CVE-2005-3352 (cve.mitre.org)Clement Laforet2005-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 Notes: svn path=/head/; revision=151045
* - Fix plist (forgot when I add mod_filter) [1]Clement Laforet2005-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] Notes: svn path=/head/; revision=150787
* - Add forgotten mod_filterClement Laforet2005-12-071-1/+1
| | | | | | | Spotted by: Cheese Lottery <cheeselottery@gmail.com> Notes: svn path=/head/; revision=150625
* - Various package fixesClement Laforet2005-12-042-2/+6
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=150379
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Update to 2.1.9Pav Lucistnik2005-11-303-5/+8
| | | | | | | | | PR: ports/88707 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: maintainer timeout (clement; 3 weeks) Notes: svn path=/head/; revision=149983
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Backport WANT_APACHE= common21 from development version of bsd.apache.mkClement Laforet2005-11-021-1/+1
| | | | | | | Now module selection in apache21 works properply Notes: svn path=/head/; revision=147001
* - Update to 2.1.8Clement Laforet2005-10-3013-236/+193
| | | | | | | | Not all new cool stuff is supported but it will be when 2.2.0 comes out. Notes: svn path=/head/; revision=146769
* - make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is definedClement Laforet2005-08-011-1/+6
| | | | Notes: svn path=/head/; revision=140632
* - Update to 2.1.4Clement Laforet2005-03-172-3/+3
| | | | | | | Once more, you have to rebuild all apache modules. Notes: svn path=/head/; revision=131527
* - Fix event MPM build [1]Clement Laforet2005-02-242-3047/+0
| | | | | | | | | - Add a small UPDATING entry. You have to rebuild all your apache modules. Reported by: clement's apache tinderbox [1] Notes: svn path=/head/; revision=129648
* - Update to 2.1.3Clement Laforet2005-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 Notes: svn path=/head/; revision=129592
* - Fix envvar.d stuffClement Laforet2005-02-053-4/+5
| | | | Notes: svn path=/head/; revision=128085
* - Add support for databases/db43 in apache2[1] and apache21.Clement Laforet2005-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] Notes: svn path=/head/; revision=126664
* o startup script:Clement Laforet2005-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] Notes: svn path=/head/; revision=126134
* - Add a note about the dangerousness of quotes in make.confClement Laforet2004-12-271-1/+3
| | | | Notes: svn path=/head/; revision=125283
* - Add forgotten patch in previous commit. This fix installation ofClement Laforet2004-12-212-1/+15
| | | | | | | | | | stalled ${PREFIX}/sbin/envvar-std Noticed by: our wonderful ports janitor pseudo-bot Huge Pointy Hat to: me Notes: svn path=/head/; revision=124664
* - Sync with www/apache2:Clement Laforet2004-12-186-7/+58
| | | | | | | | | | | - mod_ssl fix - make envvars modular - Try to make pointyhat happy [1] Obtained from: devel/apr [1] Notes: svn path=/head/; revision=124373
* - Remove 2 apr related directoryClement Laforet2004-12-162-1/+3
| | | | | | | | Reported by: pointyhat via kris Huge pointyhat to: me Notes: svn path=/head/; revision=124187
* - Move standard configuration files to ${EXAMPLESDIR} to not getClement Laforet2004-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 Notes: svn path=/head/; revision=123945
* - Fix SHLIB stuffClement Laforet2004-12-131-2/+1
| | | | Notes: svn path=/head/; revision=123914
* - Sync apache-apr layout with devel/apr one (to avoid another hack forClement Laforet2004-12-136-118/+102
| | | | | | | | subversion) - Add support for APR_FROM_PORTS Notes: svn path=/head/; revision=123913
* - Add a missing build dependency on pythonClement Laforet2004-12-121-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=123832
* - Add apache 2.1.2Clement Laforet2004-12-1128-0/+1683
| | | | | | | This is a development version, awaiting for 2.2 Notes: svn path=/head/; revision=123726
* Oops I forgot one file...Clement Laforet2004-03-171-17/+0
| | | | Notes: svn path=/head/; revision=104265
* - Move apache21 to Attic.Clement Laforet2004-03-1718-2449/+0
| | | | | | | | | Will be back soon ;-) Suggested by: kris Notes: svn path=/head/; revision=104264
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-1/+1
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-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. Notes: svn path=/head/; revision=103676
* Fix build.Hye-Shik Chang2003-10-301-1/+1
| | | | | | | | | PR: 58711 Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp> Approved by: maintainer Notes: svn path=/head/; revision=92630
* Update to 2.0.48, which has corrections for two security bugs:Trevor Johnson2003-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) Notes: svn path=/head/; revision=92603
* - fix spelling in CONFLICTSDirk Meyer2003-10-251-1/+1
| | | | Notes: svn path=/head/; revision=92135
* Add forgotten file to plist.Christian Weisgerber2003-10-182-0/+2
| | | | | | | | | PR: 58211 Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer Notes: svn path=/head/; revision=91583
* - add CONFLICTSDirk Meyer2003-10-141-0/+3
| | | | | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris Notes: svn path=/head/; revision=91213
* Cease FreeBSD port maintainershipsEdwin Groothuis2003-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> Notes: svn path=/head/; revision=89148
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-1/+1
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* Update 2.0.46 --> 2.0.47Cy Schubert2003-07-093-13/+173
| | | | | | | | Approved by: MAINTAINER (dominic.marks@btinternet.com) Notified by: striker@apache.org on announce@apache.org Notes: svn path=/head/; revision=84529
* Set GNU_CONFIGURE instead of HAS_CONFIGURE.Kris Kennaway2003-07-061-1/+1
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=84295
* Hand maintainership to submitterErwin Lansing2003-07-031-1/+1
| | | | | | | | PR: 54053 Submitted by: Dominic Marks <dom@cus.org.uk> Notes: svn path=/head/; revision=84114
* Set maintainer to ports@FreeBSD.orgHye-Shik Chang2003-07-021-1/+1
| | | | Notes: svn path=/head/; revision=84061
* Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.Hye-Shik Chang2003-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>, Notes: svn path=/head/; revision=82856
* Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the buildHye-Shik Chang2003-06-061-1/+1
| | | | | | | | | | when WRKDIRPREFIX is defined. PR: 52973 Submitted by: Morten Rodal <morten@rodal.no> Notes: svn path=/head/; revision=82339