Skip to content

Commit

Permalink
jose: update to version 12
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nikkicoon committed Feb 6, 2024
1 parent f9e28aa commit 58e3820
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 103 deletions.
5 changes: 2 additions & 3 deletions textproc/jose/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions textproc/jose/distinfo
Original file line number Diff line number Diff line change
@@ -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
63 changes: 0 additions & 63 deletions textproc/jose/patches/patch-lib_hsh.c

This file was deleted.

33 changes: 0 additions & 33 deletions textproc/jose/patches/patch-lib_openssl_hmac.c

This file was deleted.

0 comments on commit 58e3820

Please sign in to comment.