aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13-modssl
Commit message (Collapse)AuthorAgeFilesLines
* - fix extract problems with bsdtardinoex2004-06-061-2/+2
| | | | Reported by: Tim Kientzle
* - update to mod_deflate-1.0.21dinoex2004-05-312-6/+6
| | | | | | | Denis Shaposhnikov - update to mod_ssl-2.8.18-1.3.31 Reported by: kris
* - allow build without expat, new option APACHE_WITHOUT_EXPATdinoex2004-05-151-0/+7
| | | | | | | | | 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
* - move USE_RC_SUBR before bsd.port.pre.mkdinoex2004-05-151-4/+7
|
* - Security update to 2.8.17-1.3.31dinoex2004-05-144-134/+31
| | | | - detect fnmatch.h conficts
* - add compatibility to apachectl in rcng.shdinoex2004-05-141-0/+1
| | | | Submitted by: nork
* s/run_rc_commmand/run_rc_command/nork2004-05-042-2/+2
| | | | | Pointed out by: Dan Langille <dan@langille.org> Pointy hat to: nork
* - rcNG-fydinoex2004-05-033-8/+46
| | | | | | | | | 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
* - fix empty dir in option.dinoex2004-04-031-1/+1
|
* - building mod_accel and friends as apache so modulesdinoex2004-04-012-24/+20
| | | | | | Denis Shaposhnikov - use PLIST_FILES for options
* - update CONFLICTSdinoex2004-03-261-1/+4
|
* - add mod_deflatedinoex2004-03-264-13/+119
| | | | | | Submitted by: Denis Shaposhniko - CONFLICTS extended
* - new option APACHE_WITH_MODACCELdinoex2004-03-193-11/+66
| | | | | | | Submitted by: Denis Shaposhnikov - cleanup of all options - CONFLICTS extended
* - Fix build of IPV6 (no Security patch needed)dinoex2004-03-092-1/+2
| | | | - cleanup mod_snmp option
* - Add securirty Fix from cvsdinoex2004-03-082-0/+114
| | | | | | | | | | 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)
* - add SIZEdinoex2004-02-261-0/+4
|
* Fix typo: apche-1.3 -> apache-1.3edwin2004-01-131-1/+1
|
* - Fix collision when APACHE_WITH_MODSNMP and APACHE_WITH_IPV6dinoex2003-12-311-3/+4
| | | | are selected.
* - Update PATCH_SITES for mod_snmpdinoex2003-12-301-2/+2
| | | | Problem found by: Subhi S Hashwa
* - option WITH_APACHE_IPV6dinoex2003-12-084-3/+22
| | | | | | | PR: 42427 Submitted by: sec@42.org - fix Usage
* - new option APACHE_RELATIVE_RUNTIMEDIRdinoex2003-11-131-0/+4
|
* - add new Option APACHE_WITH_MODSNMPdinoex2003-11-076-621/+44
| | | | | | | | PR: 43997 Submitted by: zin@the.ne.jp - update to 2.8.16-1.3.29 - remove the now obsolte fixes.
* - Security Fix for mod_rewrite with more than 9 brackets.dinoex2003-10-293-1/+641
| | | | http://www.apache.org/dist/httpd/Announcement.html
* - extend CONFLICTS with w3c-httpd-3.*dinoex2003-10-261-2/+3
|
* - add CONFLICTSdinoex2003-10-122-353/+356
| | | | | - use DOCSDIR Submitted by: eikemeier@fillmore-labs.com [CONFLICTS]
* - change ECHO -> ECHO_MSGdinoex2003-09-251-38/+38
|
* - drop defunctional MASTER_SITESdinoex2003-09-071-8/+0
|
* - use hook for bsd.openssl.mkdinoex2003-08-281-7/+6
|
* Call the ${PKGINSTALL} script via ${SH} so that it works in case theknu2003-08-071-1/+1
| | | | ports tree is mounted noexec.
* - Take maintainershipdinoex2003-08-071-1/+1
|
* - Fix SUEXEC leaving zombies behinddinoex2003-08-062-0/+21
| | | | | | 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
* - update to 2.8.15-1.3.28dinoex2003-07-263-7/+14
|
* Bump libmm shlib version after recent update of devel/mm.demon2003-07-251-1/+1
|
* - drop defunct definedinoex2003-06-271-1/+0
|
* o DEFAULT_PATH used by --suexec-safepath changed to APACHE_SUEXEC_SAFEPATHdinoex2003-06-051-15/+70
| | | | | | | | | | | | | | | 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
* - Remove only symbolic links on deinstalldinoex2003-06-051-1/+1
| | | | PR: 36804
* - force bind with openssl port/base as configureddinoex2003-04-161-0/+2
|
* - remove PKG_PREFIXdinoex2003-04-081-1/+1
| | | | | PR: 50688 Submitted by: mike@tric.tomsk.gov.ru
* - Installation of the port fails at the pre-install stagedinoex2003-04-081-1/+1
| | | | | | | 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
* - use bsd.openssl.mkdinoex2003-04-041-1/+1
|
* Upgrade to mod_ssl-2.8.14-1.3.27 to fix the recent discoveredmbr2003-03-282-2/+2
| | | | | openssl vulnerabilities. I double checked the checksums and the Tarball Digital Signatures.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use MASTER_SITE_APACHE*.naddy2003-02-131-16/+1
| | | | | PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* - update SSL support.dinoex2003-01-211-9/+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 teh base version with USE_OPENSSL_BASE=yes
* Fix build on sparc64 (-fpic -> -fPIC)kris2002-12-081-0/+11
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update mod_ssl to version 2.8.12 which deals with a Cross-Site-Scriptingtom2002-11-052-2/+2
| | | | | | | | | (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.
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-1/+3
|
* Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-053-6/+9
| | | | | | | | | | | 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" <osa@freebsd.org.ru>, Udo Schweigert <udo.schweigert@siemens.com>, Lev A. Serebryakov <lev@serebryakov.spb.ru> PR: ports/43682, ports/43688, ports/43666, ports/43681
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Bump shared library version because of devel/mm updatepat2002-07-281-1/+1
| | | | | PR: ports/41053 Submitted by: Scott Lampert <scott@lampert.org>
* Sync with www/apache13: suexecpat2002-07-122-11/+48
| | | | | | PR: ports/40426 Submitted by: Brad Laue <brad@brad-x.com> Reviewed by: tobez
* Don't clobber CONFIGURE_ARGS if user defines it.pat2002-07-021-1/+1
| | | | | PR: ports/40019 Submitted by: Christopher H. Laco <chris.laco@threetech.com>
* - Update to 1.3.26+2.8.10pat2002-06-273-37/+31
| | | | - Use MASTER_SITES grouping
* - Sync with www/apache13 a bitpat2002-06-234-92/+90
| | | | | | | | | | - 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>
* Update to apache 1.3.26 / mod_ssl 2.8.9.nectar2002-06-191-20/+59
| | | | Fixes chunking vulnerability, so now no longer FORBIDDEN.
* Update to apache 1.3.26 / mod_ssl 2.8.9.nectar2002-06-193-15/+8
| | | | Fixes chunking vulnerability, so now no longer FORBIDDEN.
* Mark FORBIDDEN until an update is available.nectar2002-06-181-0/+3
| | | | See <URL:http://httpd.apache.org/info/security_bulletin_20020617.txt>.
* - make it work with newer SSLdinoex2002-05-081-1/+11
| | | | | | | ( same hack as in suck, openssh and openssh-portable ) USE_OPENSSL should be improved, see PR: ports/36080 PR: 36080
* Make startscript apache.sh PREFIX aware at install time,dinoex2002-04-202-8/+7
| | | | | so it can be called within an path or dir. e.g. in: /usr/local/etc/rc.local/apache.sh
* Update to 1.3.24+2.8.8pat2002-03-283-4/+5
|
* Small sync with apache13jeh2002-03-142-21/+1
| | | | | - The standard apache distribution now comes with a FreeBSD layout that is the same as the one that was in files/FreeBSD.layout
* Update to modssl version 2.8.7pat2002-02-242-2/+2
|
* Update to 1.3.23+2.8.6pat2002-02-085-39/+16
|
* use xargs -0 to avoid 'unterminated quote' error at ${PREFIX}/share/doc.sf2002-01-231-0/+2
| | | | | PR: 34143 Submitted by: Peter Radavich <peter@hungry.com>
* Back out last commit.dirk2001-12-251-6/+0
| | | | | | After removing patch-src::modules::ssl::libssl.module this is useless. Noticed by: Dmitry Petrov <DPetrov@nchcapital.com>
* Remove patch that doesn't apply. Doesn't seem to be necessary, anywaydirk2001-12-221-65/+0
| | | | | | | because we have OpenSSL in the base system, now. Thus no need to fiddle around with ${PREFIX}. Reported by: many
* fix finding OpenSSL problemijliao2001-12-202-0/+71
| | | | | PR: 15123 Submitted by: Matt Behrens <matt@zigg.com>
* Suggest a command to delete user instead of actually deleting itache2001-12-082-8/+3
| | | | PR: 32536
* Merge from www/apache13:kuriyama2001-12-033-4/+2
| | | | Don't put 'manual' link to the Apache manual.
* Merge from www/apache13:kuriyama2001-12-012-2/+3
| | | | Add symbolic link to apache's manual into pkg-plist.
* Fix plist.kuriyama2001-11-301-0/+1
| | | | Found by: bento
* Use ${SH} to run pkg-install. It seems that CTM not preserve x-bitache2001-11-021-1/+1
|
* Add files missing in prev. commitache2001-10-232-0/+54
|
* Sync with main Apache portache2001-10-236-389/+378
|
* Change MAINTAINER to ports@FreeBSD.org because I'm often too busy andrse2001-10-221-1/+1
| | | | | 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.
* Upgrade to Apache 1.3.22 + mod_ssl 2.8.5rse2001-10-229-60/+217
| | | | Submitted by: Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
* Upgrading to Apache 1.3.20 + mod_ssl 2.8.4rse2001-05-203-10/+28
|
* Upgrade to Apache 1.3.19 + mod_ssl 2.8.3rse2001-05-052-2/+2
|
* Fix MASTER_SITES:rse2001-05-041-1/+1
| | | | http://www.apache.org/dist/ -> http://www.apache.org/dist/httpd/
* Upgrade to Apache 1.3.19 + mod_ssl 2.8.2rse2001-03-302-2/+2
|
* Upgrade to Apache 1.3.19 + mod_ssl 2.8.1rse2001-03-034-6/+25
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Upgrade to Apache 1.3.17 + mod_ssl 2.8.0.rse2001-01-313-16/+51
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Gently persuade apache13-modssl to install in the same filesystemade2000-11-167-414/+572
| | | | | | | | | | | | | | 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.
* Upgrade:rse2000-10-145-12/+34
| | | | | Apache 1.3.12 -> 1.3.14 mod_ssl 2.6.6 -> 2.7.1
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-1/+1
| | | | | | | 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.
* Bump PORTREVISION due to previous commit(s)jedgar2000-09-161-0/+1
|
* *** empty log message ***jedgar2000-09-161-2/+1
|
* Upgrade to mod_ssl 2.6.6.rse2000-08-132-2/+2
| | | | This especially fixes two nasty segfault situations.
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-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.
* Upgrade to mod_ssl 2.6.5rse2000-07-042-3/+3
|
* - Upgrade to mod_ssl 2.6.4rse2000-05-012-2/+2
| | | | - Support for FreeBSD 5.0-CURRENT
* Upgrade to Apache 1.3.12 + mod_ssl 2.6.3rse2000-04-162-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* The wildcard removal of config files in post-install was removingpaul2000-04-061-2/+2
| | | | all config files rather than just the old default files.
* Upgrade to mod_ssl 2.6.2rse2000-03-022-3/+3
|
* Upgrade to mod_ssl 2.6.1rse2000-02-292-3/+3
|
* Upgrade to Apache 1.3.12 + mod_ssl 2.6.0rse2000-02-273-5/+8
|
* Fix build error: RSA_BASE='SYSTEM' is not appropriate for recent openssldirk2000-02-261-1/+0
| | | | | | changes in the base system. Submitted by: Jim Bloom <bloom@acm.org>
* Fix Y2K linkrse2000-02-241-1/+1
|
* This port requires RSAkris2000-02-221-1/+1
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Oops.kris2000-02-121-0/+36
|
* USE_OPENSSLkris2000-02-121-7/+7
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Upgrade to Apache 1.3.11 + mod_ssl 2.5.0rse2000-01-235-17/+32
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.10rse2000-01-092-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.9rse1999-11-252-3/+3
|
* Change dependencies from static to shared openssl libraries,dirk1999-11-081-2/+2
| | | | because openssl also builds shared libraries, now.
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.8rse1999-11-052-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.7rse1999-11-022-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.6rse1999-10-223-4/+4
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.5rse1999-10-012-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.4rse1999-09-282-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.3rse1999-09-272-3/+3
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.2rse1999-09-062-3/+3
|
* Take over fixes from Dirk's apache13-php3 port.rse1999-08-312-1/+11
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Upgrade to Apache 1.3.9 + mod_ssl 2.4.1rse1999-08-312-5/+5
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* It's double-feature time:rse1999-08-205-65/+54
| | | | Upgrade to Apache 1.3.9 and mod_ssl 2.4.0
* Update for mod_ssl 2.3.1rse1999-08-192-4/+4
| | | | (Thanks to Dirk for catching this ;)
* mod_ssl 2.3.9 -> 2.3.10rse1999-07-282-4/+4
|
* mod_ssl 2.3.8 -> 2.3.9rse1999-07-262-4/+4
|
* Shit happens: mod_ssl 2.3.8 ;)rse1999-07-252-4/+4
|
* Upgrade to Apache 1.3.6 + mod_ssl 2.3.7rse1999-07-252-4/+4
|
* Upgrade to mod_ssl 2.3.6rse1999-07-152-5/+5
|
* Change PKGNAMEs to conform to guidelines.asami1999-06-281-2/+2
| | | | | | | 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
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Upgrade to Apache 1.3.6 + mod_ssl 2.3.5rse1999-06-242-4/+4
| | | | (this mainly solves core dumps for HTTPS which were recently introduced)
* Daily version bump for mod_ssl ;)rse1999-06-092-4/+4
| | | | [2.3.2 -> 2.3.3]
* Upgrade to Apache 1.3.6 + mod_ssl 2.3.2rse1999-06-083-6/+9
| | | | | This especially makes the new Shared Memory based SSL session cache available through the use the MM port.
* Upgrade to Apache 1.3.6 + mod_ssl 2.3.1dirk1999-06-024-13/+32
| | | | Submitted by: Ralf S. Engelschall <rse@FreeBSD.org> (maintainer)
* Update MASTER_SITES for new modssl.org locations.rse1999-05-011-3/+3
|
* Upgrade to Apache 1.3.6 + mod_ssl 2.2.8rse1999-04-122-4/+4
|
* Cleanup Perl dependencies.rse1999-04-121-3/+6
| | | | Thanks to Dirk Froemberg <dirk@freebsd.org> for hint.
* Upgrade to Apache 1.3.6 + mod_ssl 2.2.7rse1999-03-292-4/+4
|
* ${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.dirk1999-03-261-3/+3
| | | | OK'ed by: Ralf S. Engelschall <rse@engelschall.com> (maintainer)
* - Upgraded to Apache 1.3.6 + mod_ssl 2.2.6rse1999-03-246-476/+415
| | | | - Cleaned up the port
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.5rse1999-03-182-7/+8
| | | | | | 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...
* Fix missing "\"sbillf1999-03-141-2/+2
| | | | Noticed By: #FreeBSD
* Add the Apache mirror sites. For ports with 'mods' attached to them, the ↵billf1999-03-141-2/+17
| | | | | | | | | | | 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 <green@unixhelp.org>, billf
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.4rse1999-03-054-12/+13
| | | | | PS: This mod_ssl version has two really nasty bugs fixed, so you're strongly encouraged to upgrade.
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.3rse1999-02-222-4/+5
|
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.2rse1999-02-052-4/+4
|
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.1rse1999-02-044-5/+8
|
* Upgrade to Apache 1.3.4 + mod_ssl 2.2.0rse1999-01-283-6/+8
|
* Update to Apache 1.3.4 + mod_ssl 2.1.8rse1999-01-252-4/+4
|
* - Upgrade to Apache 1.3.4rse1999-01-136-65/+98
| | | | | | | - Upgrade to mod_ssl 2.1.7 - Add additional master site - Add Y2K link - Make portlint happy
* Change dependencies from SSLeay to openssl, the successor of SSLeay.dirk1999-01-101-5/+5
|
* Upgrade to Apache 1.3.3 + mod_ssl 2.1.6rse1999-01-072-4/+4
|
* Upgrade to Apache 1.3.3 + mod_ssl 2.1.5rse1999-01-032-4/+4
|
* Upgrade to Apache 1.3.3 + mod_ssl 2.1.4rse1998-12-252-4/+4
|
* Upgrade to Apache 1.3.3 + mod_ssl 2.1.3rse1998-12-062-4/+4
|
* Upgrade to Apache 1.3.3 + mod_ssl 2.1.2rse1998-12-035-23/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to Apache 1.3.3 + mod_ssl 2.0.15rse1998-11-073-13/+21
|
* Upgrade to Apache 1.3.2 + mod_ssl 2.0.12rse1998-10-023-5/+5
|
* Upgrade to Apache 1.3.2 + mod_ssl 2.0.11rse1998-09-233-7/+7
|
* Completely overhauled Apache+mod_ssl port:rse1998-09-173-29/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.9rse1998-09-152-3/+3
|
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.8rse1998-09-132-3/+3
|
* Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7rse1998-09-093-13/+33
|
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.6rse1998-08-302-3/+3
| | | | | (This version now automatically recognizes whether SSLeay was build in conjunction with RSAref or not)
* Import of a new SSL-aware Apache 1.3, achieved by patching uprse1998-08-289-0/+557
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache Interface to SSLeay).