Received: by mail.netbsd.org (Postfix, from userid 605) id 1410D84EA7; Tue, 6 Feb 2024 22:48:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4671D84E75 for ; Tue, 6 Feb 2024 22:48: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 vlSO-MxhM9wr for ; Tue, 6 Feb 2024 22:48: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 97B2A84D96 for ; Tue, 6 Feb 2024 22:48:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CDFDFA42; Tue, 6 Feb 2024 22:48:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707259680171040" MIME-Version: 1.0 Date: Tue, 6 Feb 2024 22:48:00 +0000 From: "nikita" Subject: CVS commit: pkgsrc/textproc/jose To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240206224800.8CDFDFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707259680171040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: nikita Date: Tue Feb 6 22:48:00 UTC 2024 Modified Files: pkgsrc/textproc/jose: Makefile distinfo Removed Files: pkgsrc/textproc/jose/patches: patch-lib_hsh.c patch-lib_openssl_hmac.c Log Message: jose: update to version 12 Changelog: Release version 12 Clean up some FreeBSD conditions (#98) (5a81837) Add ES256K support (#90) (e6a7ae7) Meson changes (#135) (c1569b7) Update CI (#8) (#129) (253549a) lib/openssl/rsaes.c: Fix issue where jose_hook_alg_find failed to find the … …existance of RSA_OAEP algorithm (58112df) Increase test program/scripts timeout values (#131) (45367dd) Fix test compilation warnings (#127) (aee1096) Adapt alg_comp test to different zlib (#142) (4878253) Use checkout v3 Github action to avoid warnings (#137) (6a639e2) Alternative fix for fedora:rawide (#138) (55b11f5) lib/openssl/hmac.c: rename hmac function to jhmac (#130) (33b9e0b) jose: build library only as shared (#119) (b72f8ca) meson: add option to disable building manpages (#118) (786b426) Add a more descriptive error when jwk gen fails (#105) (cdb1030) Use "command -v" instead of "which" (deprecated) (#125) (e1d66f1) Test for jq existing (used in jose-jwe-enc test) (#124) (ddc0d2a) Correct jose_jws.3 man page example (#122) (ad08d70) lib/hsh.c: rename hsh local variable (#111) (3d5b287) Avoid master word when possible (#120) (5bc6a92) Fix github action CI by setting appropriate centos (a091f56) Fix format of jose-jwe-enc man page (76924de) Meson Fixes (320336b) ci: make ubuntu:devel and fedora:rawhide not to fail the pipeline (1d15950) ci: retry when installing the deps in debian/ubuntu (bfdbb6e) ci: remove travis-ci (05d8e70) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/jose/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/jose/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/jose/patches/patch-lib_hsh.c \ pkgsrc/textproc/jose/patches/patch-lib_openssl_hmac.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707259680171040 Content-Disposition: inline Content-Length: 1633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/jose/Makefile diff -u pkgsrc/textproc/jose/Makefile:1.3 pkgsrc/textproc/jose/Makefile:1.4 --- pkgsrc/textproc/jose/Makefile:1.3 Tue Oct 24 22:11:18 2023 +++ pkgsrc/textproc/jose/Makefile Tue Feb 6 22:48:00 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/10/24 22:11:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2024/02/06 22:48:00 nikita Exp $ -DISTNAME= jose-11 -PKGREVISION= 1 +DISTNAME= jose-12 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=latchset/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/jose/distinfo diff -u pkgsrc/textproc/jose/distinfo:1.2 pkgsrc/textproc/jose/distinfo:1.3 --- pkgsrc/textproc/jose/distinfo:1.2 Wed May 24 15:23:33 2023 +++ pkgsrc/textproc/jose/distinfo Tue Feb 6 22:48:00 2024 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2023/05/24 15:23:33 nikita Exp $ +$NetBSD: distinfo,v 1.3 2024/02/06 22:48:00 nikita Exp $ -BLAKE2s (jose-11.tar.gz) = c6762bd2eabd26c513b2fdd1a31739c348acfdaffbdd7e11e785dceb0b4b687a -SHA512 (jose-11.tar.gz) = ffe09000837f79cefa549734d13c5d5d51042a42a055867241777ccbff3a127bac86a6155638fdf5ee52aad3598829e19724fd4e7de541117ed9b1c77c2ce457 -Size (jose-11.tar.gz) = 841374 bytes +BLAKE2s (jose-12.tar.gz) = 957e53dd5a1c2f67e67556fae9618da8f95999707a45c0c08995db883fd13919 +SHA512 (jose-12.tar.gz) = 31b7fc9354c3579f5bf904be0efd3631fe35fbbcc85455b2d414664ff2b4dbb3253b9c954229d87ca2a2e3ec382c5316bcb3f2ee424572ed25946a99fe885ada +Size (jose-12.tar.gz) = 841206 bytes SHA1 (patch-lib_hsh.c) = 42675868fb2070202f4b17d74a3ca4a1f3e0a74e SHA1 (patch-lib_openssl_hmac.c) = 09cc79373b7881c01abf06b367e3ec96c3042c65 --_----------=_1707259680171040--