diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2008-07-06 00:40:55 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-07-15 20:39:54 +0200 |
commit | 8cf225f5e06741430c66da9d32d93f8347b15f45 (patch) | |
tree | 19666b464ef1c75629565fee96666370bb664e2c /libarchive | |
parent | 185a9be3ffb622c2fff7b02a6f043776d5330811 (diff) | |
download | pkgutils-8cf225f5e06741430c66da9d32d93f8347b15f45.tar.gz pkgutils-8cf225f5e06741430c66da9d32d93f8347b15f45.tar.xz |
libarchive: updated to 2.5.5.
Diffstat (limited to 'libarchive')
-rw-r--r-- | libarchive/.footprint | 6 | ||||
-rw-r--r-- | libarchive/.md5sum | 3 | ||||
-rw-r--r-- | libarchive/Pkgfile | 9 | ||||
-rw-r--r-- | libarchive/libarchive.diff | 12 |
4 files changed, 6 insertions, 24 deletions
diff --git a/libarchive/.footprint b/libarchive/.footprint index fc46a4ee..2a9ec878 100644 --- a/libarchive/.footprint +++ b/libarchive/.footprint @@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libarchive.a -rwxr-xr-x root/root usr/lib/libarchive.la -lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.4.17 -lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.4.17 --rwxr-xr-x root/root usr/lib/libarchive.so.2.4.17 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.5.5 +lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.5.5 +-rwxr-xr-x root/root usr/lib/libarchive.so.2.5.5 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/bsdtar.1.gz diff --git a/libarchive/.md5sum b/libarchive/.md5sum index d3ccebe6..f218b5bd 100644 --- a/libarchive/.md5sum +++ b/libarchive/.md5sum @@ -1,2 +1 @@ -13a6dd5f21b08713dccdd6489685fe77 libarchive-2.4.17.tar.gz -c094540d9e61575be3dbc014738ae93d libarchive.diff +ff6387de3a3830785b229d1e1f11f523 libarchive-2.5.5.tar.gz diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 6c0a886b..f4dc91ad 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -4,18 +4,13 @@ # Depends on: bzip2, zlib name=libarchive -version=2.4.17 +version=2.5.5 release=1 -source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz \ - $name.diff) +source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz) build() { cd libarchive-$version - # disable the tests here, so that we don't have to pull in sharutils - # for uudecode. - patch -Np1 -i $SRC/$name.diff - ./configure --prefix=/usr --mandir=/usr/man make diff --git a/libarchive/libarchive.diff b/libarchive/libarchive.diff deleted file mode 100644 index 790900eb..00000000 --- a/libarchive/libarchive.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -aur libarchive-2.4.13.orig/Makefile.in libarchive-2.4.13/Makefile.in ---- libarchive-2.4.13.orig/Makefile.in 2008-02-26 09:09:09.000000000 +0100 -+++ libarchive-2.4.13/Makefile.in 2008-02-29 14:31:05.416125182 +0100 -@@ -458,7 +458,7 @@ - # - lib_LTLIBRARIES = libarchive.la - man_MANS = $(libarchive_man_MANS) $(bsdtar_man_MANS) $(bsdcpio_man_MANS) --BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h $(libarchive_test_REFFILES) $(bsdcpio_test_REFFILES) -+BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h - TESTS_ENVIRONMENT = $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT) - # Always build and test both bsdtar and bsdcpio as part of 'distcheck' - DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio |