diff options
author | Juergen Daubert <jue@jue.li> | 2016-04-26 10:14:39 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-04-26 10:14:39 +0200 |
commit | 442da09b103ca7b20038839044da7c9dcd6a45ab (patch) | |
tree | 9849f0f3505e4d9126f27ba9073e90273b204347 /dar | |
parent | 1961f530c80deb0bc5130d7d741ff7ecc18b8b66 (diff) | |
download | opt-442da09b103ca7b20038839044da7c9dcd6a45ab.tar.gz opt-442da09b103ca7b20038839044da7c9dcd6a45ab.tar.xz |
dar: update to 2.5.4
Diffstat (limited to 'dar')
-rw-r--r-- | dar/.footprint | 9 | ||||
-rw-r--r-- | dar/.md5sum | 2 | ||||
-rw-r--r-- | dar/Pkgfile | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dar/.footprint b/dar/.footprint index 60ba28579..08cb14bcd 100644 --- a/dar/.footprint +++ b/dar/.footprint @@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/cat_entree.hpp -rw-r--r-- root/root usr/include/dar/cat_inode.hpp -rw-r--r-- root/root usr/include/dar/cat_nomme.hpp +-rw-r--r-- root/root usr/include/dar/cat_tools.hpp -rw-r--r-- root/root usr/include/dar/catalogue.hpp -rw-r--r-- root/root usr/include/dar/compile_time_features.hpp -rw-r--r-- root/root usr/include/dar/compressor.hpp @@ -29,6 +30,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/crypto.hpp -rw-r--r-- root/root usr/include/dar/crypto_asym.hpp -rw-r--r-- root/root usr/include/dar/crypto_sym.hpp +-rw-r--r-- root/root usr/include/dar/cygwin_adapt.hpp -rw-r--r-- root/root usr/include/dar/data_tree.hpp -rw-r--r-- root/root usr/include/dar/database.hpp -rw-r--r-- root/root usr/include/dar/database_options.hpp @@ -79,6 +81,7 @@ drwxr-xr-x root/root usr/include/dar/ -rw-r--r-- root/root usr/include/dar/secu_memory_file.hpp -rw-r--r-- root/root usr/include/dar/secu_string.hpp -rw-r--r-- root/root usr/include/dar/slice_layout.hpp +-rw-r--r-- root/root usr/include/dar/smart_pointer.hpp -rw-r--r-- root/root usr/include/dar/statistics.hpp -rw-r--r-- root/root usr/include/dar/storage.hpp -rw-r--r-- root/root usr/include/dar/thread_cancellation.hpp @@ -94,9 +97,9 @@ drwxr-xr-x root/root usr/include/dar/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdar64.a -rwxr-xr-x root/root usr/lib/libdar64.la -lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.7.3 -lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.7.3 --rwxr-xr-x root/root usr/lib/libdar64.so.5000.7.3 +lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.8.0 +lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.8.0 +-rwxr-xr-x root/root usr/lib/libdar64.so.5000.8.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libdar64.pc drwxr-xr-x root/root usr/share/ diff --git a/dar/.md5sum b/dar/.md5sum index f40ee05fe..6dd8debc1 100644 --- a/dar/.md5sum +++ b/dar/.md5sum @@ -1,2 +1,2 @@ -1587dcb65afdc7aeaa00c24d13695d8c dar-2.5.3.tar.gz +a64591ce1562c75687512a7f4ab27160 dar-2.5.4.tar.gz f453ca0df13e48ca72095f9ef71529c9 darrc diff --git a/dar/Pkgfile b/dar/Pkgfile index 9d6b6577d..d0600727d 100644 --- a/dar/Pkgfile +++ b/dar/Pkgfile @@ -4,9 +4,9 @@ # Depends on: attr, lzo, zlib, bzip2, xz, libgcrypt name=dar -version=2.5.3 +version=2.5.4 release=1 -source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar.gz \ +source=(http://downloads.sourceforge.net/project/dar/dar/v$version/$name-$version.tar.gz \ darrc) build () { @@ -15,6 +15,7 @@ build () { ./configure --prefix=/usr \ --disable-nls \ --enable-mode=64 \ + --disable-gpgme-linking \ --disable-build-html make |