pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/jose



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.

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



Home | Main Index | Thread Index | Old Index