<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libzip, 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-02T05:13:44Z</updated>
<entry>
<title>libzip: add version check override</title>
<updated>2026-06-02T05:13:44Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2026-05-31T07:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fa6c9463add62de1d5d111347d6459b4886dd5ad'/>
<id>urn:sha1:fa6c9463add62de1d5d111347d6459b4886dd5ad</id>
<content type='text'>
zipmerge and zipcmp prints version on -V,
but ziptool does not offer version number in any output.

Co-authored-by: George Sapkin &lt;george@sapk.in&gt;
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>libzip: update to 1.11.4</title>
<updated>2025-08-24T13:37:51Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-08-22T20:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=18bbec9f2f4635dec7d37f68213c6868571da82f'/>
<id>urn:sha1:18bbec9f2f4635dec7d37f68213c6868571da82f</id>
<content type='text'>
update to 1.11.4

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>libzip: update to 1.10.1</title>
<updated>2023-11-19T04:23:04Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2023-11-07T14:54:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b0db88b44cbc18a7929ea186993ede3c1b8c237'/>
<id>urn:sha1:7b0db88b44cbc18a7929ea186993ede3c1b8c237</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>libzip: update to 1.9.2</title>
<updated>2022-10-06T19:06:24Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2022-10-06T19:06:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=94e60a352feb302c249380c9dd2f2a823312b0b2'/>
<id>urn:sha1:94e60a352feb302c249380c9dd2f2a823312b0b2</id>
<content type='text'>
Also drop already mainlined patch.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>libzip: fix compilation without SSL</title>
<updated>2021-09-06T04:00:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-05T04:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4084252cbd89029aabd8a70fb18352d02ad006fa'/>
<id>urn:sha1:4084252cbd89029aabd8a70fb18352d02ad006fa</id>
<content type='text'>
Linker error. No idea why.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libzip: fix typo in patch (fixes #15992)</title>
<updated>2021-07-02T21:59:53Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-07-02T21:55:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=20c884bbd5edc95579b950cc59d377e6dab14253'/>
<id>urn:sha1:20c884bbd5edc95579b950cc59d377e6dab14253</id>
<content type='text'>
This prevented expansion of libdir in pkgconfig.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>libzip: fix pkgconfig paths (fixes #15943)</title>
<updated>2021-06-29T05:47:51Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-06-28T20:09:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=851c7a1e0ab70a3ade3bed83487adb72b633c1f9'/>
<id>urn:sha1:851c7a1e0ab70a3ade3bed83487adb72b633c1f9</id>
<content type='text'>
We should use upstream patch here, which can be removed later,
instead of maintaining our own one.

Reported-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>libzip: update to 1.8.0</title>
<updated>2021-06-21T21:00:19Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-06-21T21:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bf23601dfd7f54c6af32bd5348c376b6e48fa722'/>
<id>urn:sha1:bf23601dfd7f54c6af32bd5348c376b6e48fa722</id>
<content type='text'>
Disable (new) support for zstd (Zstandard) compression for now.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
