aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20
Commit message (Collapse)AuthorAgeFilesLines
* - Remove debug line.clement2005-06-021-1/+0
|
* - Add support for multiple instances of apache2 to startup script.clement2005-06-021-7/+51
| | | | It's a little bit experimental, but it works.
* - Sync with www/apache2clement2005-05-225-12/+19
|
* - Backport PORTDOCS fix from www/apache21.clement2005-02-241-1/+1
| | | | Recent changes in bsd.port.mk prevent from using PORTDOCS= #
* - backout previous commit.clement2005-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
* - I want to keep APACHE_PORT overridable even with apache2.clement2005-02-091-1/+1
|
* - Update to 2.0.53clement2005-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
* - Fix non DSO apache detectionclement2005-01-261-2/+2
| | | | Noticed by: Xavier Beaudouin <kiwi@oav.net>
* Changes in Makefile.modules.3rdclement2005-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>
* - make WITHOUT_<CATEGORY>_MODULES really works.clement2005-01-251-1/+1
| | | | | | (it was still stuck with WITHOUT_<CATEGORY>) Noticed by: Jason Mealins <jason_mealins@bigfix.com>
* - Add support for databases/db43 in apache2[1] and apache21.clement2005-01-183-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]
* o startup script:clement2005-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]
* - Add a note about the dangerousness of quotes in make.confclement2004-12-281-0/+3
|
* - Bump PORTREVISION to refect recent changes.clement2004-12-201-1/+1
| | | | Since www/mod_python3 needs envvars.d stuff to work.
* - Fix a bug in mod_ssl. When client aborts connection, mod_ssl still tryclement2004-12-181-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>
* - Remove useless APR_FROM_PORTS check in post-installclement2004-12-185-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@
* - s/INSTALLS_SHILB/INSTALLS_SHLIB/clement2004-12-131-1/+1
|
* - Remove installation of unused highperformance*.confclement2004-12-125-31/+70
| | | | | - Move examples config files to ${EXAMPLESDIR} - Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data
* - Rename patch file.clement2004-12-121-0/+0
|
* - As discussed on apache@, don't create httpd.conf.bak, and remove stalledclement2004-11-292-0/+13
| | | | httpd.conf.bak file at deinstall time.
* - minor cleanups.clement2004-11-145-33/+13
|
* - Fix memory consumption DoS, CVE CAN-2004-0942clement2004-11-112-1/+105
| | | | | Reported by: josef Obtained from: Apache CVS
* - ldconfig'ify ${PREFIX}/lib/apache2 at install time.clement2004-11-091-0/+2
| | | | | PR: ports/73566 Submitted by: lev
* - Fix previous patch :-)clement2004-11-041-7/+7
| | | | | Huge pointy hat to: me Noticed by: Meno Abels <meno.abels@adviser.com>
* Makefile was errornously committed. Revert the changesclement2004-10-311-2/+2
|
* - Fix apache2 build, I hope...clement2004-10-312-52/+50
| | | | | | | Noticed by: many Committed from: EuroBSDcon Hotel's bar. Pointy hat to: me Under supervision from: mat, thierry, erwin (former mentor)
* util_ald_cache_purge() fails to relink the cache entries during a cache purge.clement2004-10-302-1/+51
| | | | So apply the official patch
* - sync with real lifeclement2004-10-211-3/+1
|
* - Fix shared module building when WITH_STATIC_MODULES is defined.clement2004-10-201-1/+1
| | | | Noticed by: Nicola Tiling <nti at w4w dot net>
* - Remove WITH_APR_FROM_PORTS knobclement2004-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
* - Fix apr detectionclement2004-10-161-2/+2
| | | | | | | | WARNING: apache2 + apr 1.0 is BROKEN I'm working on a small compat hack. But don't dream too much. apache 2.0.x is not designed to work with apr 1.x. Forgotten by: kuriyama
* - Chase apr shlib version bump.kuriyama2004-10-161-2/+2
| | | | Pointy Hat Autumn Collection 2004 to: kuriyama
* - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcodedclement2004-10-132-3/+5
| | | | | www/www). It should help to keep consistancy in www-related ports.
* - Yet Another Security Fixclement2004-10-132-0/+57
| | | | | | | | | | | | | Fix CAN-2004-0885: * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a correct cipher suite has been negotiated, else deny access. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL 0.9.7, prevent session resumption during a renegotiation to force the client to negotiate a new (and acceptable) cipher suite. Credits: Hartmut Keil, Joe Orton
* - Update to 2.0.52clement2004-10-1214-1484/+39
| | | | | | | | | | | | | | | - Use "PORTDOCS= #" and get rid of docs entry in plist. - Support for FreeBSD 6 in apr - Move of cache modules from THREADS to EXPERIMENTAL category and make sure we enable THREADS modules (cgid only) when a threaded MPM is selected. - Resurect WITH_EXTRA_MODULES knob - powerlogo.gif is now hosted by FreeBSD mirrors - WITH_<category> is definitively no longer supported. - Add Includes dir when installed via a package [1] PR: ports/72309 [1] Submitted by: Christian Kratzer <ck at cksoft dot de> [1]
* - Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes)clement2004-10-101-1/+1
| | | | Approved by: portmgr (krion)
* Security fixes [1]:clement2004-09-166-21/+251
| | | | | | | | | | | | | | | | | | | | | *) SECURITY: CAN-2004-0786 (cve.mitre.org) Fix an input validation issue in apr-util which could be triggered by malformed IPv6 literal addresses. [Joe Orton] *) SECURITY: CAN-2004-0747 (cve.mitre.org) Fix buffer overflow in expansion of environment variables in configuration file parsing. [Andr<E9> Malo] *) SECURITY: CAN-2004-0809 (cve.mitre.org) mod_dav_fs: Fix a segfault in the handling of an indirect lock refresh. PR 31183. [Joe Orton] - Update documentation (finally!) and fix WITH_<CATEGORY>_MODULES for special modules like LDAP or SSL [2] Noticed by: nectar [1] Requested by: Emile Heitor <imil at home dot imil dot net> [2] Approved by: portmgr (marcus)
* - make AP_GENPLIST pseudo PREFFIX-safe until I find a correct fix.clement2004-09-031-4/+6
| | | | Discussed with: eik (long time ago)
* - Add a sanity check on apache2 configuration files before reloading orclement2004-08-231-0/+8
| | | | restarting apache2 (to avoid an expected failure on restart)
* - Add support for exception hook:clement2004-08-193-13/+24
| | | | | | | | | | | | | | | | | | | | | * WITH_EXCEPTION_HOOK now exists * Automatically add if WITH_DEBUG is set * Update still-outdated-documentation - Remove automatic debuf mode if DEBUG_FLAGS is set Exception hook is very useful for debugging (upcoming www/mod_backtrace and www/mod_whatkilledus modules) Makefile.modules.3rd: - Fix CONFIGURE_ARGS for dynamic module selection. It's now fully usuable for apache13 ports - Remove an useless WANT_APACHE check - Move apxs detection at the beginning of the file, to use APXS_PREFIX for apache major version detection [1] The main advantage of this patch is to provide a nice way to have multiple apache versions, without altering ${LOCALBASE}. Submitted by: "ports/c0decafe.net" <ports at c0decafe dot net> [1]
* - Backport security fixes in ssl_engine_io.cclement2004-08-192-1/+35
| | | | | | | | | | | | | | | | * [SECURITY] mod_ssl: Fix potential input filter segfaults in SPECULATIVE mode. (rollback handling for AP_MODE_SPECULATIVE) "This issue has possible security implications; it's been assigned CVE CAN-2004-0751 (cve.mitre.org)." http://issues.apache.org/bugzilla/show_bug.cgi?id=30134 * [SECURITY] mod_ssl: Fix potential infinite loop. (potential infinite loop in ssl_io_input_getline if connection is aborted without inctx->rc being set.) http://issues.apache.org/bugzilla/show_bug.cgi?id=27945 http://issues.apache.org/bugzilla/show_bug.cgi?id=29690 Obtained from: Apache CVS (httpd-2.0 HEAD)
* - Bump PORTREVISION for all previous changesclement2004-08-173-14/+43
| | | | | | - Allow access to /home if mod_userdir is loaded - We don't need apache2libs.sh if apr is installed from ports. - Add recent changes to UPGRADING
* Remove our config.layout support. FreeBSD layout is in apache2's oneclement2004-08-082-23/+0
| | | | since 2.0.48
* We don't need -DFREEBSD_THREAD_HACK when using kse or thr as threadingclement2004-08-081-1/+2
| | | | library.
* - Add ldconfig -m to apache2's apr libs (install time and boot time)clement2004-08-063-5/+25
| | | | Requested by, discussed with: lev
* - Fix brainless typo.clement2004-08-021-2/+2
| | | | Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* apache2 NG patch 2/5.clement2004-08-023-155/+176
| | | | | | | | | | | | | | | | | | | | | | | Makefile.modules: - Export rewritten modules selection from Makefile.modules to Makefile.modules.3rd - Remove proxy support by default. Makefile.modules.3rd: - Add support for WANT_APACHE common13/common2 to share code/functionalities between apache13 and apache2 server ports. Rewrite of modules selection: - WITH_MODULES and WITHOUT_MODULES are no more conflicting WITHOUT_MODULES can be safely used internally to remove conflicting modules - Selection is based on modules categories to improve flexibility - WITH_${category}[_MODULES] - WITHOUT_${category} - WITH_CUSTOM_${category} - Support apache13, apache2{0,1} This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl, and it should be easily usuable in future bsd.apache.mk
* apache2 NG patch 1/5.clement2004-07-314-11/+72
| | | | | | | | | | | | | | | | | | | | | | | | | o Changes in httpd.conf - mod_userdir: . set Userdir if mod_userdir is loaded [1] . Userdir is denied for users from /etc/ftpusers - set more "secure" permissions. By default, policy is to deny access to filesystem. You HAVE to _ENABLE_ access to your filesystem in httpd.conf. - Add an "Includes" directory to ${PREFIX}/etc/apache2/ to make configuration more flexible ${PREFIX}/etc/apache2/*.conf files are now automatically loaded. o apache.sh - be closer to apachectl, apache.sh need envvars [2] It should restore subversion behavior. Partially submitted by: kuriyama [1], Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2] Future changes are mostly written, they should be committed during the week-end. If you're interrested in changes, feel free contact me.
* - Disable mod_cgi if MPM is threaded.clement2004-07-131-0/+1
|
* - Update experimental apr/kqueue patchclement2004-07-131-62/+111
| | | | Obtained from: apr CVS
* - Fix hostname resolution if IPv4 are mapped. [1]clement2004-07-133-1/+15
| | | | | | | - Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY Also submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
* - Improve plist generation.clement2004-07-111-1/+12
| | | | | It fixes problems when you deinstall a port with $PREFIX != $(apxs -q prefix). Now plist is aware of real location of apache module.
* - Add WITHOUT_IPV6 knob to workaround problem with IP resolutionclement2004-07-101-1/+3
| | | | | | | when --enable-v4-mapped is used (default). Use WITHOUT_IPV6 knob if you have problem with "HostnameLookup On" on IPv4-only server(s). I hope I can provide a real fix soon.
* - remove from plist reference to share/nls/en_US.US-ASCIIclement2004-07-041-2/+0
| | | | | | and share/nls/POSIX Noticed by: thierry
* - Make configure script define DEFAULT_SCOREBOARD.clement2004-07-023-3/+7
| | | | - Add NOTICE file to respect Apache 2.0 license
* - revert ade's commit, since it breaks the ports due to somethingclement2004-07-021-7/+1
| | | | looking like a reverse patching.
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+6
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* - Update to 2.0.50clement2004-07-0112-423/+1092
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: *) SECURITY: CAN-2004-0493 (cve.mitre.org) Close a denial of service vulnerability identified by Georgi Guninski which could lead to memory exhaustion with certain input data. [Jeff Trawick] *) SECURITY: CAN-2004-0488 (cve.mitre.org) mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a (trusted) client certificate subject DN which exceeds 6K in length. [Joe Orton] Details can be found here: http://www.apache.org/dist/httpd/CHANGES_2.0 - Use autoconf 2.59 - Add add SUEXEC_LOGFILE tunable to set suexec logfile [1] - Silently ignore removal of libexec/apache2 directory - Import latest version of apr_reslit.c from apr CVS which adds timeout feature to apr_reslist_acquire(). This is required for future mod_logio-st. - Add explicit dependency on libiconv (so nowwe support libiconv) - Move Windows Update fix from MASTER_SITE_LOCAL to ports tree - add WITH_EXPERIMENTAL_PATCHES knobs: These patches are backports from apache CVS HEAD or apr CVS HEAD. They have positive impacts on apache responsiveness but can be instable and are NOT currently supported by apache/apr teams. * exp-http-ready.patch: add "httpready" support for ACCEPT_FILTER (currently apache 2 only support "dataready") * exp-apr-kqueue.patch: add support for kqueue in apr_poll(). This patch greatly improves apache network performance (up to 18% according to the author, on my test box, between 13% and 21%) Test and feedback on -STABLE are welcome ;) For more details, please see: http://marc.theaimsgroup.com/?t=108650227500001&r=1&w=2 Submitted by: knu [1] NOTE: Please set MASTER_SITE_APACHE_HTTPD to closest mirrors. you can easily find them from: http://www.apache.org/dyn/closer.cgi/httpd/ Thanks :
* - Security fix.clement2004-06-292-1/+33
| | | | | | | | CAN-2004-0493 - memory exhaustion denial of service http://www.freebsd.org/ports/portaudit/81a8c9c2-c94f-11d8-8898-000d6111a684.html Noticed by: eik Obtained from: apache CVS
* Don't remove www/ now that it is created by the system.kris2004-06-091-2/+0
|
* - change limits from user www to daemon class to be in sync withclement2004-06-073-5/+6
| | | | | apachectl - fix limits (missing eval)
* - Clarify pkg-messageclement2004-06-071-6/+6
| | | | Noticed by: Hutterer Robert <robert.hutterer@univie.ac.at>
* - Sync pkg-descr with reality.clement2004-06-051-5/+8
|
* -1- make show-options readable from a vt100 ;-)clement2004-06-056-43/+124
| | | | | | | | | | | | | | -2- add WITH_DEBUG knob (supports DEBUG_FLAGS) -3- convert start script to RCng [1] - add possibility to run limits(1) before apache starts - apache2.sh reload = apachectl graceful -4- Add threadpool MPM -5- Adapt COMMENT to fit MPM. -6- Bump PORTREVISION PR: ports/66955 [1] Submitted by: nork [1] (partially) Requested by: ume [1]
* - remove quotes from "bogus" IGNORE stringclement2004-06-021-3/+3
| | | | Noticed by: kris
* - Fix IGNORE s,(,\(,clement2004-05-301-2/+2
|
* - s/BROKEN/IGNORE/clement2004-05-302-7/+7
|
* - Fix build if WITH_APR_FROM_PORTS is defined.clement2004-05-301-0/+3
| | | | | - Advertise ServerToken i.e.: Apache/2.0.49 (FreeBSD) Server at satan.cultdeadsheep.org Port 80
* - Import security fix from Apache CVS...clement2004-05-282-0/+40
| | | | | | | | | | | | | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer overflow in FakeBasicAuth code if client's subject DN exceeds 6K in length (CVE CAN-2004-0488); switch to using apr-util base64 encoder functions. - ... and of course bump PORTREVISION. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488 http://secunia.com/advisories/11534/ Reported by: Charles-Damien Orbello <tazma@cultdeadsheep.org>
* - Fix plist after upgrading libtool to 1.5clement2004-05-181-2/+0
| | | | Notice by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
* - import buildconf patch in ports tree.clement2004-05-185-4/+57
| | | | It has been living out the tree for historical reason.
* - use autoconf 2.57clement2004-05-181-2/+2
| | | | - use libtool 1.5.6
* - s/BROKEN/IGNORE/clement2004-05-171-3/+3
| | | | Per linimon's request correct {mis,ab}use of BROKEN.
* - Do not activate module automatically [1]clement2004-04-171-3/+3
| | | | | | | | | - Cosmectic change in autogenerated plist (run apxs before the removal of the module file, it can make apxs fail if you change module name/shortname) Forgotten by: me [1] Reminded by: discussion with kris [1]
* Add AP_EXTRA to support extra arguments to apxs during build.clement2004-04-161-1/+8
| | | | | | AP_INC and AP_LIB were added. Reminded by: mod_vdbh port
* Remove noisy apache version detectionclement2004-04-161-11/+3
|
* Add Makefile.modules.3rd, which should simplify apache modules porting.clement2004-04-161-0/+99
| | | | | | | | | | | | | | | It can not be used with USE_APACHE knob. Most important knobs: WANT_APACHE= {13,2} Apache version required. if undefined, both apache version are allowed. AP_FAST_BUILD Do ${APXS} -c ${APXS} -i for you AP_GENPLIST Autogenerate a _SIMPLE_ plist: See future commits to know how to use this file.
* - Fix install when people use a different /bin/shclement2004-04-071-12/+12
| | | | | | | | | This shouldn't have been fixed, but I don't like setting UID and GID variables. so ${*} -> ${WWW*} PR: 64032 Noticed by: Patrick Schoenfeld <schoenfeld@in-medias-res.com>
* - s/ac_cv_pthreads/apr_cv_pthreads/ (due to changes in 2.0.49)clement2004-03-271-2/+2
| | | | | | | WITH_PTHREAD_LIBS and WITH_PTHREAD_CFLAGS are now working again WARNING: This option is still NOT offically supported. You can't flame me,but you still cansend me some backtrace ;-)
* Update to 2.0.49clement2004-03-207-251/+93
| | | | | | | | | | | | Full ChangeLogand announcement: http://www.apache.org/dist/httpd/Announcement2.html Port changes: - buildconf patches improvement - Fix typo [1] PR: 64297 [1] Submitted by: TSUMAI Yasuyuki <ral@ta-ko.jp> [1]
* - CONFLICTS extendeddinoex2004-03-191-1/+4
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+2
| | | | | | | | | | | | | | | 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.
* Fix configure.clement2004-03-131-0/+1
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* Fix a mod_ssl denial-of-service.clement2004-03-082-1/+32
| | | | | | | http://www.vuxml.org/freebsd/492f8896-70fa-11d8-873f-0020ed76ef5a.html Reported by: nectar Obtained from: Apache CVS vis nectar
* - Add windowsupdate.com mod_proxy fix. [1]clement2004-02-163-1/+7
| | | | | | | | | you must define WITH_WINDOWSUPDATEFIX - Fix typo/reword Makefile.doc [2] PR: 62610 [1], 62757 [2] Submitted by: leafy <leafy@leafy.idv.tw> [1], Linh Pham <question+freebsdpr@closedsrc.org> [2]
* - Improve apr from ports support.clement2004-02-083-79/+82
| | | | | | Thanks a lot to kuriyama. Submitted by: kuriyama
* - Fix typo in SLAVE_DESIGNED_FOR check [1]clement2004-02-083-6/+14
| | | | | | | | | | - Make ldap fix optional, since it may break LDAP auth [2] Please use WITH_LDAPFIX if you need the fix. - Improve pthreads support - SIZEify distinfo Submitted by: mharo [1] Discussed with: Robin P. Blanchard <robin.blanchard@gactr.uga.edu> [2]
* o Use appropriate comment for WITH_IPV6_V6ONLY knob.kuriyama2004-02-082-2/+2
| | | | o Fix apu-config command name in WITH_APR_FROM_PORTS condition.
* Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.clement2004-01-222-0/+5
| | | | | | | | | | | | | | | | | | | | | | | These options are for people who want to directly link apache against libkse and libthr. Usage: WITH_EXPERIMENTAL_THREADS=YES Overrides default pthread detection behaviour. WITH_PTHREAD_LIBS={kse;thr} Lets you choose your pthread lib. Don't even try to use "c_r"... *** These options are unsupported *** But all gdb backtraces are welcome :-) AFAIK, apache works well, but mod_php4 (worker MPM) behavior is quite funny. All modules which use apr mutexes may crash with KSE. Since I'm working on it, if you have coredumps, feel free to send me the backtrace (you must compile libkse, apache and modules with debugging symbols). Don't forget to set kern.sugid_coredump to 1. (using CoreDumpDirectory in httpd.conf can help too)
* - Fix compilation for threaded MPM.clement2004-01-161-5/+4
| | | | | | | | | | | | | | | This is due to partial revert of apr improvment. setting LIBS=${PTHREAD_LIBS} conflicts with libtool. All should be OK now... If someone can explain me why libtool impose using -pthread (ltshmain), I'm all ears... Note: You CAN NOT override -lc_r (i.e. setting -lkse) at compile time. I must fix it... - Move patchset to MASTER_SITE_LOCAL Noticed by: Martin Nilsson <martin@gneto.com> Approved by: erwin (mentor) (implicitly)
* - Remove thread support in apr. The code prevents apache from runningclement2004-01-142-26/+1
| | | | | | | | | | | | | | | | | | | on > 4.8-STABLE (from september 2003) system because apache2 used libc_r instead of libc. Compiling with -lkse (on -CURRENT) was broken too. - bump PORTREVISION to force users to upgrade. NOTE: on -STABLE DO NOT DEFINE WITH_THREADS. (unless you use a threaded MPM) Thanks to Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> who helped me to track the problem. Noticed by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> HAYASHI, "Lef" Tatsuya <lef@st.rim.or.jp> [1] PR: 61317 [1] Approved by: erwin (mentor) (implicitly)
* - Per popular request, add "you can you use make show-modules"-likeclement2004-01-114-17/+33
| | | | | | | | | | | | | | | | | | | | | | | message option in pre-everything:: target. - Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined) There are too many cases of failure (at leat 3), so I can't force -STABLE users to use SSL_EXPERIMENT_ENGINE [1] - Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2] - Better db42 apr-util detection [3] - Add fastest mirror to PATCH_SITES - Add db42 to "make show-options" Note to users: Unless you have a *really* good request, no more features will be added. Please send me with your bug reports: - uname -a output - all config.log files - pkg_info output - your make command line Noticed by: apache2-test-ng.sh script [1] Barry Pederson <bp@barryp.org> [3] Requested by: jb@perso-web.com [2]
* Uncomment db42-related lines, since db42 is in theclement2004-01-111-3/+3
| | | | | | | ports tree now. Reminded by: lev Approved by: erwin (mentor) (implicitly)
* s/APACHE_USER/WWWOWN/.clement2004-01-101-1/+1
| | | | | | | | | | I don't use APACHE_USER, so SUEXEC_CALLER is set to "". Since apache only produce error at run time, I didn't catch it. BTW, SUEXEC_CALLER is now correctly set. Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Pointy hat to: me Approved by: erwin (mentor) (implicity)
* Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTSclement2004-01-101-10/+16
| | | | | | | | | is not defined. This workaround should avoid weird apache behaviours when apache is linked against the wrong apr* libraries. Time to add CONFLICTS_BUILD option to bsd.port.mk ? Approved by: erwin (mentor) (implicity)
* - fix SSL detection problem on stable with base OpenSSL [1]clement2004-01-102-2/+15
| | | | | | | | | | | | | | | | | Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses -STABLE and base OpenSSL. This is an *apache* problem. It's not the port. I strongly encourage users to use OpenSSL from ports. From httpd-2.0 Status: * mod_ssl: fix a link failure when the openssl-engine libraries are present but the engine headers are missing. - fix a typo in WITH_DBM, should be bdb and not db [1] I keep db for backward compatibility - Add WITH_APR_FROM_PORTS to use devel/apr with apache2. !!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5. Noticed by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> [1] Approved by: erwin (mentor)
* Apache2 PORTREVISION 2:clement2004-01-099-256/+438
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move docs-related stuff to Makefile.doc - Better MPM handling (for slave ports) - Fix HTTP_PORT behaviour - Make suExec more configurable [1] - Now config script are regenerated by buildconfig, to improve slave ports support and minimize apr/apache2 ports conflict [2] - Fix typo in AUTH_MODULES routine [3] [4] - apr threaded support [5] - Fix Segmentation fault with LDAP [6] - Add db42 support. [7] (just uncomment related lines if you installed it from shar) - add SLAVE_DESIGNED_FOR variable for slave ports to automaticaly mark them as BROKEN, if they are out of sync with apache2 PRs: 60444 [1], 61030 [4] Requested by: Matthias Andree <matthias.andree@gmx.de> [7] Suggested by: kuriyama [2] [5] Submitted by: Daniel Tasov <danielt@pilgerer.org> [1], kuriyama [5], motoyuki [3], Scott Michel <scottm@cs.ucla.edu> [4] Obtained from: Apache CVS [6] Reviewed by: erwin, linimon Approved by: erwin (mentor)
* Remove duplicated WITH_EXPERIMENTAL comment.kuriyama2003-12-131-1/+0
| | | | Reviewed by: maintainer
* - fix LDAP deps (typo) [1]naddy2003-11-094-52/+154
| | | | | | | | | | | | | | | | | | - fix nasty typo in DBM code (missing + in LIB_DEPENDS=) - remove NO_{ERROR;WWWDATE;CGI;ICONS;WWW} and utilize WITHOUT_WWW and WITH_CUSTOM_WWW [2] - HTTP_PORT => WITH_HTTP_PORT and IPV6_ONLY => WITH_IPV6_ONLY [3] - add support for FreeBSD libc db [4] - add db41 support [5] - more typos and a few things... Notified by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] [3] Requested by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> [4] Submitted by: <swp@uni-altai.ru> [5] PR: 58739 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Fix build.perky2003-10-301-1/+1
| | | | | | PR: 58711 Submitted by: Yusuke Matsuoka <yusmat@iris.dti.ne.jp> Approved by: maintainer
* Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-307-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)
* - fix spelling in CONFLICTSdinoex2003-10-261-1/+1
|
* Add forgotten file to plist.naddy2003-10-192-0/+2
| | | | | | PR: 58211 Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer
* - add CONFLICTSdinoex2003-10-141-0/+3
| | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris
* Cease FreeBSD port maintainershipsedwin2003-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>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Update 2.0.46 --> 2.0.47cy2003-07-093-13/+173
| | | | | Approved by: MAINTAINER (dominic.marks@btinternet.com) Notified by: striker@apache.org on announce@apache.org
* Set GNU_CONFIGURE instead of HAS_CONFIGURE.kris2003-07-061-1/+1
| | | | Reviewed by: maintainer
* Hand maintainership to submittererwin2003-07-031-1/+1
| | | | | PR: 54053 Submitted by: Dominic Marks <dom@cus.org.uk>
* Set maintainer to ports@FreeBSD.orgperky2003-07-031-1/+1
|
* Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.perky2003-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>,
* Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the buildperky2003-06-061-1/+1
| | | | | | | when WRKDIRPREFIX is defined. PR: 52973 Submitted by: Morten Rodal <morten@rodal.no>
* [SECURITY FIX]perky2003-06-014-64/+370
| | | | | | | | | | | | | | | Update to 2.0.46 See vulnerability details at: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189 PR: 52768 [1] Submitted by: Xin Li <delphij@freebsdchina.org> [1], Miguel Mendez <flynn@energyhq.es.eu.org>, Trevor Johnson <trevor@FreeBSD.org>, Mark Gooderum <mark@verniernetworks.com>, John Walsh <zed@maths.tcd.ie>
* - Utilize MASTER_SITE_APACHE_HTTPD [1]perky2003-04-171-10/+3
| | | | | | | - Allow to override SUEXEC_SAFEPATH [2] Submitted by: naddy [1], Eugene M. Kim <ab@astralblue.net> [2]
* Add missed files on the previous commit.perky2003-04-042-0/+20
|
* Update to 2.0.45. This update fixes a DDOS vulnerability.perky2003-04-045-39/+51
| | | | | | PR: 50564 [1] Submitted by: Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1] Requested by: many
* De-pkg-comment for my ports.perky2003-02-252-1/+1
|
* Remove buggy SSL warning which isn't working correctly for openssl'sperky2003-01-311-6/+0
| | | | | | | version scheme change. Submitted by: Jos Backus <jos@catnook.com>, Tiller Beauchamp <tiller@cs.uoregon.edu>
* Update to 2.0.44perky2003-01-223-36/+83
| | | | | New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped v6 socket.
* Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-develperky2003-01-083-7/+25
| | | | | | | Bumped PORTREVISION accordingly. PR: ports/39091 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* o Change installbuilddir to $PREFIX/share/apache2/build to make portingperky2002-11-154-9/+28
| | | | | | | | 3rd party modules easy. [1] o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT PR: 44104 [1] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-0/+1
|
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-054-23/+68
| | | | | | | | | | | Mark apache13-ssl FORBIDDEN because the new version does not yet exist. Partially based on patches submitted by below authors. Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>, Udo Schweigert <udo.schweigert@siemens.com>, Lev A. Serebryakov <lev@serebryakov.spb.ru> PR: ports/43682, ports/43688, ports/43666, ports/43681
* Update to 2.0.42perky2002-09-263-25/+121
| | | | Approved by: will (portmgr)
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
|
* Update to 2.0.40perky2002-08-106-373/+429
|
* Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=trueperky2002-08-051-1/+1
| | | | | | PR: 41292 [1] Submitted by: Clemens Oertel <oertel@uni-tuebingen.de> Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
* - Add a small hack for worker MPM [1]perky2002-07-215-6/+81
| | | | | | | | | (worker MPM with this hack seems to work without visible problems. and still requires -DFORCE_THREADING_MPM to build for worker MPM.) - Fix plist for worker MPM - Comment out fancy modules from default httpd.conf Tested on: ref5.freebsd.org, several 4-stable machines [1]
* Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-2/+2
|
* o Install mod_deflate by defaultperky2002-07-142-5/+11
| | | | | | | | o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules o Bump port revision PR: 40529 Submitted by: Lawrence Ho <lawrenceho@fastmail.fm>
* Correct envvars path on apachectl(1)perky2002-07-111-3/+14
| | | | Submitted by: Franco Venturi <fventuri@attbi.com>
* - Add a patch for a bug on infinite loop in HTTP_INperky2002-07-092-2/+12
| | | | | | | | filter that allows DoS attack. - Bump PORTREVISION - Change maintainer address Obtained from: Apache Group CVS (rev 1.150-1.151)
* Fix more fatal bugs on htpasswd(1)perky2002-07-082-4/+20
| | | | | Requested by: "Jon Noack" <noackjr@compgeek.com> Obtained from: Apache Group CVS (rev 1.49-1.51)
* Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasksperky2002-06-281-1/+1
| | | | | PR: 38389 Submitted by: abatko@cs.mcgill.ca
* o Fix the htpasswd logic bug around -c and -n optionsperky2002-06-273-18/+15
| | | | | | | | o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2) o Bump PORTREVISION Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd) Obtained from: Apache Project's CVS (htpasswd)
* - Sync www/apache13's change (.default -> -dist)pat2002-06-223-84/+83
| | | | | | | | | | | - Change default to WITH_BULDLED_EXPAT - Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if WITHOUT_CACHE) - Some minor style fixes - Bump PORTREVISION PR: ports/39635 Submitted by: maintainer
* * Always use /bin/sh for configure and build.naddy2002-06-201-2/+2
| | | | | | * Fix EXPAT_PATHS substitution on 4.4. Submitted by: maintainer Hye-Shik Chang <perky@fallin.lv>
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
|
* - Update to 2.0.39, the emergency security update.pat2002-06-199-251/+196
| | | | | | | - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer
* Mark FORBIDDEN until an update is available.nectar2002-06-181-0/+3
| | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
* - Better WITH_SUEXEC supportijliao2002-05-263-26/+35
| | | | | | | - Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT) PR: 38552 Submitted by: maintainer
* Fix ports for building with -current without perlpat2002-05-231-1/+2
| | | | | PR: 38359 Submitted by: maintainer
* 1. Upgrade 2.0.35 --> 2.0.36cy2002-05-0911-126/+60
| | | | | | | | | 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv>
* Respect $DESTDIR for all pathsijliao2002-04-198-46/+59
| | | | | PR: 37211 Submitted by: maintainer
* Remove this patch since perl patch in port Makefile is used topat2002-04-151-49/+0
| | | | | | | | accomplish this. PR: 37046 Submitted by: Helge Oldach <send-pr@oldach.net> Approved by: maintainer
* - Disable THREADS by default (many ports people reported problems aroundijliao2002-04-111-4/+8
| | | | | | | | | threads) - Bump port revision - Added two more "POSIX expr" patch target for 5-CURRENT PR: 36981 Submitted by: maintainer
* Fix 'expr' usage and allow to compile with GCC 3.1.obrien2002-04-111-0/+49
| | | | Submitted by: Hye-Shik Chang <perky@fallin.lv> (maintainer)
* Fix typo in the optional WITH_SUEXEC section.roberto2002-04-081-1/+1
| | | | | PR: ports/36872 Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
* Update to 2.0.35 (first GA release!)pat2002-04-0815-690/+710
| | | | | PR: 36834 Submitted by: maintainer
* Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".obrien2002-04-071-1/+1
|
* Update to 2.0.32pat2002-03-2312-256/+245
| | | | | PR: 36040 Submitted by: maintainer
* Fix problem where installation would overwrite existing config filesdwcjr2002-01-232-2/+11
| | | | | | Bump PORTREVISION Submitted by: maintainer
* Fix invalid path problem on building extension module with apxs.ijliao2001-12-132-2/+29
| | | | | PR: 32638 Submitted by: maintainer
* Suggest a command to delete user instead of actually deleting itache2001-12-082-9/+4
| | | | PR: 32536
* Fix to define correct $PATCHFILES which is introduced in previous commit.kuriyama2001-12-011-1/+1
| | | | Submitted by: Christian Weisgerber <naddy@freebsd.org>
* PLIST cleanup.kuriyama2001-12-012-1/+7
| | | | Found by: bento
* Fix a problem that apache release can't detach from launcher'sdwcjr2001-11-232-0/+5
| | | | | | | | terminal PR: 32208 Submitted by: maintainer Pointed out by: Jos Backus <josb@cncdsl.com>
* Update to 2.0.28dwcjr2001-11-2015-843/+996
| | | | | PR: 32043 Submitted by: maintainer
* Set LATEST_LINK to apache2 in favor of www/apache13.knu2001-11-071-0/+2
|
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickache2001-10-301-1/+1
|
* Second part to fix missing x-bit on pkg*installache2001-10-303-1/+56
| | | | PR: 31599
* First part to fix missing x-bit on pkg*installache2001-10-302-54/+0
|
* Sync with main Apacheache2001-10-254-7/+66
| | | | Submitted by: MAINTAINER
* Fix problems with configure bug that doesn't evaluate variables forwill2001-04-182-1/+20
| | | | | | | | support/*.in. PR: 26570 Submitted by: maintainer Found by: mharo
* Add ipv6 to CATEGORIES, since Apache supports IPv6 by default.will2001-04-131-1/+1
| | | | Submitted by: ume
* Bring in Apache 2.0.16-beta. Just in time for the release...will2001-04-1321-631/+912
| | | | | | PR: 26410 Submitted by: Chang, Hye-Shik <perky@python.or.kr> Repocopied by: asami
* Apache dist moved to another subdirache2001-04-071-15/+16
| | | | | | | Bump PORTREVISION for util.c patch PR: 26383 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
* Add official patch to not coredump on missing ServerNameache2001-04-011-0/+53
| | | | | PR: 26237 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Upgrade to 1.3.19ache2001-03-073-7/+24
|
* bump portrevisionache2001-02-131-0/+1
|
* Add official fix for RewriteMap bugache2001-02-132-0/+4
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Upgrade to 1.3.17ache2001-01-303-18/+48
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+4
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Add official mod_rewrite fixache2000-12-282-0/+5
|
* Upgrade to 1.3.14ache2000-10-143-6/+26
|
* Move all modules from static to shared to allow maximal configurationache2000-10-122-2/+22
| | | | | | | flexibility. WARNING: existing configurations should be updated with 'LoadModule' for previously static modules.
* Cosmetic changes to reduce difference between apache13 ports.kuriyama2000-08-221-23/+23
| | | | | | | | | (whitespace/tab, re-ordering, same $DISTNAME) This is preparation for ports/18788 updates. Approved by: adam@algroup.co.uk, sumikawa No response from: ache (sorry for stepping on your toes)
* Fix path to apachectl in stopache2000-07-181-1/+1
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Remove unchanged configuration files and www/{cgi-bin,data} symlinks.asami2000-06-031-0/+7
| | | | Submitted by: bento
* Add appropriate AddType and DirectoryIndex in preparation fordirk2000-05-301-4/+50
| | | | | | mod_php[34]. Approved by: ache (maintainer)
* Trim lines that were out of DESCR style, use proper WWW:billf2000-05-081-10/+1
|
* Fix typocpiazza2000-04-111-1/+1
| | | | Submitted by: "Gary D. Margiotta" <gary@tbe.net>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* upgrade to 1.3.12ache2000-02-263-7/+6
|
* Add official cross side scripting security patchache2000-02-032-0/+4
|
* upgrade to 1.3.11ache2000-01-255-40/+45
|
* cp/ln all *.default stuff with original names if they not presentache1999-11-161-0/+7
|
* upgrade to 1.3.9ache1999-09-049-115/+100
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-4/+4
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* add 3 missing small iconsache1999-08-051-0/+3
| | | | Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer)
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* www/apache13 rc.d startup script has /usr/local hardcoded.sada1999-06-261-2/+2
| | | | | PR: ports/12206 Submitted by: Matt Behrens <matt@zigg.com>
* upgrade to 1.3.6ache1999-03-265-102/+92
|
* Fix missing "\"sbillf1999-03-141-2/+2
| | | | Noticed By: #FreeBSD
* Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵billf1999-03-141-1/+15
| | | | | | | | | | | MASTER_SITEs were alternated so the user does not have to get 10 apache MASTER_SITEs when all they need is one 'mod' MASTER_SITE, which is what would happen if we used a MASTER_SITE_APACHE or added all of the mirrors in a row. Approved By: apache maintainers, asami Submitted By: Brian Feldman <green@unixhelp.org>, billf
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :)
* change master site to http://ache1999-03-081-2/+2
|
* upgrade to 1.3.4ache1999-01-156-253/+190
|
* More Y2K Statement Links...scrappy1999-01-131-1/+2
|
* Upgrade to 1.3.3smace1998-10-192-5/+5
| | | | | Fix module loading under ELF PR: ports/8267 ports/8362
* coment out --with-perl option, currently perl version don't matterache1998-09-241-2/+4
|
* upgrade to 1.3.2ache1998-09-245-35/+39
|
* Remove expensive-optimization -O6 already include itache1998-09-211-2/+2
|
* add more dirrm'sache1998-08-301-2/+13
|
* add missing mkdir/dirrmache1998-08-301-0/+3
|
* Wwwaste the manpages.hoek1998-08-201-9/+0
|
* "ln -s" -> "ln -sf" to make this port reinstall-friendly.asami1998-08-051-3/+3
|
* apachectl: redirect kill output to /dev/nullache1998-07-241-1/+18
|
* Upgrade to 1.3.1ache1998-07-236-157/+229
|
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGache1998-06-251-6/+16
| | | | variable. Add more optimization there.
* Redirect apachectl output to devnull in apache.shache1998-06-181-2/+2
|
* Use apachectl to start apache in rc.d/apache.shache1998-06-181-2/+2
|
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsache1998-06-131-2/+3
| | | | | directive installed by default and this needs to avoid unnecessary recompilation
* Performance tuning as described in ↵ache1998-06-101-2/+3
| | | | | | http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS
* Remove three nonexistent files.asami1998-06-081-3/+0
|
* Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repositoryasami1998-06-071-3/+1
| | | | | | copy of apache -> apache12 and apache-current -> apache13. Requested by: ache
* upgrade to 1.3.0ache1998-06-072-5/+5
|
* upgrade to 1.3b7ache1998-06-064-159/+148
|
* Fix PLISTache1998-04-232-6/+4
|
* ===> Building package for apache-1.3b6asami1998-04-221-1/+3
| | | | | | | | | | Creating package /usr/ports/packages/All/apache-1.3b6.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz' tar: can't add file sbin/dbmmanage : No such file or directory tar: can't add file sbin/htdigest : No such file or directory tar: can't add file sbin/htpasswd : No such file or directory *** Error code 1
* Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.asami1998-04-221-5/+5
| | | | Also, don't use "+=" to define variable defined only once.
* Upgrade to 1.3b6, now with loadable modules!ache1998-04-227-189/+378
|
* Add dist patches set locally since bsd.port.mk can't handle different baseache1998-03-121-3/+3
| | | | directory per each dist patch
* Define NO_LATEST_LINK.asami1998-02-251-1/+3
|
* Upgrade to 1.3b5ache1998-02-203-19/+53
|
* Add official patch for //// attackache1998-01-082-1/+5
|
* Redirect ulimit output to /dec/nullache1997-11-221-1/+1
|
* Upgrade to 1.3b3ache1997-11-225-34/+28
|
* Compile with -funsigned-char instead of (unsigned char) castache1997-10-242-53/+0
| | | | and not replace Apache functions now
* Upgrade to 1.3b2, now with support files and docs installedache1997-10-237-37/+290
|
* Do not replace Apache md5 with FreeBSD one, it causeache1997-08-262-23/+1
| | | | support problems and gains almost nothing
* Tweak commentache1997-08-131-2/+1
|
* Update the repository copied (with history) apache 1.2.1 to 1.3a1 from thepeter1997-08-134-23/+19
| | | | original apache-current port.
* The great apache shuffle, part 1.. Revive files and break out SSL..peter1997-08-121-39/+2
|
* Split apache to -stable and -currentache1997-07-271-2/+0
|
* Upgrade to 1.2.1ache1997-07-082-6/+6
|
* Always installl *-dist files and list them in PLIST too, it allowsache1997-06-071-4/+4
| | | | pkg_delete not remove current configuration
* Update to 1.2.0ache1997-06-062-5/+5
|
* More fixing of OPTIM replacementache1997-06-011-1/+1
|
* Fix OPTIM= patchingache1997-06-011-1/+1
|
* Upgrade to 1.2b11ache1997-06-013-53/+7
|
* Upgrade to 1.2b10ache1997-05-033-5/+24
|
* Upgrade to 1.2b8ache1997-04-152-7/+10
|