summaryrefslogtreecommitdiff
path: root/www/apache13-modssl/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* - Securitry FixDirk Meyer2005-12-141-0/+35
| | | | | | | | | SECURITY: CVE-2005-3352 (cve.mitre.org) Obtained from: ports Notes: svn path=/head/; revision=151169
* - Update to 2.8.25-1.3.34Dirk Meyer2005-10-191-87/+0
| | | | Notes: svn path=/head/; revision=145848
* - fix build of mod_accel on amd64Dirk Meyer2005-07-281-0/+11
| | | | | | | | PR: 84150 Submitted by: Bjoern Koenig Notes: svn path=/head/; revision=140276
* - Security Fix CAN-2005-2088Dirk Meyer2005-07-271-0/+87
| | | | Notes: svn path=/head/; revision=140267
* - don't create a backup of httpd.confDirk Meyer2005-02-091-0/+15
| | | | | | | | - de-ugly-ing filename Obtained from: ports/www/apache13-modperl/files/patch-src:support:apxs.pl Notes: svn path=/head/; revision=128334
* - new option WITH_APACHE_LATESTLOGDirk Meyer2005-01-151-0/+19
| | | | | | | | | | | that patches rotatelogs to always keep a hardlink to the latest log file, but without the seconds-since-epoch integer. Just as a convenience - when developing web apps, it makes it easier to just check the log file. Submitted by: Palle Girgensohn Notes: svn path=/head/; revision=126493
* dbmmanage doesn't recognize the $1$ md5 prefix used by FreeBSD whenDirk Meyer2005-01-151-0/+11
| | | | | | | | | | checking a password using "dbmmanage passwdfile check". This patch fixes this. (no need to bump PORTVERSION) Submitted by: Palle Girgensohn Notes: svn path=/head/; revision=126490
* - update to 2.8.22-1.3.33Dirk Meyer2004-11-011-223/+0
| | | | Notes: svn path=/head/; revision=120585
* - Security PatchDirk Meyer2004-10-291-0/+223
| | | | | | | | CAN-2004-Ã0940 Obtained from: apache-1.3.33 Notes: svn path=/head/; revision=120464
* - Patch for keepalive-bugDirk Meyer2004-10-121-0/+11
| | | | | | | | PR: 71961 Submitted by: Kenneth Vestergaard Schmidt Notes: svn path=/head/; revision=118762
* - Security FixDirk Meyer2004-06-111-0/+13
| | | | | | | mod_proxy buffer overflow CAN-2004-0492 Notes: svn path=/head/; revision=111262
* - Security update to 2.8.17-1.3.31Dirk Meyer2004-05-141-113/+0
| | | | | | | - detect fnmatch.h conficts Notes: svn path=/head/; revision=109105
* - add compatibility to apachectl in rcng.shDirk Meyer2004-05-141-0/+1
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=109101
* s/run_rc_commmand/run_rc_command/Norikatsu Shigemura2004-05-031-1/+1
| | | | | | | | Pointed out by: Dan Langille <dan@langille.org> Pointy hat to: nork Notes: svn path=/head/; revision=108283
* - rcNG-fyDirk Meyer2004-05-031-0/+30
| | | | | | | | | | | | Submitted by: nork WARNING installing the package will overwrite your "etc/rc.d/apache.sh" installing from port is safe - new option WITHOUT_RC_SUBR Notes: svn path=/head/; revision=108235
* - add mod_deflateDirk Meyer2004-03-261-0/+54
| | | | | | | | | Submitted by: Denis Shaposhniko - CONFLICTS extended Notes: svn path=/head/; revision=105302
* - Fix build of IPV6 (no Security patch needed)Dirk Meyer2004-03-081-0/+0
| | | | | | | - cleanup mod_snmp option Notes: svn path=/head/; revision=103322
* - Add securirty Fix from cvsDirk Meyer2004-03-081-0/+113
| | | | | | | | | | | | | http://www.apacheweek.com/features/security-13 Source: http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/standard/mod_access.c?r1=1.46&r2=1.47 Link from: nectar Reviewed by: Munechika Sumikawa (IPV6) Notes: svn path=/head/; revision=103315
* - option WITH_APACHE_IPV6Dirk Meyer2003-12-071-1/+2
| | | | | | | | | | PR: 42427 Submitted by: sec@42.org - fix Usage Notes: svn path=/head/; revision=95275
* - add new Option APACHE_WITH_MODSNMPDirk Meyer2003-11-072-615/+0
| | | | | | | | | | | PR: 43997 Submitted by: zin@the.ne.jp - update to 2.8.16-1.3.29 - remove the now obsolte fixes. Notes: svn path=/head/; revision=93304
* - Security Fix for mod_rewrite with more than 9 brackets.Dirk Meyer2003-10-292-0/+640
| | | | | | | http://www.apache.org/dist/httpd/Announcement.html Notes: svn path=/head/; revision=92530
* - Fix SUEXEC leaving zombies behindDirk Meyer2003-08-061-0/+20
| | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21737 http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=105952652425849&w=2 Suggested by: efortenb@sdccd.cc.ca.us Notes: svn path=/head/; revision=86363
* Fix build on sparc64 (-fpic -> -fPIC)Kris Kennaway2002-12-081-0/+11
| | | | Notes: svn path=/head/; revision=71415
* - Sync with www/apache13 a bitPatrick Li2002-06-221-30/+41
| | | | | | | | | | | | | - Fix clobbering ${PREFIX}/www on install and warnings coughing up on deinstall when ${PREFIX}/www is not empty - Remove pkg-deinstall PR: ports/39645, ports/36804 Submitted by: Charles Sprickman <freebsd@fasttrackmonkey.com>, Peter C. Lai <sirmoo@cowbert.2y.net> Notes: svn path=/head/; revision=61745
* Update to apache 1.3.26 / mod_ssl 2.8.9.Jacques Vidrine2002-06-191-8/+4
| | | | | | | Fixes chunking vulnerability, so now no longer FORBIDDEN. Notes: svn path=/head/; revision=61566
* Make startscript apache.sh PREFIX aware at install time,Dirk Meyer2002-04-191-7/+2
| | | | | | | | so it can be called within an path or dir. e.g. in: /usr/local/etc/rc.local/apache.sh Notes: svn path=/head/; revision=57888
* Small sync with apache13James E. Housley2002-03-131-20/+0
| | | | | | | | - The standard apache distribution now comes with a FreeBSD layout that is the same as the one that was in files/FreeBSD.layout Notes: svn path=/head/; revision=56015
* Update to 1.3.23+2.8.6Patrick Li2002-02-082-33/+6
| | | | Notes: svn path=/head/; revision=54342
* Remove patch that doesn't apply. Doesn't seem to be necessary, anywayDirk Froemberg2001-12-211-65/+0
| | | | | | | | | | because we have OpenSSL in the base system, now. Thus no need to fiddle around with ${PREFIX}. Reported by: many Notes: svn path=/head/; revision=51951
* fix finding OpenSSL problemYing-Chieh Liao2001-12-201-0/+65
| | | | | | | | PR: 15123 Submitted by: Matt Behrens <matt@zigg.com> Notes: svn path=/head/; revision=51884
* Merge from www/apache13:Jun Kuriyama2001-12-021-1/+1
| | | | | | | Don't put 'manual' link to the Apache manual. Notes: svn path=/head/; revision=50912
* Sync with main Apache portAndrey A. Chernov2001-10-224-52/+40
| | | | Notes: svn path=/head/; revision=49084
* Upgrade to Apache 1.3.22 + mod_ssl 2.8.5Ralf S. Engelschall2001-10-226-42/+65
| | | | | | | Submitted by: Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=49077
* Gently persuade apache13-modssl to install in the same filesystemAde Lovett2000-11-155-2/+154
| | | | | | | | | | | | | | | | | space as www/apache13 does, so that other apache-dependendent ports DTRT regardless of which one is installed. Nothing concrete (other than we're working on a real cleanup of the apache ports) has been heard from any of the maintainers. Obviously that is the best solution, but with 4.2-RELEASE just around the corner, we have an opportunity here to at least remove a few bogons. Both times I've raised this issue on -ports, however, there has been significant interest in the patches, and now plenty of confirmations that the modifications do not break the port in other ways. Notes: svn path=/head/; revision=35170
* Upgrade:Ralf S. Engelschall2000-10-141-1/+1
| | | | | | | | Apache 1.3.12 -> 1.3.14 mod_ssl 2.6.6 -> 2.7.1 Notes: svn path=/head/; revision=33814
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-0/+20
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Oops.Kris Kennaway2000-02-121-0/+36
| | | | Notes: svn path=/head/; revision=25681
* Upgrade to Apache 1.3.11 + mod_ssl 2.5.0Ralf S. Engelschall2000-01-221-10/+10
| | | | Notes: svn path=/head/; revision=24947
* Take over fixes from Dirk's apache13-php3 port.Ralf S. Engelschall1999-08-311-0/+11
| | | | Notes: svn path=/head/; revision=21158
* It's double-feature time:Ralf S. Engelschall1999-08-202-59/+29
| | | | | | | Upgrade to Apache 1.3.9 and mod_ssl 2.4.0 Notes: svn path=/head/; revision=20823
* - Upgraded to Apache 1.3.6 + mod_ssl 2.2.6Ralf S. Engelschall1999-03-243-133/+68
| | | | | | | - Cleaned up the port Notes: svn path=/head/; revision=17369
* - Upgrade to Apache 1.3.4Ralf S. Engelschall1999-01-132-53/+53
| | | | | | | | | | - Upgrade to mod_ssl 2.1.7 - Add additional master site - Add Y2K link - Make portlint happy Notes: svn path=/head/; revision=16031
* Import of a new SSL-aware Apache 1.3, achieved by patching upRalf S. Engelschall1998-08-274-0/+183
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache Interface to SSLeay). Notes: svn path=/head/; revision=12882