aboutsummaryrefslogtreecommitdiff
path: root/libs/minizip/patches
Commit message (Collapse)AuthorAge
* minizip: update to 3.0.0Rosen Penev2021-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 packagesIlya Lipnitskiy2021-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 libbsdDavid Woodhouse2020-06-10
Fixes #12471 Signed-off-by: David Woodhouse <dwmw2@infradead.org>