summaryrefslogtreecommitdiff
path: root/www/apache13-ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove apache13 and ports depending on apache13 from portstreeOlli Hauer2012-01-0119-1264/+0
| | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@
* - 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
* - 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
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-271-0/+3
| | | | with hat apache@
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
|
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+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.
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
|
* load_rc_config before testing for empty vars.Ion-Mihai Tetcu2008-07-131-2/+2
| | | | Submitted by: dougb@
* - Honor NO* vars (noticed by ionbot)Ion-Mihai Tetcu2008-07-134-19/+38
| | | | | | | | | - Silence some portlint warnings - USE_RC_SUBR from the rc.d script - Bump PORTREVISION PR: 125131 Submitted by: Philip M. Gollucci
* - Security update to 1.3.41+ssl_1.59Dirk Meyer2008-04-153-9/+12
| | | | | | | Security: CVE-2008-0555 - fix objformat PR: 120105
* Remove thttpd from conflicts list, it has a different name for itsAnders Nordby2007-06-171-1/+1
| | | | | | passwd program now. Approved by: maintainers/erwin
* - Update to 1.3.37-1.57Clement Laforet2007-03-184-56/+7
|
* - Fix security issue in mod_rewrite.Clement Laforet2006-07-272-1/+14
| | | | | | | | | | | | | | | | | | | | 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
* 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.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Remove duplicated mor_dir entriesClement Laforet2006-01-163-12/+9
| | | | | | | - Always build (mod_)apache_ssl statically. - Fix MAN8 logic [1] Reported by: pointyhat via kris [1]
* - Update to 1.3.34+1.37Clement Laforet2006-01-146-160/+99
| | | | - Use new apache framework.
* SECURITY: CVE-2005-3352 (cve.mitre.org)Clement Laforet2005-12-122-1/+36
| | | | | | | | | 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
* Remove obsolete mastersite.Mark Linimon2005-10-031-1/+0
| | | | Source: distfile survey
* - Fix build with OpenSSL 0.9.8Clement Laforet2005-10-021-0/+14
|
* - Fix CAN-2005-2088Clement Laforet2005-07-262-0/+88
| | | | Obtained from: Apache repository
* - While I'm here, kick portname from COMMENTClement Laforet2005-06-061-1/+1
|
* - En1arge its maintainershipClement Laforet2005-06-061-1/+1
|
* - move default configuration files to ${EXAMPLESDIR} and keepClement Laforet2004-12-133-33/+46
| | | | ${PREFIX}/etc/apache clean.
* - Xmas for apache13-ssl!Clement Laforet2004-12-133-2/+69
| | | | | | Give it a rcNG startup script Also requested by: sem
* - Deal with httpsd.conf.bak files, like we did for apache2 previously in the ↵Clement Laforet2004-11-292-1/+18
| | | | day.
* - Update to 1.3.33.1.55Clement Laforet2004-11-124-133/+18
|
* - update to 1.3.29+1.55Clement Laforet2004-07-312-4/+3
|
* - Security FixClement Laforet2004-06-112-1/+14
| | | | | | mod_proxy buffer overflow CAN-2004-0492 Shamefully stolen from: apache13-mod-ssl port
* Don't remove www/ now that it is created by the system.Kris Kennaway2004-06-091-1/+0
|
* - tar -> ${TAR}Clement Laforet2004-04-071-3/+3
| | | | While I'm here put --target=httpsd at the right place.
* - CONFLICTS extendedDirk Meyer2004-03-181-1/+4
|
* Fix a bug in the parsing of Allow/Deny rules using IP addresses.Clement Laforet2004-03-082-0/+119
| | | | | | | http://www.vuxml.org/freebsd/09d418db-70fd-11d8-873f-0020ed76ef5a.html Reported by: nectar Obtained from: Apache CVS
* - Update to apache 1.3.29Clement Laforet2004-02-063-9/+13
| | | | | | | | | - Update to patchset 1.53 ***** SECURITY FIX ***** http://www.apache-ssl.org/advisory-20040206.txt Time to ask eik how to add it to portaudit
* Rename patch.Clement Laforet2004-01-212-1/+1
| | | | | | | | post-patch-conf:httpd.conf-dist.orig => post-patch-conf:httpd.conf-dist Pointed out by: kris, Koop Mast <kwm@rainbow-runner.nl>
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* update apache-ssl patch to 1.52.James E. Housley2003-11-203-5/+4
| | | | | | | apache 1.3.29 is not yet supported. PR: 59355 Submitted by: Maintainer
* Here's the patch.James E. Housley2003-11-122-1/+21
| | | | | | files/patch-FixPatch was missing too. Submitted by: MAINTAINER
* Changelog:James E. Housley2003-11-0911-365/+563
| | | | | | | | | | | | | | | | | | | | | | | | | - Sync with apache13 layout (and some patches) - use DOCSDIR - Add no_zombies.patch - use DIST_SUBDIR=apache Removed files: - files/patch-aq - files/patch-ar Added files: - files/patch-httpd.conf-dist - files/post-patch-conf:httpd.conf-dist.orig - files/patch-FixPatch - files/patch-SSLpatch - files/patch-Makefile.tmpl - files/patch-src::modules::standard::mod_auth_db.module - files/patch-src::support::dbmanage - files/patch-src::support::log_server_status - files/patch-configure PR: 58403 Submitted By: MAINTAINER
* - fix spelling in CONFLICTSDirk Meyer2003-10-251-1/+1
|
* - add CONFLICTSDirk Meyer2003-10-141-0/+3
| | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris
* - Update to 1.3.28.1.49.Dirk Meyer2003-09-283-23/+77
| | | | | | | | | | - Add suexec support - Misc changes - Add a footnote for users, to announce them that next version will be a complete resync with apache13 ports layout. PR: 57300 Submitted by: sheepkiller@cultdeadsheep.org
* - change ECHO -> ECHO_CMDDirk Meyer2003-09-241-1/+1
| | | | PR: 56847
* - drop defunctional MASTER_SITESDirk Meyer2003-09-061-14/+1
|
* - change YES -> yesDirk Meyer2003-08-301-2/+2
|
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-28/+27
| | | | - Cleanup Makefile
* - caption in MAINTAINERDirk Meyer2003-04-051-1/+1
|
* - use bsd.openssl.mkDirk Meyer2003-04-031-1/+1
|
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|