aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
Commit message (Collapse)AuthorAgeFilesLines
* Add note tp pkg-message informing users of FAQ:Philip M. Gollucci2009-04-101-0/+4
| | | | | | | | | | | | | | your hostname must be resolvable via at least 1 mechanism configured in /etc/nsswitch.conf or depending on the modules you hae loaded apache might not be able to start. PRs: ports/131563, ports/131564, ports/131565 Submitted by: Glen Barber <glen.j.barber@gmail.com> Discussed with: me Notes: svn path=/head/; revision=231987
* - Add a patch to fix ab(1) fails to connect with "Operation already inJun Kuriyama2009-04-022-1/+263
| | | | | | | | | | | progress (37)" errno. References: https://issues.apache.org/bugzilla/show_bug.cgi?id=44584 Obtained from: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/ab.c?r1=748396&r2=749438 Reviewed by: apache@ (pgollucci@) Notes: svn path=/head/; revision=231457
* - www/apache22-peruser-mpm overwrites the apache22.tbz package in Latest/Philip M. Gollucci2009-01-291-2/+2
| | | | | | | | | | | | | | due to the Master/Slave relationship (Needs LATEST_LINK et al) Discussed on: apache@ Reported by: John Hay <jhay@meraka.org.za> Approved by: Jille Timmermans <jille@quis.cx> With hat: apache Notes: svn path=/head/; revision=227123
* remove now unused option WITH_SVNPhilip M. Gollucci2009-01-191-3/+2
| | | | Notes: svn path=/head/; revision=226442
* Chase devel/apr-svn removalPhilip M. Gollucci2009-01-191-4/+1
| | | | | | | | Reported by: tabthorpe Pointyhat: me Notes: svn path=/head/; revision=226441
* - Re-assign www/apache* ports to apache@Philip M. Gollucci2009-01-091-1/+1
| | | | | | | | | - Previous MATAINERs please welcome yourself to the apache@ team. Approved by: portmgr (pav, flz), secteam (simon), clement Notes: svn path=/head/; revision=225577
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-3/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225331
* PR:Clement Laforet2008-12-156-107/+22
| | | | | | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: - Update to 2.2.11 - Always depend on pcre from ports [1] - Fix plist with LDAP/without apr-util DSO - source envvars as late as possible [2] Requested by: ale Eygene Ryabinkin <rea-fbsd at codelabs dot ru> [2] PR: ports/127418 [2] Notes: svn path=/head/; revision=224286
* - Fix @comment stringClement Laforet2008-09-031-3/+3
| | | | | | | | Pointy hat to: clement Reported by: Christer Solskogen Notes: svn path=/head/; revision=219791
* - Fix @comment stringClement Laforet2008-09-031-1/+1
| | | | | | | | Pointy hat to: clement Reported by: Christer Solskogen Notes: svn path=/head/; revision=219790
* - Fix plist where apr_dbd is usedClement Laforet2008-09-033-5/+20
| | | | | | | | | | | - Fix Postgresql build, don't trust pg_config - Don't overwrite apr_dbd_mysql.c - Bump PORTREVISION No cookie for: clement Notes: svn path=/head/; revision=219761
* - Update MPM itk patch to 20080727-00 (it is actually a no opClement Laforet2008-09-023-135/+160
| | | | | | | | | | | | on FreeBSD) - Move mpm-itk patch to EXTRA_PATCHES to avoid conflicts with alternative mpm patches [1] - update PLIST_SUBS when SLAVE_PORT_MPM is defined Requested by: Jille Timmermans [1] Notes: svn path=/head/; revision=219659
* - Fix incorrect redirection order in startup scriptClement Laforet2008-09-022-4/+4
| | | | | | | | | | | - Bump PORTREVISION PR: ports/127038 [1] Submitted by: edwin@ [1] Reported by: Tod McQuillin Notes: svn path=/head/; revision=219643
* - Yet Another Plist Fix [1]Clement Laforet2008-08-314-6/+61
| | | | | | | | | | | | | | | | | | | | | | | | - Completely shut up rc.d script when no profiles are enabled (add add support to disable profiles) [2] - Fix CVE-2008-2939 for mod_proxy_ftp (XSS attacks when using wildcards in the path of the FTP URL) - Add "apache22_fib" to start apache22 prefixed by "setfib -F ${apache22_fib}", so apache can use an alternate network view (not carefully tested yet) - Revert previous patch to "fix" missing rc.d scripts. It actually breaks profiles. - Bump PORTREVISION PR: ports/126670 [1], ports/116627 [2] Submitted by: Joseph S. Atkinson [1], Eygene Ryabinkin [2] Security: CVE-2008-2939 Special thanks to: pgollucci@ Notes: svn path=/head/; revision=219551
* - Fix plist when NOPORTDOCS is defined [1]Clement Laforet2008-08-313-12/+150
| | | | | | | | | | | | | | | | | | | | | | | - Add WITH_SVN knob. It enables BDB for apache22 port and force dependency on dev/apr-svn when WITH_APR_FROM_PORTS is defined. (should help fixing [2]). Introduce APR_PORT. - Add support for db-4.7 [3] - Add mod_ldap OPTIONS fixup [4] - Sometimes, rc scripts aren't included in package Try to fix this. [5] PR: ports/126053 [2], ports/125520 [3] ports/124651 [4], ports/126670 [5] (partially) Reported by: QA Tindy [1], Crazig Leres [2], Larry Rosenman [4] Kirk Strauser [3], Joseph S. Atkinson [5] Notes: svn path=/head/; revision=219529
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - 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