aboutsummaryrefslogtreecommitdiff
path: root/www/apache22/files
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fix handling of apache22_http_accept_enable="YES|NO"Philip M. Gollucci2009-12-111-16/+8
| | | | | | | | | | | o Note, don't use required_modules you can not check the return value to conditionalize the -DNOHTTPACCEPT flag PR: ports/138373 Submitted by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=245572
* - Update MPM-ITK patch to 20090414-00Pav Lucistnik2009-09-161-87/+219
| | | | | | | | | PR: ports/137953 Submitted by: Emil Mikulic <emikulic@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=241512
* - Upgrade to 2.2.13.Jun Kuriyama2009-08-257-258/+4
| | | | | | | | PR: ports/137651 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=240299
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-10/+123
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* crap, that was supposed to be in the previous commitPhilip M. Gollucci2009-06-121-1/+1
| | | | Notes: svn path=/head/; revision=235609
* - Drop .sh suffices on rc.d scripts, add note to UPDATINGPhilip M. Gollucci2009-06-125-1/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Commit the final part of the bdb patch improving the value passed to --with-berkely-db [1] - Silence the blasted warnings about accf [2] (Will send this upstream) - Address httpd issue 42829* - graceful restart with multiple listeners using prefork MPM can result in hung processes [3] - Address httpd issue 29744+ - CONNECT does not work over existing SSL connection [4] - Drop .sh suffices on rc.d scripts, add note to UPDATING [5] - Bump PORTREVISION PRs: ports/110651 [1], ports/132528 [2], ports/134457 [3] ports/135478 Submitted by: "Timur I. Bakeyev" <timur@gnu.org> [1] bz@ [2] Alexander <freebsd@nagilum.org> [4] myself (pgollucci@) [5] Requested by: apache@ (several) [3] Tested by: P6 TB (running live > 5 days) RideCharge TB (running live > 3 days) Apache Software Foundation (ASF) TB (running live > 1 day) Sponosored by: RideCharge Inc. Notes: svn path=/head/; revision=235608
* - Backport apr-util security fixes pending the 2.2.12 release (forthcomming)Philip M. Gollucci2009-06-083-0/+90
| | | | | | | | | | Security: http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812 PR: ports/135310 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> With Hat: apache Notes: svn path=/head/; revision=235407
* - Add a patch to fix ab(1) fails to connect with "Operation already inJun Kuriyama2009-04-021-0/+262
| | | | | | | | | | | 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
* PR:Clement Laforet2008-12-153-92/+7
| | | | | | | | | | | | | | | | | | | | 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
* - Update MPM itk patch to 20080727-00 (it is actually a no opClement Laforet2008-09-021-134/+156
| | | | | | | | | | | | 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-021-3/+3
| | | | | | | | | | | - 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-312-2/+54
| | | | | | | | | | | | | | | | | | | | | | | | - 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-311-8/+132
| | | | | | | | | | | | | | | | | | | | | | | - 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 to 2.2.9Clement Laforet2008-06-231-4/+4
| | | | | | | | - Add a note to UPDATING about the forced build of subversion because of apr/apu bumped version. Notes: svn path=/head/; revision=215646
* - Update to 2.2.8Clement Laforet2008-01-202-36/+13
| | | | | | | | | | | - 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
* - Fix slave ports [1]Clement Laforet2007-12-111-5/+6
| | | | | | | | | | | | | | | | | | - 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
* - Fix PCRE_FROM_PORTS. it wasn't processed by OPTIONS stff [1]Clement Laforet2007-09-201-10/+11
| | | | | | | | | | | | - 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-191-2/+59
| | | | | | | | | | | | - 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-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | 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-161-0/+1625
| | | | | | | | | This will definitively fix checksum mismatches. Time to investigate... Reported by: many Notes: svn path=/head/; revision=199564
* \Clement Laforet2007-09-101-109/+144
| | | | | | | | - Cleanup MPM selection - Update mpm itk to 20070425-00 Notes: svn path=/head/; revision=199300
* - Update to 2.2.6Clement Laforet2007-09-093-27/+23
| | | | | | | | | - Fix restart when profiles are used [1] Submitted by: Jarrod Sayers <jarrod at netleader dot com dot au> Notes: svn path=/head/; revision=199199
* - Add htcacheclean startup script [1]Clement Laforet2007-07-222-3/+75
| | | | | | | | | | | | - 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
* - Ensure we use correct OpenSSL libs [1]Clement Laforet2007-03-171-2/+2
| | | | | | | | | | | | - 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
* - Update to 2.2.4Clement Laforet2007-01-131-3/+2
| | | | | | | | | | | - 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
* - Update MySQL apr_dbd to rev 57Clement Laforet2006-11-051-0/+1850
| | | | | | | | | | - 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-244-4/+74
| | | | | | | | | - Remove python dependency unless apr_dbd_mysql is built [1] Required by: many [1] Notes: svn path=/head/; revision=173719
* - Update to 2.2.3Clement Laforet2006-08-051-13/+0
| | | | | | | | | | | - 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-271-0/+13
| | | | | | | | | | | | | | | | | | | | | | | 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 obsolete patch which add support to Windows Update Service whenClement Laforet2006-05-101-11/+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-013-74/+0
| | | | | | | - 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
* 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
* - 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
* - 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-142-12/+102
| | | | | | | | | | | | | | | | | | | | | | | 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 envvars.d [1]Clement Laforet2005-12-133-12/+34
| | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=151123
* - 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-121-0/+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-101-5/+24
| | | | | | | | | | - 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=150785
* - Add apache 2.2.0Clement Laforet2005-12-033-117/+46
| | | | | | | | | 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 Notes: svn path=/head/; revision=150317
* - Update to 2.1.8Clement Laforet2005-10-308-207/+127
| | | | | | | | Not all new cool stuff is supported but it will be when 2.2.0 comes out. Notes: svn path=/head/; revision=146769
* - Fix event MPM build [1]Clement Laforet2005-02-241-3046/+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-235-29/+21
| | | | | | | | 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-051-1/+1
| | | | Notes: svn path=/head/; revision=128085
* - Add support for databases/db43 in apache2[1] and apache21.Clement Laforet2005-01-171-1/+12
| | | | | | | | | | | - 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-111-2/+2
| | | | | | | | | | | | | | | | | - 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