From patchwork Wed Mar 17 21:41:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3948 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F13Wl2cwlz40Qq for ; Wed, 17 Mar 2021 21:41:39 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F13Wj0XSKz21R; Wed, 17 Mar 2021 21:41:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F13Wh29hmz2xrC; Wed, 17 Mar 2021 21:41:36 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F13Wf1hFYz2xNt for ; Wed, 17 Mar 2021 21:41:34 +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 4F13Wd09JHzHy; Wed, 17 Mar 2021 21:41:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616017293; 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=fydAWz53cQL4JMxxjOcC+gio8Y7JSH2qMfQDdecTna0=; b=0aiYELhK+Pt7po1dnwD9XZL/2QCs7A4Xa1veepS5xJais/uBevDjLnaJ3CN5DmM0rIcvTL WP+bthkL54kyVHCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616017293; 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=fydAWz53cQL4JMxxjOcC+gio8Y7JSH2qMfQDdecTna0=; b=qg52VZHTNRELYo456GTjjfFLZJH11wXKiiW4rAbSdDpN5mZmDIdNF5EtKQLK+FO3MC5NSb YRvWWxMp9qLdueJo9hijH0chRDLV3dkEaDu1m1OXRdoTDLg+m9g//SFKcSRF/lAsq0kGkh ViR5pliSsD00I/jHVjyB0fTf3vDJLB1IRPwyu3wYQ8Lqcq2BD4GB8Yzxu868KXXDRCafM5 D4OTQZNPx93PPzw9IvS0slrjVbPLpxIdgLOYAGfs6LyNysI6jsYa4D1UHxvgpfOt2kkzia nxMqIZOBhRkDZGpfM0s7nO9i/Nt0MsST81aUvSJpQ2i/0DrOR3U/OnNO4F94hw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] acl: Update to 2.3.1 Date: Wed, 17 Mar 2021 22:41:31 +0100 Message-Id: <20210317214131.40651-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.2.53 to 2.3.1 - Updated rootfile - Changelog Version 2.3.1 Fix libtool library versioning regression Andreas Gruenbacher Version 2.3.0 Update po files and German translation Andreas Gruenbacher getfacl: fix indent in --help output Valentin Vidic getfacl: Add --one-file-system optionnext Pavel Polacek 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 acl_from_mode, acl_copy_int: Fix segfault on allocation failure Tavian Barnes __acl_create_entry_obj: do not break strict aliasing rules Kamil Dudka Fix typo in getfacl(1) man page Anthony Sottile Signed-off-by: Adolf Belka --- config/rootfiles/common/acl | 6 +----- lfs/acl | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/acl b/config/rootfiles/common/acl index 19ce21ca0..a3476d9a5 100644 --- a/config/rootfiles/common/acl +++ b/config/rootfiles/common/acl @@ -7,7 +7,7 @@ usr/bin/setfacl #usr/lib/libacl.la usr/lib/libacl.so usr/lib/libacl.so.1 -usr/lib/libacl.so.1.1.2253 +usr/lib/libacl.so.1.1.2301 #usr/lib/pkgconfig/libacl.pc #usr/share/doc/acl #usr/share/doc/acl/CHANGES @@ -17,11 +17,7 @@ usr/lib/libacl.so.1.1.2253 #usr/share/doc/acl/extensions.txt #usr/share/doc/acl/libacl.txt #usr/share/locale/de/LC_MESSAGES/acl.mo -#usr/share/locale/en@boldquot -#usr/share/locale/en@boldquot/LC_MESSAGES #usr/share/locale/en@boldquot/LC_MESSAGES/acl.mo -#usr/share/locale/en@quot -#usr/share/locale/en@quot/LC_MESSAGES #usr/share/locale/en@quot/LC_MESSAGES/acl.mo #usr/share/locale/es/LC_MESSAGES/acl.mo #usr/share/locale/fr/LC_MESSAGES/acl.mo diff --git a/lfs/acl b/lfs/acl index 5cf262ef9..cecdb8334 100644 --- a/lfs/acl +++ b/lfs/acl @@ -24,10 +24,10 @@ include Config -VER = 2.2.53 +VER = 2.3.1 THISAPP = acl-$(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 = 007aabf1dbb550bcddde52a244cd1070 +$(DL_FILE)_MD5 = 95ce715fe09acca7c12d3306d0f076b2 install : $(TARGET)