<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/jose/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-06-01T23:37:04Z</updated>
<entry>
<title>jose: disable man page generation via asciidoc</title>
<updated>2026-06-01T23:37:04Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-05-08T17:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e75e627a5fd58433d049ccdd125f67d43e53049f'/>
<id>urn:sha1:e75e627a5fd58433d049ccdd125f67d43e53049f</id>
<content type='text'>
The asciidoc/a2x toolchain bundled with newer Python (3.14) is
incompatible with jose's docbook XSL configuration, causing the
build to fail with xsltproc returning non-zero status while
processing 'jose.1.xml'.

Since the man pages are not strictly required for OpenWrt (and
typically stripped from the final image anyway), unconditionally
disable a2x detection in meson.build via a disabler() so that the
'mans' list stays empty regardless of host tooling.

Link: https://github.com/latchset/jose
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>Revert "jose: fix static library usage"</title>
<updated>2022-09-25T09:10:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-09-22T23:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d70538c43c74ff4dbdc24a9535d6a0ba88f6aabc'/>
<id>urn:sha1:d70538c43c74ff4dbdc24a9535d6a0ba88f6aabc</id>
<content type='text'>
This reverts commit c61b70918b6c10f6fd726b098474736a7e0ae9cd.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>jose: fix static library usage</title>
<updated>2022-09-19T06:19:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-09-17T22:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c61b70918b6c10f6fd726b098474736a7e0ae9cd'/>
<id>urn:sha1:c61b70918b6c10f6fd726b098474736a7e0ae9cd</id>
<content type='text'>
When libjose is built statically, it must use --whole-archive as it uses
GCC's constructor attribute to initialize itself.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>jose: update to 11</title>
<updated>2021-06-02T09:02:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-02T01:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63ac7ada00f45c03f78c2a17bbf1632de119e929'/>
<id>urn:sha1:63ac7ada00f45c03f78c2a17bbf1632de119e929</id>
<content type='text'>
Reorganized Makefile slightly for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>jose: Fix compilation without deprecated OpenSSL APIs</title>
<updated>2019-04-20T20:25:48Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-04-20T20:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7d28760f1fb7edb2c55b127292ffaab9a9e7257'/>
<id>urn:sha1:e7d28760f1fb7edb2c55b127292ffaab9a9e7257</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>jose: Add Makefile for v10</title>
<updated>2019-04-03T20:16:32Z</updated>
<author>
<name>Tibor Dudlák</name>
</author>
<published>2017-05-07T00:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=589e39bef2ad2a5094357637261fb5802d87746b'/>
<id>urn:sha1:589e39bef2ad2a5094357637261fb5802d87746b</id>
<content type='text'>
Jose is acommand line utility for performing various tasks on JSON
Object Signing and Encryption (JOSE) objects. José provides a full
crypto stack including key generation, signing and encryption.
Added: https://github.com/latchset/jose/commit/198f7207427ad7f569aa3592ea16e2bb400db040

Signed-off-by: Tibor Dudlák &lt;tibor.dudlak@gmail.com&gt;
</content>
</entry>
</feed>
