aboutsummaryrefslogtreecommitdiff
path: root/libs/file
Commit message (Collapse)AuthorAge
* file: update to 5.45krant2024-02-10
| | | | | | - Remove default and non-existent configure options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* file: Fix FTBFS due to missing dependencyVolker Christian2023-08-06
| | | | | | | | | | Fixes #21583 zstdlib and lzlib support is currently not neccessary for OpenWRT. Thus, Explicitly disable zstdlib and lzlib as they would be enabled automatically in case they are already installed. Signed-off-by: Volker Christian <me@vchrist.at>
* File: Fix segfaultVolker Christian2023-07-10
| | | | | | | | | Executables depending on binary package libmagic segfault in case package file is not installed. Libmagic needs file /usr/share/misc/magic to not segfault. Thus, install /usr/share/misc/magic along with libmagic and not with file. Signed-off-by: Volker Christian <me@vchrist.at>
* File: Update to version 5.44Volker Christian2023-07-10
| | | | Signed-off-by: Volker Christian <me@vchrist.at>
* 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>
* file: update maintainer emailMarko Ratkaj2022-03-31
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* file: update to 6.41Rosen Penev2021-12-16
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: file: magic: remove "u" from patternMartin Schiller2021-07-20
| | | | | | | | This backports an upstream fix for the following warning: Warning: Unparsable number `xu \b, dcrypt version %d' Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* file: update to 5.40Rosen Penev2021-04-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* file: update to 5.39Rosen Penev2020-06-25
| | | | | | Remove fedora mirror as it delivers a different file that doesn't work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* file: add newly introduced compression supportRosen Penev2020-02-18
| | | | | | Also make it explicit in the configure args. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* file: update to 5.38Rosen Penev2020-02-14
| | | | | | | | Fix license information. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: file: bump to 5.37Marko Ratkaj2019-06-09
| | | | | | Simple version bump from 5.36 to 5.37 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* file: Update to 5.36Rosen Penev2019-04-07
| | | | | | | | Added some linker flags to reclaim some space. Switched to $(FPIC) from -fPIC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: file: bump version to 5.35Marko Ratkaj2018-11-09
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* file: Update to 5.34Rosen Penev2018-08-24
| | | | | | | | Get rid of autoreconf to speed up build. Fixed project URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* file: Disable libseccomp by defaultRosen Penev2018-06-12
| | | | | | Fixes the buildbot. libseccomp is not that useful for file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* file: Update to 5.33Rosen Penev2018-06-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: file: install fixMarko Ratkaj2017-09-20
| | | | | | | | By using $(CP) instead of $(INSTALL_DATA) we preserve symbolic links and by doing so we dont copy the same file multiple times. This saves some space. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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 <champetier.etienne@gmail.com>
* libs: file: fix typo in default callKarl Palsson2016-01-27
| | | | | | Corrects the display and help text for file and libmagic in menuconfig. Signed-off-by: Karl Palsson <karlp@remake.is>
* file: bump version to 5.25Marko Ratkaj2015-09-27
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* file: bump to 5.20Luka Perkov2014-10-21
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* file: bump to 5.19Luka Perkov2014-08-11
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* file: import from oldpackages (libmagic)Ted Hess2014-07-30
Signed-off-by: Ted Hess <thess@kitschensync.net>