From owner-svn-ports-branches@freebsd.org Sun Dec 27 00:37:53 2020 Return-Path: Delivered-To: svn-ports-branches@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 CF24A4C75F3; Sun, 27 Dec 2020 00:37:53 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3MGT5TNsz4vWk; Sun, 27 Dec 2020 00:37:53 +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 AEE631DDF8; Sun, 27 Dec 2020 00:37:53 +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 0BR0brTJ074709; Sun, 27 Dec 2020 00:37:53 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BR0brcH074707; Sun, 27 Dec 2020 00:37:53 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012270037.0BR0brcH074707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Dec 2020 00:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r559327 - in branches/2020Q4/security/nss: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q4/security/nss: . files X-SVN-Commit-Revision: 559327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 00:37:53 -0000 Author: jbeich Date: Sun Dec 27 00:37:52 2020 New Revision: 559327 URL: https://svnweb.freebsd.org/changeset/ports/559327 Log: MFH: r559326 security/nss: update to 3.60.1 - Temporarily patch-update due to missing distfile Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.60.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_60_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Added: branches/2020Q4/security/nss/files/patch-3.60.1 - copied unchanged from r559326, head/security/nss/files/patch-3.60.1 Modified: branches/2020Q4/security/nss/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/security/nss/Makefile ============================================================================== --- branches/2020Q4/security/nss/Makefile Sun Dec 27 00:37:20 2020 (r559326) +++ branches/2020Q4/security/nss/Makefile Sun Dec 27 00:37:52 2020 (r559327) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.60 +PORTVERSION= 3.60.1 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src +DISTNAME= ${PORTNAME}-3.60 # XXX Drop after 3.60.1 distfile appears MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications Copied: branches/2020Q4/security/nss/files/patch-3.60.1 (from r559326, head/security/nss/files/patch-3.60.1) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/security/nss/files/patch-3.60.1 Sun Dec 27 00:37:52 2020 (r559327, copy of r559326, head/security/nss/files/patch-3.60.1) @@ -0,0 +1,152 @@ +Generated by git diff --no-prefix NSS_3_60_RTM..NSS_3_60_1_RTM +https://hg.mozilla.org/projects/nss/rev/b47465be3b6f +https://hg.mozilla.org/projects/nss/rev/83173cdd72f6 + +diff --git lib/dev/devslot.c lib/dev/devslot.c +index 3f4e54e061..5021408bf0 100644 +--- lib/dev/devslot.c ++++ lib/dev/devslot.c +@@ -171,12 +171,11 @@ nssSlot_IsTokenPresent( + + nssSlot_EnterMonitor(slot); + ckrv = CKAPI(epv)->C_GetSlotInfo(slot->slotID, &slotInfo); ++ nssSlot_ExitMonitor(slot); + if (ckrv != CKR_OK) { +- if (slot->token) { +- slot->token->base.name[0] = 0; /* XXX */ +- } ++ slot->token->base.name[0] = 0; /* XXX */ + isPresent = PR_FALSE; +- goto done; /* slot lock held */ ++ goto done; + } + slot->ckFlags = slotInfo.flags; + /* check for the presence of the token */ +@@ -184,11 +183,10 @@ nssSlot_IsTokenPresent( + if (!slot->token) { + /* token was never present */ + isPresent = PR_FALSE; +- goto done; /* slot lock held */ ++ goto done; + } + session = nssToken_GetDefaultSession(slot->token); + if (session) { +- nssSlot_ExitMonitor(slot); + nssSession_EnterMonitor(session); + /* token is not present */ + if (session->handle != CK_INVALID_HANDLE) { +@@ -198,12 +196,6 @@ nssSlot_IsTokenPresent( + session->handle = CK_INVALID_HANDLE; + } + nssSession_ExitMonitor(session); +- nssSlot_EnterMonitor(slot); +- if (!slot->token) { +- /* Check token presence after re-acquiring lock */ +- isPresent = PR_FALSE; +- goto done; /* slot lock held */ +- } + } + if (slot->token->base.name[0] != 0) { + /* notify the high-level cache that the token is removed */ +@@ -214,23 +206,14 @@ nssSlot_IsTokenPresent( + /* clear the token cache */ + nssToken_Remove(slot->token); + isPresent = PR_FALSE; +- goto done; /* slot lock held */ +- } +- if (!slot->token) { +- /* This should not occur, based on the fact that the +- * below calls will dereference NULL otherwise. */ +- PORT_Assert(0); +- isPresent = PR_FALSE; +- goto done; /* slot lock held */ ++ goto done; + } +- + /* token is present, use the session info to determine if the card + * has been removed and reinserted. + */ + session = nssToken_GetDefaultSession(slot->token); + if (session) { + PRBool tokenRemoved; +- nssSlot_ExitMonitor(slot); + nssSession_EnterMonitor(session); + if (session->handle != CK_INVALID_HANDLE) { + CK_SESSION_INFO sessionInfo; +@@ -244,16 +227,10 @@ nssSlot_IsTokenPresent( + } + tokenRemoved = (session->handle == CK_INVALID_HANDLE); + nssSession_ExitMonitor(session); +- nssSlot_EnterMonitor(slot); + /* token not removed, finished */ + if (!tokenRemoved) { + isPresent = PR_TRUE; +- goto done; /* slot lock held */ +- } +- if (!slot->token) { +- /* Check token presence after re-acquiring lock */ +- isPresent = PR_FALSE; +- goto done; /* slot lock held */ ++ goto done; + } + } + /* the token has been removed, and reinserted, or the slot contains +@@ -271,7 +248,6 @@ nssSlot_IsTokenPresent( + isPresent = PR_FALSE; + } + done: +- nssSlot_ExitMonitor(slot); + /* Once we've set up the condition variable, + * Before returning, it's necessary to: + * 1) Set the lastTokenPingTime so that any other threads waiting on this +diff --git lib/nss/nss.h lib/nss/nss.h +index 4a87939bdd..0fd14629e3 100644 +--- lib/nss/nss.h ++++ lib/nss/nss.h +@@ -22,10 +22,10 @@ + * The format of the version string should be + * ".[.[.]][ ][ ]" + */ +-#define NSS_VERSION "3.60" _NSS_CUSTOMIZED ++#define NSS_VERSION "3.60.1" _NSS_CUSTOMIZED + #define NSS_VMAJOR 3 + #define NSS_VMINOR 60 +-#define NSS_VPATCH 0 ++#define NSS_VPATCH 1 + #define NSS_VBUILD 0 + #define NSS_BETA PR_FALSE + +diff --git lib/softoken/softkver.h lib/softoken/softkver.h +index 16e0e6b523..4b5b66d8f2 100644 +--- lib/softoken/softkver.h ++++ lib/softoken/softkver.h +@@ -17,10 +17,10 @@ + * The format of the version string should be + * ".[.[.]][ ][ ]" + */ +-#define SOFTOKEN_VERSION "3.60" SOFTOKEN_ECC_STRING ++#define SOFTOKEN_VERSION "3.60.1" SOFTOKEN_ECC_STRING + #define SOFTOKEN_VMAJOR 3 + #define SOFTOKEN_VMINOR 60 +-#define SOFTOKEN_VPATCH 0 ++#define SOFTOKEN_VPATCH 1 + #define SOFTOKEN_VBUILD 0 + #define SOFTOKEN_BETA PR_FALSE + +diff --git lib/util/nssutil.h lib/util/nssutil.h +index 6db5095718..98f3aaf493 100644 +--- lib/util/nssutil.h ++++ lib/util/nssutil.h +@@ -19,10 +19,10 @@ + * The format of the version string should be + * ".[.[.]][ ]" + */ +-#define NSSUTIL_VERSION "3.60" ++#define NSSUTIL_VERSION "3.60.1" + #define NSSUTIL_VMAJOR 3 + #define NSSUTIL_VMINOR 60 +-#define NSSUTIL_VPATCH 0 ++#define NSSUTIL_VPATCH 1 + #define NSSUTIL_VBUILD 0 + #define NSSUTIL_BETA PR_FALSE + From owner-svn-ports-branches@freebsd.org Sun Dec 27 01:26:34 2020 Return-Path: Delivered-To: svn-ports-branches@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 198EE4C8AE9; Sun, 27 Dec 2020 01:26:34 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3NLf0HwDz3DtH; Sun, 27 Dec 2020 01:26:34 +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 F10D11E9AE; Sun, 27 Dec 2020 01:26:33 +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 0BR1QXbt005544; Sun, 27 Dec 2020 01:26:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BR1QXTA005542; Sun, 27 Dec 2020 01:26:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012270126.0BR1QXTA005542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 27 Dec 2020 01:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r559331 - branches/2020Q4/games/3omns X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/games/3omns X-SVN-Commit-Revision: 559331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 01:26:34 -0000 Author: jbeich Date: Sun Dec 27 01:26:33 2020 New Revision: 559331 URL: https://svnweb.freebsd.org/changeset/ports/559331 Log: MFH: r559330 games/3omns: move to new home fetch: https://github.com/chazomaticus/3omns/releases/download/0.2/3omns-0.2.tar.xz: Not Found Modified: branches/2020Q4/games/3omns/Makefile branches/2020Q4/games/3omns/pkg-descr (contents, props changed) Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/games/3omns/Makefile ============================================================================== --- branches/2020Q4/games/3omns/Makefile Sun Dec 27 01:25:54 2020 (r559330) +++ branches/2020Q4/games/3omns/Makefile Sun Dec 27 01:26:33 2020 (r559331) @@ -5,7 +5,7 @@ PORTNAME= 3omns DISTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= https://github.com/chazomaticus/3omns/releases/download/${DISTVERSION}/ +MASTER_SITES= https://lab.burn.capital/chaz/3omns/uploads/6ec547a14fec72a72f9fa53c374bfa7e/ MAINTAINER= ports@FreeBSD.org COMMENT= Old-school bomb-dropping Deathmatch Modified: branches/2020Q4/games/3omns/pkg-descr ============================================================================== --- branches/2020Q4/games/3omns/pkg-descr Sun Dec 27 01:25:54 2020 (r559330) +++ branches/2020Q4/games/3omns/pkg-descr Sun Dec 27 01:26:33 2020 (r559331) @@ -2,4 +2,4 @@ The name is a bastardization of the word Bombs (and you should pronounce it however you want). -WWW: https://github.com/chazomaticus/3omns +WWW: https://chaz.human.codes/3omns/ From owner-svn-ports-branches@freebsd.org Mon Dec 28 20:58:33 2020 Return-Path: Delivered-To: svn-ports-branches@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 264C04C1605; Mon, 28 Dec 2020 20:58:33 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4VJT0ZzFz4jm4; Mon, 28 Dec 2020 20:58:33 +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 06EE720020; Mon, 28 Dec 2020 20:58:33 +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 0BSKwWGY061290; Mon, 28 Dec 2020 20:58:32 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BSKwWfg061289; Mon, 28 Dec 2020 20:58:32 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012282058.0BSKwWfg061289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 28 Dec 2020 20:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r559529 - branches/2020Q4/www/youtube_dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/youtube_dl X-SVN-Commit-Revision: 559529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 20:58:33 -0000 Author: jbeich Date: Mon Dec 28 20:58:32 2020 New Revision: 559529 URL: https://svnweb.freebsd.org/changeset/ports/559529 Log: MFH: r559528 www/youtube_dl: update to 2020.12.29 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.29 Reported by: GitHub (watch releases) Modified: branches/2020Q4/www/youtube_dl/Makefile branches/2020Q4/www/youtube_dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/youtube_dl/Makefile ============================================================================== --- branches/2020Q4/www/youtube_dl/Makefile Mon Dec 28 20:57:43 2020 (r559528) +++ branches/2020Q4/www/youtube_dl/Makefile Mon Dec 28 20:58:32 2020 (r559529) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2020.12.26 +PORTVERSION= 2020.12.29 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: branches/2020Q4/www/youtube_dl/distinfo ============================================================================== --- branches/2020Q4/www/youtube_dl/distinfo Mon Dec 28 20:57:43 2020 (r559528) +++ branches/2020Q4/www/youtube_dl/distinfo Mon Dec 28 20:58:32 2020 (r559529) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608999426 -SHA256 (youtube-dl-2020.12.26.tar.gz) = 9e3b4188067a19c3a96798577d0b252c74ddb16cf1decffde9cb3c4c22cb0ecf -SIZE (youtube-dl-2020.12.26.tar.gz) = 3246941 +TIMESTAMP = 1609185126 +SHA256 (youtube-dl-2020.12.29.tar.gz) = 6b2dbadb044f8673ce5afb1a0d50a01e4ab1562cf46b7c1d3557b3615c1d99c1 +SIZE (youtube-dl-2020.12.29.tar.gz) = 3246557 From owner-svn-ports-branches@freebsd.org Thu Dec 31 00:33:30 2020 Return-Path: Delivered-To: svn-ports-branches@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 863D14D44D1; Thu, 31 Dec 2020 00:33:30 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5pzZ3N0Xz3CVK; Thu, 31 Dec 2020 00:33:30 +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 669F727588; Thu, 31 Dec 2020 00:33:30 +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 0BV0XUYi055125; Thu, 31 Dec 2020 00:33:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BV0XUIv055123; Thu, 31 Dec 2020 00:33:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012310033.0BV0XUIv055123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 31 Dec 2020 00:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r559696 - branches/2020Q4/www/youtube_dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/youtube_dl X-SVN-Commit-Revision: 559696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 00:33:30 -0000 Author: jbeich Date: Thu Dec 31 00:33:29 2020 New Revision: 559696 URL: https://svnweb.freebsd.org/changeset/ports/559696 Log: MFH: r559691 www/youtube_dl: update to 2020.12.31 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.31 Reported by: GitHub (watch releases) Modified: branches/2020Q4/www/youtube_dl/Makefile branches/2020Q4/www/youtube_dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/youtube_dl/Makefile ============================================================================== --- branches/2020Q4/www/youtube_dl/Makefile Thu Dec 31 00:32:48 2020 (r559695) +++ branches/2020Q4/www/youtube_dl/Makefile Thu Dec 31 00:33:29 2020 (r559696) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2020.12.29 +PORTVERSION= 2020.12.31 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: branches/2020Q4/www/youtube_dl/distinfo ============================================================================== --- branches/2020Q4/www/youtube_dl/distinfo Thu Dec 31 00:32:48 2020 (r559695) +++ branches/2020Q4/www/youtube_dl/distinfo Thu Dec 31 00:33:29 2020 (r559696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609185126 -SHA256 (youtube-dl-2020.12.29.tar.gz) = 6b2dbadb044f8673ce5afb1a0d50a01e4ab1562cf46b7c1d3557b3615c1d99c1 -SIZE (youtube-dl-2020.12.29.tar.gz) = 3246557 +TIMESTAMP = 1609366621 +SHA256 (youtube-dl-2020.12.31.tar.gz) = 094ef8b000a9e9fcaf624eb316ac8d52643224604fdf841a14aa69a5fe9f9859 +SIZE (youtube-dl-2020.12.31.tar.gz) = 3252801 From owner-svn-ports-branches@freebsd.org Thu Dec 31 15:29:09 2020 Return-Path: Delivered-To: svn-ports-branches@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 8251D4C4CDB; Thu, 31 Dec 2020 15:29:09 +0000 (UTC) (envelope-from gjb@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6Bs13FJqz4tNK; Thu, 31 Dec 2020 15:29:09 +0000 (UTC) (envelope-from gjb@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 623B612E01; Thu, 31 Dec 2020 15:29:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BVFT9Ux097098; Thu, 31 Dec 2020 15:29:09 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BVFT9Kd097097; Thu, 31 Dec 2020 15:29:09 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <202012311529.0BVFT9Kd097097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 31 Dec 2020 15:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r559747 - branches/2020Q4 X-SVN-Group: ports-branches X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: branches/2020Q4 X-SVN-Commit-Revision: 559747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 15:29:09 -0000 Author: gjb Date: Thu Dec 31 15:29:08 2020 New Revision: 559747 URL: https://svnweb.freebsd.org/changeset/ports/559747 Log: MFH: r559746 copyrights: Happy New Year 2021 Good riddance 2020. Sponsored by: Rubicon Communications, LLC (netgate.com) Approved by: ports-secteam (implicit) Modified: branches/2020Q4/COPYRIGHT Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/COPYRIGHT ============================================================================== --- branches/2020Q4/COPYRIGHT Thu Dec 31 15:28:09 2020 (r559746) +++ branches/2020Q4/COPYRIGHT Thu Dec 31 15:29:08 2020 (r559747) @@ -4,7 +4,7 @@ The compilation of software known as the FreeBSD Ports Collection is distributed under the following terms: -Copyright (C) 1994-2020 The FreeBSD Project. +Copyright (C) 1994-2021 The FreeBSD Project. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions