GNU bug report logs -
#27769
[PATCH] gnu: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244, 7245, 7246}].
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 20 Jul 2017 02:23:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27769 in the body.
You can then email your comments to 27769 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#27769
; Package
guix-patches
.
(Thu, 20 Jul 2017 02:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Jul 2017 02:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41.
(pcre/fixed): Replace with ...
(pcre-8.41): ... new variable.
---
gnu/packages/pcre.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 67a8db1c7..8dd509931 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -34,7 +34,7 @@
(package
(name "pcre")
(version "8.40")
- (replacement pcre/fixed)
+ (replacement pcre-8.41)
(source (origin
(method url-fetch)
(uri (list
@@ -72,12 +72,20 @@ POSIX regular expression API.")
(license license:bsd-3)
(home-page "http://www.pcre.org/")))
-(define pcre/fixed
+(define pcre-8.41
(package
(inherit pcre)
+ (version "8.41")
(source (origin
- (inherit (package-source pcre))
- (patches (search-patches "pcre-CVE-2017-7186.patch"))))))
+ (method url-fetch)
+ (uri (list (string-append "mirror://sourceforge/pcre/pcre/"
+ version "/pcre-" version ".tar.bz2")
+ (string-append "ftp://ftp.csx.cam.ac.uk"
+ "/pub/software/programming/pcre/"
+ "pcre-" version ".tar.bz2")))
+ (sha256
+ (base32
+ "0c5m469p5pd7jip621ipq6hbgh7128lzh7xndllfgh77ban7wb76"))))))
(define-public pcre2
(package
--
2.13.3
Information forwarded
to
guix-patches <at> gnu.org
:
bug#27769
; Package
guix-patches
.
(Thu, 20 Jul 2017 08:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 27769 <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> skribis:
> * gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41.
> (pcre/fixed): Replace with ...
> (pcre-8.41): ... new variable.
LGTM!
> - (patches (search-patches "pcre-CVE-2017-7186.patch"))))))
Should we remove this patch as well?
For ‘core-updates’, I suggest we keep 8.41 it as a graft. WDYT?
Thank you!
Ludo’.
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 20 Jul 2017 12:36:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Thu, 20 Jul 2017 12:36:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 27769-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, Jul 20, 2017 at 10:35:28AM +0200, Ludovic Courtès wrote:
> > - (patches (search-patches "pcre-CVE-2017-7186.patch"))))))
>
> Should we remove this patch as well?
Yes! I was rushing to finish this at the end of the night and I sent a
preliminary version of this change by mistake :/
> For ‘core-updates’, I suggest we keep 8.41 it as a graft. WDYT?
Agreed, I think we should not make any more big changes on that branch
unless we have to.
Pushed as 426b0b898f70a58133d80779980f163a5761686e.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 18 Aug 2017 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.