aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2.9Clement Laforet2008-06-234-10/+14
| | | | | | | | - Add a note to UPDATING about the forced build of subversion because of apr/apu bumped version. Notes: svn path=/head/; revision=215646
* - Fix recursive use of WITH_BDB_VER when WITH_BERKELEYDB and WITH_BDB_VERClement Laforet2008-01-281-1/+1
| | | | | | | | | are both defined. Reported by: Vivek Khera <VIVEK@KHERA.ORG> Notes: svn path=/head/; revision=206336
* - s/bsd.databases.mk/bsd.database.mk/Clement Laforet2008-01-201-1/+1
| | | | | | | | PR: ports/119823 Submitted by: mm Notes: svn path=/head/; revision=205877
* - Update to 2.2.8Clement Laforet2008-01-206-96/+49
| | | | | | | | | | | - Update documentation - Use BDB from bsd.databases.mk instead of homebrew [1] PR: ports/119711 [1] Submitted by: mm [1] Notes: svn path=/head/; revision=205870
* - Add support for db45 and db46Martin Matuska2008-01-162-2/+10
| | | | | | | | | PR: ports/117937 Submitted by: mm Approved by: maintainer timeout Notes: svn path=/head/; revision=205716
* - Fix slave ports [1]Clement Laforet2007-12-113-18/+19
| | | | | | | | | | | | | | | | | | - Fix plist [2] - Fix CONFLICTS with devel/apr-svn [3] - Fix install when index.html is modified - Bump PORT_REVISION PR: ports/118348 [1], ports/118338 [2],ports/117097 [2] ports/90088 [3], ports/118349 [3] Submitted by: Andrey Beresovsky <and at sfedu dot ru> [1], Dimitry Andric <dimitry at andric dot com> [2], YAMAMOTO Takao <yamamoto at computec dot co dot jp> Melvyn Sopacua <melvyn atmelvyn dot homeunix dot org> [3], Dominic Fandrey <lon_kamikaze at gmx dot de> [3] Notes: svn path=/head/; revision=202992
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Make port more OPTIONS compliant (more OPTIONS workarounds)Clement Laforet2007-09-232-60/+74
| | | | | | | - Add some IGNORE entries to warn users when the choose conflicting options Notes: svn path=/head/; revision=199967
* - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]Clement Laforet2007-09-201-5/+5
| | | | | | | | | (I forgot to re-apply the patch locally) Reminded by: bland@ Notes: svn path=/head/; revision=199817
* - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]Clement Laforet2007-09-203-17/+16
| | | | | | | | | | | | - Preserve index.html - We no longer install images in default DocumentRoot (there're still in icons/) - Various plist cleanup - bump PORTREVISION since we are now safe with index.html Reminded by: bland@ Notes: svn path=/head/; revision=199816
* - remove duplicate entry of mod_charset_lite [1]Clement Laforet2007-09-195-6/+63
| | | | | | | | | | | | - add PCRE_FROM_PORTS to OPTIONS - use @dirrmtry for include/apache22 - workaround plist issues when upgrading, but it's not as safe as I would expect, it requires more work. Spotted by: bland@ [1] Notes: svn path=/head/; revision=199782
* - Add experimental support of OPTIONS.Clement Laforet2007-09-183-6/+92
| | | | | | | | | | | | | | | | | | | | | | | From UPDATING: By popular request, OPTIONS support has been added. When actived (default), these knobs are ignored: * WITH_<CATEGORY>_MODULES * WITHOUT_<CATEGORY>_MODULES * WITH_CUSTOM_<CATEGORY> * WITH_MODULES * WITHOUT_MODULES * WITH_STATIC_MODULES However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS. - move envvars support to the beginning of apache22_checkconfig() to be sure we're using envvars during configtest [1] PR: ports/116329 [1] Submitted by: Ruud Althuizen <ruud@il.fontys.nl> [1] Notes: svn path=/head/; revision=199725
* - Fix build when WITHOUT_IPV6 is defined and system is IPv6-freeClement Laforet2007-09-161-0/+23
| | | | | | | | | PR: ports/115200 Submitted by: anray Also reported by: Peter Jeremy Notes: svn path=/head/; revision=199576
* - Import MySQL DBD backendClement Laforet2007-09-162-5/+1628
| | | | | | | | | This will definitively fix checksum mismatches. Time to investigate... Reported by: many Notes: svn path=/head/; revision=199564
* \Clement Laforet2007-09-104-119/+149
| | | | | | | | - Cleanup MPM selection - Update mpm itk to 20070425-00 Notes: svn path=/head/; revision=199300
* - Update to 2.2.6Clement Laforet2007-09-096-38/+33
| | | | | | | | | - Fix restart when profiles are used [1] Submitted by: Jarrod Sayers <jarrod at netleader dot com dot au> Notes: svn path=/head/; revision=199199
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Add htcacheclean startup script [1]Clement Laforet2007-07-224-4/+82
| | | | | | | | | | | | - Add support for PCRE from ports (WITH_PCRE_FROM_PORTS) [2] - Install split-logfile [3] Submitted by: Christopher Shumway <cshumway at titan-project dot org> [1] Requested by: Gergely CZUCZY <phoemix at harmless dot hu>, [2] many [3] Notes: svn path=/head/; revision=196051
* Remove thttpd from conflicts list, it has a different name for itsAnders Nordby2007-06-171-1/+1
| | | | | | | | | passwd program now. Approved by: maintainers/erwin Notes: svn path=/head/; revision=193725
* - backout OpenSSL part of previous commit.Clement Laforet2007-03-171-6/+5
| | | | | | | Forcing -rpath can lead to strange side effects when using apxs Notes: svn path=/head/; revision=187583
* - Ensure we use correct OpenSSL libs [1]Clement Laforet2007-03-173-7/+10
| | | | | | | | | | | | - Fix multiprofiles support in rc script [2] PR: ports/100315 [1], ports/109536 [2] Submitted by: Jo Rhett <jrhett@svcolo.com> [1] Eygene Ryabinkin <rea-fbsd@codelabs.ru> [2] Notes: svn path=/head/; revision=187576
* - Ensure configure script won't force us to use an unwanted apr dbd backend.Clement Laforet2007-01-131-0/+6
| | | | Notes: svn path=/head/; revision=182296
* - Update to 2.2.4Clement Laforet2007-01-135-8/+8
| | | | | | | | | | | - Add dumpio module - Fix rcorder [1] PR: ports/106429 [1] Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> [1] Notes: svn path=/head/; revision=182295
* - Install correct apr_mysql_dbd revisionClement Laforet2006-11-071-1/+1
| | | | | | | Spotted by: Tigran Azaryantz <tigercost@yahoo.com> Notes: svn path=/head/; revision=176682
* - Update MySQL apr_dbd to rev 57Clement Laforet2006-11-055-11/+1867
| | | | | | | | | | - Add support for itk mpm - Update doc [1] Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> [1] Notes: svn path=/head/; revision=176468
* - Remove obsolete patchClement Laforet2006-09-251-29/+0
| | | | | | | Reported by: Rui Lopes <rgl@ruilopes.com> Notes: svn path=/head/; revision=173777
* - House keeping (update to current standards: USE_RC_SUBR, USE_LDCONFIG,etc.)Clement Laforet2006-09-246-20/+82
| | | | | | | | | - Remove python dependency unless apr_dbd_mysql is built [1] Required by: many [1] Notes: svn path=/head/; revision=173719
* Add support for setting WITH_BERKELEYDB to db44Michael Reifenberger2006-09-131-0/+4
| | | | Notes: svn path=/head/; revision=172938
* - Fix apr_dbd_mysql buildClement Laforet2006-08-121-1/+1
| | | | Notes: svn path=/head/; revision=170392
* - Fix apr_dbd_mysql stuff.Clement Laforet2006-08-072-6/+6
| | | | | | | | Pointyhat to: clement Spotted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=170016
* - Force to add ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} to force detectionClement Laforet2006-08-051-2/+5
| | | | | | | of pthread_kill(3). Notes: svn path=/head/; revision=169775
* - Update to 2.2.3Clement Laforet2006-08-055-20/+8
| | | | | | | | | | | - Update apr_dbd to latest version [1] - Add forgotten mod_authn_alias [2] Spotted by: Jim Riggs <freebsd-lists@jimandlissa.com> [1] Alexander Wittig <alexander@wittig.name> [2 Notes: svn path=/head/; revision=169774
* - Fix security issue in mod_rewrite.Clement Laforet2006-07-272-0/+14
| | | | | | | | | | | | | | | | | | | | | | | All people using mod_rewrite are strongly encouraged to update. An off-by-one flaw exists in the Rewrite module, mod_rewrite. Depending on the manner in which Apache httpd was compiled, this software defect may result in a vulnerability which, in combination with certain types of Rewrite rules in the web server configuration files, could be triggered remotely. For vulnerable builds, the nature of the vulnerability can be denial of service (crashing of web server processes) or potentially allow arbitrary code execution. This issue has been rated as having important security impact by the Apache HTTP Server Security Team Updates to latest versions will follow soon. Notified by: so@ (simon) Obtained from: Apache Security Team Security: CVE-2006-3747 Notes: svn path=/head/; revision=168904
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* - Remove obsolete patch which add support to Windows Update Service whenClement Laforet2006-05-103-17/+0
| | | | | | | | | apache acts as a proxy. Reported by: Bjoern Voigt <bjoern@cs.tu-berlin.de> Notes: svn path=/head/; revision=162008
* - Update to 2.2.2Clement Laforet2006-05-017-221/+9
| | | | | | | - Enable mod_version by default Notes: svn path=/head/; revision=161022
* - Fix typos in bdb-4.1 m4 macroClement Laforet2006-04-301-2/+2
| | | | | | | Spotted by: Frank Steinborn <steinex@ircnow.org> Notes: svn path=/head/; revision=160920
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+141
| | | | | | | 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
* - add -v to kldload to prevent loading accf_http module if it's staticallyClement Laforet2006-01-231-2/+2
| | | | | | | | | built into kernel Reported by: many Notes: svn path=/head/; revision=154234
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | 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-152-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] Notes: svn path=/head/; revision=153583
* - Moving Makefile.modules before b.p.pre.mk leads to weird results.Clement Laforet2006-01-151-2/+2
| | | | | | | First problem spotted by: leafy <leafy@leafy.idv.tw> Notes: svn path=/head/; revision=153545
* - ohoh fix apache22.shClement Laforet2006-01-151-1/+2
| | | | | | | | Reported by: Adam McLaurin <adam.mclaurin@fastmail.fm>, Dominique Goncalves <dominique.goncalves@gmail.com> Notes: svn path=/head/; revision=153521
* - SECURITY: CVE-2005-3357 (cve.mitre.org)Clement Laforet2006-01-143-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] Notes: svn path=/head/; revision=153473
* - Fix some suexec CONFIGURE_ARGS for 1.3.xClement Laforet2006-01-141-24/+3
| | | | | | | | - add show-categories and show-modules targets, for server ports. Remove these targets from www/apache22/Makefile Notes: svn path=/head/; revision=153458
* - remove useless powerlogo.gifClement Laforet2005-12-253-10/+0
| | | | Notes: svn path=/head/; revision=152023
* - Fix plist and improve dbd /mem_cache logicClement Laforet2005-12-172-14/+13
| | | | Notes: svn path=/head/; revision=151396