Port details |
- gnutls3 GNU Transport Layer Security library
- 3.1.25_3 security
=2 3.1.25_3Version of this port present on the latest quarterly branch.
- Maintainer: bdrewery@FreeBSD.org
- Port Added: 2013-10-22 12:41:42
- Last Update: 2014-07-23 09:54:02
- SVN Revision: 362645
- People watching this port, also watch:: bash, bsdgames, autoconf, patch
- Also Listed In: net
- License: not specified in port
- WWW:
- http://www.gnutls.org/
- Description:
- GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and
SSL 3.0 protocols. The library does not include any patented algorithms and
is available under the GNU Lesser GPL license.
Important features of the GnuTLS library include:
- Thread safety
- Support for both TLS 1.0 and SSL 3.0 protocols
- Support for both X.509 and OpenPGP certificates
- Support for basic parsing and verification of certificates
- Support for SRP for TLS authentication
- Support for TLS Extension mechanism
- Support for TLS Compression Methods
Additionaly GnuTLS provides an emulation API for the widely used
OpenSSL library, to ease integration with existing applications.
WWW: http://www.gnutls.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gnutls3>0:security/gnutls3
- No installation instructions:
- This port has been deleted.
- PKGNAME: gnutls3
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- pkgconf : devel/pkgconf
- Library dependencies:
-
- libgpg-error.so : security/libgpg-error
- libnettle.so : security/nettle
- libp11-kit.so : security/p11-kit
- libidn.so : dns/libidn
- libtspi.so : security/trousers
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnutls3-3.1.25_3:
CXX=on: C++ language support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LIBDANE=off: DNSSEC support for DANE (danetool3 --check)
LIBTASN1=off: Use libtasn1 from ports
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.25_3 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.1.25_3 17 Jul 2014 15:19:47 |
tijl |
- Convert security/trousers to USES=libtool and bump dependent ports
- Use standard USE_AUTOTOOLS
- Add INSTALL_TARGET=install-strip
- Drop PTHREAD_LIBS |
3.1.25_2 29 Jun 2014 12:51:02 |
antoine |
Allow to build with texinfo from ports |
3.1.25_2 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
3.1.25_2 06 Jun 2014 16:48:28 |
bdrewery |
- Fix build when info files get regenerated, thus causing info-5 to
disappear.
Depending on which makeinfo version is used it would spit out 6
files or 5 (.info,1-5). It would not always regenerate though.
The bundled info files went to -5. Now force regenerate it always
using the base makeinfo(1) and use --no-split so only 1 file is used.
PR: 190693
Reported by: many |
3.1.25_1 05 Jun 2014 01:13:05 |
bdrewery |
- No need for print/texinfo dependency for makeinfo as it is in base
Reported by: tijl |
3.1.25 03 Jun 2014 19:59:53 |
bdrewery |
- Update to 3.1.25
This fixes a security issue:
http://www.gnutls.org/security.html#GNUTLS-SA-2014-3
Security: 027af74d-eb56-11e3-9032-000c2980a9f3 |
3.1.23_2 28 May 2014 15:59:56 |
bdrewery |
- Use proper name for libgnutlsdane.so
Reported by: tijl |
3.1.23_1 25 May 2014 15:02:34 |
bdrewery |
- Convert to USES=libtool
- texinfo is only needed when DOCS is selected [1]
PR: ports/189861 [1]
Reported by: marino [1] |
3.1.23 10 Apr 2014 11:35:07 |
bdrewery |
- Update to 3.1.23
- Convert to USES=tar
Changes:
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7415 |
3.1.22_1 02 Apr 2014 01:16:03 |
bdrewery |
- Hide libdane support behind option LIBDANE
- Disable by default as it ends up pulling in openssl via unbound, which
is odd for gnutls3 to do.
PR: ports/188184
Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> (based on)
Discussed with: wg |
3.1.22 11 Mar 2014 13:59:47 |
bdrewery |
- Take maintainership for now
Approved by: wg (maintainer) |
3.1.22 04 Mar 2014 23:00:20 |
bdrewery |
- Update to 3.1.22
This fixes the following vulnerabilities:
CVE-2014-0092 - Certificate verification issue
CVE-2014-1959 - Certificate verification issue
All users are recommended to upgrade ASAP.
Security: f645aa90-a3e8-11e3-a422-3c970e169bc2 |
3.1.18 30 Dec 2013 16:19:54 |
wg |
security/gnutls3: make danetool3 work
PR: ports/185296 |
3.1.18 26 Dec 2013 10:25:16 |
wg |
security/gnutls3: update to 3.1.18
Changes: http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7190 |
3.1.17 25 Nov 2013 23:59:04 |
wg |
security/gnutls3: fix build without autogen
PR: ports/184279
Submitted by: mandree |
3.1.17 24 Nov 2013 10:34:40 |
wg |
security/gnutls3: update to 3.1.17 and add support for TPM |
3.1.16_1 18 Nov 2013 12:36:06 |
wg |
security/gnutls3: fix include in CPPFLAGS
Reported by: kwm |
3.1.16_1 18 Nov 2013 10:42:37 |
wg |
security/gnutls3: try to fix build for some people
- gnutls.info-5 was not being generated for some people
PR: ports/183577
Submitted by: Mamoru Iwaki <1wkmmr gmail.com> |
3.1.16_1 17 Nov 2013 15:58:38 |
wg |
security/gnutls3: fix libtasn1 option
PR: ports/183992
Submitted by: sunpoet |
3.1.16_1 03 Nov 2013 09:22:00 |
novel |
- Chase security/libtasn1 update
- Add UPDATING entry |
3.1.16 01 Nov 2013 11:16:47 |
wg |
security/gnutls3: update to 3.1.16
Security: 9065b930-3d8b-11e3-bd1a-e840f2096bd0 |
3.1.15 27 Oct 2013 09:20:40 |
wg |
security/gnutls3: fix build without CXX option
- Fix build without CXX option
Submitted by: decke |
3.1.15 25 Oct 2013 15:34:47 |
wg |
security/gnutls3: update to 3.1.15
- Update to 3.1.15 |
3.1.14 23 Oct 2013 15:20:16 |
wg |
security/gnutls3: update to 3.1.14
- Update to 3.1.14
- Fix Makefile header
- Add missing library for crywrap
- Remove duplicated docs entries |
3.1.9.1 22 Oct 2013 12:41:30 |
wg |
security/gnutls3: GNU Transport Layer Security library
GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and
SSL 3.0 protocols. The library does not include any patented algorithms and
is available under the GNU Lesser GPL license.
Important features of the GnuTLS library include:
- Thread safety
- Support for both TLS 1.0 and SSL 3.0 protocols
- Support for both X.509 and OpenPGP certificates
- Support for basic parsing and verification of certificates
- Support for SRP for TLS authentication
- Support for TLS Extension mechanism
- Support for TLS Compression Methods
Additionaly GnuTLS provides an emulation API for the widely used
OpenSSL library, to ease integration with existing applications.
WWW: http://www.gnutls.org/ |