From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 05 Aug 2024 08:51:03 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sarYd-006P3Z-2v for lore@lore.pengutronix.de; Mon, 05 Aug 2024 08:51:03 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sarYd-0005cV-GI; Mon, 05 Aug 2024 08:51:03 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sarX5-0003fu-SU; Mon, 05 Aug 2024 08:49:27 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sarX5-004eAB-BY; Mon, 05 Aug 2024 08:49:27 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sarX5-003jQx-10; Mon, 05 Aug 2024 08:49:27 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 5 Aug 2024 08:49:27 +0200 Message-Id: <20240805064927.889624-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240715182527.3872807-1-christian.melki@t2data.com> References: <20240715182527.3872807-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] acl: Version bump. 2.3.1 -> 2.3.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as b4a78212c17d150277317e127a50d3e1fa5e4cae. Michael [sent from post-receive hook] On Mon, 05 Aug 2024 08:49:27 +0200, Christian Melki wrote: > Minor changes. > https://git.savannah.nongnu.org/cgit/acl.git/log/?h=v2.3.2 > > * Fix to match new version and forward patchset. No functional > changes to patches. > > Signed-off-by: Christian Melki > Message-Id: <20240715182527.3872807-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/acl-2.3.1/0001-Switch-to-sys-xattr.h.patch b/patches/acl-2.3.2/0001-Switch-to-sys-xattr.h.patch > similarity index 84% > rename from patches/acl-2.3.1/0001-Switch-to-sys-xattr.h.patch > rename to patches/acl-2.3.2/0001-Switch-to-sys-xattr.h.patch > index 3d64b9ba9999..d62be0ec09e2 100644 > --- a/patches/acl-2.3.1/0001-Switch-to-sys-xattr.h.patch > +++ b/patches/acl-2.3.2/0001-Switch-to-sys-xattr.h.patch > @@ -16,10 +16,10 @@ behind. > create mode 100644 libacl/error_context.h > > diff --git a/configure.ac b/configure.ac > -index 4abb9933948a..5915ee3e492c 100644 > +index 96fd96a424c5..21694dabefe5 100644 > --- a/configure.ac > +++ b/configure.ac > -@@ -51,8 +51,8 @@ fi > +@@ -53,8 +53,8 @@ AS_IF([test $# -ne 3 -o ${#1} -gt 1 -o ${#2} -gt 1 -o ${#3} -gt 2], > LT_REVISION=$(printf "%d%d%02d" "$1" "$2" "$3") > AC_SUBST(LT_REVISION) > > @@ -31,15 +31,15 @@ index 4abb9933948a..5915ee3e492c 100644 > AC_CONFIG_COMMANDS([include/acl], > [dnl > diff --git a/libacl/Makemodule.am b/libacl/Makemodule.am > -index c35214c7d018..64b70b40951a 100644 > +index 604f829ac7ce..700581eee84f 100644 > --- a/libacl/Makemodule.am > +++ b/libacl/Makemodule.am > -@@ -74,8 +74,8 @@ INTERNAL_CFILES = \ > - > - libacl_la_DEPENDENCIES = exports libmisc.la > +@@ -76,8 +76,8 @@ libacl_la_DEPENDENCIES = exports libmisc.la > libacl_la_SOURCES = $(CFILES) $(HFILES) > --libacl_la_LIBADD = -lattr libmisc.la > -+libacl_la_LIBADD = libmisc.la > + ## Since libacl translates its error messages, we have to link libintl. > + ## See the AM_GNU_GETTEXT documentation for details. > +-libacl_la_LIBADD = -lattr libmisc.la $(LTLIBINTL) > ++libacl_la_LIBADD = libmisc.la $(LTLIBINTL) > libacl_la_CFLAGS = $(AM_CFLAGS) -include $(srcdir)/libacl/perm_copy.h > -libacl_la_LDFLAGS = \ > +libacl_la_LDFLAGS = -no-undefined \ > @@ -105,11 +105,11 @@ index 000000000000..fa383f4cb5db > + > +#endif /* __ERROR_CONTEXT_T */ > diff --git a/libacl/perm_copy_fd.c b/libacl/perm_copy_fd.c > -index f9ae690918fa..8e1eb939512b 100644 > +index 701bed2532e4..aa4630b798ea 100644 > --- a/libacl/perm_copy_fd.c > +++ b/libacl/perm_copy_fd.c > -@@ -17,9 +17,8 @@ > - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > +@@ -16,9 +16,8 @@ > + License along with this library; if not, see . > */ > > -#if defined (HAVE_CONFIG_H) > @@ -119,7 +119,7 @@ index f9ae690918fa..8e1eb939512b 100644 > #if defined(HAVE_LIBACL_LIBACL_H) > # include "libacl.h" > #endif > -@@ -39,11 +38,7 @@ > +@@ -38,11 +37,7 @@ > #endif > > #define ERROR_CONTEXT_MACROS > @@ -132,11 +132,11 @@ index f9ae690918fa..8e1eb939512b 100644 > #if !defined(ENOTSUP) > # define ENOTSUP (-1) > diff --git a/libacl/perm_copy_file.c b/libacl/perm_copy_file.c > -index 023294dc5335..9d314a5c8d36 100644 > +index ba59d3647952..1af6a6a7e0f2 100644 > --- a/libacl/perm_copy_file.c > +++ b/libacl/perm_copy_file.c > -@@ -17,9 +17,8 @@ > - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > +@@ -16,9 +16,8 @@ > + License along with this library; if not, see . > */ > > -#if defined (HAVE_CONFIG_H) > @@ -146,7 +146,7 @@ index 023294dc5335..9d314a5c8d36 100644 > #if defined(HAVE_LIBACL_LIBACL_H) > # include "libacl.h" > #endif > -@@ -39,11 +38,7 @@ > +@@ -38,11 +37,7 @@ > #endif > > #define ERROR_CONTEXT_MACROS > diff --git a/patches/acl-2.3.1/autogen.sh b/patches/acl-2.3.2/autogen.sh > similarity index 100% > rename from patches/acl-2.3.1/autogen.sh > rename to patches/acl-2.3.2/autogen.sh > diff --git a/patches/acl-2.3.1/series b/patches/acl-2.3.2/series > similarity index 100% > rename from patches/acl-2.3.1/series > rename to patches/acl-2.3.2/series > diff --git a/rules/acl.make b/rules/acl.make > index 265a8790c6d0..d00eeb71cd1f 100644 > --- a/rules/acl.make > +++ b/rules/acl.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ACL) += acl > # > # Paths and names > # > -ACL_VERSION := 2.3.1 > -ACL_MD5 := 3cecb80cb0a52a0b273e6698ba642263 > +ACL_VERSION := 2.3.2 > +ACL_MD5 := 66d5bb487e168dee1dabf89e2c5b46cc > ACL := acl-$(ACL_VERSION) > ACL_SUFFIX := tar.gz > ACL_URL := http://download.savannah.gnu.org/releases/acl/$(ACL).$(ACL_SUFFIX)