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
dogtag-jss Java security services using Mozilla NSS
5.10.1_1 security 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: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-21 22:52:06
Last Update: 2026-08-29 11:08:33
Commit Hash: 0170fcc
Also Listed In: java
License: APACHE20 MPL11
WWW:
https://github.com/dogtagpki/jss
Description:
Java Security Services provides a Java interface to Mozilla NSS. It includes a Java security provider and native JNI libraries for cryptographic operations, certificate handling, and symmetric-key operations used by Dogtag PKI.
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 (10 items)
Collapse this list.
  1. /usr/local/share/java/classes/jss-tomcat-9.0.jar
  2. /usr/local/share/java/classes/jss-tomcat.jar
  3. /usr/local/share/java/classes/jss.jar
  4. lib/libjss-symkey.so
  5. lib/libjss.so
  6. @ldconfig
  7. /usr/local/share/licenses/dogtag-jss-5.10.1_1/catalog.mk
  8. /usr/local/share/licenses/dogtag-jss-5.10.1_1/LICENSE
  9. /usr/local/share/licenses/dogtag-jss-5.10.1_1/APACHE20
  10. /usr/local/share/licenses/dogtag-jss-5.10.1_1/MPL11
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • dogtag-jss>0:security/dogtag-jss
To install the port:
cd /usr/ports/security/dogtag-jss/ && make install clean
To add the package, run one of these commands:
  • pkg install security/dogtag-jss
  • pkg install dogtag-jss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dogtag-jss
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1787131792 SHA256 (dogtagpki-jss-v5.10.1_GH0.tar.gz) = fa30b7388468e28349f1f3fc6c48061f935859c13d3d6e6ee866dfe22d9f6747 SIZE (dogtagpki-jss-v5.10.1_GH0.tar.gz) = 1262748

Packages (timestamps in pop-ups are UTC):
dogtag-jss
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest5.10.15.10.1--5.10.1_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest5.10.15.10.1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest5.10.15.10.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. commons-lang3.jar : java/apache-commons-lang3
  2. slf4j-api.jar : devel/slf4j
  3. slf4j-jdk14.jar : devel/slf4j
  4. catalina.jar : www/tomcat9
  5. bash : shells/bash
  6. zip : archivers/zip
  7. cmake : devel/cmake-core
  8. ninja : devel/ninja
  9. java : java/openjdk21
  10. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. commons-lang3.jar : java/apache-commons-lang3
  2. slf4j-api.jar : devel/slf4j
  3. slf4j-jdk14.jar : devel/slf4j
  4. catalina.jar : www/tomcat9
  5. java : java/openjdk21
Library dependencies:
  1. libnspr4.so : devel/nspr
  2. libnss3.so : security/nss
This port is required by:
for Build
  1. net/dogtag-ldap-sdk
  2. security/dogtag-pki
for Run
  1. net/dogtag-ldap-sdk
  2. security/dogtag-pki

Configuration Options:
No options to configure
Options name:
security_dogtag-jss
USES:
cmake compiler:c++11-lang java:build,run pkgconfig shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dogtagpki/jss/tar.gz/v5.10.1?dummy=/
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
5.10.1_1
29 Aug 2026 11:08:33
commit hash: 0170fcce7b8bbf101dfb6071522b3cb888cfaf02commit hash: 0170fcce7b8bbf101dfb6071522b3cb888cfaf02commit hash: 0170fcce7b8bbf101dfb6071522b3cb888cfaf02commit hash: 0170fcce7b8bbf101dfb6071522b3cb888cfaf02 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
security/dogtag-jss: Enable ML-DSA to match security/nss

JSS compares the size of its auth_alg_defs array against ssl_auth_size
from NSS in a static assertion.  nss 3.128 added ssl_auth_mldsa44,
ssl_auth_mldsa65 and ssl_auth_mldsa87 to the enum, so the array now has
to carry those three entries as well and the build fails without them.
WITH_MLDSA is ON upstream; it was turned off here back when NSS did not
know these types yet.

Sponsored by:	Netzkommune GmbH
5.10.1
21 Aug 2026 05:42:35
commit hash: 5bf2e3db2db9c54f694f09184f3f9f121870fdf9commit hash: 5bf2e3db2db9c54f694f09184f3f9f121870fdf9commit hash: 5bf2e3db2db9c54f694f09184f3f9f121870fdf9commit hash: 5bf2e3db2db9c54f694f09184f3f9f121870fdf9 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
security/dogtag-jss: Update to 5.10.1

Switch to Java 21.

Disable ML-DSA and ML-KEM: JSS otherwise declares more SSL
authentication types than security/nss provides, which trips a static
assertion at runtime.

Changes:	https://github.com/dogtagpki/jss/releases

Sponsored by:		Netzkommune GmbH
5.7.0
21 Jul 2026 22:48:24
commit hash: 72c13064bbce3b5aff82d80b171ff8dd94364bd1commit hash: 72c13064bbce3b5aff82d80b171ff8dd94364bd1commit hash: 72c13064bbce3b5aff82d80b171ff8dd94364bd1commit hash: 72c13064bbce3b5aff82d80b171ff8dd94364bd1 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
security/dogtag-jss: Add new Port

Java Security Services provides a Java interface to Mozilla NSS.
It includes a Java security provider and native JNI libraries for
cryptographic operations, certificate handling, and symmetric-key
operations used by Dogtag PKI.

WWW: https://github.com/dogtagpki/jss

Sponsored by:	Netzkommune GmbH

Required for: FreeIPA server port

Number of commits found: 3