The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD www : apache13-modssl

 This is Apache version 1.3 plus mod_ssl which provides strong cryptography
via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
v1) protocols by the help of the SSL/TLS implementation toolkit OpenSSL which
is based on SSLeay from Eric A. Young and Tim J. Hudson. The mod_ssl package
was created in April 1998 by Ralf S. Engelschall and was originally derived
from software developed by Ben Laurie for use in the Apache-SSL HTTP server
project. 

As a summary, here are its main SSL/TLS-related features:
   o  Open-Source software (BSD-style license)
   o  Useable for both commercial and non-commercial use
   o  Available for both Unix and Win32 (Windows 95/98/NT) platforms 
   o  128-bit strong cryptography world-wide
   o  Support for SSLv2, SSLv3 and TLSv1 protocols
   o  Support for both RSA and Diffie-Hellman ciphers
   o  Clean reviewable ANSI C source code 
   o  Clean Apache module architecture
   o  Integrates seamlessly into Apache through an Extended API (EAPI)
   o  Full Dynamic Shared Object (DSO) support
   o  Advanced pass-phrase handling for private keys
   o  X.509 certificate based authentication for both client and server
   o  X.509 certificate revocation list (CRL) support
   o  Support for per-URL renegotiation of SSL handshake parameters
   o  Support for explicit seeding of the PRNG from external sources
   o  Additional boolean-expression based access control facility
   o  Backward compatibility to other Apache SSL solutions
   o  Inter-process SSL session cache (DBM and Shared Memory based)
   o  Powerful dedicated SSL engine logging facility
   o  Simple and robust application to Apache source trees
   o  Fully integrated into the Apache 1.3 configuration mechanism
   o  Additional integration into the Apache Autoconf-style Interface (APACI)
   o  Assistance in X.509v3 certificate generation (both RSA and DSA)
   o  Experimental support for external Crypto Devices (OpenSSL ENGINE)

mod_snmp is a plug-in for apache-1.3.x to take apache status by SNMP 

http://www.apache.org/ http://www.modssl.org/ http://www.openssl.org/ http://www.mod-snmp.com/



apache13-modssl history


v. 1.185
date: 2007/10/16 15:57:51;  author: dinoex;  state: Exp;  lines: +2 -0
- fix build on CURRENT
PR:		117233
Reported by:	Alexander Logvinov

