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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
mod_gnutls Extension for Apache httpd using GnuTLS library to provide HTTPS
0.13.0 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13.0Version of this port present on the latest quarterly branch.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-08-24 10:09:11
Last Update: 2026-08-24 10:07:19
Commit Hash: 8b92f9c
Also Listed In: security
License: APACHE20
WWW:
https://github.com/airtower-luna/mod_gnutls
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 - no subversion history for this port

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.13.0/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_gnutls-0.13.0/LICENSE
  3. /usr/local/share/licenses/ap24-mod_gnutls-0.13.0/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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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 = 1787563173 SHA256 (mod_gnutls-0.13.0.tar.bz2) = 544ad610712034e212d3f3502c9d822d6643640696ab504a154543701e4acdbe SIZE (mod_gnutls-0.13.0.tar.bz2) = 130405

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py312-pyyaml>=3.13 : devel/py-pyyaml@py312
  2. apxs : www/apache24
  3. meson : devel/meson
  4. ninja : devel/ninja
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. python3.12 : lang/python312
Test dependencies:
  1. python3.12 : lang/python312
Runtime dependencies:
  1. apxs : www/apache24
Library dependencies:
  1. libapr-1.so : devel/apr1
  2. 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:c11 cpe meson pkgconfig python:build,test tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/airtower-luna/mod_gnutls/releases/download/mod_gnutls/0.13.0/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.0
24 Aug 2026 10:07:19
commit hash: 8b92f9cd3acbe5183d7607c61d1e89b80f510efccommit hash: 8b92f9cd3acbe5183d7607c61d1e89b80f510efccommit hash: 8b92f9cd3acbe5183d7607c61d1e89b80f510efccommit hash: 8b92f9cd3acbe5183d7607c61d1e89b80f510efc files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
www/mod_gnutls: Update to 0.13.0

Fixes CVE-2026-33307 and CVE-2026-33308.  Upstream switched to Meson and
moved off the now dead mod.gnutls.org, so the port follows.  0.13.0 also
drops SRP and Monkeysphere support and enforces the client certificate
Key Purpose, see GnuTLSClientKeyPurpose.

Changelog:	https://github.com/airtower-luna/mod_gnutls/releases/tag/mod_gnutls/0.13.0
Security:	a7b4cdfc-9f9d-11f1-a655-3497f65b111b
Sponsored by:	Netzkommune GmbH

(cherry picked from commit f6c827424a26e9f5e403e72790b14a120c3cedbd)

Number of commits found: 1