aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-modssl
Commit message (Collapse)AuthorAgeFilesLines
* - remove apache13 and ports depending on apache13 from portstreeOlli Hauer2012-01-0125-2178/+0
| | | | | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@ Notes: svn path=/head/; revision=288378
* - fix CVE-2011-3368Dirk Meyer2011-11-194-16/+139
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286069
* - mark apache13 FORBIDDEN (CVE-2011-3368)Olli Hauer2011-11-141-1/+2
| | | | | | | | | | | | | | | * There are no patches from upstream and already existing exploids in the wild. - ru-apache13 ports have long outstanding issues and are far behind last apache13 patches. with hat apache@ Feature safe: yes Notes: svn path=/head/; revision=285803
* - bump EXPIRATION_DATEDirk Meyer2011-11-011-1/+1
| | | | Notes: svn path=/head/; revision=284865
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵Philip M. Gollucci2011-09-071-1/+1
| | | | | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports Notes: svn path=/head/; revision=281344
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-271-0/+3
| | | | | | | with hat apache@ Notes: svn path=/head/; revision=280566
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-6/+0
| | | | Notes: svn path=/head/; revision=271305
* - fix reload targetDirk Meyer2010-09-171-10/+2
| | | | | | | Reported by: Vladimir Galaichuk Notes: svn path=/head/; revision=261330
* BROKEN should not be quoted.Erwin Lansing2010-06-131-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=256468
* add LICENSE_COMBDirk Meyer2010-06-051-0/+3
| | | | Notes: svn path=/head/; revision=255751
* - Apache License 2.0Dirk Meyer2010-06-051-1/+1
| | | | Notes: svn path=/head/; revision=255750
* - fix build with openssl-1.0.0Dirk Meyer2010-04-061-0/+20
| | | | Notes: svn path=/head/; revision=252315
* Cleanse uneeded RC_SUBR variablesDoug Barton2010-03-282-2/+1
| | | | | | | Approved by: pgolluci Notes: svn path=/head/; revision=251602
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix a bug in IPv4 logging.Dirk Meyer2010-02-043-1/+48
| | | | | | | | - Security fix for mod_proxy Security: CVE-2010-0010 Notes: svn path=/head/; revision=249221
* - USE_RC_SUBR != yesDirk Meyer2009-10-203-40/+200
| | | | | | | | | | | PR: 136853 Submitted by: Philip M. Gollucci - extend startup to handle options and multiple instances Obtained from: ports/www/apache22 Notes: svn path=/head/; revision=243121
* - add mod_accel patch for amd64Dirk Meyer2009-10-112-0/+37
| | | | | | | Submitted by: Sergey Smitienko Notes: svn path=/head/; revision=242691
* - drop option WITHOUT_RC_SUBRDirk Meyer2009-07-072-29/+1
| | | | Notes: svn path=/head/; revision=237303
* - add LICENSE:Dirk Meyer2009-01-161-0/+13
| | | | Notes: svn path=/head/; revision=226280
* Revert some of the previous commit. Applogies.Philip M. Gollucci2009-01-091-1/+1
| | | | | | | I only meant to do clement@ and ports@ ones Notes: svn path=/head/; revision=225578
* - 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
* - drop case senstive checksDirk Meyer2008-09-281-4/+4
| | | | | | | PR: 127464 Notes: svn path=/head/; revision=220933
* pkg_info -> ${PKG_INFO}Edwin Groothuis2008-07-271-2/+2
| | | | Notes: svn path=/head/; revision=217642
* - fix custom apache_flagsDirk Meyer2008-05-121-1/+1
| | | | | | | | PR: 121479 Submitted by: Laurent Frigault Notes: svn path=/head/; revision=212947
* - update to 1.3.41+2.8.31Dirk Meyer2008-02-103-408/+9
| | | | Notes: svn path=/head/; revision=207010
* - Security patchDirk Meyer2008-01-232-1/+400
| | | | | | | | | | Security: CVE-2007-6388 Security: CVE-2007-5000 Security: CVE-2007-3847 Reported by: Thomas Vogt Notes: svn path=/head/; revision=206048
* - new option WITH_PERLDirk Meyer2008-01-171-0/+4
| | | | | | | | workaround till global solution in bsd.apache.mk PR: 118647, 116984 Notes: svn path=/head/; revision=205745
* - fix build on CURRENTDirk Meyer2007-10-161-0/+2
| | | | | | | | PR: 117233 Reported by: Alexander Logvinov Notes: svn path=/head/; revision=201565
* - update to 2.8.28-1.3.37Dirk Meyer2007-09-166-371/+30
| | | | | | | - merge Configure patches Notes: svn path=/head/; revision=199577
* - merge security fiexs from apache 1.3.39Dirk Meyer2007-09-102-1/+349
| | | | | | | | Security: CVE-2006-5752 Security: CVE-2007-3304 Notes: svn path=/head/; revision=199245
* 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
* - fix build for custom localesDirk Meyer2007-05-311-0/+13
| | | | | | | PR: 96703 Notes: svn path=/head/; revision=192466
* - update to 2.8.28-1.3.37Dirk Meyer2006-07-313-20/+9
| | | | Notes: svn path=/head/; revision=169214
* - Security patch mod_rewriteDirk Meyer2006-07-272-1/+12
| | | | | | | Security: CVE-2006-3747 Notes: svn path=/head/; revision=168896
* - update to 1.3.36+2.8.27Dirk Meyer2006-05-202-9/+9
| | | | Notes: svn path=/head/; revision=162874
* - update mod_snmp homepageDirk Meyer2006-05-091-1/+1
| | | | Notes: svn path=/head/; revision=161797
* - update to mod_ssl-2.8.26-1.3.35Dirk Meyer2006-05-093-47/+12
| | | | | | | | - update to mod_accel-1.0.34 - remove patch, verfied it is in distribution Notes: svn path=/head/; revision=161794
* 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
* - support for options:Dirk Meyer2006-02-091-6/+33
| | | | | | | | | | | | | APACHE_DATADIR,APACHE_CGIBIN_ROOT,APACHE_DOCUMENT_ROOT - new options: APACHE_LOCALSTATE_DIR,APACHE_LOGFILE_DIR Submitted by: Bernard J. Treves Brown - support for options: DEFAULT_PATH Notes: svn path=/head/; revision=155555
* - preserve symbolic links if modifiedDirk Meyer2006-02-071-4/+4
| | | | | | | Suggested by: Panagiotis Christias Notes: svn path=/head/; revision=155431
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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-142-1/+36
| | | | | | | | | SECURITY: CVE-2005-3352 (cve.mitre.org) Obtained from: ports Notes: svn path=/head/; revision=151169
* - add SHA checksumDirk Meyer2005-11-131-0/+6
| | | | Notes: svn path=/head/; revision=148088
* - Update to 2.8.25-1.3.34Dirk Meyer2005-10-194-97/+11
| | | | Notes: svn path=/head/; revision=145848
* - honor LDFLAGSDirk Meyer2005-10-041-5/+5
| | | | | | | | - fix EXPAT options in some cases the external expat was not used. Notes: svn path=/head/; revision=144132
* - unbreak updated dependency (devel/mm)Dirk Meyer2005-09-081-2/+2
| | | | | | | Submitted by: Michael Voucko Notes: svn path=/head/; revision=142199