From patchwork Wed Mar 17 21:41:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3949 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F13Wz5N0Xz40Qq for ; Wed, 17 Mar 2021 21:41:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F13Wz3Zl3zWZ; Wed, 17 Mar 2021 21:41:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F13Wz2yMsz2xkF; Wed, 17 Mar 2021 21:41:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F13Wy3thnz2xNt for ; Wed, 17 Mar 2021 21:41:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4F13Wy12XbzHy; Wed, 17 Mar 2021 21:41:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616017310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jcXXXNaQ+w4Bods327SDvpKJAEm9mBBaDpYjb0M39PU=; b=wwP85kjsNmRE60liSqMr0GpjSHfhzAyxq9r903ykHtpYhM3/Hc7kZWtyfF0oMGvdQ1tbp2 m2lhnm9BixjxYLBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616017310; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jcXXXNaQ+w4Bods327SDvpKJAEm9mBBaDpYjb0M39PU=; b=TE08gyN9BOJoKjXmT69T8liFyr6rzNmktMr0AtRuH3XhLC6HxUpFnah4Y5JGLFED3SEfCv 72GZXLnvJyu7sZVts+8SRtTquMEmXeCZ85QTUh5Ov/n5C6Zu6h2DXZ8HriHFhdYw6fucxr ouPWNEmrYed//v4JjJk7LY47qhXSaQIIMcOuZJIgWBRGPWdNls0SPRhLot0nq/QWWFpzmq IMMW6y35EWCs/KvT9jMvcVhKWuvdt/UtW6T8Nvw3KuMEoq0FdxdkyjnneZ0cEVNFQDk4oT Wqp81VIDZ/9UnEV/5ifL1ePQQKNYRqCzZGFs2Hv5aQTCcW4sgF2AYt7FN0SqJA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] attr: Update to 2.5.1 Date: Wed, 17 Mar 2021 22:41:48 +0100 Message-Id: <20210317214148.40709-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 2.4.48 to 2.5.1 - Update rootfile - Changelog Version 2.5.1 Fix libtool library versioning regression Andreas Gruenbacher Version 2.4.48 Update po files and German translation Andreas Gruenbacher getfattr: Add --one-file-system option Andreas Gruenbacher Move struct stat into struct walk_tree_args Andreas Gruenbacher Move list of open directories into struct walk_tree_args Andreas Gruenbacher Move walk_tree_rec arguments into a separate struct Andreas Gruenbacher xattr.conf: Indicate afs metadata xattrs should be skipped when copying David Howells Fix typos in manual pages Samanta Navarro Update my email address Andreas Gruenbacher man: add examples to setfattr.1 Achilles Gaikwad install-data: Don't remove unrelated empty directories Andreas Gruenbacher attr: Replace bzero with memset Rosen Penev getfattr: don't count terminating NULL in well_enough_printable Jeff Layton attr_list, attr_listf: Guard against unterminated buffer Andreas Gruenbacher attr_multi, attr_multif: Don't set errno to -EINVAL Andreas Gruenbacher Switch back to syscall() Andreas Gruenbacher attr_list.3: Fix the attributes.h include path Andreas Gruenbacher getfattr.1: by default only user namespace attributes are dumped Simon Ruderich Enable large-file support on systems that do not enable it by default Dmitry V. Levin man: standardize AUTHORS section Mike Frysinger man: fix bold style in SEE ALSO section Mike Frysinger test: escape left brace in a regex in test/run Troy Dawson Signed-off-by: Adolf Belka --- config/rootfiles/common/attr | 2 +- lfs/attr | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/attr b/config/rootfiles/common/attr index ba3ed7db7..536cfb9fc 100644 --- a/config/rootfiles/common/attr +++ b/config/rootfiles/common/attr @@ -11,7 +11,7 @@ usr/bin/setfattr #usr/lib/libattr.la #usr/lib/libattr.so usr/lib/libattr.so.1 -usr/lib/libattr.so.1.1.2448 +usr/lib/libattr.so.1.1.2501 #usr/lib/pkgconfig/libattr.pc #usr/share/doc/attr #usr/share/doc/attr/CHANGES diff --git a/lfs/attr b/lfs/attr index e1edd6076..6c8db290c 100644 --- a/lfs/attr +++ b/lfs/attr @@ -24,10 +24,10 @@ include Config -VER = 2.4.48 +VER = 2.5.1 THISAPP = attr-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bc1e5cb5c96d99b24886f1f527d3bb3d +$(DL_FILE)_MD5 = e459262266bbd82b3dd348fc8cc68a6d install : $(TARGET) @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure cd $(DIR_APP) && make