Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minizip: update to 3.0.0 | Rosen Penev | 2021-02-20 |
| | | | | | | | | | | | | | | Switch to new upstream and switch package name. Further disable features to avoid extra dependencies. Build with PIC to avoid build failures with mips16. Remove no longer needed patch. Upstream fixed it differently. Use AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | treewide: Run refresh on all packages | Ilya Lipnitskiy | 2021-02-20 |
| | | | | | | | | | 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 <ilya.lipnitskiy@gmail.com> | ||
* | minizip: explicitly disable libbsd | David Woodhouse | 2020-06-10 |
Fixes #12471 Signed-off-by: David Woodhouse <dwmw2@infradead.org> |