diff options
author | Daniel F. Dickinson <cshored@thecshore.com> | 2019-10-21 00:07:33 -0400 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-24 00:24:02 +0800 |
commit | d3d8d3c4ccb58d1e109717903b6c23c2763821ab (patch) | |
tree | 753f0909bf815752d0c3494de6456386659d03d5 /utils | |
parent | c3709af67a03df3776b077ce9036aef1c59dd76c (diff) |
findutils: Update and switch to xz tarball
Update to the latest findutils. This eliminates the need for
the sysmacro patch. While we're at it switch to smaller xz
tarball (saves bandwidth)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/findutils/Makefile | 8 | ||||
-rw-r--r-- | utils/findutils/patches/010-sysmacros.patch | 11 |
2 files changed, 4 insertions, 15 deletions
diff --git a/utils/findutils/Makefile b/utils/findutils/Makefile index aac9bc850..b378f012c 100644 --- a/utils/findutils/Makefile +++ b/utils/findutils/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=findutils -PKG_VERSION:=4.6.0 -PKG_RELEASE:=4 +PKG_VERSION:=4.7.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d +PKG_HASH:=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a PKG_MAINTAINER:=Daniel Dickinson <cshored@thecshore.com> PKG_LICENSE:=GPL-3.0-or-later diff --git a/utils/findutils/patches/010-sysmacros.patch b/utils/findutils/patches/010-sysmacros.patch deleted file mode 100644 index dc3678d0a..000000000 --- a/utils/findutils/patches/010-sysmacros.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/gl/lib/mountlist.c -+++ b/gl/lib/mountlist.c -@@ -33,6 +33,8 @@ - - #include <unistd.h> - -+#include <sys/sysmacros.h> -+ - #if HAVE_SYS_PARAM_H - # include <sys/param.h> - #endif |