v. 1.184 date: 2007/09/16 20:05:48; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.28-1.3.37 - merge Configure patches
v. 1.183 date: 2007/09/10 08:00:16; author: dinoex; state: Exp; lines: +1 -1 - merge security fiexs from apache 1.3.39 Security: CVE-2006-5752 Security: CVE-2007-3304
v. 1.182 date: 2007/06/17 16:59:26; author: anders; state: Exp; lines: +1 -1 Remove thttpd from conflicts list, it has a different name for its passwd program now. Approved by: maintainers/erwin
v. 1.181 date: 2006/07/31 14:13:30; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.28-1.3.37
v. 1.180 date: 2006/07/27 17:06:13; author: dinoex; state: Exp; lines: +1 -1 - Security patch mod_rewrite Security: CVE-2006-3747
v. 1.179 date: 2006/05/20 13:49:28; author: dinoex; state: Exp; lines: +3 -3 - update to 1.3.36+2.8.27
v. 1.178 date: 2006/05/09 10:35:56; author: dinoex; state: Exp; lines: +3 -3 - update to mod_ssl-2.8.26-1.3.35 - update to mod_accel-1.0.34 - remove patch, verfied it is in distribution
v. 1.177 date: 2006/02/09 06:51:54; author: dinoex; state: Exp; lines: +33 -6 - support for options: 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
v. 1.176 date: 2006/01/30 23:20:02; author: kuriyama; state: Exp; lines: +2 -2 Chase shlib bump of libexpat.
v. 1.175 date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the 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.
v. 1.174 date: 2005/12/14 15:52:42; author: dinoex; state: Exp; lines: +1 -1 - Securitry Fix SECURITY: CVE-2005-3352 (cve.mitre.org) Obtained from: ports
v. 1.173 date: 2005/10/19 10:06:02; author: dinoex; state: Exp; lines: +4 -4 - Update to 2.8.25-1.3.34
v. 1.172 date: 2005/10/04 05:44:09; author: dinoex; state: Exp; lines: +5 -5 - honor LDFLAGS - fix EXPAT options in some cases the external expat was not used.
v. 1.171 date: 2005/09/08 05:43:23; author: dinoex; state: Exp; lines: +2 -2 - unbreak updated dependency (devel/mm) Submitted by: Michael Voucko
v. 1.170 date: 2005/09/04 04:44:31; author: dinoex; state: Exp; lines: +2 -2 - update to 1.3.33+2.8.24
v. 1.169 date: 2005/07/28 04:48:14; author: dinoex; state: Exp; lines: +1 -1 - fix build of mod_accel on amd64 PR: 84150 Submitted by: Bjoern Koenig
v. 1.168 date: 2005/07/27 18:07:27; author: dinoex; state: Exp; lines: +1 -1 - Security Fix CAN-2005-2088
v. 1.167 date: 2005/07/27 17:55:37; author: dinoex; state: Exp; lines: +9 -1 - support new options APACHE_DATADIR, APACHE_DOCUMENT_ROOT Suggested by: Steve Clement
v. 1.166 date: 2005/04/02 19:48:01; author: dinoex; state: Exp; lines: +0 -1 - update mod_snmp_1.3.14.13, remove BROKEN
v. 1.165 date: 2005/01/15 10:03:24; author: dinoex; state: Exp; lines: +5 -0 - new option WITH_APACHE_LATESTLOG 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
v. 1.164 date: 2004/12/16 16:28:57; author: dinoex; state: Exp; lines: +7 -5 - fix package when WITHOUT_RC_SUBR=YES and old rc files are installed. Submitted by: Dave Ryan
v. 1.163 date: 2004/11/16 09:46:57; author: dinoex; state: Exp; lines: +2 -1 - better wording for a build error.
v. 1.162 date: 2004/11/01 15:29:00; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.22-1.3.33
v. 1.161 date: 2004/10/29 16:29:14; author: dinoex; state: Exp; lines: +1 -1 - Security Patch CAN-2004-Ã0940 Obtained from: apache-1.3.33
v. 1.160 date: 2004/10/23 11:04:36; author: dinoex; state: Exp; lines: +9 -8 - Security update to 2.8.21-1.3.32 * CAN-2004-0492 (cve.mitre.org) Reject responses from a remote server if sent an invalid (negative) Content-Length. - update mod_snmp to 1.3.14.13 - fix build dependency :
v. 1.159 date: 2004/10/16 09:07:33; author: dinoex; state: Exp; lines: +2 -2 - Security update to 2.8.20-1.3.31
v. 1.158 date: 2004/10/12 04:06:32; author: dinoex; state: Exp; lines: +1 -0 - Patch for keepalive-bug PR: 71961 Submitted by: Kenneth Vestergaard Schmidt
v. 1.157 date: 2004/07/19 04:06:46; author: dinoex; state: Exp; lines: +2 -6 - Security Fix - update to 2.8.19-1.3.31
v. 1.156 date: 2004/06/15 04:49:23; author: dinoex; state: Exp; lines: +30 -20 - sync build options with other apache ports again. headsup: please reanme your existings options PR: 67937 Suggested by: eik -new option: WITH_APACHE_INTERNAL_EXPAT
v. 1.155 date: 2004/06/14 17:24:28; author: dinoex; state: Exp; lines: +1 -1 - allow customizing of CATEGORIES PR: 67937 Submitted by: eik
v. 1.154 date: 2004/06/11 08:36:54; author: dinoex; state: Exp; lines: +1 -1 - Security Fix mod_proxy buffer overflow CAN-2004-0492
v. 1.153 date: 2004/06/06 07:49:43; author: dinoex; state: Exp; lines: +2 -2 - fix extract problems with bsdtar Reported by: Tim Kientzle
v. 1.152 date: 2004/05/31 04:57:38; author: dinoex; state: Exp; lines: +2 -2 - update to mod_deflate-1.0.21 Denis Shaposhnikov - update to mod_ssl-2.8.18-1.3.31 Reported by: kris
v. 1.151 date: 2004/05/15 08:49:09; author: dinoex; state: Exp; lines: +7 -0 - allow build without expat, new option APACHE_WITHOUT_EXPAT To run some (mod_perl) applications, a full expat library is needed, but the built-in one conflicts with it. This patch allows you to build Apache without the built-in expat so the other modules can load what they need. PR: 66650 Submitted by: Vivek Khera
v. 1.150 date: 2004/05/14 19:07:52; author: dinoex; state: Exp; lines: +7 -4 - move USE_RC_SUBR before bsd.port.pre.mk
v. 1.149 date: 2004/05/14 07:37:56; author: dinoex; state: Exp; lines: +14 -10 - Security update to 2.8.17-1.3.31 - detect fnmatch.h conficts
v. 1.148 date: 2004/05/03 16:27:45; author: nork; state: Exp; lines: +1 -1 s/run_rc_commmand/run_rc_command/ Pointed out by: Dan Langille Pointy hat to: nork
v. 1.147 date: 2004/05/03 04:27:22; author: dinoex; state: Exp; lines: +16 -6 - rcNG-fy 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
v. 1.146 date: 2004/04/03 08:20:36; author: dinoex; state: Exp; lines: +1 -1 - fix empty dir in option.
v. 1.145 date: 2004/03/31 16:24:24; author: dinoex; state: Exp; lines: +20 -10 - building mod_accel and friends as apache so modules Denis Shaposhnikov - use PLIST_FILES for options
v. 1.144 date: 2004/03/26 13:58:24; author: dinoex; state: Exp; lines: +4 -1 - update CONFLICTS
v. 1.143 date: 2004/03/26 07:56:10; author: dinoex; state: Exp; lines: +60 -11 - add mod_deflate Submitted by: Denis Shaposhniko - CONFLICTS extended
v. 1.142 date: 2004/03/18 20:48:46; author: dinoex; state: Exp; lines: +63 -11 - new option APACHE_WITH_MODACCEL Submitted by: Denis Shaposhnikov - cleanup of all options - CONFLICTS extended
v. 1.141 date: 2004/03/08 17:07:58; author: dinoex; state: Exp; lines: +2 -1 - Fix build of IPV6 (no Security patch needed) - cleanup mod_snmp option
v. 1.140 date: 2004/03/08 13:54:05; author: dinoex; state: Exp; lines: +1 -0 - Add securirty Fix from cvs 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)
v. 1.139 date: 2003/12/31 04:21:47; author: dinoex; state: Exp; lines: +4 -3 - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6 are selected.
v. 1.138 date: 2003/12/30 04:30:33; author: dinoex; state: Exp; lines: +2 -2 - Update PATCH_SITES for mod_snmp Problem found by: Subhi S Hashwa
v. 1.137 date: 2003/12/07 16:48:53; author: dinoex; state: Exp; lines: +17 -2 - option WITH_APACHE_IPV6 PR: 42427 Submitted by: sec@42.org - fix Usage
v. 1.136 date: 2003/11/13 03:32:51; author: dinoex; state: Exp; lines: +4 -0 - new option APACHE_RELATIVE_RUNTIMEDIR
v. 1.135 date: 2003/11/07 15:57:11; author: dinoex; state: Exp; lines: +25 -3 - add new Option APACHE_WITH_MODSNMP PR: 43997 Submitted by: zin@the.ne.jp - update to 2.8.16-1.3.29 - remove the now obsolte fixes.
v. 1.134 date: 2003/10/29 06:12:27; author: dinoex; state: Exp; lines: +1 -1 - Security Fix for mod_rewrite with more than 9 brackets. http://www.apache.org/dist/httpd/Announcement.html
v. 1.133 date: 2003/10/25 20:23:14; author: dinoex; state: Exp; lines: +3 -2 - extend CONFLICTS with w3c-httpd-3.*
v. 1.132 date: 2003/10/12 13:05:25; author: dinoex; state: Exp; lines: +3 -0 - add CONFLICTS - use DOCSDIR Submitted by: eikemeier@fillmore-labs.com [CONFLICTS]
v. 1.131 date: 2003/09/24 17:28:58; author: dinoex; state: Exp; lines: +38 -38 - change ECHO -> ECHO_MSG
v. 1.130 date: 2003/09/06 21:22:35; author: dinoex; state: Exp; lines: +0 -8 - drop defunctional MASTER_SITES
v. 1.129 date: 2003/08/28 15:38:18; author: dinoex; state: Exp; lines: +6 -7 - use hook for bsd.openssl.mk
v. 1.128 date: 2003/08/06 17:34:41; author: knu; state: Exp; lines: +1 -1 Call the ${PKGINSTALL} script via ${SH} so that it works in case the ports tree is mounted noexec.
v. 1.127 date: 2003/08/06 16:39:58; author: dinoex; state: Exp; lines: +1 -1 - Take maintainership
v. 1.126 date: 2003/08/06 05:31:08; author: dinoex; state: Exp; lines: +1 -0 - Fix SUEXEC leaving zombies behind 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
v. 1.125 date: 2003/07/25 20:05:57; author: dinoex; state: Exp; lines: +2 -2 - update to 2.8.15-1.3.28
v. 1.124 date: 2003/07/25 07:03:06; author: demon; state: Exp; lines: +1 -1 Bump libmm shlib version after recent update of devel/mm.
v. 1.123 date: 2003/06/27 04:25:47; author: dinoex; state: Exp; lines: +0 -1 - drop defunct define
v. 1.122 date: 2003/06/04 17:07:30; author: dinoex; state: Exp; lines: +70 -15 o DEFAULT_PATH used by --suexec-safepath changed to APACHE_SUEXEC_SAFEPATH o new build options are APACHE_SUEXEC_CALLER, APACHE_SUEXEC_LOG, APACHE_SUEXEC_UIDMIN, APACHE_SUEXEC_GIDMIN, APACHE_SUEXEC_SAFEPATH, APACHE_SUEXEC_UMASK o add APACHE_HARD_SERVER_LIMIT build option o WITH_APACHE_PERF_TUNING changed to APACHE_PERF_TUNING o add APACHE_FD_SETSIZE and APACHE_BUFFERED_LOGS build options - separated from APACHE_PERF_TUNING o CFLAGS option, used by APACHE_PERF_TUNING, is changed o cosmetic changes PR: 50455 Submitted by: drazen@avalon.hr
v. 1.121 date: 2003/04/16 14:17:06; author: dinoex; state: Exp; lines: +2 -0 - force bind with openssl port/base as configured
v. 1.120 date: 2003/04/08 03:23:57; author: dinoex; state: Exp; lines: +1 -1 - remove PKG_PREFIX PR: 50688 Submitted by: mike@tric.tomsk.gov.ru
v. 1.119 date: 2003/04/07 18:32:36; author: dinoex; state: Exp; lines: +1 -1 - Installation of the port fails at the pre-install stage when it tries to execute the pkg-install script. The script resides in the ports tree and but not in the WRKDIR PR: 50688 Submitted by: mike@tric.tomsk.gov.ru
v. 1.118 date: 2003/04/03 19:39:15; author: dinoex; state: Exp; lines: +1 -1 - use bsd.openssl.mk
v. 1.117 date: 2003/03/28 00:54:36; author: mbr; state: Exp; lines: +1 -1 Upgrade to mod_ssl-2.8.14-1.3.27 to fix the recent discovered openssl vulnerabilities. I double checked the checksums and the Tarball Digital Signatures.
v. 1.116 date: 2003/02/20 19:15:22; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.115 date: 2003/02/13 15:04:03; author: naddy; state: Exp; lines: +1 -16 Use MASTER_SITE_APACHE*. PR: 47984 Submitted by: Kimura Fuyuki
v. 1.114 date: 2003/01/20 18:02:08; author: dinoex; state: Exp; lines: +1 -9 - update SSL support. defaults to openssl port (now 0.9.6.h) New options: use the lastest version (now 0.9.7) USE_OPENSSL_BETA=yes use teh base version with USE_OPENSSL_BASE=yes
v. 1.113 date: 2002/11/10 16:48:20; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.112 date: 2002/11/06 22:47:12; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.111 date: 2002/11/04 20:23:14; author: tom; state: Exp; lines: +1 -1 Update mod_ssl to version 2.8.12 which deals with a Cross-Site-Scripting (XSS) security issue: http://www.apacheweek.com/issues/02-10-25#security http://www.mail-archive.com/modssl-users@modssl.org/msg15366.html Note: This update does not fix ports/36804 - be sure to backup your certificates before updating.
v. 1.110 date: 2002/10/12 21:55:47; author: knu; state: Exp; lines: +3 -1 Add MASTER_SITE_RINGSERVER to MASTER_SITES.
v. 1.109 date: 2002/10/05 09:18:45; author: kris; state: Exp; lines: +2 -2 Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability. 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" , Udo Schweigert , Lev A. Serebryakov PR: ports/43682, ports/43688, ports/43666, ports/43681
v. 1.108 date: 2002/09/29 08:07:47; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.107 date: 2002/07/28 05:47:44; author: pat; state: Exp; lines: +1 -1 Bump shared library version because of devel/mm update PR: ports/41053 Submitted by: Scott Lampert
v. 1.106 date: 2002/07/12 00:21:12; author: pat; state: Exp; lines: +47 -11 Sync with www/apache13: suexec PR: ports/40426 Submitted by: Brad Laue Reviewed by: tobez
v. 1.105 date: 2002/07/01 16:08:37; author: pat; state: Exp; lines: +1 -1 Don't clobber CONFIGURE_ARGS if user defines it. PR: ports/40019 Submitted by: Christopher H. Laco
v. 1.104 date: 2002/06/26 17:17:32; author: pat; state: Exp; lines: +19 -18 - Update to 1.3.26+2.8.10 - Use MASTER_SITES grouping
v. 1.103 date: 2002/06/22 17:48:43; author: pat; state: Exp; lines: +2 -1 - Sync with www/apache13 a bit - 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 , Peter C. Lai
v. 1.102 date: 2002/06/19 15:13:32; author: nectar; state: Exp; lines: +2 -5 Update to apache 1.3.26 / mod_ssl 2.8.9. Fixes chunking vulnerability, so now no longer FORBIDDEN.
v. 1.101 date: 2002/06/18 12:33:14; author: nectar; state: Exp; lines: +3 -0 Mark FORBIDDEN until an update is available. See .
v. 1.100 date: 2002/05/08 05:53:18; author: dinoex; state: Exp; lines: +11 -1 - make it work with newer SSL ( same hack as in suck, openssh and openssh-portable ) USE_OPENSSL should be improved, see PR: ports/36080 PR: 36080
v. 1.99 date: 2002/04/19 17:45:24; author: dinoex; state: Exp; lines: +5 -1 Make startscript apache.sh PREFIX aware at install time, so it can be called within an path or dir. e.g. in: /usr/local/etc/rc.local/apache.sh
v. 1.98 date: 2002/03/28 00:46:30; author: pat; state: Exp; lines: +2 -2 Update to 1.3.24+2.8.8
v. 1.97 date: 2002/03/13 16:44:45; author: jeh; state: Exp; lines: +1 -1 Small sync with apache13 - The standard apache distribution now comes with a FreeBSD layout that is the same as the one that was in files/FreeBSD.layout
v. 1.96 date: 2002/02/23 21:02:35; author: pat; state: Exp; lines: +1 -1 Update to modssl version 2.8.7
v. 1.95 date: 2002/02/08 05:05:37; author: pat; state: Exp; lines: +2 -3 Update to 1.3.23+2.8.6
v. 1.94 date: 2002/01/22 22:29:24; author: sf; state: Exp; lines: +2 -0 use xargs -0 to avoid 'unterminated quote' error at ${PREFIX}/share/doc. PR: 34143 Submitted by: Peter Radavich
v. 1.93 date: 2001/12/25 12:56:43; author: dirk; state: Exp; lines: +0 -6 Back out last commit. After removing patch-src::modules::ssl::libssl.module this is useless. Noticed by: Dmitry Petrov
v. 1.92 date: 2001/12/20 11:15:34; author: ijliao; state: Exp; lines: +6 -0 fix finding OpenSSL problem PR: 15123 Submitted by: Matt Behrens
v. 1.91 date: 2001/12/07 23:12:32; author: ache; state: Exp; lines: +1 -1 Suggest a command to delete user instead of actually deleting it PR: 32536
v. 1.90 date: 2001/12/02 23:17:09; author: kuriyama; state: Exp; lines: +1 -1 Merge from www/apache13: Don't put 'manual' link to the Apache manual.
v. 1.89 date: 2001/12/01 07:02:53; author: kuriyama; state: Exp; lines: +1 -1 Merge from www/apache13: Add symbolic link to apache's manual into pkg-plist.
v. 1.88 date: 2001/11/02 10:01:50; author: ache; state: Exp; lines: +1 -1 Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit
v. 1.87 date: 2001/10/22 17:43:27; author: ache; state: Exp; lines: +7 -3 Sync with main Apache port
v. 1.86 date: 2001/10/22 15:41:22; author: rse; state: Exp; lines: +1 -1 Change MAINTAINER to ports@FreeBSD.org because I'm often too busy and usually don't have the time to update this port as fast as people seem to expect. This way anyone can jump in and help out.
v. 1.85 date: 2001/10/22 15:38:48; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.22 + mod_ssl 2.8.5 Submitted by: Masahiro TAKEMURA
v. 1.84 date: 2001/05/20 09:53:41; author: rse; state: Exp; lines: +3 -3 Upgrading to Apache 1.3.20 + mod_ssl 2.8.4
v. 1.83 date: 2001/05/04 21:18:19; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.19 + mod_ssl 2.8.3
v. 1.82 date: 2001/05/04 06:34:07; author: rse; state: Exp; lines: +2 -2 Fix MASTER_SITES: http://www.apache.org/dist/ -> http://www.apache.org/dist/httpd/
v. 1.81 date: 2001/03/30 10:47:21; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.19 + mod_ssl 2.8.2
v. 1.80 date: 2001/03/03 11:28:15; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.19 + mod_ssl 2.8.1
v. 1.79 date: 2001/02/05 15:33:12; author: olgeni; state: Exp; lines: +2 -2 Some spaces -> tabs for ports/www.
v. 1.78 date: 2001/01/30 20:45:48; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.17 + mod_ssl 2.8.0.
v. 1.77 date: 2001/01/01 10:15:12; author: will; state: Exp; lines: +1 -3 Goodbye, YEAR2000. Hello, 2001. Approved by: asami
v. 1.76 date: 2000/11/15 16:10:34; author: ade; state: Exp; lines: +13 -24 Gently persuade apache13-modssl to install in the same filesystem 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.
v. 1.75 date: 2000/10/14 09:36:41; author: rse; state: Exp; lines: +7 -7 Upgrade: Apache 1.3.12 -> 1.3.14 mod_ssl 2.6.6 -> 2.7.1
v. 1.74 date: 2000/09/22 01:59:05; author: kris; state: Exp; lines: +2 -2 Update all ports using OpenSSL and RSA to work without rsaref since it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
v. 1.73 date: 2000/09/16 12:27:22; author: jedgar; state: Exp; lines: +2 -1 Bump PORTREVISION due to previous commit(s)
v. 1.72 date: 2000/09/16 12:16:15; author: jedgar; state: Exp; lines: +1 -1 (forced commit) Move libmm from BUILD_DEPEND to LIB_DEPENDS since the port dynamically links to libmm.so.11. No response from: Maintainer
v. 1.71 date: 2000/09/16 12:13:53; author: jedgar; state: Exp; lines: +2 -3 *** empty log message ***
v. 1.70 date: 2000/08/12 20:51:39; author: rse; state: Exp; lines: +2 -2 Upgrade to mod_ssl 2.6.6. This especially fixes two nasty segfault situations.
v. 1.69 date: 2000/07/04 11:29:06; author: rse; state: Exp; lines: +3 -3 Upgrade to mod_ssl 2.6.5
v. 1.68 date: 2000/05/01 15:28:16; author: rse; state: Exp; lines: +2 -2 - Upgrade to mod_ssl 2.6.4 - Support for FreeBSD 5.0-CURRENT
v. 1.67 date: 2000/04/16 10:59:41; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.12 + mod_ssl 2.6.3
v. 1.66 date: 2000/04/10 00:04:21; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.65 date: 2000/04/05 23:06:19; author: paul; state: Exp; lines: +3 -3 The wildcard removal of config files in post-install was removing all config files rather than just the old default files.
v. 1.64 date: 2000/03/02 10:14:41; author: rse; state: Exp; lines: +3 -3 Upgrade to mod_ssl 2.6.2
v. 1.63 date: 2000/02/29 14:25:06; author: rse; state: Exp; lines: +3 -3 Upgrade to mod_ssl 2.6.1
v. 1.62 date: 2000/02/27 12:07:30; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.12 + mod_ssl 2.6.0
v. 1.61 date: 2000/02/25 23:29:52; author: dirk; state: Exp; lines: +1 -2 Fix build error: RSA_BASE='SYSTEM' is not appropriate for recent openssl changes in the base system. Submitted by: Jim Bloom
v. 1.60 date: 2000/02/24 12:15:23; author: rse; state: Exp; lines: +2 -2 Fix Y2K link
v. 1.59 date: 2000/02/22 07:54:11; author: kris; state: Exp; lines: +2 -2 This port requires RSA Submitted by: Jim Bloom
v. 1.58 date: 2000/02/12 08:36:28; author: kris; state: Exp; lines: +8 -8 USE_OPENSSL Submitted by: Jim Bloom
v. 1.57 date: 2000/01/22 21:13:59; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.11 + mod_ssl 2.5.0
v. 1.56 date: 2000/01/08 19:17:37; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.10
v. 1.55 date: 1999/11/24 16:25:30; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.9
v. 1.54 date: 1999/11/07 22:25:29; author: dirk; state: Exp; lines: +3 -3 Change dependencies from static to shared openssl libraries, because openssl also builds shared libraries, now.
v. 1.53 date: 1999/11/05 11:15:59; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.8
v. 1.52 date: 1999/11/02 10:27:07; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.7
v. 1.51 date: 1999/10/22 08:48:33; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.6
v. 1.50 date: 1999/10/01 12:52:37; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.5
v. 1.49 date: 1999/09/28 12:48:51; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.4
v. 1.48 date: 1999/09/27 11:04:34; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.3
v. 1.47 date: 1999/09/06 14:42:59; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.9 + mod_ssl 2.4.2
v. 1.46 date: 1999/08/31 02:42:40; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.45 date: 1999/08/30 19:18:25; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.9 + mod_ssl 2.4.1
v. 1.44 date: 1999/08/22 19:00:26; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.43 date: 1999/08/20 06:27:46; author: rse; state: Exp; lines: +4 -4 It's double-feature time: Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
v. 1.42 date: 1999/08/19 14:23:10; author: rse; state: Exp; lines: +3 -3 Update for mod_ssl 2.3.1 (Thanks to Dirk for catching this ;)
v. 1.41 date: 1999/07/28 13:44:19; author: rse; state: Exp; lines: +3 -3 mod_ssl 2.3.9 -> 2.3.10
v. 1.40 date: 1999/07/26 07:14:46; author: rse; state: Exp; lines: +3 -3 mod_ssl 2.3.8 -> 2.3.9
v. 1.39 date: 1999/07/25 13:07:32; author: rse; state: Exp; lines: +3 -3 Shit happens: mod_ssl 2.3.8 ;)
v. 1.38 date: 1999/07/25 12:08:59; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.6 + mod_ssl 2.3.7
v. 1.37 date: 1999/07/15 07:50:09; author: rse; state: Exp; lines: +4 -4 Upgrade to mod_ssl 2.3.6
v. 1.36 date: 1999/06/28 09:00:37; author: asami; state: Exp; lines: +2 -2 Change PKGNAMEs to conform to guidelines. apache-1.3.6+mod_ssl-2.3.3 -> apache+mod_ssl-1.3.6+2.3.3 apache-1.3.6+ssl_1.35 -> apache+ssl-1.3.6+1.35 Reviewed by: maintainers of both ports
v. 1.35 date: 1999/06/23 16:01:53; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.6 + mod_ssl 2.3.5 (this mainly solves core dumps for HTTPS which were recently introduced)
v. 1.34 date: 1999/06/09 13:45:01; author: rse; state: Exp; lines: +3 -3 Daily version bump for mod_ssl ;) [2.3.2 -> 2.3.3]
v. 1.33 date: 1999/06/08 09:04:14; author: rse; state: Exp; lines: +7 -4 Upgrade to Apache 1.3.6 + mod_ssl 2.3.2 This especially makes the new Shared Memory based SSL session cache available through the use the MM port.
v. 1.32 date: 1999/06/02 07:18:31; author: dirk; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.6 + mod_ssl 2.3.1 Submitted by: Ralf S. Engelschall (maintainer)
v. 1.31 date: 1999/04/30 21:48:16; author: rse; state: Exp; lines: +3 -3 Update MASTER_SITES for new modssl.org locations.
v. 1.30 date: 1999/04/12 14:25:36; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.6 + mod_ssl 2.2.8
v. 1.29 date: 1999/04/12 06:53:00; author: rse; state: Exp; lines: +6 -3 Cleanup Perl dependencies. Thanks to Dirk Froemberg for hint.
v. 1.28 date: 1999/03/29 11:05:37; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.6 + mod_ssl 2.2.7
v. 1.27 date: 1999/03/26 08:47:51; author: dirk; state: Exp; lines: +3 -3 ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade. OK'ed by: Ralf S. Engelschall (maintainer)
v. 1.26 date: 1999/03/24 09:54:12; author: rse; state: Exp; lines: +27 -19 - Upgraded to Apache 1.3.6 + mod_ssl 2.2.6 - Cleaned up the port
v. 1.25 date: 1999/03/18 14:19:51; author: rse; state: Exp; lines: +7 -6 Upgrade to Apache 1.3.4 + mod_ssl 2.2.5 This fixes two really nasty bugs, so users are encouraged to upgrade. Additionally a little bit more portlint cleanups were done and switched to HAS_CONFIGURE from GNU_CONFIGURE now that we've the CONFIG_TARGET stuff...
v. 1.24 date: 1999/03/13 17:57:44; author: billf; state: Exp; lines: +2 -2 Fix missing "\"s Noticed By: #FreeBSD
v. 1.23 date: 1999/03/13 17:11:03; author: billf; state: Exp; lines: +17 -2 Add the Apache mirror sites. For ports with 'mods' attached to them, the 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 , billf
v. 1.22 date: 1999/03/04 20:21:42; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.4 + mod_ssl 2.2.4 PS: This mod_ssl version has two really nasty bugs fixed, so you're strongly encouraged to upgrade.
v. 1.21 date: 1999/02/21 17:05:24; author: rse; state: Exp; lines: +4 -3 Upgrade to Apache 1.3.4 + mod_ssl 2.2.3
v. 1.20 date: 1999/02/05 15:36:09; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.4 + mod_ssl 2.2.2
v. 1.19 date: 1999/02/04 11:39:10; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.4 + mod_ssl 2.2.1
v. 1.18 date: 1999/01/27 20:08:09; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.4 + mod_ssl 2.2.0
v. 1.17 date: 1999/01/25 08:47:19; author: rse; state: Exp; lines: +3 -3 Update to Apache 1.3.4 + mod_ssl 2.1.8
v. 1.16 date: 1999/01/13 08:03:03; author: rse; state: Exp; lines: +8 -6 - Upgrade to Apache 1.3.4 - Upgrade to mod_ssl 2.1.7 - Add additional master site - Add Y2K link - Make portlint happy
v. 1.15 date: 1999/01/10 14:11:18; author: dirk; state: Exp; lines: +5 -5 Change dependencies from SSLeay to openssl, the successor of SSLeay.
v. 1.14 date: 1999/01/06 16:48:34; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.3 + mod_ssl 2.1.6
v. 1.13 date: 1999/01/02 17:37:06; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.3 + mod_ssl 2.1.5
v. 1.12 date: 1998/12/25 15:36:53; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.3 + mod_ssl 2.1.4
v. 1.11 date: 1998/12/05 17:51:34; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.3 + mod_ssl 2.1.3
v. 1.10 date: 1998/12/03 09:37:05; author: rse; state: Exp; lines: +8 -6 Upgrade to Apache 1.3.3 + mod_ssl 2.1.2 This is the first port version for the new mod_ssl version 2.1. As a summary, here are its main SSL/TLS-related features: o Open-Source software (BSD-style license) o Useable for both commercial and non-commercial use o Available for both Unix and Win32 platforms o 128-bit strong cryptography world-wide o Support for SSLv2, SSLv3 and TLSv1 protocols o Clean reviewable ANSI C source code o Clean Apache module architecture o Integrates seamlessly into Apache through an Extended API (EAPI) o Full Dynamic Shared Object (DSO) support o Support for the SSLeay+RSAref US-situation o Advanced pass-phrase handling for private keys o X.509 certificate based authentication for both client and server o Additional boolean-expression based access control facility o Backward compatibility to other Apache SSL solutions o Inter-process SSL session cache o Powerful dedicated SSL engine logging facility o Simple and robust application to Apache source trees o Fully integrated into the Apache 1.3 configuration mechanism o Additional integration into the Apache Autoconf-style Interface (APACI) o Assistance in X.509 v3 certificate generation
v. 1.9 date: 1998/11/07 14:22:39; author: rse; state: Exp; lines: +16 -8 Upgrade to Apache 1.3.3 + mod_ssl 2.0.15
v. 1.8 date: 1998/10/02 10:11:11; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.2 + mod_ssl 2.0.12
v. 1.7 date: 1998/09/23 12:20:00; author: rse; state: Exp; lines: +4 -4 Upgrade to Apache 1.3.2 + mod_ssl 2.0.11
v. 1.6 date: 1998/09/17 10:57:59; author: rse; state: Exp; lines: +25 -20 Completely overhauled Apache+mod_ssl port: - use mod_ssl 2.0.10 which automatically disables DSO for mod_log_config and mod_proxy which caused problems for the port - use mod_auth_dbm instead of mod_auth_db because first DBM is internally mapped to our DB (so functionality is the same) and this way we get rid of the nasty conflicts with DB 2.x port. - fixed the package list, i.e. the port now packages and deletes correctly - automatically create dummy certificate, so the package can be tested immediately after installing. - use "apachectl startssl" instead of "apachectl start" from within apache.sh rc script now. - removed the outcommented patch pieces for Makefile.tmpl because they are confusing both inside patches/patch-ab and under install time. - use a "post-patch" target to remove all .orig files mod_ssl's configure script created to avoid their installation (which confuses the package list).
v. 1.5 date: 1998/09/14 16:18:50; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.1 + mod_ssl 2.0.9
v. 1.4 date: 1998/09/12 17:31:25; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.1 + mod_ssl 2.0.8
v. 1.3 date: 1998/09/09 15:17:45; author: rse; state: Exp; lines: +11 -5 Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7
v. 1.2 date: 1998/08/29 21:24:13; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.1 + mod_ssl 2.0.6 (This version now automatically recognizes whether SSLeay was build in conjunction with RSAref or not)
v. 1.1 date: 1998/08/27 16:00:05; author: rse; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/08/27 16:00:05; author: rse; state: Exp; lines: +0 -0 Import of a new SSL-aware Apache 1.3, achieved by patching up the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache Interface to SSLeay). ============================================================================= v. 1.185 date: 2007/10/16 15:57:51; author: dinoex; state: Exp; lines: +2 -0 - fix build on CURRENT PR: 117233 Reported by: Alexander Logvinov
v. 1.184 date: 2007/09/16 20:05:48; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.28-1.3.37 - merge Configure patches
v. 1.183 date: 2007/09/10 08:00:16; author: dinoex; state: Exp; lines: +1 -1 - merge security fiexs from apache 1.3.39 Security: CVE-2006-5752 Security: CVE-2007-3304
v. 1.182 date: 2007/06/17 16:59:26; author: anders; state: Exp; lines: +1 -1 Remove thttpd from conflicts list, it has a different name for its passwd program now. Approved by: maintainers/erwin
v. 1.181 date: 2006/07/31 14:13:30; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.28-1.3.37
v. 1.180 date: 2006/07/27 17:06:13; author: dinoex; state: Exp; lines: +1 -1 - Security patch mod_rewrite Security: CVE-2006-3747
v. 1.179 date: 2006/05/20 13:49:28; author: dinoex; state: Exp; lines: +3 -3 - update to 1.3.36+2.8.27
v. 1.178 date: 2006/05/09 10:35:56; author: dinoex; state: Exp; lines: +3 -3 - update to mod_ssl-2.8.26-1.3.35 - update to mod_accel-1.0.34 - remove patch, verfied it is in distribution
v. 1.177 date: 2006/02/09 06:51:54; author: dinoex; state: Exp; lines: +33 -6 - support for options: 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
v. 1.176 date: 2006/01/30 23:20:02; author: kuriyama; state: Exp; lines: +2 -2 Chase shlib bump of libexpat.
v. 1.175 date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1 Now that new style rc.d scripts are being run as part of the 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.
v. 1.174 date: 2005/12/14 15:52:42; author: dinoex; state: Exp; lines: +1 -1 - Securitry Fix SECURITY: CVE-2005-3352 (cve.mitre.org) Obtained from: ports
v. 1.173 date: 2005/10/19 10:06:02; author: dinoex; state: Exp; lines: +4 -4 - Update to 2.8.25-1.3.34
v. 1.172 date: 2005/10/04 05:44:09; author: dinoex; state: Exp; lines: +5 -5 - honor LDFLAGS - fix EXPAT options in some cases the external expat was not used.
v. 1.171 date: 2005/09/08 05:43:23; author: dinoex; state: Exp; lines: +2 -2 - unbreak updated dependency (devel/mm) Submitted by: Michael Voucko
v. 1.170 date: 2005/09/04 04:44:31; author: dinoex; state: Exp; lines: +2 -2 - update to 1.3.33+2.8.24
v. 1.169 date: 2005/07/28 04:48:14; author: dinoex; state: Exp; lines: +1 -1 - fix build of mod_accel on amd64 PR: 84150 Submitted by: Bjoern Koenig
v. 1.168 date: 2005/07/27 18:07:27; author: dinoex; state: Exp; lines: +1 -1 - Security Fix CAN-2005-2088
v. 1.167 date: 2005/07/27 17:55:37; author: dinoex; state: Exp; lines: +9 -1 - support new options APACHE_DATADIR, APACHE_DOCUMENT_ROOT Suggested by: Steve Clement
v. 1.166 date: 2005/04/02 19:48:01; author: dinoex; state: Exp; lines: +0 -1 - update mod_snmp_1.3.14.13, remove BROKEN
v. 1.165 date: 2005/01/15 10:03:24; author: dinoex; state: Exp; lines: +5 -0 - new option WITH_APACHE_LATESTLOG 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
v. 1.164 date: 2004/12/16 16:28:57; author: dinoex; state: Exp; lines: +7 -5 - fix package when WITHOUT_RC_SUBR=YES and old rc files are installed. Submitted by: Dave Ryan
v. 1.163 date: 2004/11/16 09:46:57; author: dinoex; state: Exp; lines: +2 -1 - better wording for a build error.
v. 1.162 date: 2004/11/01 15:29:00; author: dinoex; state: Exp; lines: +3 -3 - update to 2.8.22-1.3.33
v. 1.161 date: 2004/10/29 16:29:14; author: dinoex; state: Exp; lines: +1 -1 - Security Patch CAN-2004-Ã0940 Obtained from: apache-1.3.33
v. 1.160 date: 2004/10/23 11:04:36; author: dinoex; state: Exp; lines: +9 -8 - Security update to 2.8.21-1.3.32 * CAN-2004-0492 (cve.mitre.org) Reject responses from a remote server if sent an invalid (negative) Content-Length. - update mod_snmp to 1.3.14.13 - fix build dependency :
v. 1.159 date: 2004/10/16 09:07:33; author: dinoex; state: Exp; lines: +2 -2 - Security update to 2.8.20-1.3.31
v. 1.158 date: 2004/10/12 04:06:32; author: dinoex; state: Exp; lines: +1 -0 - Patch for keepalive-bug PR: 71961 Submitted by: Kenneth Vestergaard Schmidt
v. 1.157 date: 2004/07/19 04:06:46; author: dinoex; state: Exp; lines: +2 -6 - Security Fix - update to 2.8.19-1.3.31
v. 1.156 date: 2004/06/15 04:49:23; author: dinoex; state: Exp; lines: +30 -20 - sync build options with other apache ports again. headsup: please reanme your existings options PR: 67937 Suggested by: eik -new option: WITH_APACHE_INTERNAL_EXPAT
v. 1.155 date: 2004/06/14 17:24:28; author: dinoex; state: Exp; lines: +1 -1 - allow customizing of CATEGORIES PR: 67937 Submitted by: eik
v. 1.154 date: 2004/06/11 08:36:54; author: dinoex; state: Exp; lines: +1 -1 - Security Fix mod_proxy buffer overflow CAN-2004-0492
v. 1.153 date: 2004/06/06 07:49:43; author: dinoex; state: Exp; lines: +2 -2 - fix extract problems with bsdtar Reported by: Tim Kientzle
v. 1.152 date: 2004/05/31 04:57:38; author: dinoex; state: Exp; lines: +2 -2 - update to mod_deflate-1.0.21 Denis Shaposhnikov - update to mod_ssl-2.8.18-1.3.31 Reported by: kris
v. 1.151 date: 2004/05/15 08:49:09; author: dinoex; state: Exp; lines: +7 -0 - allow build without expat, new option APACHE_WITHOUT_EXPAT To run some (mod_perl) applications, a full expat library is needed, but the built-in one conflicts with it. This patch allows you to build Apache without the built-in expat so the other modules can load what they need. PR: 66650 Submitted by: Vivek Khera
v. 1.150 date: 2004/05/14 19:07:52; author: dinoex; state: Exp; lines: +7 -4 - move USE_RC_SUBR before bsd.port.pre.mk
v. 1.149 date: 2004/05/14 07:37:56; author: dinoex; state: Exp; lines: +14 -10 - Security update to 2.8.17-1.3.31 - detect fnmatch.h conficts
v. 1.148 date: 2004/05/03 16:27:45; author: nork; state: Exp; lines: +1 -1 s/run_rc_commmand/run_rc_command/ Pointed out by: Dan Langille Pointy hat to: nork
v. 1.147 date: 2004/05/03 04:27:22; author: dinoex; state: Exp; lines: +16 -6 - rcNG-fy 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
v. 1.146 date: 2004/04/03 08:20:36; author: dinoex; state: Exp; lines: +1 -1 - fix empty dir in option.
v. 1.145 date: 2004/03/31 16:24:24; author: dinoex; state: Exp; lines: +20 -10 - building mod_accel and friends as apache so modules Denis Shaposhnikov - use PLIST_FILES for options
v. 1.144 date: 2004/03/26 13:58:24; author: dinoex; state: Exp; lines: +4 -1 - update CONFLICTS
v. 1.143 date: 2004/03/26 07:56:10; author: dinoex; state: Exp; lines: +60 -11 - add mod_deflate Submitted by: Denis Shaposhniko - CONFLICTS extended
v. 1.142 date: 2004/03/18 20:48:46; author: dinoex; state: Exp; lines: +63 -11 - new option APACHE_WITH_MODACCEL Submitted by: Denis Shaposhnikov - cleanup of all options - CONFLICTS extended
v. 1.141 date: 2004/03/08 17:07:58; author: dinoex; state: Exp; lines: +2 -1 - Fix build of IPV6 (no Security patch needed) - cleanup mod_snmp option
v. 1.140 date: 2004/03/08 13:54:05; author: dinoex; state: Exp; lines: +1 -0 - Add securirty Fix from cvs 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)
v. 1.139 date: 2003/12/31 04:21:47; author: dinoex; state: Exp; lines: +4 -3 - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6 are selected.
v. 1.138 date: 2003/12/30 04:30:33; author: dinoex; state: Exp; lines: +2 -2 - Update PATCH_SITES for mod_snmp Problem found by: Subhi S Hashwa
v. 1.137 date: 2003/12/07 16:48:53; author: dinoex; state: Exp; lines: +17 -2 - option WITH_APACHE_IPV6 PR: 42427 Submitted by: sec@42.org - fix Usage
v. 1.136 date: 2003/11/13 03:32:51; author: dinoex; state: Exp; lines: +4 -0 - new option APACHE_RELATIVE_RUNTIMEDIR
v. 1.135 date: 2003/11/07 15:57:11; author: dinoex; state: Exp; lines: +25 -3 - add new Option APACHE_WITH_MODSNMP PR: 43997 Submitted by: zin@the.ne.jp - update to 2.8.16-1.3.29 - remove the now obsolte fixes.
v. 1.134 date: 2003/10/29 06:12:27; author: dinoex; state: Exp; lines: +1 -1 - Security Fix for mod_rewrite with more than 9 brackets. http://www.apache.org/dist/httpd/Announcement.html
v. 1.133 date: 2003/10/25 20:23:14; author: dinoex; state: Exp; lines: +3 -2 - extend CONFLICTS with w3c-httpd-3.*
v. 1.132 date: 2003/10/12 13:05:25; author: dinoex; state: Exp; lines: +3 -0 - add CONFLICTS - use DOCSDIR Submitted by: eikemeier@fillmore-labs.com [CONFLICTS]
v. 1.131 date: 2003/09/24 17:28:58; author: dinoex; state: Exp; lines: +38 -38 - change ECHO -> ECHO_MSG
v. 1.130 date: 2003/09/06 21:22:35; author: dinoex; state: Exp; lines: +0 -8 - drop defunctional MASTER_SITES
v. 1.129 date: 2003/08/28 15:38:18; author: dinoex; state: Exp; lines: +6 -7 - use hook for bsd.openssl.mk
v. 1.128 date: 2003/08/06 17:34:41; author: knu; state: Exp; lines: +1 -1 Call the ${PKGINSTALL} script via ${SH} so that it works in case the ports tree is mounted noexec.
v. 1.127 date: 2003/08/06 16:39:58; author: dinoex; state: Exp; lines: +1 -1 - Take maintainership
v. 1.126 date: 2003/08/06 05:31:08; author: dinoex; state: Exp; lines: +1 -0 - Fix SUEXEC leaving zombies behind 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
v. 1.125 date: 2003/07/25 20:05:57; author: dinoex; state: Exp; lines: +2 -2 - update to 2.8.15-1.3.28
v. 1.124 date: 2003/07/25 07:03:06; author: demon; state: Exp; lines: +1 -1 Bump libmm shlib version after recent update of devel/mm.
v. 1.123 date: 2003/06/27 04:25:47; author: dinoex; state: Exp; lines: +0 -1 - drop defunct define
v. 1.122 date: 2003/06/04 17:07:30; author: dinoex; state: Exp; lines: +70 -15 o DEFAULT_PATH used by --suexec-safepath changed to APACHE_SUEXEC_SAFEPATH o new build options are APACHE_SUEXEC_CALLER, APACHE_SUEXEC_LOG, APACHE_SUEXEC_UIDMIN, APACHE_SUEXEC_GIDMIN, APACHE_SUEXEC_SAFEPATH, APACHE_SUEXEC_UMASK o add APACHE_HARD_SERVER_LIMIT build option o WITH_APACHE_PERF_TUNING changed to APACHE_PERF_TUNING o add APACHE_FD_SETSIZE and APACHE_BUFFERED_LOGS build options - separated from APACHE_PERF_TUNING o CFLAGS option, used by APACHE_PERF_TUNING, is changed o cosmetic changes PR: 50455 Submitted by: drazen@avalon.hr
v. 1.121 date: 2003/04/16 14:17:06; author: dinoex; state: Exp; lines: +2 -0 - force bind with openssl port/base as configured
v. 1.120 date: 2003/04/08 03:23:57; author: dinoex; state: Exp; lines: +1 -1 - remove PKG_PREFIX PR: 50688 Submitted by: mike@tric.tomsk.gov.ru
v. 1.119 date: 2003/04/07 18:32:36; author: dinoex; state: Exp; lines: +1 -1 - Installation of the port fails at the pre-install stage when it tries to execute the pkg-install script. The script resides in the ports tree and but not in the WRKDIR PR: 50688 Submitted by: mike@tric.tomsk.gov.ru
v. 1.118 date: 2003/04/03 19:39:15; author: dinoex; state: Exp; lines: +1 -1 - use bsd.openssl.mk
v. 1.117 date: 2003/03/28 00:54:36; author: mbr; state: Exp; lines: +1 -1 Upgrade to mod_ssl-2.8.14-1.3.27 to fix the recent discovered openssl vulnerabilities. I double checked the checksums and the Tarball Digital Signatures.
v. 1.116 date: 2003/02/20 19:15:22; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.115 date: 2003/02/13 15:04:03; author: naddy; state: Exp; lines: +1 -16 Use MASTER_SITE_APACHE*. PR: 47984 Submitted by: Kimura Fuyuki
v. 1.114 date: 2003/01/20 18:02:08; author: dinoex; state: Exp; lines: +1 -9 - update SSL support. defaults to openssl port (now 0.9.6.h) New options: use the lastest version (now 0.9.7) USE_OPENSSL_BETA=yes use teh base version with USE_OPENSSL_BASE=yes
v. 1.113 date: 2002/11/10 16:48:20; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.112 date: 2002/11/06 22:47:12; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.111 date: 2002/11/04 20:23:14; author: tom; state: Exp; lines: +1 -1 Update mod_ssl to version 2.8.12 which deals with a Cross-Site-Scripting (XSS) security issue: http://www.apacheweek.com/issues/02-10-25#security http://www.mail-archive.com/modssl-users@modssl.org/msg15366.html Note: This update does not fix ports/36804 - be sure to backup your certificates before updating.
v. 1.110 date: 2002/10/12 21:55:47; author: knu; state: Exp; lines: +3 -1 Add MASTER_SITE_RINGSERVER to MASTER_SITES.
v. 1.109 date: 2002/10/05 09:18:45; author: kris; state: Exp; lines: +2 -2 Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability. 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" , Udo Schweigert , Lev A. Serebryakov PR: ports/43682, ports/43688, ports/43666, ports/43681
v. 1.108 date: 2002/09/29 08:07:47; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.107 date: 2002/07/28 05:47:44; author: pat; state: Exp; lines: +1 -1 Bump shared library version because of devel/mm update PR: ports/41053 Submitted by: Scott Lampert
v. 1.106 date: 2002/07/12 00:21:12; author: pat; state: Exp; lines: +47 -11 Sync with www/apache13: suexec PR: ports/40426 Submitted by: Brad Laue Reviewed by: tobez
v. 1.105 date: 2002/07/01 16:08:37; author: pat; state: Exp; lines: +1 -1 Don't clobber CONFIGURE_ARGS if user defines it. PR: ports/40019 Submitted by: Christopher H. Laco
v. 1.104 date: 2002/06/26 17:17:32; author: pat; state: Exp; lines: +19 -18 - Update to 1.3.26+2.8.10 - Use MASTER_SITES grouping
v. 1.103 date: 2002/06/22 17:48:43; author: pat; state: Exp; lines: +2 -1 - Sync with www/apache13 a bit - 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 , Peter C. Lai
v. 1.102 date: 2002/06/19 15:13:32; author: nectar; state: Exp; lines: +2 -5 Update to apache 1.3.26 / mod_ssl 2.8.9. Fixes chunking vulnerability, so now no longer FORBIDDEN.
v. 1.101 date: 2002/06/18 12:33:14; author: nectar; state: Exp; lines: +3 -0 Mark FORBIDDEN until an update is available. See .
v. 1.100 date: 2002/05/08 05:53:18; author: dinoex; state: Exp; lines: +11 -1 - make it work with newer SSL ( same hack as in suck, openssh and openssh-portable ) USE_OPENSSL should be improved, see PR: ports/36080 PR: 36080
v. 1.99 date: 2002/04/19 17:45:24; author: dinoex; state: Exp; lines: +5 -1 Make startscript apache.sh PREFIX aware at install time, so it can be called within an path or dir. e.g. in: /usr/local/etc/rc.local/apache.sh
v. 1.98 date: 2002/03/28 00:46:30; author: pat; state: Exp; lines: +2 -2 Update to 1.3.24+2.8.8
v. 1.97 date: 2002/03/13 16:44:45; author: jeh; state: Exp; lines: +1 -1 Small sync with apache13 - The standard apache distribution now comes with a FreeBSD layout that is the same as the one that was in files/FreeBSD.layout
v. 1.96 date: 2002/02/23 21:02:35; author: pat; state: Exp; lines: +1 -1 Update to modssl version 2.8.7
v. 1.95 date: 2002/02/08 05:05:37; author: pat; state: Exp; lines: +2 -3 Update to 1.3.23+2.8.6
v. 1.94 date: 2002/01/22 22:29:24; author: sf; state: Exp; lines: +2 -0 use xargs -0 to avoid 'unterminated quote' error at ${PREFIX}/share/doc. PR: 34143 Submitted by: Peter Radavich
v. 1.93 date: 2001/12/25 12:56:43; author: dirk; state: Exp; lines: +0 -6 Back out last commit. After removing patch-src::modules::ssl::libssl.module this is useless. Noticed by: Dmitry Petrov
v. 1.92 date: 2001/12/20 11:15:34; author: ijliao; state: Exp; lines: +6 -0 fix finding OpenSSL problem PR: 15123 Submitted by: Matt Behrens
v. 1.91 date: 2001/12/07 23:12:32; author: ache; state: Exp; lines: +1 -1 Suggest a command to delete user instead of actually deleting it PR: 32536
v. 1.90 date: 2001/12/02 23:17:09; author: kuriyama; state: Exp; lines: +1 -1 Merge from www/apache13: Don't put 'manual' link to the Apache manual.
v. 1.89 date: 2001/12/01 07:02:53; author: kuriyama; state: Exp; lines: +1 -1 Merge from www/apache13: Add symbolic link to apache's manual into pkg-plist.
v. 1.88 date: 2001/11/02 10:01:50; author: ache; state: Exp; lines: +1 -1 Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit
v. 1.87 date: 2001/10/22 17:43:27; author: ache; state: Exp; lines: +7 -3 Sync with main Apache port
v. 1.86 date: 2001/10/22 15:41:22; author: rse; state: Exp; lines: +1 -1 Change MAINTAINER to ports@FreeBSD.org because I'm often too busy and usually don't have the time to update this port as fast as people seem to expect. This way anyone can jump in and help out.
v. 1.85 date: 2001/10/22 15:38:48; author: rse; state: Exp; lines: +3 -3 Upgrade to Apache 1.3.22 + mod_ssl 2.8.5 Submitted by: Masahiro TAKEMURA
v. 1.84 date: 2001/05/20 09:53:41; author: rse; state: Exp; lines: +3 -3 Upgrading to Apache 1.3.20 + mod_ssl 2.8.4
v. 1.83 date: 2001/05/04 21:18:19; author: rse; state: Exp; lines: +2 -2 Upgrade to Apache 1.3.19 + mod_ssl 2.8.3
v. 1.82 date: 2001/05/04 06:34:07; author: rse; state: Exp;



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm