Port details on branch 2024Q2 |
- gnutls GNU Transport Layer Security library
- 3.8.5_1 security =0 3.8.5_1Version of this port present on the latest quarterly branch.
- Maintainer: tijl@FreeBSD.org
- Port Added: 2024-04-12 20:24:04
- Last Update: 2024-04-12 20:20:49
- Commit Hash: 5842d08
- Also Listed In: net
- License: GPLv3 LGPL21
- WWW:
- https://gnutls.org/
- Description:
- GnuTLS is a secure communications library implementing the SSL, TLS and DTLS
protocols and technologies around them. It provides a simple C language
application programming interface (API) to access the secure communications
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and
other required structures. It is aimed to be portable and efficient with
focus on security and interoperability.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/gnutls/ && make install clean
- To add the package, run one of these commands:
- pkg install security/gnutls
- pkg install gnutls
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnutls
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712473891
SHA256 (gnutls-3.8.5.tar.xz) = 66269a2cfe0e1c2dabec87bdbbd8ab656f396edd9a40dd006978e003cfa52bfc
SIZE (gnutls-3.8.5.tar.xz) = 6491504
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgmp.so : math/gmp
- libnettle.so : security/nettle
- libtasn1.so : security/libtasn1
- libunistring.so : devel/libunistring
- libidn2.so : dns/libidn2
- libp11-kit.so : security/p11-kit
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- dns/dnsdist
- editors/emacs
- editors/emacs-devel
- ftp/libfilezilla
- multimedia/emby-server
- multimedia/emby-server-devel
- print/cups
Configuration Options:
- ===> The following configuration options are available for gnutls-3.8.5_1:
DANE=off: Certificate verification via DNSSEC
EXAMPLES=on: Build and/or install examples
IDN=on: International Domain Names support
KTLS=on: Enable support for in-kernel TLS
MAN3=on: Install API manpages (section 3)
NLS=on: Native Language Support
P11KIT=on: PKCS#11 and p11-kit support
SRP=off: Secure Remote Password support
===> Use 'make config' to modify these settings
- Options name:
- security_gnutls
- USES:
- compiler:c11 cpe gmake iconv libtool localbase makeinfo pkgconfig tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.5_1 12 Apr 2024 20:20:49 |
Tijl Coosemans (tijl) |
security/gnutls: initialise libpthread
To ensure thread-safety libgnutls calls libpthread functions but to
avoid the overhead for single-threaded programs it does not link with
libpthread. It only calls libpthread if the executable or another
library links to it.
Since 3.8.0 libgnutls calls pthread_key_create from its init function
but because it does not link with libpthread libpthread might not have
been initialised yet. Patch the libgnutls init function so it
initialises libpthread.
PR: 278076
(cherry picked from commit 9ffc65e659a32a4eb293afd5c4d03be553a61570) |
Number of commits found: 1
|