pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libjwt



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 12 07:32:12 UTC 2025

Modified Files:
        pkgsrc/security/libjwt: Makefile PLIST distinfo

Log Message:
libjwt: updated to 3.2.3

3.2.3

Fix case-sensitive check for Content-Length
jwt-cli.bats: Better comparison for all.json
doxygen: Updates for cleaner gen of docs


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/libjwt/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/libjwt/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/libjwt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libjwt/Makefile
diff -u pkgsrc/security/libjwt/Makefile:1.7 pkgsrc/security/libjwt/Makefile:1.8
--- pkgsrc/security/libjwt/Makefile:1.7 Fri Sep  5 07:47:10 2025
+++ pkgsrc/security/libjwt/Makefile     Wed Nov 12 07:32:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/09/05 07:47:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/11/12 07:32:12 adam Exp $
 
-DISTNAME=      libjwt-3.2.2
+DISTNAME=      libjwt-3.2.3
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=benmcollins/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/benmcollins
 COMMENT=       JWT C library
 LICENSE=       mpl-2.0
 
+TOOL_DEPENDS+= doxygen>0:../../devel/doxygen
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash pkg-config
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON

Index: pkgsrc/security/libjwt/PLIST
diff -u pkgsrc/security/libjwt/PLIST:1.4 pkgsrc/security/libjwt/PLIST:1.5
--- pkgsrc/security/libjwt/PLIST:1.4    Mon Sep  1 11:29:06 2025
+++ pkgsrc/security/libjwt/PLIST        Wed Nov 12 07:32:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/09/01 11:29:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/11/12 07:32:12 adam Exp $
 bin/jwk2key
 bin/jwt-generate
 bin/jwt-verify
@@ -10,11 +10,334 @@ lib/cmake/LibJWT/LibJWTConfig.cmake
 lib/libjwt.a
 lib/libjwt.so
 lib/libjwt.so.14
-lib/libjwt.so.14.2.2
+lib/libjwt.so.14.2.3
 lib/pkgconfig/libjwt.pc
 man/man1/jwk2key.1
 man/man1/jwt-generate.1
 man/man1/jwt-verify.1
 man/man1/key2jwk.1
