aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fakeroot/Makefile
diff options
context:
space:
mode:
authorSyrone Wong <wong.syrone@gmail.com>2021-01-01 21:50:43 +0800
committerPaul Spooren <mail@aparcar.org>2021-01-05 08:59:31 -1000
commitf34f4a6665a91571866de38f476554ed986eccf2 (patch)
tree82f2cfc3228aaa37b6da414b1ebde2db3e682df0 /tools/fakeroot/Makefile
parentf4c64937cf3941f6c6ad6c882de02d1792f04812 (diff)
downloadupstream-f34f4a6665a91571866de38f476554ed986eccf2.tar.gz
upstream-f34f4a6665a91571866de38f476554ed986eccf2.tar.bz2
upstream-f34f4a6665a91571866de38f476554ed986eccf2.zip
tools/fakeroot: update to 1.25.3
use PKG_FIXUP:=autoreconf to generate configure 200-hide-dlsym-error.patch deleted due to fixed upstream in another way other patches refreshed to reflect latest changes Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'tools/fakeroot/Makefile')
-rw-r--r--tools/fakeroot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile
index 8c30ee71c3..e9daa4b6ad 100644
--- a/tools/fakeroot/Makefile
+++ b/tools/fakeroot/Makefile
@@ -5,14 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fakeroot
-PKG_VERSION:=1.24
-PKG_RELEASE:=2
+PKG_VERSION:=1.25.3
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot
-PKG_HASH:=2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed
+PKG_HASH:=8e903683357f7f5bcc31b879fd743391ad47691d4be33d24a76be3b6c21e956c
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING
+PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk