| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.5.10_2
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
05 Feb 2013 16:17:07
0.5.10_2
|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
22 Sep 2012 21:15:51
0.5.10_1
|
ohauer  |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
09 Sep 2012 15:58:06
0.5.10_1
|
ohauer  |
- add USE_PKGCONFIG=build to unbreak the port
Noted by beat@ |
18 Aug 2012 14:29:11
0.5.10_1
|
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
09 Jan 2012 15:41:08
0.5.10_1
|
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
20 Aug 2011 17:27:52
0.5.10_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Aug 2011 01:40:52
0.5.10
|
zi  |
Update to 0.5.10
Pacify portlint(1)
PR: ports/159828
Submitted by: Fumiyuki Shimizu <fumifumi@abacustech.jp> (maintainer)
Approved by: wxs, tabthorpe (mentors, implicit) |
20 Jun 2011 18:36:56
0.5.9
|
ohauer  |
- update to version 0.5.9
Changes:
** Version 0.5.9 (2010-09-24)
- Corrected behavior in Keep-Alive connections (do not
terminate the connection prematurely)
- The GnuTLSCache variable now can be given the specific
option "gdbm" instead of "dbm". "dbm" will use the berkeley
db type of libapr while gdbm will force gdbm to be used.
sdbm is no longer being used due to serious limitations.
** Version 0.5.8 (2010-08-18)
- Session tickets are enabled by default.
PR: ports/157651
Submitted by: Fumiyuki Shimizu <fumifumi _at_ abacustech.jp> (maintainer) |
05 Jun 2011 18:43:16
0.5.6_1
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
14 Feb 2011 04:08:07
0.5.6
|
miwi  |
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in
purpose, but does not use OpenSSL.
WWW: http://www.outoforder.cc/projects/apache/mod_gnutls/
PR: ports/154463
Submitted by: Fumiyuki Shimizu <fumifumi at abacustech.jp> |