aboutsummaryrefslogtreecommitdiff
path: root/www/apache2
Commit message (Collapse)AuthorAgeFilesLines
* - retire www/apache2Clement Laforet2005-12-0432-2753/+0
| | | | Notes: svn path=/head/; revision=150330
* - Fix IGNORE quoting in Makefile.modules.3rd; unbreak www/mod_vhsHClement Laforet2005-12-011-1/+1
| | | | | | | | | | | While I'm here fix typo PR: ports/89125 Submitted by: Ion-Mihai "IOnut" Tetcu Pointy hat to: clement Notes: svn path=/head/; revision=150160
* 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-3/+14
| | | | | | | Now module selection in apache21 works properply Notes: svn path=/head/; revision=147001
* - Fix a misuse of .error. Replace it by IGNORE.Clement Laforet2005-10-311-1/+1
| | | | | | | | PR: ports/88281 Reported by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org> Notes: svn path=/head/; revision=146848
* - Don't rerun the apache2.sh rc script on restart's, just stop and startClement Laforet2005-10-301-1/+1
| | | | | | | | | | normally PR: ports/86402 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Notes: svn path=/head/; revision=146772
* Use the proper syntax for groups when using ${MASTER_SITE_foo}Bill Fenner2005-10-251-1/+2
| | | | | | | Approved by: MAINTAINER timeout (2 weeks) Notes: svn path=/head/; revision=146347
* - Update to 2.0.55Clement Laforet2005-10-1410-297/+4
| | | | Notes: svn path=/head/; revision=145377
* - Apply openssl 0.9.8 fix by default. OpenSSL 0.9.8 is now the defaultClement Laforet2005-09-201-4/+2
| | | | | | | | | from ports Reported by: erwin Notes: svn path=/head/; revision=143197
* - remove a whitespaceClement Laforet2005-09-101-1/+1
| | | | Notes: svn path=/head/; revision=142346
* - Fix build if WITH_OPENSSL_BETA is defined.Clement Laforet2005-09-102-0/+20
| | | | | | | | PR: ports/85457 Submitted by: Daniel Roethlisberger <daniel@roe.ch> Notes: svn path=/head/; revision=142344
* - Fix CAN-2005-2700Clement Laforet2005-09-072-1/+15
| | | | | | | | | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that renegotiation is performed for a transition from "SSLVerifyClient optional" to "SSLVerifyClient require". Notes: svn path=/head/; revision=142187
* - Fix reload/restart when using profilesClement Laforet2005-09-051-1/+1
| | | | | | | Submitted by: thomas, Jarrod <jarrod@netleader.com.au> Notes: svn path=/head/; revision=141999
* - Fix CAN-2005-2491 (integer overflow in pcre)Clement Laforet2005-08-253-1/+135
| | | | | | | | | | | | - Fix memory leak in byterange stuff, which can lead to DoS. http://issues.apache.org/bugzilla/show_bug.cgi?id=29962 Obtained from: Apache SVN repo Reported by: simon Approved by: portmgr (self) Notes: svn path=/head/; revision=140975
* - make sure SSL dependency doesn't exists if WITHOUT_MODULES_SSL is definedClement Laforet2005-08-011-1/+6
| | | | Notes: svn path=/head/; revision=140632
* - Add fix for CAN-2005-2088Clement Laforet2005-07-263-1/+21
| | | | | | | | | | | | | | | | | From Changelog: *) SECURITY: CAN-2005-2088 core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton] - Rename previous patch to CVE ID - bump PORTREVISION Security: CAN-2005-2088 Obtained From: Apache repository Notes: svn path=/head/; revision=140136
* Security: fix a buffer overrun in ssl_callback_SSLVerify_CRL()Clement Laforet2005-07-262-0/+12
| | | | | | | Reported by: thierry Notes: svn path=/head/; revision=140135
* - Remove debug line.Clement Laforet2005-06-011-1/+0
| | | | Notes: svn path=/head/; revision=136629
* - Add support for multiple instances of apache2 to startup script.Clement Laforet2005-06-011-7/+51
| | | | | | | It's a little bit experimental, but it works. Notes: svn path=/head/; revision=136628
* - Update to 2.0.54Clement Laforet2005-04-174-86/+8
| | | | Notes: svn path=/head/; revision=133542
* - Correct misuse of APXS_PREFIXClement Laforet2005-03-171-2/+2
| | | | Notes: svn path=/head/; revision=131528
* - Fix memory leakClement Laforet2005-03-152-0/+78
| | | | | | | | | | | *) core_input_filter: Move buckets to a persistent brigade instead of creating a new brigade. This stop a memory leak when proxying a Streaming Media Server. Obtained from: Apache httpd repository Notes: svn path=/head/; revision=131343
* - promote kqueue to not-so-experiemental status.Clement Laforet2005-03-012-2/+9
| | | | | | | | | Please use WITH_KQUEUE_SUPPORT instead. Success story reported by: pav Notes: svn path=/head/; revision=130094
* - Backport PORTDOCS fix from www/apache21.Clement Laforet2005-02-241-1/+1
| | | | | | | Recent changes in bsd.port.mk prevent from using PORTDOCS= # Notes: svn path=/head/; revision=129657
* - backout previous commit.Clement Laforet2005-02-111-1/+1
| | | | | | | | | | | | | I blindly committed a change from my dev tree. Since USE_APACHE design is flacky, it had a very annoying impact. PR: ports/77391 [1] Also reported by: pointyhat via kris, Scot Hetzel <swhetzel@gmail.com> [1] Pointy hat to: clement Notes: svn path=/head/; revision=128525
* - I want to keep APACHE_PORT overridable even with apache2.Clement Laforet2005-02-081-1/+1
| | | | Notes: svn path=/head/; revision=128320
* - Update to 2.0.53Clement Laforet2005-02-089-317/+61
| | | | | | | | | | | | | | - Download bz2'd tarball [1] - Add print-closest-mirrors target. It allows you to find the 6 (3 http/3 ftp) closest mirror, base on http://www.apache.org/dyn/closer.cgi/httpd/ make print-closest-mirrors >> /etc/make.conf automatically add the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}. Requested by: delphij Notes: svn path=/head/; revision=128282
* - Fix non DSO apache detectionClement Laforet2005-01-261-2/+2
| | | | | | | Noticed by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=127420
* Changes in Makefile.modules.3rdClement Laforet2005-01-261-9/+21
| | | | | | | | | | | | | | | | o Major change(s) - in some cases, modules are still built as static modules, making modules selection useless and generate a non-desired httpd o Minor change(s) - apxs detection is done only if port isn't a server one. - Mark modules ports as IGNORED if apaxhe is built statically - fix make show-modules when when WITH_ALL_STATIC_MODULES is defined Most issues discovered by: Jason Mealins <jason_mealins@bigfix.com> Notes: svn path=/head/; revision=127400
* - make WITHOUT_<CATEGORY>_MODULES really works.Clement Laforet2005-01-251-1/+1
| | | | | | | | | (it was still stuck with WITHOUT_<CATEGORY>) Noticed by: Jason Mealins <jason_mealins@bigfix.com> Notes: svn path=/head/; revision=127300
* - Add support for databases/db43 in apache2[1] and apache21.Clement Laforet2005-01-173-55/+135
| | | | | | | | | | | - 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-6/+15
| | | | | | | | | | | | | | | | | - 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-0/+3
| | | | Notes: svn path=/head/; revision=125283
* - Bump PORTREVISION to refect recent changes.Clement Laforet2004-12-191-1/+1
| | | | | | | Since www/mod_python3 needs envvars.d stuff to work. Notes: svn path=/head/; revision=124511
* - Fix a bug in mod_ssl. When client aborts connection, mod_ssl still tryClement Laforet2004-12-171-0/+11
| | | | | | | | | | to send its data, ad vitam eternam. Noticed by: Didier Bringer <bringer at echo dot fr> Patched by: Bruno Ducrot <ducrot at poupinou dot org> Notes: svn path=/head/; revision=124335
* - Remove useless APR_FROM_PORTS check in post-installClement Laforet2004-12-175-10/+49
| | | | | | | | | | | | | | | - Add support for modular sbin/envvars You can now put your own scripts you want to execute at envvars stage in ${PREFIX}/etc/apache2/envvars.d Only script ending by *.env are run. Example: /usr/local/etc/apache2/envvars.d/mod_python3.env Discussed with: perky on -apache@ Notes: svn path=/head/; revision=124322
* - s/INSTALLS_SHILB/INSTALLS_SHLIB/Clement Laforet2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123912
* - Remove installation of unused highperformance*.confClement Laforet2004-12-125-31/+70
| | | | | | | | - Move examples config files to ${EXAMPLESDIR} - Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data Notes: svn path=/head/; revision=123807
* - Rename patch file.Clement Laforet2004-12-111-0/+0
| | | | Notes: svn path=/head/; revision=123715
* - As discussed on apache@, don't create httpd.conf.bak, and remove stalledClement Laforet2004-11-292-0/+13
| | | | | | | httpd.conf.bak file at deinstall time. Notes: svn path=/head/; revision=122743
* - minor cleanups.Clement Laforet2004-11-135-33/+13
| | | | Notes: svn path=/head/; revision=121524
* - Fix memory consumption DoS, CVE CAN-2004-0942Clement Laforet2004-11-102-1/+105
| | | | | | | | Reported by: josef Obtained from: Apache CVS Notes: svn path=/head/; revision=121318
* - ldconfig'ify ${PREFIX}/lib/apache2 at install time.Clement Laforet2004-11-081-0/+2
| | | | | | | | PR: ports/73566 Submitted by: lev Notes: svn path=/head/; revision=121152
* - Fix previous patch :-)Clement Laforet2004-11-041-7/+7
| | | | | | | | Huge pointy hat to: me Noticed by: Meno Abels <meno.abels@adviser.com> Notes: svn path=/head/; revision=120764
* Makefile was errornously committed. Revert the changesClement Laforet2004-10-311-2/+2
| | | | Notes: svn path=/head/; revision=120516
* - Fix apache2 build, I hope...Clement Laforet2004-10-302-52/+50
| | | | | | | | | | Noticed by: many Committed from: EuroBSDcon Hotel's bar. Pointy hat to: me Under supervision from: mat, thierry, erwin (former mentor) Notes: svn path=/head/; revision=120500
* util_ald_cache_purge() fails to relink the cache entries during a cache purge.Clement Laforet2004-10-302-1/+51
| | | | | | | So apply the official patch Notes: svn path=/head/; revision=120490
* - sync with real lifeClement Laforet2004-10-211-3/+1
| | | | Notes: svn path=/head/; revision=119895
* - Fix shared module building when WITH_STATIC_MODULES is defined.Clement Laforet2004-10-191-1/+1
| | | | | | | Noticed by: Nicola Tiling <nti at w4w dot net> Notes: svn path=/head/; revision=119806
* - Remove WITH_APR_FROM_PORTS knobClement Laforet2004-10-162-95/+78
| | | | | | | | | | - Add a note to UPDATING, to warn users they won't be able to build apache2 if they keep apr 0.9.x Discussed with: Craig Rodrigues (apr maintainer), kuriyama Notes: svn path=/head/; revision=119592