[chicken] Upstream 4.8.0.5.

Ricky Elrod codeblock at fedoraproject.org
Sun Nov 24 23:16:24 UTC 2013


commit d1cc6ce161a61c208b93d70c96bc28a1d7790279
Author: Ricky Elrod <ricky at elrod.me>
Date:   Sun Nov 24 18:16:11 2013 -0500

    Upstream 4.8.0.5.

 .gitignore          |    1 +
 CVE-2013-4385.patch |  164 ---------------------------------------------------
 chicken.spec        |   11 ++--
 sources             |    2 +-
 4 files changed, 7 insertions(+), 171 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7a766f..59d1ee8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /chicken-4.8.0.3.tar.gz
 /chicken-4.8.0.4.tar.gz
+/chicken-4.8.0.5.tar.gz
diff --git a/chicken.spec b/chicken.spec
index 0d8c6dd..924dc4a 100644
--- a/chicken.spec
+++ b/chicken.spec
@@ -1,8 +1,8 @@
 %global bootstrap 0
 
 Name:           chicken
-Version:        4.8.0.4
-Release:        4%{?dist}
+Version:        4.8.0.5
+Release:        1%{?dist}
 Summary:        A practical and portable Scheme system
 
 Group:          Development/Languages
@@ -10,7 +10,6 @@ License:        BSD
 URL:            http://call-cc.org
 Source0:        http://code.call-cc.org/releases/4.8.0/%{name}-%{version}.tar.gz
 Patch0:         make_cflags_work.patch
-Patch1:         CVE-2013-4385.patch
 BuildRequires:  chrpath
 
 %if 0%{?rhel}
@@ -32,9 +31,6 @@ Scheme language standard, and includes many enhancements and extensions.
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 
-# CVE-2013-4385, remove this for 4.8.0.5
-%patch1 -p1
-
 %package doc
 Summary: Documentation files for CHICKEN scheme.
 
@@ -115,6 +111,9 @@ chrpath --delete %{buildroot}/%{_bindir}/*
 %{_docdir}/chicken/manual
 
 %changelog
+* Sun Nov 24 2013 Ricky Elrod <codeblock at fedoraproject.org> - 4.8.0.5-1
+- Upstream 4.8.0.5.
+
 * Fri Sep 27 2013 Ricky Elrod <codeblock at fedoraproject.org> - 4.8.0.4-4
 - Add upstream patch for CVE-2013-4385, until 4.8.0.5 is released.
   http://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=commitdiff;h=cd1b9775005ebe220ba11265dbf5396142e65f26
diff --git a/sources b/sources
index e39c72d..7505df5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71621afa6a39df98d011db08c76e2fa0  chicken-4.8.0.4.tar.gz
+a63d8a0b6bc58a97ec5cc4c4a19b308a  chicken-4.8.0.5.tar.gz


More information about the scm-commits mailing list