public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] attr: update to 2.4.47
Date: Fri, 02 Sep 2016 11:12:13 +0200	[thread overview]
Message-ID: <20160902091213.12675-1-marcel.lorenz@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3820 bytes --]

---
 config/rootfiles/common/attr | 49 ++++++++++++++++----------------------------
 lfs/attr                     |  9 ++++----
 2 files changed, 23 insertions(+), 35 deletions(-)

diff --git a/config/rootfiles/common/attr b/config/rootfiles/common/attr
index 1d9cfc0..4770584 100644
--- a/config/rootfiles/common/attr
+++ b/config/rootfiles/common/attr
@@ -11,40 +11,10 @@ usr/bin/setfattr
 usr/lib/libattr.so
 usr/lib/libattr.so.1
 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/CHANGES.gz
 #usr/share/doc/attr/COPYING
+#usr/share/doc/attr/COPYING.LGPL
 #usr/share/doc/attr/PORTING
 #usr/share/doc/attr/README
 #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/pl/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
diff --git a/lfs/attr b/lfs/attr
index 2794ad6..f3b6b1f 100644
--- a/lfs/attr
+++ b/lfs/attr
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2010  IPFire Team  <info(a)ipfire.org>                          #
+# Copyright (C) 2016  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,10 +24,10 @@
 
 include Config
 
-VER        = 2.4.43
+VER        = 2.4.47
 
 THISAPP    = attr-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).src.tar.gz
 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 = 91583a14bcbd637adaa9b07ea49c5d4b
+$(DL_FILE)_MD5 = 84f58dec00b60f2dc8fd1c9709291cc7
 
 install : $(TARGET)
 
@@ -75,5 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make install
 	cd $(DIR_APP) && make install-lib
 	cd $(DIR_APP) && make install-dev
+	chmod -v 755 /usr/lib/libattr.so
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.9.3


             reply	other threads:[~2016-09-02  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02  9:12 Marcel Lorenz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-05  7:30 Marcel Lorenz

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=20160902091213.12675-1-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@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