1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: zziplip: Remove upstreamed patch.

This follows up on 008ad64890,
which was absolute bork.

* gnu/packages/compression.scm (zziplib)[source]: Actually remove patch.
* gnu/packages/patches/zziplib-CVE-2018-16548.patch: Actually delete file.
* gnu/local.mk (dist_patch_DATA): Actually remove it.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-16 22:18:48 +02:00
parent 008ad64890
commit 9be04d64aa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
3 changed files with 1 additions and 52 deletions

View file

@ -1576,7 +1576,6 @@ recreates the stored directory structure by default.")
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
; (patches (search-patches "zziplib-CVE-2018-16548.patch"))
(sha256
(base32
"109vznm9cxkqbj5r83qdgcdfk0j4kbg96dqr0q085nhwpgkw7viz"))))