From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] acl: Update to version 2.3.2
Date: Tue, 30 Jan 2024 23:13:39 +0100 [thread overview]
Message-ID: <20240130221345.1710154-1-adolf.belka@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3148 bytes --]
- Update from version 2.3.1 to 2.3.2
- Update of rootfile
- Changelog is only available from reviewing the git commits
https://git.savannah.nongnu.org/cgit/acl.git/log/
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/acl | 4 ++--
lfs/acl | 11 +++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/common/acl b/config/rootfiles/common/acl
index a3476d9a5..505fd563c 100644
--- a/config/rootfiles/common/acl
+++ b/config/rootfiles/common/acl
@@ -7,13 +7,12 @@ usr/bin/setfacl
#usr/lib/libacl.la
usr/lib/libacl.so
usr/lib/libacl.so.1
-usr/lib/libacl.so.1.1.2301
+usr/lib/libacl.so.1.1.2302
#usr/lib/pkgconfig/libacl.pc
#usr/share/doc/acl
#usr/share/doc/acl/CHANGES
#usr/share/doc/acl/COPYING
#usr/share/doc/acl/COPYING.LGPL
-#usr/share/doc/acl/PORTING
#usr/share/doc/acl/extensions.txt
#usr/share/doc/acl/libacl.txt
#usr/share/locale/de/LC_MESSAGES/acl.mo
@@ -22,6 +21,7 @@ usr/lib/libacl.so.1.1.2301
#usr/share/locale/es/LC_MESSAGES/acl.mo
#usr/share/locale/fr/LC_MESSAGES/acl.mo
#usr/share/locale/gl/LC_MESSAGES/acl.mo
+#usr/share/locale/ka/LC_MESSAGES/acl.mo
#usr/share/locale/pl/LC_MESSAGES/acl.mo
#usr/share/locale/sv/LC_MESSAGES/acl.mo
#usr/share/man/man1/chacl.1
diff --git a/lfs/acl b/lfs/acl
index 9c5c46952..b0008d4db 100644
--- a/lfs/acl
+++ b/lfs/acl
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 2.3.1
+VER = 2.3.2
THISAPP = acl-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 15e81e8159ddb21ef0c262bef3101c0b6fa546738a2ab74c01ccc21fd1c3dc8ab6aaf84a06dee6da22291f3ca4feeffa60c7d11bfac1ab770a6ec28e1f1655e0
+$(DL_FILE)_BLAKE2 = 9f2abfddcd403df2c716c05f02a1b52453613d10948dc58a65b9ef41b44e37db6de99fb22dcfc4f6f0fb5d0319c939da61bd4e0fba2cdb5643e8087ecd34eeac
install : $(TARGET)
@@ -70,7 +70,10 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib --disable-static
+ cd $(DIR_APP) && ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --disable-static
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
chmod -v 755 /usr/lib/libacl.so
--
2.43.0
next reply other threads:[~2024-01-30 22:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-30 22:13 Adolf Belka [this message]
2024-01-30 22:13 ` [PATCH] bash: Update to include patches 22 to 26 Adolf Belka
2024-01-30 22:13 ` [PATCH] glib: Update to version 2.79.1 Adolf Belka
2024-01-30 22:13 ` [PATCH] libpng: Update to version 1.6.41 Adolf Belka
2024-01-30 22:13 ` [PATCH] openssl: Update to version 3.2.1 Adolf Belka
2024-01-30 22:13 ` [PATCH] xz: Update to version 5.4.6 Adolf Belka
2024-01-30 22:13 ` [PATCH] zlib: Update to version 1.3.1 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240130221345.1710154-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox