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) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
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.

There are no commits on branch 2022Q2 for this port