<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/jose/Makefile, 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-03-19T12:35:59Z</updated>
<entry>
<title>libs/jose: assign PKG_CPE_ID</title>
<updated>2026-03-19T12:35:59Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T20:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a778d8949b7b0a2b73b6cd4eb2203e1e11a546ce'/>
<id>urn:sha1:a778d8949b7b0a2b73b6cd4eb2203e1e11a546ce</id>
<content type='text'>
cpe:/a:latchset:jose is the correct CPE ID for jose:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:latchset:jose

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "jose: remove libjose"</title>
<updated>2022-09-25T09:10:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-09-22T23:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a546f26ddb50f99d9e667f5ebd842337ccd7f356'/>
<id>urn:sha1:a546f26ddb50f99d9e667f5ebd842337ccd7f356</id>
<content type='text'>
This reverts commit 02d6c8346cfae7c2de456800a862a7dd90782858.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&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: remove libjose</title>
<updated>2021-12-17T22:08:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T23:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=02d6c8346cfae7c2de456800a862a7dd90782858'/>
<id>urn:sha1:02d6c8346cfae7c2de456800a862a7dd90782858</id>
<content type='text'>
It can be built statically as nothing else uses it.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: compile with tools/meson</title>
<updated>2021-09-18T05:06:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-07T22:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ccd4d1c250acb3d3e65f16e55926ef0bc80153d'/>
<id>urn:sha1:5ccd4d1c250acb3d3e65f16e55926ef0bc80153d</id>
<content type='text'>
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>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>
