notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mod_gnutls Extension for Apache httpd using GnuTLS library to provide HTTPS
0.12.1 www on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.1Version of this port present on the latest quarterly branch.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-02-14 04:08:19
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: python, cvsgraph, ladspa, php81-pear-Horde_Mapi
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/ap24-mod_gnutls-0.12.1/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_gnutls-0.12.1/LICENSE
  3. /usr/local/share/licenses/ap24-mod_gnutls-0.12.1/APACHE20
  4. libexec/apache24/mod_gnutls.so
  5. @postexec %D/sbin/apxs -e -A -n gnutls %D/%F
  6. @postunexec /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+gnutls_module/d' %D/etc/apache24/httpd.conf
  7. @postunexec echo "Don't forget to remove all mod_gnutls-related directives in your httpd.conf"
  8. @dir(www,www,750) var/db/mod_gnutls
  9. @owner
  10. @group
  11. @mode
Collapse this list.
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):
ap24-mod_gnutls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.10.12.10.8.4_20.12.10.12.1---
FreeBSD:13:quarterly0.12.10.12.1-0.12.10.12.10.12.10.12.10.12.1
FreeBSD:14:latest0.12.10.12.10.12.00.12.10.12.10.12.1-0.12.1
FreeBSD:14:quarterly0.12.10.12.1-0.12.10.12.10.12.10.12.10.12.1
FreeBSD:15:latest0.12.10.12.1n/a0.12.1n/a0.12.10.12.10.12.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-yaml>=3.13 : devel/py-yaml@py39
  2. apxs : www/apache24
  3. python3.9 : lang/python39
  4. apxs : www/apache24
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-yaml>=3.13 : devel/py-yaml@py39
  2. apxs : www/apache24
  3. python3.9 : lang/python39
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://mod.gnutls.org/downloads/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: 4edc41f511512a09acbf3176aaab9455c1bd2a03commit hash: 4edc41f511512a09acbf3176aaab9455c1bd2a03commit hash: 4edc41f511512a09acbf3176aaab9455c1bd2a03commit hash: 4edc41f511512a09acbf3176aaab9455c1bd2a03 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
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
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit This port version is marked as vulnerable.
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.12.0
03 Sep 2022 15:57:30
commit hash: 50f24dd9de4a59ae50f15855ba365ad6fde33134commit hash: 50f24dd9de4a59ae50f15855ba365ad6fde33134commit hash: 50f24dd9de4a59ae50f15855ba365ad6fde33134commit hash: 50f24dd9de4a59ae50f15855ba365ad6fde33134 files touched by this commit This port version is marked as vulnerable.
Dima Panov (fluffy) search for other commits by this committer
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
commit hash: 8347617e0694223cf9152e90a0c7f750bd694b87commit hash: 8347617e0694223cf9152e90a0c7f750bd694b87commit hash: 8347617e0694223cf9152e90a0c7f750bd694b87commit hash: 8347617e0694223cf9152e90a0c7f750bd694b87 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
www/mod_gnutls: Add CPE information

Approved by:	portmgr (blanket)
0.8.4_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.8.4_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.8.4_2
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
0.8.4_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit This port version is marked as vulnerable.
gerald search for other commits by this committer
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
Revision:487272Original commit files touched by this commit This port version is marked as vulnerable.
gerald search for other commits by this committer
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
Revision:480820Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
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
Revision:467898Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Update to 0.8.4
0.8.3
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit This port version is marked as vulnerable.
brnrd search for other commits by this committer
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
Revision:462849Original commit files touched by this commit This port version is marked as vulnerable.
joneum search for other commits by this committer
Take maintainership

Approved by:	mentors (implicit)
0.8.3
21 Oct 2017 12:43:23
Revision:452589Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
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
Revision:448644Original commit files touched by this commit This port version is marked as vulnerable.
jkim search for other commits by this committer
Resurrect www/mod_gnutls and update to 0.8.2.
0.5.10_3
02 Sep 2014 10:47:10
Revision:366983Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Remove non staged ports without pending PR from www
0.5.10_3
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
adamw search for other commits by this committer
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
Revision:362645Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
- 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
Revision:361812Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.5.10_2
02 Jul 2014 17:17:21
Revision:360228Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
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
Revision:340674Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Fix properties on pkg-plist
0.5.10_2
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
- 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
Revision:327776Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
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
Revision:316355Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
0.5.10_2
05 Feb 2013 16:17:07
Revision:311722Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
0.5.10_1
22 Sep 2012 21:15:51
Revision:304723Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
- 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
Revision:303975Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
- add USE_PKGCONFIG=build to unbreak the port

Noted by beat@
0.5.10_1
18 Aug 2012 14:29:11
Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit This port version is marked as vulnerable.
tabthorpe search for other commits by this committer
- 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
Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
0.5.10
19 Aug 2011 01:40:52
Original commit files touched by this commit This port version is marked as vulnerable.
zi search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
ohauer search for other commits by this committer
- 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
Original commit files touched by this commit This port version is marked as vulnerable.
novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
0.5.6
14 Feb 2011 04:08:07
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
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>

Number of commits found: 37