GNU bug report logs -
#26209
[PATCH] gnu: chicken: Update to 4.12.0.
Previous Next
Reported by: Kei Kebreau <kei <at> openmailbox.org>
Date: Tue, 21 Mar 2017 18:59:01 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kei <at> openmailbox.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Mar 2017 15:31:55 -0400
with message-id <87zigd2jmc.fsf <at> openmailbox.org>
and subject line Re: bug#26209: [PATCH] gnu: chicken: Update to 4.12.0.
has caused the debbugs.gnu.org bug report #26209,
regarding [PATCH] gnu: chicken: Update to 4.12.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26209: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26209
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/scheme.scm (chicken): Update to 4.12.0.
---
gnu/packages/scheme.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index e1dba9bed..b55d682ad 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -325,18 +325,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
(define-public chicken
(package
(name "chicken")
- (version "4.11.1")
+ (version "4.12.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://code.call-cc.org/releases/"
+ (uri (string-append "https://code.call-cc.org/releases/"
version "/chicken-" version ".tar.gz"))
- (uri (string-append "http://code.call-cc.org/dev-snapshots/"
- "2016/09/12/chicken-" version ".tar.gz"))
(sha256
(base32
- "1rwymbbmnwdyhdzilv9w75an989xw9kjf3x52iqdng3nphpflcga"))
- (patches
- (search-patches "chicken-CVE-2016-6830+CVE-2016-6831.patch"))))
+ "12b9gaa9lqh39lj1v4wm48f6z8ww3jdkvc5bh9gqqvn6kd2wwnk0"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
@@ -359,12 +355,6 @@ mashups, office (web agendas, mail clients, ...), etc.")
;; Parallel builds are not supported, as noted in README.
#:parallel-build? #f))
- ;; One of the tests ("testing direct invocation can detect calls of too
- ;; many arguments...") times out when building with a more recent GCC.
- ;; The problem was reported here:
- ;; https://lists.gnu.org/archive/html/chicken-hackers/2015-04/msg00059.html
- (native-inputs
- `(("gcc" ,gcc-4.8)))
(home-page "http://www.call-cc.org/")
(synopsis "R5RS Scheme implementation that compiles native code via C")
(description
--
2.12.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Tue, Mar 21, 2017 at 04:51:35PM -0400, Kei Kebreau wrote:
>> * gnu/packages/scheme.scm (chicken): Update to 4.12.0.
>> ---
>> .../chicken-CVE-2016-6830+CVE-2016-6831.patch | 81 -------------
>> gnu/packages/patches/chicken-CVE-2017-6949.patch | 132 +++++++++++++++++++++
>> gnu/packages/scheme.scm | 16 +--
>
> Remember to update 'gnu/local.mk'. Otherwise LGTM
Thanks for the reminder. Pushed to master as
359e9c4215c624a3fa7235096b49902238ce7864.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.