From nobody Tue Dec 21 19:41:42 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 833691900CF9; Tue, 21 Dec 2021 19:41:49 +0000 (UTC) (envelope-from git@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 4JJRfg09z1z4xbH; Tue, 21 Dec 2021 19:41:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EA907A6D; Tue, 21 Dec 2021 19:41:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BLJfgxM023043; Tue, 21 Dec 2021 19:41:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BLJfgjL023042; Tue, 21 Dec 2021 19:41:42 GMT (envelope-from git) Date: Tue, 21 Dec 2021 19:41:42 GMT Message-Id: <202112211941.1BLJfgjL023042@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: d092009b036a - main - net/libngtcp2: Update to 0.1.0.g20211128 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d092009b036aebec4163e224f71f9eb85e040f04 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640115707; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LCGt7TetEqrc+0KV73MYFETYt0A/y6c3GBeVfAJBKb8=; b=KUNHOV7v1f6QkbpgRUpIBUUEm1ZTHXlAgBiI3+bO4XQw7UhCjUjmVGWRQP45BtnzqGlTfv F5XtC6FIRbgybLyQLbaNhmaRCCMlmt4hhWeIqO89AJFqyc/9UESKJ7JZvrT518yZxiyBLg hWCtTI5KbbHhpw0QDGapGkNvMBHtAF/VepCY5luf0bazShlFSGlTEk8P9dYGlO/9IEziTy 4xBLa1jSHSAPJsSJo7DH9hSAQPHRts0TyD7SAzLyXnx+x0qqGbL9/BY+fRQbenJCyZ207I Ej3L0KDZVa9udfh9BJeruPqpf+Lpj6Qka8gC1l93n2Xwmr9oh4D5lkchTt0vpQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640115707; a=rsa-sha256; cv=none; b=LShx7bla61uXLIKBvFa9/xXKvPmO6D8UP6+BifCMhfC1KEaPn+7qxDrZATEgaDtovax1lQ a70sAU9tQsGAxlfmCby7KWI7hIR65o54dqB4h0P1UbdUjjH/VWfH6echVcHnvVw6OhUMFO RCmZHiWvuEW1dk4PY2+/EmbuboGMPMAjf1hTFXR4I6CoGr5pgFSxDWM5n1ln7IcqnxB03W tEoffaCoi+YaUY1u1bnboPRwde7EfCbDt7+3n356dh/L45lkNhYyWMSgODaqR2xAFmoRbM 8twBXK9pfHnh42tHgDKkaP4ArvG1L/7AEXHBgk2xFkzao/v30tXZ64tvuH5rJg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d092009b036aebec4163e224f71f9eb85e040f04 commit d092009b036aebec4163e224f71f9eb85e040f04 Author: Po-Chuan Hsieh AuthorDate: 2021-12-21 18:46:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-12-21 18:46:56 +0000 net/libngtcp2: Update to 0.1.0.g20211128 Changes: https://github.com/ngtcp2/ngtcp2/commits/main --- net/libngtcp2/Makefile | 4 ++-- net/libngtcp2/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 89cccb53fa2a..0c26fb1db2d9 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= ngtcp2 -PORTVERSION= 0.1.0.g20211031 +PORTVERSION= 0.1.0.g20211128 CATEGORIES= net PKGNAMEPREFIX= lib @@ -19,7 +19,7 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++17 USE_LDCONFIG= yes -GH_TAGNAME= f91edc4 +GH_TAGNAME= 224bd62 USE_GITHUB= yes post-patch: diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo index 51948a6ede54..cf84eb5807f5 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635730893 -SHA256 (ngtcp2-ngtcp2-0.1.0.g20211031-f91edc4_GH0.tar.gz) = 3841db69ad27884ba67b4652740d57f6d3e7c52efa0699c9dd18c147db4e529e -SIZE (ngtcp2-ngtcp2-0.1.0.g20211031-f91edc4_GH0.tar.gz) = 3261129 +TIMESTAMP = 1638556488 +SHA256 (ngtcp2-ngtcp2-0.1.0.g20211128-224bd62_GH0.tar.gz) = 3a2dd5399cc5be3b0f9fc0160b1054d4a756ce177adca869b8baec465d6b884b +SIZE (ngtcp2-ngtcp2-0.1.0.g20211128-224bd62_GH0.tar.gz) = 3261289