packages/util/util-linux: Update to 2.32
- Update to upstream 2.32 - License file 'getopt/COPYING' not present (any more) - Disable 'chown root:root'-commands during 'make install' - Add new dependency to wipefs - Refresh patch 003 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							af35ce1065
						
					
				
				
					commit
					960b90f435
				
			@@ -8,17 +8,16 @@
 | 
				
			|||||||
include $(TOPDIR)/rules.mk
 | 
					include $(TOPDIR)/rules.mk
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=util-linux
 | 
					PKG_NAME:=util-linux
 | 
				
			||||||
PKG_VERSION:=2.30.2
 | 
					PKG_VERSION:=2.32
 | 
				
			||||||
PKG_RELEASE:=2
 | 
					PKG_RELEASE:=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 | 
					PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 | 
				
			||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.30
 | 
					PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.32
 | 
				
			||||||
PKG_HASH:=7b5be5489e9b5b7177832836467aba1c87bf0e9bcbcb5a6f35d76cd4782589dc
 | 
					PKG_HASH:=6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734
 | 
				
			||||||
PKG_CPE_ID:=cpe:/a:kernel:util-linux
 | 
					PKG_CPE_ID:=cpe:/a:kernel:util-linux
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_LICENSE:=GPL-2.0
 | 
					PKG_LICENSE:=GPL-2.0
 | 
				
			||||||
PKG_LICENSE_FILES:=	COPYING					\
 | 
					PKG_LICENSE_FILES:=	COPYING					\
 | 
				
			||||||
			getopt/COPYING				\
 | 
					 | 
				
			||||||
			libblkid/COPYING			\
 | 
								libblkid/COPYING			\
 | 
				
			||||||
			libmount/COPYING			\
 | 
								libmount/COPYING			\
 | 
				
			||||||
			Documentation/licenses/COPYING.GPLv2	\
 | 
								Documentation/licenses/COPYING.GPLv2	\
 | 
				
			||||||
@@ -462,7 +461,7 @@ endef
 | 
				
			|||||||
define Package/wipefs
 | 
					define Package/wipefs
 | 
				
			||||||
$(call Package/util-linux/Default)
 | 
					$(call Package/util-linux/Default)
 | 
				
			||||||
  TITLE:=wipe a signature from a device
 | 
					  TITLE:=wipe a signature from a device
 | 
				
			||||||
  DEPENDS:= +libblkid
 | 
					  DEPENDS:= +libblkid +libsmartcols
 | 
				
			||||||
  SUBMENU:=Disc
 | 
					  SUBMENU:=Disc
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -477,6 +476,7 @@ CONFIGURE_ARGS += \
 | 
				
			|||||||
	--disable-rpath			\
 | 
						--disable-rpath			\
 | 
				
			||||||
	--disable-tls			\
 | 
						--disable-tls			\
 | 
				
			||||||
	--disable-sulogin		\
 | 
						--disable-sulogin		\
 | 
				
			||||||
 | 
						--disable-makeinstall-chown	\
 | 
				
			||||||
	--without-python		\
 | 
						--without-python		\
 | 
				
			||||||
	--without-udev			\
 | 
						--without-udev			\
 | 
				
			||||||
	--without-readline		\
 | 
						--without-readline		\
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
 endif # BUILD_LIBUUID
 | 
					 endif # BUILD_LIBUUID
 | 
				
			||||||
--- a/configure.ac
 | 
					--- a/configure.ac
 | 
				
			||||||
+++ b/configure.ac
 | 
					+++ b/configure.ac
 | 
				
			||||||
@@ -2255,18 +2255,23 @@ AC_CONFIG_HEADERS([config.h])
 | 
					@@ -2351,18 +2351,23 @@ AC_CONFIG_HEADERS([config.h])
 | 
				
			||||||
 #
 | 
					 #
 | 
				
			||||||
 AC_CONFIG_FILES([
 | 
					 AC_CONFIG_FILES([
 | 
				
			||||||
 Makefile
 | 
					 Makefile
 | 
				
			||||||
@@ -42,7 +42,7 @@
 | 
				
			|||||||
 pkgconfig_DATA += libblkid/blkid.pc
 | 
					 pkgconfig_DATA += libblkid/blkid.pc
 | 
				
			||||||
-PATHFILES      += libblkid/blkid.pc
 | 
					-PATHFILES      += libblkid/blkid.pc
 | 
				
			||||||
 dist_man_MANS  += libblkid/libblkid.3
 | 
					 dist_man_MANS  += libblkid/libblkid.3
 | 
				
			||||||
 EXTRA_DIST     += libblkid/libblkid.3 libblkid/COPYING
 | 
					 EXTRA_DIST     += libblkid/COPYING
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
--- a/libmount/Makemodule.am
 | 
					--- a/libmount/Makemodule.am
 | 
				
			||||||
+++ b/libmount/Makemodule.am
 | 
					+++ b/libmount/Makemodule.am
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user