Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3851B84D0C for ; Tue, 22 Aug 2023 10:50:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id siPa878hCzqO for ; Tue, 22 Aug 2023 10:50:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A71E084CED for ; Tue, 22 Aug 2023 10:50:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B0A6FBDB; Tue, 22 Aug 2023 10:50:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692701400223440" MIME-Version: 1.0 Date: Tue, 22 Aug 2023 10:50:00 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/textproc/cjose To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20230822105000.9B0A6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692701400223440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Tue Aug 22 10:50:00 UTC 2023 Modified Files: pkgsrc/textproc/cjose: Makefile distinfo Log Message: Switch from unmaintained github repo cisco/cjose/ to OpenIDC/cjose/ and update to 0.6.2.2, fixing build on netbsd-10 (and probably HEAD) after openssl upgrade. Changes are mostly build and bug fixes; support for newer openssl version and ciphers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/cjose/Makefile \ pkgsrc/textproc/cjose/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692701400223440 Content-Disposition: inline Content-Length: 1758 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/cjose/Makefile diff -u pkgsrc/textproc/cjose/Makefile:1.3 pkgsrc/textproc/cjose/Makefile:1.4 --- pkgsrc/textproc/cjose/Makefile:1.3 Sat Jan 18 21:48:26 2020 +++ pkgsrc/textproc/cjose/Makefile Tue Aug 22 10:50:00 2023 @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 21:48:26 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/22 10:50:00 bouyer Exp $ -DISTNAME= cjose-0.6.1 -PKGREVISION= 1 +DISTNAME= cjose-0.6.2.2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GITHUB:=cisco/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenIDC/} +GITHUB_PROJECT= cjose +GITHUB_TAG= v0.6.2.2 + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/cisco/cjose/ Index: pkgsrc/textproc/cjose/distinfo diff -u pkgsrc/textproc/cjose/distinfo:1.3 pkgsrc/textproc/cjose/distinfo:1.4 --- pkgsrc/textproc/cjose/distinfo:1.3 Tue Oct 26 11:21:47 2021 +++ pkgsrc/textproc/cjose/distinfo Tue Aug 22 10:50:00 2023 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:21:47 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/08/22 10:50:00 bouyer Exp $ -BLAKE2s (cjose-0.6.1.tar.gz) = 84b0ecf6349b5c38f90b4bb4017b7e13508b5e30a51869877d08b964d31b0e85 -SHA512 (cjose-0.6.1.tar.gz) = 7ae67a6d19591b3d19b888270ec0ca17df399bea117e42686fc1de39b3741ed9a8816f96d33d090687c49c3123cdc95430a781835a525a02d22561ebf5aaa653 -Size (cjose-0.6.1.tar.gz) = 1586963 bytes +BLAKE2s (cjose-0.6.2.2.tar.gz) = 08f6e34b02ffe9dace8413c131db10a9e074900c684d2c44f8216beb532c30f5 +SHA512 (cjose-0.6.2.2.tar.gz) = 71a087709816f0aac060a7c5f037068e981366b1809f6ee32e39eaded02ad8be061b0e2fa5093515a8acec10c7f4aca232281004426221b4b7e5edbd203eb49c +Size (cjose-0.6.2.2.tar.gz) = 498461 bytes +SHA1 (patch-src_concatkdf.c) = 82c73d05a5c954d08e7679c49cc4d3ffdc2fc775 --_----------=_1692701400223440--