guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: pcre: Update to 8.40.


From: Leo Famulari
Subject: 01/01: gnu: pcre: Update to 8.40.
Date: Mon, 23 Jan 2017 05:55:57 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 026ee1a5a669658c8d4745c2733b4c201ca0e48e
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 00:44:09 2017 -0500

    gnu: pcre: Update to 8.40.
    
    * gnu/packages/pcre.scm (pcre): Update to 8.40.
    [source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
---
 gnu/packages/pcre.scm |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index fe9157a..9ca950b 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -31,7 +31,7 @@
 (define-public pcre
   (package
    (name "pcre")
-   (version "8.38")
+   (version "8.40")
    (source (origin
             (method url-fetch)
             (uri (list
@@ -42,8 +42,7 @@
                                  version "/pcre-" version ".tar.bz2")))
             (sha256
              (base32
-              "1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))
-            (patches (list (search-patch "pcre-CVE-2016-3191.patch")))))
+              "1x7lpjn7jhk0n3sdvggxrlrhab8kkfjwl7qix0ypw9nlx8lpmqh0"))))
    (build-system gnu-build-system)
    (outputs '("out"           ;library & headers
               "bin"           ;depends on Readline (adds 20MiB to the closure)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]