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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
mod_tls rustls based TLS for Apache httpd
0.14.0_2 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: brnrd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-25 14:03:16
Last Update: 2025-03-28 15:26:53
Commit Hash: 8181b66
Also Listed In: security
License: APACHE20
WWW:
https://github.com/icing/mod_tls
Description:
A module for Apache httpd that uses rustls to provide a memory safe TLS implementation in Rust.
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 (13 items)
Collapse this list.
  1. /usr/local/share/licenses/ap24-mod_tls-0.14.0_2/catalog.mk
  2. /usr/local/share/licenses/ap24-mod_tls-0.14.0_2/LICENSE
  3. /usr/local/share/licenses/ap24-mod_tls-0.14.0_2/APACHE20
  4. @sample etc/apache24/modules.d/001-mod_tls.conf.sample
  5. lib/mod_tls.a
  6. lib/mod_tls.so
  7. lib/mod_tls.so.0
  8. lib/mod_tls.so.0.0.0
  9. libexec/apache24/mod_tls.so
  10. libexec/apache24/mod_tls.so.0.0.0
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • ap24-mod_tls>0:www/mod_tls
To install the port:
cd /usr/ports/www/mod_tls/ && make install clean
To add the package, run one of these commands:
  • pkg install www/mod_tls
  • pkg install ap24-mod_tls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ap24-mod_tls
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1730551891 SHA256 (mod_tls-0.14.0.tar.gz) = 701db868a4fb2cd85b272e5defc2841dcc81eda2546bfa6fbf5c209774b4edcb SIZE (mod_tls-0.14.0.tar.gz) = 563693

Packages (timestamps in pop-ups are UTC):
ap24-mod_tls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.14.0_10.14.0_2--0.14.0_2---
FreeBSD:13:quarterly--------
FreeBSD:14:latest0.14.0_10.14.0_2--0.14.0_2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.14.0_10.14.0_1n/a0.14.0_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. rustls-ffi>0.14.0 : security/rustls-ffi
  2. apxs : www/apache24
Runtime dependencies:
  1. apxs : www/apache24
Library dependencies:
  1. librustls.so : security/rustls-ffi
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ap24-mod_tls-0.14.0_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
www_mod_tls
USES:
apache libtool
pkg-message:
For install:
To enable mod_tls, uncomment the LoadModule line in apache24/modules.d/001-mod_tls.conf LoadModule tls_module ${modDir}/mod_tls.so This module can co-exist with mod_ssl, it is your configuration that uses one or the other. To switch from mod_ssl, check the documentation on https://github.com/icing/mod_tls#configuration.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/icing/mod_tls/releases/download/v0.14.0/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.14.0_2
28 Mar 2025 15:26:53
commit hash: 8181b6664c5ebc9dd6f7d9b0113ff92cde45a83ecommit hash: 8181b6664c5ebc9dd6f7d9b0113ff92cde45a83ecommit hash: 8181b6664c5ebc9dd6f7d9b0113ff92cde45a83ecommit hash: 8181b6664c5ebc9dd6f7d9b0113ff92cde45a83e files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
www/mod_tls: Bump portrevision after rustls update
0.14.0_1
08 Feb 2025 11:01:55
commit hash: 22c8df7277da84283c8527945c2793ed7c573733commit hash: 22c8df7277da84283c8527945c2793ed7c573733commit hash: 22c8df7277da84283c8527945c2793ed7c573733commit hash: 22c8df7277da84283c8527945c2793ed7c573733 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
www/mod_tls: Fix build on i386

Obtained from:	https://github.com/icing/mod_tls/pull/7
0.14.0
25 Jan 2025 12:06:17
commit hash: e4321009ba2e4d9cc753f88dea3769f46ae9321bcommit hash: e4321009ba2e4d9cc753f88dea3769f46ae9321bcommit hash: e4321009ba2e4d9cc753f88dea3769f46ae9321bcommit hash: e4321009ba2e4d9cc753f88dea3769f46ae9321b files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/mod_tls: Add new Apache httpd TLS module

 * This (experimental) module was part of www/apache24 up to 2.4.62

Differential Revision:	https://reviews.freebsd.org/D48514

Number of commits found: 3