+man/man3/JWK_KEY_OP_DECRYPT.3
+man/man3/JWK_KEY_OP_DERIVE_BITS.3
+man/man3/JWK_KEY_OP_DERIVE_KEY.3
+man/man3/JWK_KEY_OP_ENCRYPT.3
+man/man3/JWK_KEY_OP_INVALID.3
+man/man3/JWK_KEY_OP_NONE.3
+man/man3/JWK_KEY_OP_SIGN.3
+man/man3/JWK_KEY_OP_UNWRAP.3
+man/man3/JWK_KEY_OP_VERIFY.3
+man/man3/JWK_KEY_OP_WRAP.3
+man/man3/JWK_KEY_TYPE_EC.3
+man/man3/JWK_KEY_TYPE_NONE.3
+man/man3/JWK_KEY_TYPE_OCT.3
+man/man3/JWK_KEY_TYPE_OKP.3
+man/man3/JWK_KEY_TYPE_RSA.3
+man/man3/JWK_PUB_KEY_USE_ENC.3
+man/man3/JWK_PUB_KEY_USE_NONE.3
+man/man3/JWK_PUB_KEY_USE_SIG.3
+man/man3/JWT_ALG_EDDSA.3
+man/man3/JWT_ALG_ES256.3
+man/man3/JWT_ALG_ES256K.3
+man/man3/JWT_ALG_ES384.3
+man/man3/JWT_ALG_ES512.3
+man/man3/JWT_ALG_HS256.3
+man/man3/JWT_ALG_HS384.3
+man/man3/JWT_ALG_HS512.3
+man/man3/JWT_ALG_INVAL.3
+man/man3/JWT_ALG_NONE.3
+man/man3/JWT_ALG_PS256.3
+man/man3/JWT_ALG_PS384.3
+man/man3/JWT_ALG_PS512.3
+man/man3/JWT_ALG_RS256.3
+man/man3/JWT_ALG_RS384.3
+man/man3/JWT_ALG_RS512.3
+man/man3/JWT_CLAIM_AUD.3
+man/man3/JWT_CLAIM_EXP.3
+man/man3/JWT_CLAIM_IAT.3
+man/man3/JWT_CLAIM_ISS.3
+man/man3/JWT_CLAIM_JTI.3
+man/man3/JWT_CLAIM_NBF.3
+man/man3/JWT_CLAIM_SUB.3
+man/man3/JWT_CRYPTO_OPS_ANY.3
+man/man3/JWT_CRYPTO_OPS_GNUTLS.3
+man/man3/JWT_CRYPTO_OPS_MBEDTLS.3
+man/man3/JWT_CRYPTO_OPS_NONE.3
+man/man3/JWT_CRYPTO_OPS_OPENSSL.3
+man/man3/JWT_VALUE_BOOL.3
+man/man3/JWT_VALUE_ERR_EXIST.3
+man/man3/JWT_VALUE_ERR_INVALID.3
+man/man3/JWT_VALUE_ERR_NOEXIST.3
+man/man3/JWT_VALUE_ERR_NOMEM.3
+man/man3/JWT_VALUE_ERR_NONE.3
+man/man3/JWT_VALUE_ERR_TYPE.3
+man/man3/JWT_VALUE_INT.3
+man/man3/JWT_VALUE_INVALID.3
+man/man3/JWT_VALUE_JSON.3
+man/man3/JWT_VALUE_NONE.3
+man/man3/JWT_VALUE_STR.3
+man/man3/jwk_item_t.3
+man/man3/jwk_key_op_t.3
+man/man3/jwk_key_type_t.3
+man/man3/jwk_pub_key_use_t.3
+man/man3/jwk_set_t.3
+man/man3/jwks_core_grp.3
+man/man3/jwks_create.3
+man/man3/jwks_create_fromfile.3
+man/man3/jwks_create_fromfp.3
+man/man3/jwks_create_fromurl.3
+man/man3/jwks_create_strn.3
+man/man3/jwks_error.3
+man/man3/jwks_error_any.3
+man/man3/jwks_error_clear.3
+man/man3/jwks_error_msg.3
+man/man3/jwks_find_bykid.3
+man/man3/jwks_free.3
+man/man3/jwks_grp.3
+man/man3/jwks_item_alg.3
+man/man3/jwks_item_count.3
+man/man3/jwks_item_curve.3
+man/man3/jwks_item_error.3
+man/man3/jwks_item_error_msg.3
+man/man3/jwks_item_free.3
+man/man3/jwks_item_free_all.3
+man/man3/jwks_item_free_bad.3
+man/man3/jwks_item_get.3
+man/man3/jwks_item_grp.3
+man/man3/jwks_item_is_private.3
+man/man3/jwks_item_key_bits.3
+man/man3/jwks_item_key_oct.3
+man/man3/jwks_item_key_ops.3
+man/man3/jwks_item_kid.3
+man/man3/jwks_item_kty.3
+man/man3/jwks_item_pem.3
+man/man3/jwks_item_use.3
+man/man3/jwks_load.3
+man/man3/jwks_load_fromfile.3
+man/man3/jwks_load_fromfp.3
+man/man3/jwks_load_fromurl.3
+man/man3/jwks_load_strn.3
+man/man3/jwt_advanced_grp.3
+man/man3/jwt_alg_grp.3
+man/man3/jwt_alg_str.3
+man/man3/jwt_alg_t.3
+man/man3/jwt_builder_claim_del.3
+man/man3/jwt_builder_claim_get.3
+man/man3/jwt_builder_claim_set.3
+man/man3/jwt_builder_enable_iat.3
+man/man3/jwt_builder_error.3
+man/man3/jwt_builder_error_clear.3
+man/man3/jwt_builder_error_msg.3
+man/man3/jwt_builder_free.3
+man/man3/jwt_builder_generate.3
+man/man3/jwt_builder_getctx.3
+man/man3/jwt_builder_grp.3
+man/man3/jwt_builder_header_del.3
+man/man3/jwt_builder_header_get.3
+man/man3/jwt_builder_header_set.3
+man/man3/jwt_builder_new.3
+man/man3/jwt_builder_setcb.3
+man/man3/jwt_builder_setkey.3
+man/man3/jwt_builder_t.3
+man/man3/jwt_builder_time_offset.3
+man/man3/jwt_callback_t.3
+man/man3/jwt_checker_claim_del.3
+man/man3/jwt_checker_claim_get.3
+man/man3/jwt_checker_claim_set.3
+man/man3/jwt_checker_error.3
+man/man3/jwt_checker_error_clear.3
+man/man3/jwt_checker_error_msg.3
+man/man3/jwt_checker_free.3
+man/man3/jwt_checker_getctx.3
+man/man3/jwt_checker_grp.3
+man/man3/jwt_checker_new.3
+man/man3/jwt_checker_setcb.3
+man/man3/jwt_checker_setkey.3
+man/man3/jwt_checker_t.3
+man/man3/jwt_checker_time_leeway.3
+man/man3/jwt_checker_verify.3
+man/man3/jwt_claim_del.3
+man/man3/jwt_claim_get.3
+man/man3/jwt_claim_set.3
+man/man3/jwt_claims_builder_grp.3
+man/man3/jwt_claims_checker_grp.3
+man/man3/jwt_claims_grp.3
+man/man3/jwt_claims_helpers_grp.3
+man/man3/jwt_claims_t.3
+man/man3/jwt_config_t.3
+man/man3/jwt_crypto_grp.3
+man/man3/jwt_crypto_ops_supports_jwk.3
+man/man3/jwt_crypto_provider_t.3
+man/man3/jwt_free_t.3
+man/man3/jwt_get_alg.3
+man/man3/jwt_get_alloc.3
+man/man3/jwt_get_crypto_ops.3
+man/man3/jwt_get_crypto_ops_t.3
+man/man3/jwt_grp.3
+man/man3/jwt_header_del.3
+man/man3/jwt_header_get.3
+man/man3/jwt_header_set.3
+man/man3/jwt_helpers_get_grp.3
+man/man3/jwt_helpers_set_grp.3
+man/man3/jwt_malloc_t.3
+man/man3/jwt_memory_grp.3
+man/man3/jwt_object_grp.3
+man/man3/jwt_set_GET_BOOL.3
+man/man3/jwt_set_GET_INT.3
+man/man3/jwt_set_GET_JSON.3
+man/man3/jwt_set_GET_STR.3
+man/man3/jwt_set_SET_BOOL.3
+man/man3/jwt_set_SET_INT.3
+man/man3/jwt_set_SET_JSON.3
+man/man3/jwt_set_SET_STR.3
+man/man3/jwt_set_alloc.3
+man/man3/jwt_set_crypto_ops.3
+man/man3/jwt_set_crypto_ops_t.3
+man/man3/jwt_str_alg.3
+man/man3/jwt_t.3
+man/man3/jwt_value_error_t.3
+man/man3/jwt_value_t.3
+man/man3/jwt_value_type_t.3
 share/doc/LibJWT/LICENSE
 share/doc/LibJWT/README.md
