diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-28 21:09:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-28 21:10:25 -0500 |
commit | f265a3cee55c5fbbd9e05ec351ae562274b55df6 (patch) | |
tree | 1c1e0751ce0db60d17c9c9097f3a08c56f1defb1 /gnu/packages/backup.scm | |
parent | e673a1df29bd572a770b0aa76ee240b50c91ef2f (diff) | |
download | patches-f265a3cee55c5fbbd9e05ec351ae562274b55df6.tar patches-f265a3cee55c5fbbd9e05ec351ae562274b55df6.tar.gz |
gnu: libarchive: Update to 3.2.2.
* gnu/packages/backup.scm (libarchive): Update to 3.2.2.
[source]: Remove obsolete patches.
* gnu/packages/patches/libarchive-7zip-heap-overflow.patch,
gnu/packages/patches/libarchive-fix-filesystem-attacks.patch,
gnu/packages/patches/libarchive-fix-symlink-check.patch,
gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch:
Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 203ff4c9dc..d127769986 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -172,20 +172,15 @@ backups (called chunks) to allow easy burning to CD/DVD.") (define-public libarchive (package (name "libarchive") - (version "3.2.1") + (version "3.2.2") (source (origin (method url-fetch) (uri (string-append "http://libarchive.org/downloads/libarchive-" version ".tar.gz")) - (patches (search-patches - "libarchive-7zip-heap-overflow.patch" - "libarchive-fix-symlink-check.patch" - "libarchive-fix-filesystem-attacks.patch" - "libarchive-safe_fprintf-buffer-overflow.patch")) (sha256 (base32 - "1lngng84k1kkljl74q0cdqc3s82vn2kimfm02dgm4d6m7x71mvkj")))) + "03q6y428rg723c9fj1vidzjw46w1vf8z0h95lkvz1l9jw571j739")))) (build-system gnu-build-system) ;; TODO: Add -L/path/to/nettle in libarchive.pc. (inputs |