Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 16:28:32 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520053 - head/security/gnutls
Message-ID:  <201912131628.xBDGSW89058647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Dec 13 16:28:31 2019
New Revision: 520053
URL: https://svnweb.freebsd.org/changeset/ports/520053

Log:
  Update to 3.6.11.1, white space fix, and https WWW.

Modified:
  head/security/gnutls/Makefile
  head/security/gnutls/distinfo
  head/security/gnutls/pkg-descr
  head/security/gnutls/pkg-plist

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Fri Dec 13 16:27:30 2019	(r520052)
+++ head/security/gnutls/Makefile	Fri Dec 13 16:28:31 2019	(r520053)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	gnutls
-PORTVERSION=	3.6.10
+PORTVERSION=	3.6.11.1
 CATEGORIES=	security net
-MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R}
+MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R:R}
 
 MAINTAINER=	tijl@FreeBSD.org
 COMMENT=	GNU Transport Layer Security library
@@ -83,7 +83,7 @@ post-patch:
 		${WRKSRC}/lib/includes/gnutls/pkcs11.h \
 		${WRKSRC}/lib/pkcs11.c \
 		${WRKSRC}/src/p11tool-args.c.bak \
-		${WRKSRC}/src/srptool.c		
+		${WRKSRC}/src/srptool.c
 	@${REINPLACE_CMD} \
 		's,/etc/pkcs11/modules,${PREFIX}/share/p11-kit/modules,' \
 		${WRKSRC}/doc/cha-tokens.texi \

Modified: head/security/gnutls/distinfo
==============================================================================
--- head/security/gnutls/distinfo	Fri Dec 13 16:27:30 2019	(r520052)
+++ head/security/gnutls/distinfo	Fri Dec 13 16:28:31 2019	(r520053)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569832929
-SHA256 (gnutls-3.6.10.tar.xz) = b1f3ca67673b05b746a961acf2243eaae0ffe658b6a6494265c648e7c7812293
-SIZE (gnutls-3.6.10.tar.xz) = 5795984
+TIMESTAMP = 1576251988
+SHA256 (gnutls-3.6.11.1.tar.xz) = fbba12f3db9a55dbf027e14111755817ec44b57eabec3e8089aac8ac6f533cf8
+SIZE (gnutls-3.6.11.1.tar.xz) = 5902328

Modified: head/security/gnutls/pkg-descr
==============================================================================
--- head/security/gnutls/pkg-descr	Fri Dec 13 16:27:30 2019	(r520052)
+++ head/security/gnutls/pkg-descr	Fri Dec 13 16:28:31 2019	(r520053)
@@ -5,4 +5,4 @@ protocols as well as APIs to parse and write X.509, PK
 other required structures.  It is aimed to be portable and efficient with
 focus on security and interoperability.
 
-WWW: http://www.gnutls.org/
+WWW: https://gnutls.org/

Modified: head/security/gnutls/pkg-plist
==============================================================================
--- head/security/gnutls/pkg-plist	Fri Dec 13 16:27:30 2019	(r520052)
+++ head/security/gnutls/pkg-plist	Fri Dec 13 16:28:31 2019	(r520053)
@@ -32,7 +32,7 @@ include/gnutls/x509.h
 %%DANE%%lib/libgnutls-dane.so.0.4.1
 lib/libgnutls.so
 lib/libgnutls.so.30
-lib/libgnutls.so.30.26.0
+lib/libgnutls.so.30.26.1
 lib/libgnutlsxx.so
 lib/libgnutlsxx.so.28
 lib/libgnutlsxx.so.28.1.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131628.xBDGSW89058647>