+share/doc/LibJWT/html/Info.plist
+share/doc/LibJWT/html/LibJWT.svg
+share/doc/LibJWT/html/Makefile
+share/doc/LibJWT/html/Nodes.xml
+share/doc/LibJWT/html/Tokens.xml
+share/doc/LibJWT/html/annotated.html
+share/doc/LibJWT/html/classes.html
+share/doc/LibJWT/html/clipboard.js
+share/doc/LibJWT/html/cookie.js
+share/doc/LibJWT/html/dir_d436eb0fd9de10b54a828ce6435f7e81.html
+share/doc/LibJWT/html/doxygen-awesome-fragment-copy-button.js
+share/doc/LibJWT/html/doxygen-awesome-interactive-toc.js
+share/doc/LibJWT/html/doxygen-awesome-paragraph-icon.js
+share/doc/LibJWT/html/doxygen-awesome-paragraph-link.js
+share/doc/LibJWT/html/doxygen-awesome.css
+share/doc/LibJWT/html/doxygen.css
+share/doc/LibJWT/html/doxygen.svg
+share/doc/LibJWT/html/doxygen_crawl.html
+share/doc/LibJWT/html/dynsections.js
+share/doc/LibJWT/html/favicon.ico
+share/doc/LibJWT/html/functions.html
+share/doc/LibJWT/html/functions_vars.html
+share/doc/LibJWT/html/graph_legend.html
+share/doc/LibJWT/html/graph_legend.md5
+share/doc/LibJWT/html/graph_legend.svg
+share/doc/LibJWT/html/group__jwks__core__grp.html
+share/doc/LibJWT/html/group__jwks__core__grp.js
+share/doc/LibJWT/html/group__jwks__core__grp.map
+share/doc/LibJWT/html/group__jwks__core__grp.md5
+share/doc/LibJWT/html/group__jwks__core__grp.svg
+share/doc/LibJWT/html/group__jwks__core__grp_org.svg
+share/doc/LibJWT/html/group__jwks__grp.html
+share/doc/LibJWT/html/group__jwks__grp.js
+share/doc/LibJWT/html/group__jwks__grp.map
+share/doc/LibJWT/html/group__jwks__grp.md5
+share/doc/LibJWT/html/group__jwks__grp.svg
+share/doc/LibJWT/html/group__jwks__grp_org.svg
+share/doc/LibJWT/html/group__jwks__item__grp.html
+share/doc/LibJWT/html/group__jwks__item__grp.js
+share/doc/LibJWT/html/group__jwks__item__grp.map
+share/doc/LibJWT/html/group__jwks__item__grp.md5
+share/doc/LibJWT/html/group__jwks__item__grp.svg
+share/doc/LibJWT/html/group__jwks__item__grp_org.svg
+share/doc/LibJWT/html/group__jwt__advanced__grp.html
+share/doc/LibJWT/html/group__jwt__advanced__grp.js
+share/doc/LibJWT/html/group__jwt__advanced__grp.map
+share/doc/LibJWT/html/group__jwt__advanced__grp.md5
+share/doc/LibJWT/html/group__jwt__advanced__grp.svg
+share/doc/LibJWT/html/group__jwt__advanced__grp_org.svg
+share/doc/LibJWT/html/group__jwt__alg__grp.html
+share/doc/LibJWT/html/group__jwt__alg__grp.js
+share/doc/LibJWT/html/group__jwt__alg__grp.map
+share/doc/LibJWT/html/group__jwt__alg__grp.md5
+share/doc/LibJWT/html/group__jwt__alg__grp.svg
+share/doc/LibJWT/html/group__jwt__alg__grp_org.svg
+share/doc/LibJWT/html/group__jwt__builder__grp.html
+share/doc/LibJWT/html/group__jwt__builder__grp.js
+share/doc/LibJWT/html/group__jwt__builder__grp.map
+share/doc/LibJWT/html/group__jwt__builder__grp.md5
+share/doc/LibJWT/html/group__jwt__builder__grp.svg
+share/doc/LibJWT/html/group__jwt__builder__grp_org.svg
+share/doc/LibJWT/html/group__jwt__checker__grp.html
+share/doc/LibJWT/html/group__jwt__checker__grp.js
+share/doc/LibJWT/html/group__jwt__checker__grp.map
+share/doc/LibJWT/html/group__jwt__checker__grp.md5
+share/doc/LibJWT/html/group__jwt__checker__grp.svg
+share/doc/LibJWT/html/group__jwt__checker__grp_org.svg
+share/doc/LibJWT/html/group__jwt__claims__builder__grp.html
+share/doc/LibJWT/html/group__jwt__claims__builder__grp.js
+share/doc/LibJWT/html/group__jwt__claims__builder__grp.map
+share/doc/LibJWT/html/group__jwt__claims__builder__grp.md5
+share/doc/LibJWT/html/group__jwt__claims__builder__grp.svg
+share/doc/LibJWT/html/group__jwt__claims__builder__grp_org.svg
+share/doc/LibJWT/html/group__jwt__claims__checker__grp.html
+share/doc/LibJWT/html/group__jwt__claims__checker__grp.js
+share/doc/LibJWT/html/group__jwt__claims__checker__grp.map
+share/doc/LibJWT/html/group__jwt__claims__checker__grp.md5
+share/doc/LibJWT/html/group__jwt__claims__checker__grp.svg
+share/doc/LibJWT/html/group__jwt__claims__checker__grp_org.svg
+share/doc/LibJWT/html/group__jwt__claims__grp.html
+share/doc/LibJWT/html/group__jwt__claims__grp.js
+share/doc/LibJWT/html/group__jwt__claims__grp.map
+share/doc/LibJWT/html/group__jwt__claims__grp.md5
+share/doc/LibJWT/html/group__jwt__claims__grp.svg
+share/doc/LibJWT/html/group__jwt__claims__grp_org.svg
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp.html
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp.js
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp.map
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp.md5
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp.svg
+share/doc/LibJWT/html/group__jwt__claims__helpers__grp_org.svg
+share/doc/LibJWT/html/group__jwt__crypto__grp.html
+share/doc/LibJWT/html/group__jwt__crypto__grp.js
+share/doc/LibJWT/html/group__jwt__crypto__grp.map
+share/doc/LibJWT/html/group__jwt__crypto__grp.md5
+share/doc/LibJWT/html/group__jwt__crypto__grp.svg
+share/doc/LibJWT/html/group__jwt__crypto__grp_org.svg
+share/doc/LibJWT/html/group__jwt__grp.html
+share/doc/LibJWT/html/group__jwt__grp.js
+share/doc/LibJWT/html/group__jwt__grp.map
+share/doc/LibJWT/html/group__jwt__grp.md5
+share/doc/LibJWT/html/group__jwt__grp.svg
+share/doc/LibJWT/html/group__jwt__grp_org.svg
+share/doc/LibJWT/html/group__jwt__helpers__get__grp.html
+share/doc/LibJWT/html/group__jwt__helpers__get__grp.js
+share/doc/LibJWT/html/group__jwt__helpers__get__grp.map
+share/doc/LibJWT/html/group__jwt__helpers__get__grp.md5
+share/doc/LibJWT/html/group__jwt__helpers__get__grp.svg
+share/doc/LibJWT/html/group__jwt__helpers__get__grp_org.svg
+share/doc/LibJWT/html/group__jwt__helpers__set__grp.html
+share/doc/LibJWT/html/group__jwt__helpers__set__grp.js
+share/doc/LibJWT/html/group__jwt__helpers__set__grp.map
+share/doc/LibJWT/html/group__jwt__helpers__set__grp.md5
+share/doc/LibJWT/html/group__jwt__helpers__set__grp.svg
+share/doc/LibJWT/html/group__jwt__helpers__set__grp_org.svg
+share/doc/LibJWT/html/group__jwt__memory__grp.html
+share/doc/LibJWT/html/group__jwt__memory__grp.js
+share/doc/LibJWT/html/group__jwt__memory__grp.map
+share/doc/LibJWT/html/group__jwt__memory__grp.md5
+share/doc/LibJWT/html/group__jwt__memory__grp.svg
+share/doc/LibJWT/html/group__jwt__memory__grp_org.svg
+share/doc/LibJWT/html/group__jwt__object__grp.html
+share/doc/LibJWT/html/group__jwt__object__grp.js
+share/doc/LibJWT/html/group__jwt__object__grp.map
+share/doc/LibJWT/html/group__jwt__object__grp.md5
+share/doc/LibJWT/html/group__jwt__object__grp.svg
+share/doc/LibJWT/html/group__jwt__object__grp_org.svg
+share/doc/LibJWT/html/index.html
+share/doc/LibJWT/html/index.js
+share/doc/LibJWT/html/index.qhp
+share/doc/LibJWT/html/jquery.js
+share/doc/LibJWT/html/libjwt.css
+share/doc/LibJWT/html/maclara-pill.svg
+share/doc/LibJWT/html/navtree.css
+share/doc/LibJWT/html/navtree.js
+share/doc/LibJWT/html/navtreedata.js
+share/doc/LibJWT/html/navtreeindex0.js
+share/doc/LibJWT/html/structjwt__config__t.html
+share/doc/LibJWT/html/structjwt__value__t.html
+share/doc/LibJWT/html/svg.min.js
+share/doc/LibJWT/html/tabs.css
+share/doc/LibJWT/html/topics.html
+share/doc/LibJWT/html/topics.js

