aboutsummaryrefslogtreecommitdiff
path: root/libs/minizip
Commit message (Collapse)AuthorAge
* minizip: update to 4.0.5krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* minizip: update to 4.0.4krant2024-02-07
| | | | | | | - Don't set default cmake option - Switch URL to the official one Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <fercerpav@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* minizip: update to 3.0.4Rosen Penev2021-12-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minizip: update to 3.0.3Rosen Penev2021-09-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minizip: update to 3.0.2Rosen Penev2021-06-15
| | | | | | Add back compat header as domoticz really wants it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minizip: update to 3.0.1Rosen Penev2021-03-20
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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: fix $(PKG_SOURCE) to include $(PKG_NAME) to avoid conflictsDavid Woodhouse2020-06-11
| | | | | | | | Just as Rosen did for cereal in #12477. Likewise, clean up the CMAKE_OPTIONS onto separate lines for readability. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* minizip: explicitly disable libbsdDavid Woodhouse2020-06-10
| | | | | | Fixes #12471 Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* minizip: new packageDavid Woodhouse2020-06-06
Signed-off-by: David Woodhouse <dwmw2@infradead.org>