Skip to content

Commit b76326b

Browse files
author
gdt
committed
security/erlang-jose: Update to 1.11.12
# Changelog ## 1.11.12 (2025-11-20) * Fixes * Properly handle `nil` from Elixir maps when encoding with the builtin `json` Erlang/OTP module; see [#184](potatosalad/erlang-jose#184) * Drop required Elixir version back from 1.16 -> 1.13; see [#185](potatosalad/erlang-jose#185) ## 1.11.11 (2025-11-17) * Fixes * EC key decode/encode issues in OTP 28; see [#180](potatosalad/erlang-jose#180), [#181](potatosalad/erlang-jose#181), [#182](potatosalad/erlang-jose#182), [#179](potatosalad/erlang-jose#179) * EdDSA key issues with OTP 27.1.3+; see [#177](potatosalad/erlang-jose#177) * Notes * This will hopefully be one of the last 1.x releases, next release will be [2.x](https://github.com/potatosalad/erlang-jose/tree/2.x)
1 parent 335236c commit b76326b

8 files changed

Lines changed: 20 additions & 2340 deletions

File tree

security/erlang-jose/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2024/08/21 15:00:33 adam Exp $
1+
# $NetBSD: Makefile,v 1.6 2026/02/07 00:40:22 gdt Exp $
22

3-
DISTNAME= jose-1.11.10
3+
DISTNAME= jose-1.11.12
44
CATEGORIES= security
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=potatosalad/}
66
GITHUB_PROJECT= erlang-jose
@@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
1414
USE_LANGUAGES= # none
1515
USE_TOOLS+= gmake
1616

17+
TOOL_DEPENDS+= elixir>=1.17.0:../../lang/elixir
18+
1719
MAKE_FLAGS+= SKIP_DEPS=true
1820

1921
.include "../../lang/erlang/module.mk"

security/erlang-jose/PLIST

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
@comment $NetBSD: PLIST,v 1.4 2024/08/21 15:00:33 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2026/02/07 00:40:22 gdt Exp $
2+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.Inspect.JOSE.JWK.beam
3+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.JWA.beam
4+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.JWE.beam
5+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.JWK.beam
6+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.JWS.beam
7+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.JWT.beam
8+
lib/erlang/lib/jose-${PKGVERSION}/ebin/Elixir.JOSE.beam
29
lib/erlang/lib/jose-${PKGVERSION}/ebin/jose.app
310
lib/erlang/lib/jose-${PKGVERSION}/ebin/jose.beam
411
lib/erlang/lib/jose-${PKGVERSION}/ebin/jose_app.beam

security/erlang-jose/distinfo

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
$NetBSD: distinfo,v 1.8 2024/08/21 15:00:33 adam Exp $
1+
$NetBSD: distinfo,v 1.9 2026/02/07 00:40:22 gdt Exp $
22

3-
BLAKE2s (jose-1.11.10.tar.gz) = 22adb4da19dd239e39f18502507f00cd8807c101067b4b2bc23ae29c8e4f7e5f
4-
SHA512 (jose-1.11.10.tar.gz) = cddf868c360126a01727c19ac8bb4de3a0ebba191f84b6907da72666e1d29abaccfa2717527f8ec633c711e84771805b0ec1ad5f5b8f33df16ac2622e4b8e35d
5-
Size (jose-1.11.10.tar.gz) = 330654 bytes
6-
SHA1 (patch-erlang.mk) = b613f0b19a1f92caed1b7030b64fb609bea98edf
3+
BLAKE2s (jose-1.11.12.tar.gz) = 1fbee3da80b294b6a59bc0a2587a5d77b1dd09fead5559adac856b8feb7eb65a
4+
SHA512 (jose-1.11.12.tar.gz) = a564edd6450939ac5228ce274035683bfffac0f5ee0d84648b8f13004b6993acc8319f61c27f4823757b265c0637142864f857d00acc1ef186afe2862e5eccc8
5+
Size (jose-1.11.12.tar.gz) = 310892 bytes
6+
SHA1 (patch-erlang.mk) = 1245a1d9f473eb4eb8681678a27a60a2c0d26a90
77
SHA1 (patch-mix.exs) = f6072e820cb23d9ec23e5ec76c37a0d78b9fe418
8-
SHA1 (patch-rebar.config) = 49cecb66bc53d9cde2817e029e1074616ba86538
9-
SHA1 (patch-src_jose__server.erl) = 1a3a91fc804e45c6e827ca1f672dcc05208ca276
10-
SHA1 (patch-src_json_jose__json__otp.erl) = d69ba9a02bb954921f5fb4a0cd312f7d873b8946
11-
SHA1 (patch-test_jose__test.exs) = 1747f7eb5b815292db244791e069c2c970e15a0c

0 commit comments

Comments
 (0)