aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-ssl
Commit message (Collapse)AuthorAgeFilesLines
* 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 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. Notes: svn path=/head/; revision=237892
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* load_rc_config before testing for empty vars.Ion-Mihai Tetcu2008-07-131-2/+2
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=216784
* - 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 Notes: svn path=/head/; revision=216753
* - Security update to 1.3.41+ssl_1.59Dirk Meyer2008-04-153-9/+12
| | | | | | | | | | Security: CVE-2008-0555 - fix objformat PR: 120105 Notes: svn path=/head/; revision=211298
* 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
* - Update to 1.3.37-1.57Clement Laforet2007-03-184-56/+7
| | | | Notes: svn path=/head/; revision=187661
* - 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 Notes: svn path=/head/; revision=168904
* 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - 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] Notes: svn path=/head/; revision=153640
* - Update to 1.3.34+1.37Clement Laforet2006-01-146-160/+99
| | | | | | | - Use new apache framework. Notes: svn path=/head/; revision=153460
* 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 Notes: svn path=/head/; revision=151041
* Remove obsolete mastersite.Mark Linimon2005-10-031-1/+0
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=144032
* - Fix build with OpenSSL 0.9.8Clement Laforet2005-10-021-0/+14
| | | | Notes: svn path=/head/; revision=143969
* - Fix CAN-2005-2088Clement Laforet2005-07-262-0/+88
| | | | | | | Obtained from: Apache repository Notes: svn path=/head/; revision=140157
* - While I'm here, kick portname from COMMENTClement Laforet2005-06-061-1/+1
| | | | Notes: svn path=/head/; revision=136914
* - En1arge its maintainershipClement Laforet2005-06-061-1/+1
| | | | Notes: svn path=/head/; revision=136912
* - move default configuration files to ${EXAMPLESDIR} and keepClement Laforet2004-12-133-33/+46
| | | | | | | ${PREFIX}/etc/apache clean. Notes: svn path=/head/; revision=123962
* - Xmas for apache13-ssl!Clement Laforet2004-12-133-2/+69
| | | | | | | | | Give it a rcNG startup script Also requested by: sem Notes: svn path=/head/; revision=123923
* - Deal with httpsd.conf.bak files, like we did for apache2 previously in the ↵Clement Laforet2004-11-292-1/+18
| | | | | | | day. Notes: svn path=/head/; revision=122763
* - Update to 1.3.33.1.55Clement Laforet2004-11-124-133/+18
| | | | Notes: svn path=/head/; revision=121442
* - update to 1.3.29+1.55Clement Laforet2004-07-312-4/+3
| | | | Notes: svn path=/head/; revision=115144
* - Security FixClement Laforet2004-06-112-1/+14
| | | | | | | | | mod_proxy buffer overflow CAN-2004-0492 Shamefully stolen from: apache13-mod-ssl port Notes: svn path=/head/; revision=111271
* Don't remove www/ now that it is created by the system.Kris Kennaway2004-06-091-1/+0
| | | | Notes: svn path=/head/; revision=111131
* - tar -> ${TAR}Clement Laforet2004-04-071-3/+3
| | | | | | | While I'm here put --target=httpsd at the right place. Notes: svn path=/head/; revision=106401
* - CONFLICTS extendedDirk Meyer2004-03-181-1/+4
| | | | Notes: svn path=/head/; revision=104534
* 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 Notes: svn path=/head/; revision=103308
* - 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 Notes: svn path=/head/; revision=100183
* 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> Notes: svn path=/head/; revision=98690
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* 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 Notes: svn path=/head/; revision=94459
* Here's the patch.James E. Housley2003-11-122-1/+21
| | | | | | | | | files/patch-FixPatch was missing too. Submitted by: MAINTAINER Notes: svn path=/head/; revision=93842
* 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 Notes: svn path=/head/; revision=93474
* - fix spelling in CONFLICTSDirk Meyer2003-10-251-1/+1
| | | | Notes: svn path=/head/; revision=92135
* - add CONFLICTSDirk Meyer2003-10-141-0/+3
| | | | | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris Notes: svn path=/head/; revision=91213
* - 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 Notes: svn path=/head/; revision=89606
* - change ECHO -> ECHO_CMDDirk Meyer2003-09-241-1/+1
| | | | | | | PR: 56847 Notes: svn path=/head/; revision=89254
* - drop defunctional MASTER_SITESDirk Meyer2003-09-061-14/+1
| | | | Notes: svn path=/head/; revision=88653
* - change YES -> yesDirk Meyer2003-08-301-2/+2
| | | | Notes: svn path=/head/; revision=88058
* - use hook for bsd.openssl.mkDirk Meyer2003-08-281-28/+27
| | | | | | | - Cleanup Makefile Notes: svn path=/head/; revision=87907
* - caption in MAINTAINERDirk Meyer2003-04-051-1/+1
| | | | Notes: svn path=/head/; revision=78263
* - use bsd.openssl.mkDirk Meyer2003-04-031-1/+1
| | | | Notes: svn path=/head/; revision=78059
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Use MASTER_SITE_APACHE*.Christian Weisgerber2003-02-131-6/+1
| | | | | | | | PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=75463
* - Use user and group "www"Dirk Meyer2003-01-274-14/+40
| | | | | | | | | | - fix PLIST - add patch from ports/36363 (from ryan@servercity.com) - verify ports/36361 - fix ports/36364 Notes: svn path=/head/; revision=74097
* - update SSL support.Dirk Meyer2003-01-201-1/+1
| | | | | | | | | | | | defaults to openssl port (now 0.9.6.h) New options: use the lastest version (now 0.9.7) USE_OPENSSL_BETA=yes use the base version with USE_OPENSSL_BASE=yes Notes: svn path=/head/; revision=73675
* - clean up PLIST, unbreak portbuildDirk Meyer2002-12-141-108/+391
| | | | | | | - remove config if files are not altered Notes: svn path=/head/; revision=71625
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808