diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-09-10 09:26:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-10 12:24:53 +0300 |
commit | 9526fbef4d8db67fe96f98d687b0370dd1e0c0b7 (patch) | |
tree | f8df211a4306086793e36b876aa989fa606c5da7 /gnu/packages/xml.scm | |
parent | 0f763641b8387cfa17a85be7f5e6304e3e1872f4 (diff) | |
download | guix-9526fbef4d8db67fe96f98d687b0370dd1e0c0b7.tar.gz |
gnu: libxslt: Update to 1.1.30.
* gnu/packages/xml.scm (libxslt): Update to 1.1.30. [sources]: Remove one patch. * gnu/packages/patches/libxslt-CVE-2016-47738.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 994afbca1f..f1b515703b 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -168,15 +168,14 @@ project (but it is usable outside of the Gnome platform).") (define-public libxslt (package (name "libxslt") - (version "1.1.29") + (version "1.1.30") (source (origin (method url-fetch) (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-" version ".tar.gz")) - (patches (search-patches "libxslt-CVE-2016-4738.patch")) (sha256 (base32 - "1klh81xbm9ppzgqk339097i39b7fnpmlj8lzn8bpczl3aww6x5xm")) + "1cxn21wi0wms3afhnlxwjm8iiykrk29bvckq6gc2d0yy2rhj6rds")) (patches (search-patches "libxslt-generated-ids.patch")))) (build-system gnu-build-system) (home-page "http://xmlsoft.org/XSLT/index.html") |