mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
acl: Update to 2.3.1
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
cd9bd30ad6
commit
8b048fec5e
@@ -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
|
||||
|
||||
6
lfs/acl
6
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user