diff -Nru ruby1.8-1.8.7.374/debian/changelog ruby1.8-1.8.7.375/debian/changelog --- ruby1.8-1.8.7.374/debian/changelog 2013-11-23 20:09:18.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/changelog 2013-11-24 13:42:17.000000000 +0000 @@ -1,9 +1,10 @@ -ruby1.8 (1:1.8.7.374-1bbox3~quantal1) quantal; urgency=high +ruby1.8 (1:1.8.7.375-1bbox1~quantal1) quantal; urgency=high * Fix a problem with the patch for CVE-2013-4164. * Fix building on Raring and Saucy + * Bumped patch level to 375 - -- John Leach Sat, 23 Nov 2013 18:16:11 +0000 + -- John Leach Sun, 24 Nov 2013 13:25:07 +0000 ruby1.8 (1:1.8.7.374-1bbox2~lucid1) lucid; urgency=high diff -Nru ruby1.8-1.8.7.374/debian/patches/131124_version.patch ruby1.8-1.8.7.375/debian/patches/131124_version.patch --- ruby1.8-1.8.7.374/debian/patches/131124_version.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/patches/131124_version.patch 2013-11-24 13:39:10.000000000 +0000 @@ -0,0 +1,13 @@ +diff --git a/version.h b/version.h +index 418be8b..6b0dda7 100644 +--- a/version.h ++++ b/version.h +@@ -3,7 +3,7 @@ + #define RUBY_RELEASE_DATE "2013-06-27" + #define RUBY_VERSION_CODE 187 + #define RUBY_RELEASE_CODE 20130627 +-#define RUBY_PATCHLEVEL 374 ++#define RUBY_PATCHLEVEL 375 + + #define RUBY_VERSION_MAJOR 1 + #define RUBY_VERSION_MINOR 8 diff -Nru ruby1.8-1.8.7.374/debian/patches/series ruby1.8-1.8.7.375/debian/patches/series --- ruby1.8-1.8.7.374/debian/patches/series 2013-11-23 13:44:13.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/patches/series 2013-11-24 13:39:24.000000000 +0000 @@ -13,3 +13,5 @@ tcltk-no-rpath.patch 120302_ruby_ee.patch use-ldflags.patch +131122_float_parsing_overflow.patch +131124_version.patch \ No newline at end of file diff -Nru ruby1.8-1.8.7.374/debian/rules ruby1.8-1.8.7.375/debian/rules --- ruby1.8-1.8.7.374/debian/rules 2013-11-23 19:51:56.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/rules 2013-11-24 13:25:26.000000000 +0000 @@ -53,7 +53,7 @@ # For some reason, builds on raring and saucy end up with pthread needing linking in # Hacky fix, but a fix. lsbcodename := $(shell lsb_release -cs) -ifneq (,$(filter $(lsbcodename),raring,saucy)) +ifneq (,$(filter $(lsbcodename),raring saucy)) DEB_CONFIGURE_USER_FLAGS += --enable-pthread else DEB_CONFIGURE_USER_FLAGS += --disable-pthread