mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] acl: Version bump. 2.3.1 -> 2.3.2
@ 2024-07-15 18:25 Christian Melki
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-07-15 18:25 UTC (permalink / raw)
  To: ptxdist; +Cc: p.zabel

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 <christian.melki@t2data.com>
---
 .../0001-Switch-to-sys-xattr.h.patch          | 32 +++++++++----------
 patches/{acl-2.3.1 => acl-2.3.2}/autogen.sh   |  0
 patches/{acl-2.3.1 => acl-2.3.2}/series       |  0
 rules/acl.make                                |  4 +--
 4 files changed, 18 insertions(+), 18 deletions(-)
 rename patches/{acl-2.3.1 => acl-2.3.2}/0001-Switch-to-sys-xattr.h.patch (84%)
 rename patches/{acl-2.3.1 => acl-2.3.2}/autogen.sh (100%)
 rename patches/{acl-2.3.1 => acl-2.3.2}/series (100%)

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 3d64b9ba9..d62be0ec0 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 <https://www.gnu.org/licenses/>.
  */
  
 -#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 <https://www.gnu.org/licenses/>.
  */
  
 -#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 265a8790c..d00eeb71c 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)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] acl: Version bump. 2.3.1 -> 2.3.2
  2024-07-15 18:25 [ptxdist] [PATCH] acl: Version bump. 2.3.1 -> 2.3.2 Christian Melki
@ 2024-08-05  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as b4a78212c17d150277317e127a50d3e1fa5e4cae.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:27 +0200, Christian Melki <christian.melki@t2data.com> 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 <christian.melki@t2data.com>
> Message-Id: <20240715182527.3872807-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 <https://www.gnu.org/licenses/>.
>   */
>   
>  -#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 <https://www.gnu.org/licenses/>.
>   */
>   
>  -#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)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 18:25 [ptxdist] [PATCH] acl: Version bump. 2.3.1 -> 2.3.2 Christian Melki
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox