From owner-svn-ports-head@freebsd.org Fri Dec 13 16:28:33 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 029341D1470; Fri, 13 Dec 2019 16:28:33 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47ZGLm6K34z4CJY; Fri, 13 Dec 2019 16:28:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B9D50ED7D; Fri, 13 Dec 2019 16:28:32 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBDGSWqJ058653; Fri, 13 Dec 2019 16:28:32 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBDGSW89058647; Fri, 13 Dec 2019 16:28:32 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201912131628.xBDGSW89058647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 13 Dec 2019 16:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520053 - head/security/gnutls X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/security/gnutls X-SVN-Commit-Revision: 520053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2019 16:28:33 -0000 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