summaryrefslogtreecommitdiff
path: root/www/ap-ssl
AgeCommit message (Collapse)AuthorFilesLines
2002-10-25Update "apache" package to version 1.3.27nb1 which is now based versiontron1-2/+2
2.8.12-1.3.27 of "mod_ssl" module so that one doesn't need two version of the "mod_ssl" sources to build "apache".
2002-10-25Update ap-ssl package to 2.8.12.taca2-6/+6
Changes with mod_ssl 2.8.12 (04-Oct-2002 to 23-Oct-2002) *) Fixed potential Cross-Site-Scripting bug. *) Allow also 8192 bytes of shared memory data size.
2002-10-04Update "ap-ssl" package to version 2.8.11. Changes since 2.8.10:tron2-8/+7
- Upgraded to Apache 1.3.27. - Fixed internal error handling for CRL verification. - Initialize OpenSSL ENGINE before initializing OpenSSL to workaround problems with the PRNG. - Also find "openssl" executable in "sbin" directories. - Honor specified number of maximum bytes on SSLRandomSeed if reading from EGD. - Fixed generation of SSL_CLIENT_CERT_CHAIN_[0-9] variables.
2002-09-27Update BUILDLINK_DEPENDS.apache to apache-1.3.26nb5.taca1-2/+2
Should I bump ap-ssl's PKG_REVISION, too?
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-26format and word Apache module MESSAGEs consistently.grant1-1/+1
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-7/+14
have been converted to USE_BUILDLINK2.
2002-08-01Crank PKGREVISION here, too.mycroft1-1/+2
2002-08-01Grrrr, stupid static version number for apache.mycroft1-2/+2
2002-07-31Want apache-1.3.26nb3 now.wiz1-2/+2
2002-06-24Fix version number in dependence on "apache" package.tron1-2/+2
2002-06-24Update ap-ssl to 2.8.10 (mod_ssl 2.8.10).taca2-6/+6
Changes with mod_ssl 2.8.10 (19-Jun-2002 to 24-Jun-2002) *) Fixed off-by-one buffer overflow bug in the compatibility functionality (mapping of old directives to new ones). *) Fixed memory leak in processing of CA certificates. *) In case there is actually a certificate chain in the session cache, we now use the value of SSL_get_peer_certificate(ssl) to verify as it will have been removed from the chain before it was put in the cache. *) Seed the PRNG with a maximum of 1K from the internal scoreboard.
2002-06-19Add missing "source/" to master site entries for "ftp.funet.fi".tron1-2/+2
2002-06-19Fix dependence on "apachage" package.tron1-2/+2
2002-06-19update for now-available mod_ssl-2.8.9-1.3.26jdolecek2-11/+6
2002-06-19add hack to compile with Apache 1.3.26; this should be removed oncejdolecek1-1/+6
newer version of mod_ssl would be available.
2002-06-19Add a two mirror sites because the main site isn't that fast.tron1-3/+5
2002-06-18Update version number in dependence on "apache".tron1-2/+2
2002-04-02Update www/ap-ssl to 2.8.8. Changes from version 2.8.7 include:jlam2-7/+7
*) Upgraded to Apache 1.3.24 *) Support leading whitespaces in commands of SSLLog "|..." directives. *) Fixed timeout handling on connection establishment by correctly resetting the timeout on errors. *) Fixed two memory leaks related to CA certificate configuration. *) Fixed memory leak related to temporary DH key handling. *) Fixed memory leak on shutdown if CRLs are used. *) Fixed remaining SIGBUS problems on SPARC inside SHMCB session cache implementation.
2002-02-28Update www/ap-ssl to 2.8.7 from the mod_ssl-2.8.7-1.3.23 distribution.jlam2-8/+8
Relevant changes from version 2.8.6 include: *) Fixed potential buffer overflow in DBM and SHMHT session cache if very very large certificate chains are used. *) Compliance with POSIX 1003.1-2001 (SUSv3) by replacing obsolete "head -1" and "tail -1" constructs with sed variants in scripts.
2002-02-01Update www/ap-ssl to 2.8.6:jlam2-15/+11
*) Upgraded to Apache 1.3.23 *) Fixed a subtle indexing bug in SHMCB. Each sub-cache used an indexing structure that (correctly) used index values (and ranges) as "unsigned int", but the meta-structure in the header had these ranged as "unsigned char". *) Perform the SHMCB remove operation under mutual exclusion to prevent a inter-process synchronization problem. *) Made sure that mod_ssl does not segfault in case of SCOREBOARD_SIZE < 1024. *) Merged in the SDBM patch from Uwe Ohse which fixes a problem with sdbms .dir file, which arrises when a second .dir block is needed for the first time. read() returns 0 in that case, and the library forgot to initialize that new block. A related problem is that the calculation of db->maxbno is wrong. It just appends 4096*BYTESIZ bits, which is not enough except for small databases (.dir basically doubles everytime it's too small).
2002-01-01Move ownership of SSL-related config directories from www/apache to thisjlam1-22/+21
package.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-3/+1
automatically, so no need to do it ourselves.
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam3-6/+6
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-13/+11
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam3-183/+36
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-10-17Update ap-ssl to 2.8.5 from the mod_ssl-2.8.5-1.3.22 distribution.jlam3-13/+15
Changes from version 2.8.4 include: *) Upgraded to Apache 1.3.22 *) Fixed check whether server certificate wildcard CommonName (CN) matches the configured server name. *) Fixed buffer overflow.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-3/+5
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. Relevant changes fromjlam2-8/+8
version 2.8.3 include: *) Upgraded to Apache 1.3.20
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. The only relevant changejlam1-17/+19
from version 2.8.3 is upgrading the mod_ssl sources to patch against Apache 1.3.20. The pkgsrc changes include unifying repeated SED replacement info for various files into one location, FILES_SUBST.
2001-05-14Update ap-ssl to 2.8.3. Changes from version 2.8.2 include:jlam2-7/+7
*) Allow loadcacert.cgi script to work inside mod_perl. *) Fixed typo in the directive descriptions in mod_ssl.c *) Fixed ENGINE support: the engine support is are now already loaded at configure time. Else mod_ssl fails to find them.
2001-04-30Add APACHE_SYSCONFDIR to BUILD_DEFS.jlam1-1/+3
2001-04-29Need apache>=1.3.19nb1, the apache package version with the mod_ssl-2.8.2jlam1-2/+2
patches.
2001-04-29Update ap-ssl to 2.8.2. Relevant changes from version 2.8.1:jlam7-47/+232
*) Moved the Shared Memory Cyclic Buffer (SHMCB) session cache variant from "experimental" state to "production" by removing the `#ifdef SSL_EXPERIMENTAL_SHMCB ...#endif' wrappers. This means that now `SSLSessionCache shmcb:...' is unconditionally available. *) Made the mutex handling more robust by retrying the semaphore-based operations in interrupt situations (errno == EINTR). *) Also log the OpenSSL error message if the RSA temporary key(s) cannot be generated. *) Fixed mod_ssl Auth handler: it now returns DECLINED instead of OK if authentication is passed successfully to allow other modules (usually mod_auth) to still deny the request. *) Fixed certificate DN handling under EBCDIC platforms.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-13Update ap-ssl to 2.8.1. No functional changes from ap-ssl-2.8.0 -- justjlam2-7/+7
update work with apache-1.3.19.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix incorrect version number in dependence on "apache" package.tron1-2/+2
2001-02-02Update ap-ssl to 2.8.0. Relevant changes from version 2.7.1:jlam8-56/+51
-) Rename mod_ssl.conf to apache_start.conf. *) Upgraded to Apache 1.3.17 as base version. *) Allow %{ENV:variable} in SSLRequire expressions, too. *) Make sure the user is not able to fake the client certificate based authentication by just entering an X.509 Subject DN ("/XX=YYY/XX=YYY/..") as the username and "password" as the password if "SSLVerifyClient optional" is used in combination with "SSLOptions +FakeBasicAuth".
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-7/+3
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-13Change DEPENDS to 1.3.14nb1.tv1-2/+2
2000-10-17Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache tojlam2-6/+6
1.3.14.1, adding a superminor version number to indicate possible EAPI update. *) Fixed the parsing of SSLSessionCache directives. The prefixes were incorrectly skipped and leaded to "unable to open semaphore file" errors.
2000-10-13Update ap-ssl to 2.7.0. Major changes from version 2.6.6:jlam4-33/+13
o Added experimental support for OpenSSL's crypto device support o Completely removed RSAref support o Added new Cyclic Buffer based Shared Memory Session Cache variant o Restructured the Session Cache implementation(s) o Upgrade to Apache 1.3.14
2000-10-05Make USE_RSAREF2=NO the default. Missed this one on the last sweep.fredb1-1/+2
2000-09-12Add etc/httpd/mod_ssl.conf to PLIST.jlam1-1/+2
2000-09-12Provide mechanism for ap-ssl to force start of apache with "startssl".jlam2-1/+7