Index: pkgsrc/security/libjwt/distinfo
diff -u pkgsrc/security/libjwt/distinfo:1.6 pkgsrc/security/libjwt/distinfo:1.7
--- pkgsrc/security/libjwt/distinfo:1.6 Mon Sep  1 11:29:06 2025
+++ pkgsrc/security/libjwt/distinfo     Wed Nov 12 07:32:12 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2025/09/01 11:29:06 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/11/12 07:32:12 adam Exp $
 
-BLAKE2s (libjwt-3.2.2.tar.xz) = 61876e0e2cd6b7627d928c89f18fe931d4eacc91aff179de3cbbfa230d89c4a7
-SHA512 (libjwt-3.2.2.tar.xz) = ab7306d85199dd90cf98aa89d46438c60100f950ba63df185b77120303987cec943d9eeee7834f2a66cb056ffe4375e7178e2aeb84cca9ce71b3143d08fe2dd5
-Size (libjwt-3.2.2.tar.xz) = 518780 bytes
+BLAKE2s (libjwt-3.2.3.tar.xz) = af28a17cb0a94004194d5c75d4da922fe3ef5df3755ea2b256c8f5cf4857d9e3
+SHA512 (libjwt-3.2.3.tar.xz) = 223865583bfb69d8182a27c47da76a918e9c94751db800b395cdd126560dd398f78177512c526fedc79d0dde50874fdc4710723ef4ac4c3470510cdc7f23d95f
+Size (libjwt-3.2.3.tar.xz) = 519380 bytes
 SHA1 (patch-CMakeLists.txt) = dbbf7807ad3004d120d82dc0d53063d025e7d6ff



Home | Main Index | Thread Index | Old Index