<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/zip, 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>2020-02-01T08:23:16Z</updated>
<entry>
<title>zip: rename package to infozip to avoid name collision with tools</title>
<updated>2020-02-01T08:23:16Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-02-01T08:18:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=07cef285bf7b19b3d0de30bbb83efe975689bdaf'/>
<id>urn:sha1:07cef285bf7b19b3d0de30bbb83efe975689bdaf</id>
<content type='text'>
Rename "zip" to "infozip" to avoid name collision, as the same
zip package has been introduces to the build tools as zip.
Buildbot does not like that.

Reference to #10985 and #11089 as well as
https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>zip: remove host build</title>
<updated>2020-01-23T01:04:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-22T02:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3eda24351e85709e610550d1cf8a95c2858f40d2'/>
<id>urn:sha1:3eda24351e85709e610550d1cf8a95c2858f40d2</id>
<content type='text'>
This is conflicting with tools/zip where the HostBuild is specified.
This should allow the zip package to show up.

Several cleanups were also performed for consistency between packages.

Added PKG_BUILD_PARALLEL:=1 for faster compilation.

Remove PKG_CHECK_FORMAT_SECURITY. Patched the issue instead.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>zip: remove build timestamp</title>
<updated>2017-11-17T12:39:05Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2017-11-16T17:26:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5362ab4eda8b43f0cb30a2de30c86e4499e0f5c3'/>
<id>urn:sha1:5362ab4eda8b43f0cb30a2de30c86e4499e0f5c3</id>
<content type='text'>
Build timestamps prevents reproducible builds [0].
Thanks to debian for the patch.

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>zip: add host compile</title>
<updated>2017-09-14T03:27:32Z</updated>
<author>
<name>Adrian Panella</name>
</author>
<published>2017-09-14T03:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7313348033e1bc53f0d4346036b5f98562b9379d'/>
<id>urn:sha1:7313348033e1bc53f0d4346036b5f98562b9379d</id>
<content type='text'>
make it available as a tool for building other packages

Signed-off-by: Adrian Panella &lt;ianchi74@outlook.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>utils/zip: fix LARGE_FILE_SUPPORT in configure script</title>
<updated>2016-11-20T21:05:42Z</updated>
<author>
<name>p-wassi</name>
</author>
<published>2016-11-20T21:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=39af758c7ebb7d6c15958b99a34d89a8e3a81ddc'/>
<id>urn:sha1:39af758c7ebb7d6c15958b99a34d89a8e3a81ddc</id>
<content type='text'>
Package zip is currently broken with a runtime error.
When zip is run, it immediately exits with
"zip warning : Not supported (uzoff_t not same size as zoff_t)"

The issue boils down to the package's configure script which tries to
determine LARGE_FILE_SUPPORT on *host* side. The conftest.c is
compiled and ran on the building host to see whether LFS is given or not.
This will fail when cross-compiling. The patch here is created by Romain Naour,
taken from http://lists.busybox.net/pipermail/buildroot/2015-January/117909.html
Reworked and tested by me. Now LFS is detected and the built binaries work
on the target.

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
</content>
</entry>
<entry>
<title>zip: respect LDFLAGS</title>
<updated>2016-02-27T11:14:15Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2016-02-15T09:15:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f326e41adec6efe406b9acfbe3e4c2e68cf172ff'/>
<id>urn:sha1:f326e41adec6efe406b9acfbe3e4c2e68cf172ff</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)</title>
<updated>2014-06-24T21:01:14Z</updated>
<author>
<name>Etienne CHAMPETIER</name>
</author>
<published>2014-06-23T20:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e598af5f998a2ea14ef4051bba50596e343355f7'/>
<id>urn:sha1:e598af5f998a2ea14ef4051bba50596e343355f7</id>
<content type='text'>
Signed-off-by: Etienne CHAMPETIER &lt;etienne.champetier@free.fr&gt;
</content>
</entry>
<entry>
<title>zip: don't link libbz2 even if its there</title>
<updated>2014-06-13T08:43:10Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-06-13T08:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c0b6ec457e6cb8cd56040f4b847e7c95eb66fbc3'/>
<id>urn:sha1:c0b6ec457e6cb8cd56040f4b847e7c95eb66fbc3</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;
</content>
</entry>
<entry>
<title>zip: Import 2.32 from packages and update to 3.0.</title>
<updated>2014-06-12T12:50:28Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2014-06-12T12:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=41381e27bf1621e9fc8b1706e5964aee56e008b0'/>
<id>urn:sha1:41381e27bf1621e9fc8b1706e5964aee56e008b0</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
