util-linux: Update to 2.35.1

This commit is contained in:
CN_SZTL 2020-02-23 15:29:19 +08:00
parent e43614e18a
commit f93504791f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 11 additions and 5 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=util-linux
PKG_VERSION:=2.34
PKG_VERSION:=2.35.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.34
PKG_HASH:=743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.35
PKG_HASH:=d9de3edd287366cd908e77677514b9387b22bc7b88f45b83e1922c3597f1d7f9
PKG_CPE_ID:=cpe:/a:kernel:util-linux
PKG_LICENSE:=GPL-2.0
@ -513,8 +513,14 @@ CONFIGURE_ARGS += \
--disable-use-tty-group \
--disable-rpath \
--disable-tls \
--disable-su \
--disable-sulogin \
--disable-makeinstall-chown \
--disable-login \
--disable-nologin \
--disable-lslogins \
--disable-runuser \
--disable-chfn-chsh \
--without-python \
--without-udev \
--without-readline \

View File

@ -10,7 +10,7 @@
endif # BUILD_LIBUUID
--- a/configure.ac
+++ b/configure.ac
@@ -2416,18 +2416,23 @@ AC_CONFIG_HEADERS([config.h])
@@ -2496,18 +2496,23 @@ AC_CONFIG_HEADERS([config.h])
#
AC_CONFIG_FILES([
Makefile

View File

@ -1,6 +1,6 @@
--- a/lib/randutils.c
+++ b/lib/randutils.c
@@ -25,6 +25,11 @@
@@ -26,6 +26,11 @@
#define THREAD_LOCAL static
#endif