mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
attr: update to 2.4.47
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
6f36046c81
commit
087fee9c6a
@@ -11,40 +11,10 @@ usr/bin/setfattr
|
|||||||
usr/lib/libattr.so
|
usr/lib/libattr.so
|
||||||
usr/lib/libattr.so.1
|
usr/lib/libattr.so.1
|
||||||
usr/lib/libattr.so.1.1.0
|
usr/lib/libattr.so.1.1.0
|
||||||
#usr/libexec
|
|
||||||
#usr/libexec/libattr.a
|
|
||||||
#usr/libexec/libattr.la
|
|
||||||
usr/libexec/libattr.so
|
|
||||||
#usr/man/man1/attr.1
|
|
||||||
#usr/man/man1/getfattr.1
|
|
||||||
#usr/man/man1/setfattr.1
|
|
||||||
#usr/man/man2
|
|
||||||
#usr/man/man2/fgetxattr.2
|
|
||||||
#usr/man/man2/flistxattr.2
|
|
||||||
#usr/man/man2/fremovexattr.2
|
|
||||||
#usr/man/man2/fsetxattr.2
|
|
||||||
#usr/man/man2/getxattr.2
|
|
||||||
#usr/man/man2/lgetxattr.2
|
|
||||||
#usr/man/man2/listxattr.2
|
|
||||||
#usr/man/man2/llistxattr.2
|
|
||||||
#usr/man/man2/lremovexattr.2
|
|
||||||
#usr/man/man2/lsetxattr.2
|
|
||||||
#usr/man/man2/removexattr.2
|
|
||||||
#usr/man/man2/setxattr.2
|
|
||||||
#usr/man/man3/attr_get.3
|
|
||||||
#usr/man/man3/attr_getf.3
|
|
||||||
#usr/man/man3/attr_list.3
|
|
||||||
#usr/man/man3/attr_listf.3
|
|
||||||
#usr/man/man3/attr_multi.3
|
|
||||||
#usr/man/man3/attr_multif.3
|
|
||||||
#usr/man/man3/attr_remove.3
|
|
||||||
#usr/man/man3/attr_removef.3
|
|
||||||
#usr/man/man3/attr_set.3
|
|
||||||
#usr/man/man3/attr_setf.3
|
|
||||||
#usr/man/man5/attr.5
|
|
||||||
#usr/share/doc/attr
|
#usr/share/doc/attr
|
||||||
#usr/share/doc/attr/CHANGES.gz
|
#usr/share/doc/attr/CHANGES.gz
|
||||||
#usr/share/doc/attr/COPYING
|
#usr/share/doc/attr/COPYING
|
||||||
|
#usr/share/doc/attr/COPYING.LGPL
|
||||||
#usr/share/doc/attr/PORTING
|
#usr/share/doc/attr/PORTING
|
||||||
#usr/share/doc/attr/README
|
#usr/share/doc/attr/README
|
||||||
#usr/share/locale/cs/LC_MESSAGES/attr.mo
|
#usr/share/locale/cs/LC_MESSAGES/attr.mo
|
||||||
@@ -55,3 +25,20 @@ usr/libexec/libattr.so
|
|||||||
#usr/share/locale/nl/LC_MESSAGES/attr.mo
|
#usr/share/locale/nl/LC_MESSAGES/attr.mo
|
||||||
#usr/share/locale/pl/LC_MESSAGES/attr.mo
|
#usr/share/locale/pl/LC_MESSAGES/attr.mo
|
||||||
#usr/share/locale/sv/LC_MESSAGES/attr.mo
|
#usr/share/locale/sv/LC_MESSAGES/attr.mo
|
||||||
|
#usr/share/man/man1/attr.1
|
||||||
|
#usr/share/man/man1/getfattr.1
|
||||||
|
#usr/share/man/man1/setfattr.1
|
||||||
|
#usr/share/man/man2/getxattr.2
|
||||||
|
#usr/share/man/man2/listxattr.2
|
||||||
|
#usr/share/man/man2/setxattr.2
|
||||||
|
#usr/share/man/man3/attr_get.3
|
||||||
|
#usr/share/man/man3/attr_getf.3
|
||||||
|
#usr/share/man/man3/attr_list.3
|
||||||
|
#usr/share/man/man3/attr_listf.3
|
||||||
|
#usr/share/man/man3/attr_multi.3
|
||||||
|
#usr/share/man/man3/attr_multif.3
|
||||||
|
#usr/share/man/man3/attr_remove.3
|
||||||
|
#usr/share/man/man3/attr_removef.3
|
||||||
|
#usr/share/man/man3/attr_set.3
|
||||||
|
#usr/share/man/man3/attr_setf.3
|
||||||
|
#usr/share/man/man5/attr.5
|
||||||
|
|||||||
9
lfs/attr
9
lfs/attr
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2016 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -24,10 +24,10 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.4.43
|
VER = 2.4.47
|
||||||
|
|
||||||
THISAPP = attr-$(VER)
|
THISAPP = attr-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).src.tar.gz
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 91583a14bcbd637adaa9b07ea49c5d4b
|
$(DL_FILE)_MD5 = 84f58dec00b60f2dc8fd1c9709291cc7
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
@@ -75,5 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
cd $(DIR_APP) && make install-lib
|
cd $(DIR_APP) && make install-lib
|
||||||
cd $(DIR_APP) && make install-dev
|
cd $(DIR_APP) && make install-dev
|
||||||
|
chmod -v 755 /usr/lib/libattr.so
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user