diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-21 22:53:05 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-21 22:53:05 +0100 |
commit | e0148f2e2d6cb8c6da54c613aaf432cc367bc222 (patch) | |
tree | 90feb548030ae39719e75b1415a0e62a3e76eeb0 /base | |
parent | 2a08e0102ba24a2e245479c7415bba2ea53fc529 (diff) | |
download | nutyx-pakxe-e0148f2e2d6cb8c6da54c613aaf432cc367bc222.tar.gz nutyx-pakxe-e0148f2e2d6cb8c6da54c613aaf432cc367bc222.tar.bz2 nutyx-pakxe-e0148f2e2d6cb8c6da54c613aaf432cc367bc222.tar.xz nutyx-pakxe-e0148f2e2d6cb8c6da54c613aaf432cc367bc222.zip |
MàJ de libattr#2.4.44-1
Diffstat (limited to 'base')
-rw-r--r-- | base/libattr/.footprint | 20 | ||||
-rw-r--r-- | base/libattr/.md5sum | 2 | ||||
-rw-r--r-- | base/libattr/Pkgfile | 6 |
3 files changed, 24 insertions, 4 deletions
diff --git a/base/libattr/.footprint b/base/libattr/.footprint index 8ea2a04a8..6ef4694cf 100644 --- a/base/libattr/.footprint +++ b/base/libattr/.footprint @@ -1,4 +1,8 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/attr +-rwxr-xr-x root/root usr/bin/getfattr +-rwxr-xr-x root/root usr/bin/setfattr drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/attr/ -rw-r--r-- root/root usr/include/attr/attributes.h @@ -12,7 +16,21 @@ lrwxrwxrwx root/root usr/lib/libattr.so -> /usr/lib/libattr.so.1 lrwxrwxrwx root/root usr/lib/libattr.so.1 -> libattr.so.1.1.0 -rw-r--r-- root/root usr/lib/libattr.so.1.1.0 drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/attr/ +-rw-r--r-- root/root usr/share/doc/attr/CHANGES.gz +-rw-r--r-- root/root usr/share/doc/attr/COPYING +-rw-r--r-- root/root usr/share/doc/attr/PORTING +-rw-r--r-- root/root usr/share/doc/attr/README +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/attr.mo drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/attr.1.gz +-rw-r--r-- root/root usr/share/man/man1/getfattr.1.gz +-rw-r--r-- root/root usr/share/man/man1/setfattr.1.gz drwxr-xr-x root/root usr/share/man/man3/ -rw-r--r-- root/root usr/share/man/man3/attr_get.3.gz lrwxrwxrwx root/root usr/share/man/man3/attr_getf.3.gz -> attr_get.3.gz @@ -24,3 +42,5 @@ lrwxrwxrwx root/root usr/share/man/man3/attr_multif.3.gz -> attr_multi.3.gz lrwxrwxrwx root/root usr/share/man/man3/attr_removef.3.gz -> attr_remove.3.gz -rw-r--r-- root/root usr/share/man/man3/attr_set.3.gz lrwxrwxrwx root/root usr/share/man/man3/attr_setf.3.gz -> attr_set.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/attr.5.gz diff --git a/base/libattr/.md5sum b/base/libattr/.md5sum index 5d688d702..ed4b8d956 100644 --- a/base/libattr/.md5sum +++ b/base/libattr/.md5sum @@ -1 +1 @@ -91583a14bcbd637adaa9b07ea49c5d4b attr_2.4.43-1.tar.gz +adeefe65c5ad1febe46da185c5bfd5d4 attr-2.4.44.src.tar.gz diff --git a/base/libattr/Pkgfile b/base/libattr/Pkgfile index 55cff3b3d..5d54497b4 100644 --- a/base/libattr/Pkgfile +++ b/base/libattr/Pkgfile @@ -4,9 +4,9 @@ # Depends on: name=libattr -version=2.4.43-1 -release=2 -source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}.tar.gz) +version=2.4.44 +release=1 +source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-${version}.src.tar.gz) build() { cd attr-${version%-1} |