Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2021 20:50:43 +0100
From:      Chris Rees <crees@bayofrum.net>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r569572 - head/security/nettle
Message-ID:  <685C588F-D19B-434E-A208-BF5F367FA7ED@bayofrum.net>
In-Reply-To: <202103301912.12UJC4Bc098174@repo.freebsd.org>
References:  <202103301912.12UJC4Bc098174@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks!

Do you plan to merge this (please?)

Chris

On 30 March 2021 20:12:04 BST, Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD=2Eo=
rg> wrote:
>Author: sunpoet
>Date: Tue Mar 30 19:12:04 2021
>New Revision: 569572
>URL: https://svnweb=2Efreebsd=2Eorg/changeset/ports/569572
>
>Log:
>  Update to 3=2E7=2E2
> =20
>  Changes:	https://git=2Elysator=2Eliu=2Ese/nettle/nettle/blob/master/NEW=
S
> =20
>  Exp-run by:	antoine
>
>Modified:
>  head/security/nettle/Makefile
>  head/security/nettle/distinfo
>  head/security/nettle/pkg-plist
>
>Modified: head/security/nettle/Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>--- head/security/nettle/Makefile	Tue Mar 30 19:11:59 2021	(r569571)
>+++ head/security/nettle/Makefile	Tue Mar 30 19:12:04 2021	(r569572)
>@@ -2,7 +2,7 @@
> # $FreeBSD$
>=20
> PORTNAME=3D	nettle
>-PORTVERSION=3D	3=2E6
>+PORTVERSION=3D	3=2E7=2E2
> CATEGORIES=3D	security
> MASTER_SITES=3D	GNU \
> 		https://www=2Elysator=2Eliu=2Ese/~nisse/archive/
>@@ -23,11 +23,10 @@ USES=3D		compiler:c11 gmake localbase makeinfo
>pathfix
> CONFIGURE_ARGS=3D	--enable-shared
> CONFIGURE_ENV=3D	M4=3D"/usr/bin/m4 -g"
> GNU_CONFIGURE=3D	yes
>+TEST_TARGET=3D	check
> USE_LDCONFIG=3D	yes
>=20
> INFO=3D		nettle
>-PORTDOCS=3D	NEWS README nettle=2Ehtml nettle=2Epdf
>-PORTEXAMPLES=3D	*=2Ec *=2Eh
>=20
> OPTIONS_DEFINE=3D	DOCS EXAMPLES
>=20
>@@ -38,6 +37,7 @@ CONFIGURE_ENV+=3D	CCPIC=3D-fPIC
> =2Eendif
>=20
> post-patch:
>+	@${REINPLACE_CMD} -e '/SUBDIRS =3D / s| examples||'
>${WRKSRC}/Makefile=2Ein
> 	@${REINPLACE_CMD} -e '/libdir=3D/ s|lib32|lib|' ${WRKSRC}/configure
> =2Eif ${ARCH} =3D=3D "mips64"
> 	@${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure
>@@ -47,11 +47,11 @@ post-install:
> 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*=2Eso
>=20
> post-install-DOCS-on:
>-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
>+	${MKDIR} ${STAGEDIR}${DOCSDIR}
>+	cd ${WRKSRC} && ${INSTALL_DATA} NEWS README nettle=2Ehtml nettle=2Epdf
>${STAGEDIR}${DOCSDIR}
>=20
> post-install-EXAMPLES-on:
>-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
>-	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES}
>${STAGEDIR}${EXAMPLESDIR}
>+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
>+	${INSTALL_DATA} ${WRKSRC}/examples/*=2E[ch] ${STAGEDIR}${EXAMPLESDIR}
>=20
> =2Einclude <bsd=2Eport=2Emk>
>
>Modified: head/security/nettle/distinfo
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>--- head/security/nettle/distinfo	Tue Mar 30 19:11:59 2021	(r569571)
>+++ head/security/nettle/distinfo	Tue Mar 30 19:12:04 2021	(r569572)
>@@ -1,3 +1,3 @@
>-TIMESTAMP =3D 1588256838
>-SHA256 (nettle-3=2E6=2Etar=2Egz) =3D
>d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
>-SIZE (nettle-3=2E6=2Etar=2Egz) =3D 2288173
>+TIMESTAMP =3D 1616863436
>+SHA256 (nettle-3=2E7=2E2=2Etar=2Egz) =3D
>8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162
>+SIZE (nettle-3=2E7=2E2=2Etar=2Egz) =3D 2382309
>
>Modified: head/security/nettle/pkg-plist
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>--- head/security/nettle/pkg-plist	Tue Mar 30 19:11:59 2021	(r569571)
>+++ head/security/nettle/pkg-plist	Tue Mar 30 19:12:04 2021	(r569572)
>@@ -63,6 +63,7 @@ include/nettle/sha1=2Eh
> include/nettle/sha2=2Eh
> include/nettle/sha3=2Eh
> include/nettle/siv-cmac=2Eh
>+include/nettle/streebog=2Eh
> include/nettle/twofish=2Eh
> include/nettle/umac=2Eh
> include/nettle/version=2Eh
>@@ -71,10 +72,34 @@ include/nettle/yarrow=2Eh
> lib/libhogweed=2Ea
> lib/libhogweed=2Eso
> lib/libhogweed=2Eso=2E6
>-lib/libhogweed=2Eso=2E6=2E0
>+lib/libhogweed=2Eso=2E6=2E3
> lib/libnettle=2Ea
> lib/libnettle=2Eso
> lib/libnettle=2Eso=2E8
>-lib/libnettle=2Eso=2E8=2E0
>+lib/libnettle=2Eso=2E8=2E3
> libdata/pkgconfig/hogweed=2Epc
> libdata/pkgconfig/nettle=2Epc
>+%%PORTDOCS%%%%DOCSDIR%%/NEWS
>+%%PORTDOCS%%%%DOCSDIR%%/README
>+%%PORTDOCS%%%%DOCSDIR%%/nettle=2Ehtml
>+%%PORTDOCS%%%%DOCSDIR%%/nettle=2Epdf
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16dec=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16enc=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64dec=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64enc=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecc-benchmark=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hogweed-benchmark=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io=2Eh
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-openssl=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random-prime=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_rsa_key=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-decrypt=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-encrypt=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-keygen=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-session=2Eh
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-sign=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-verify=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timing=2Ec
>+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timing=2Eh

--=20
Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E
From owner-svn-ports-head@freebsd.org  Tue Mar 30 20:16:13 2021
Return-Path: <owner-svn-ports-head@freebsd.org>
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 D0F505AC70F;
 Tue, 30 Mar 2021 20:16:13 +0000 (UTC)
 (envelope-from jbeich@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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4F91195bKwz3HYb;
 Tue, 30 Mar 2021 20:16:13 +0000 (UTC)
 (envelope-from jbeich@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 B2E5545F2;
 Tue, 30 Mar 2021 20:16:13 +0000 (UTC)
 (envelope-from jbeich@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12UKGDwB040730;
 Tue, 30 Mar 2021 20:16:13 GMT (envelope-from jbeich@FreeBSD.org)
Received: (from jbeich@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12UKGDqr040728;
 Tue, 30 Mar 2021 20:16:13 GMT (envelope-from jbeich@FreeBSD.org)
Message-Id: <202103302016.12UKGDqr040728@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: jbeich set sender to
 jbeich@FreeBSD.org using -f
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 30 Mar 2021 20:16:13 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r569594 - head/www/youtube_dl
X-SVN-Group: ports-head
X-SVN-Commit-Author: jbeich
X-SVN-Commit-Paths: head/www/youtube_dl
X-SVN-Commit-Revision: 569594
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.34
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>;
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Mar 2021 20:16:13 -0000

Author: jbeich
Date: Tue Mar 30 20:16:13 2021
New Revision: 569594
URL: https://svnweb.freebsd.org/changeset/ports/569594

Log:
  www/youtube_dl: update to 2021.03.31
  
  Changes:	https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.31
  Reported by:	GitHub (watch releases)

Modified:
  head/www/youtube_dl/Makefile   (contents, props changed)
  head/www/youtube_dl/distinfo   (contents, props changed)

Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile	Tue Mar 30 19:43:37 2021	(r569593)
+++ head/www/youtube_dl/Makefile	Tue Mar 30 20:16:13 2021	(r569594)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	youtube_dl
-PORTVERSION=	2021.03.25
+PORTVERSION=	2021.03.31
 CATEGORIES=	www
 MASTER_SITES=	https://yt-dl.org/downloads/${PORTVERSION}/
 DISTNAME=	youtube-dl-${PORTVERSION}

Modified: head/www/youtube_dl/distinfo
==============================================================================
--- head/www/youtube_dl/distinfo	Tue Mar 30 19:43:37 2021	(r569593)
+++ head/www/youtube_dl/distinfo	Tue Mar 30 20:16:13 2021	(r569594)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616605429
-SHA256 (youtube-dl-2021.03.25.tar.gz) = a303cfd327938e3f15890099be79958cc17d536d1f985301d5462e487af3485f
-SIZE (youtube-dl-2021.03.25.tar.gz) = 3313712
+TIMESTAMP = 1616605588
+SHA256 (youtube-dl-2021.03.31.tar.gz) = f215d0e297febca0552e309dba12d62c53a56ed138de314d63b7fb80617e6ceb
+SIZE (youtube-dl-2021.03.31.tar.gz) = 3315008



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?685C588F-D19B-434E-A208-BF5F367FA7ED>