Commit Graph

20 Commits

Author SHA1 Message Date
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Marko Ratkaj eb808f60f7 file: update maintainer email
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
2022-03-31 12:51:32 +02:00
Rosen Penev 5ea4056cd6 file: update to 6.41
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 15:27:05 -08:00
Rosen Penev 2cdc64b12a file: update to 5.40
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-10 17:05:18 -07:00
Rosen Penev ea07a18d2f
file: update to 5.39
Remove fedora mirror as it delivers a different file that doesn't work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:36:42 -07:00
Rosen Penev aece8d872a
file: add newly introduced compression support
Also make it explicit in the configure args.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-18 16:44:44 -08:00
Rosen Penev 930a24ed79
file: update to 5.38
Fix license information.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:55:43 -08:00
Marko Ratkaj ad02d39e85 libs: file: bump to 5.37
Simple version bump from 5.36 to 5.37

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2019-06-09 17:06:31 +02:00
Rosen Penev daaae8243b
file: Update to 5.36
Added some linker flags to reclaim some space.

Switched to $(FPIC) from -fPIC.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-07 15:32:15 -07:00
Marko Ratkaj 32bfce961b libs: file: bump version to 5.35
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-09 10:57:58 +01:00
Rosen Penev 3f3eda645b file: Update to 5.34
Get rid of autoreconf to speed up build.

Fixed project URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-24 15:18:21 -07:00
Rosen Penev 86d0ba6029 file: Disable libseccomp by default
Fixes the buildbot. libseccomp is not that useful for file.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-12 14:53:58 -07:00
Rosen Penev ce55532f30 file: Update to 5.33
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-11 16:34:31 -07:00
Marko Ratkaj bba6649e92 libs: file: install fix
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>
2017-09-20 11:00:05 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Karl Palsson 302b33eaa6 libs: file: fix typo in default call
Corrects the display and help text for file and libmagic in menuconfig.

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-27 11:14:16 +00:00
Marko Ratkaj 5b2245131b file: bump version to 5.25
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:22 +02:00
Luka Perkov faefb22e09 file: bump to 5.20
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-10-21 08:39:25 -04:00
Luka Perkov 3c16d44eeb file: bump to 5.19
Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-08-11 14:26:13 +02:00
Ted Hess be2c5beec7 file: import from oldpackages (libmagic)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-30 11:03:49 -04:00