Port details |
- mod_gnutls Extension for Apache httpd using GnuTLS library to provide HTTPS
- 0.12.1_1 www =3 0.12.1Version of this port present on the latest quarterly branch.
- Maintainer: joneum@FreeBSD.org
- Port Added: 2011-02-14 04:08:19
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: php81-pear, php81-pear-horde-Horde_Alarm, php81-pear-XML_DTD, autoconf, libXdamage
- Also Listed In: security
- License: APACHE20
- WWW:
- https://mod.gnutls.org
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_gnutls>0:www/mod_gnutls
- To install the port:
- cd /usr/ports/www/mod_gnutls/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_gnutls
- pkg install ap24-mod_gnutls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_gnutls
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680856916
SHA256 (mod_gnutls-0.12.1.tar.bz2) = 5bb97f11edb31a399354027004d3b0e862bd8d85fb6ba86b3b54b340a5e2ed97
SIZE (mod_gnutls-0.12.1.tar.bz2) = 454861
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pyyaml>=3.13 : devel/py-pyyaml@py311
- apxs : www/apache24
- python3.11 : lang/python311
- apxs : www/apache24
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pyyaml>=3.13 : devel/py-pyyaml@py311
- apxs : www/apache24
- python3.11 : lang/python311
- Library dependencies:
-
- libgnutls.so : security/gnutls
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_mod_gnutls
- USES:
- apache compiler:c++11-lang cpe libtool pkgconfig python tar:bzip2
- pkg-message:
- For install:
- Sample /usr/local/etc/apache24/httpd.conf:
#LoadModule ssl_module libexec/apache24/mod_ssl.so
LoadModule gnutls_module libexec/apache24/mod_gnutls.so
<IfModule gnutls_module>
Include etc/apache24/extra/httpd-gnutls.conf
</IfModule>
Sample /usr/local/etc/apache24/extra/httpd-gnutls.conf:
Listen 443
GnuTLSCache dbm /usr/local/var/db/mod_gnutls/tls-cache
GnuTLSCacheTimeout 500
<VirtualHost _default_:443>
GnuTLSEnable on
GnuTLSKeyFile /usr/local/etc/ssl/certs/private/example_com.key.pem
GnuTLSCertificateFile /usr/local/etc/ssl/certs/example_com.crt.pem
GnuTLSClientCAFile /usr/local/etc/ssl/certs/example_com.ca.pem
GnuTLSPriorities NORMAL:%COMPAT
</VirtualHost>
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.1_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.12.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.12.1 09 Apr 2023 07:09:25 |
Jochen Neumeister (joneum) |
www/mod_gnutls: Update to 0.12.1
Changelog: https://mod.gnutls.org/browser/mod_gnutls/CHANGELOG
Sponsored by: Netzkommune GmbH |
0.12.0 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.12.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.12.0 03 Sep 2022 15:57:30 |
Dima Panov (fluffy) |
www/mod_gnutls: update to 0.12.0 (+)
Major change is three fixes that make mod_gnutls compatible with the
Let's Encrypt OCSP responder for OCSP stapling.
With hat: ports-secteam |
0.8.4_2 21 Oct 2021 15:40:51 |
Stefan Eßer (se) |
www/mod_gnutls: Add CPE information
Approved by: portmgr (blanket) |
0.8.4_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.4_2 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
0.8.4_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.8.4_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.8.4 27 Sep 2018 21:10:13 |
linimon |
Fix build on gcc-based archs.
Tested on powerpc64 and amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.8.4 21 Apr 2018 15:30:03 |
joneum |
Update to 0.8.4 |
0.8.3 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
0.8.3 24 Feb 2018 16:26:50 |
joneum |
Take maintainership
Approved by: mentors (implicit) |
0.8.3 21 Oct 2017 12:43:23 |
pi |
www/mod_gnutls: update 0.8.2 -> 0.8.3
- Deprecate OpenPGP support like GnuTLS did (will be removed
completely in a future release)
Changelog: https://lists.gnupg.org/pipermail/mod_gnutls-devel/2017-October/000198.html |
0.8.2 24 Aug 2017 01:39:16 |
jkim |
Resurrect www/mod_gnutls and update to 0.8.2. |
0.5.10_3 02 Sep 2014 10:47:10 |
bapt |
Remove non staged ports without pending PR from www |
0.5.10_3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.5.10_3 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.5.10_2 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.5.10_2 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
0.5.10_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.5.10_2 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.5.10_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.5.10_2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.5.10_2 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.5.10_1 22 Sep 2012 21:15:51 |
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@ |
0.5.10_1 09 Sep 2012 15:58:06 |
ohauer |
- add USE_PKGCONFIG=build to unbreak the port
Noted by beat@ |
0.5.10_1 18 Aug 2012 14:29:11 |
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@ |
0.5.10_1 09 Jan 2012 15:41:08 |
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 |
0.5.10_1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
0.5.10 19 Aug 2011 01:40:52 |
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) |
0.5.9 20 Jun 2011 18:36:56 |
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) |
0.5.6_1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.5.6 14 Feb 2011 04:08:07 |
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> |