diff -Nru ruby1.8-1.8.7.375/debian/changelog ruby1.8-1.8.7.375/debian/changelog --- ruby1.8-1.8.7.375/debian/changelog 2015-04-14 22:21:19.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/changelog 2015-04-14 22:59:45.000000000 +0000 @@ -1,4 +1,4 @@ -ruby1.8 (1:1.8.7.375-2bbox1~lucid1) lucid; urgency=medium +ruby1.8 (1:1.8.7.375-2bbox2~lucid1) lucid; urgency=medium * Fix for CVE-2015-1855, backported by tobias.kraze@makandra.de diff -Nru ruby1.8-1.8.7.375/debian/patches/131124_version.patch ruby1.8-1.8.7.375/debian/patches/131124_version.patch --- ruby1.8-1.8.7.375/debian/patches/131124_version.patch 2015-04-14 22:11:06.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/patches/131124_version.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -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 "2015-04-14" - #define RUBY_VERSION_CODE 187 - #define RUBY_RELEASE_CODE 20150414 --#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.375/debian/patches/series ruby1.8-1.8.7.375/debian/patches/series --- ruby1.8-1.8.7.375/debian/patches/series 2015-04-14 22:14:09.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/patches/series 2015-04-14 22:55:58.000000000 +0000 @@ -14,5 +14,5 @@ 120302_ruby_ee.patch use-ldflags.patch 131122_float_parsing_overflow.patch -131124_version.patch -ruby_1_8_7-p374-fixes-2015-04-14.patch \ No newline at end of file +ruby_1_8_7-p374-fixes-2015-04-14.patch +version_update.patch diff -Nru ruby1.8-1.8.7.375/debian/patches/version_update.patch ruby1.8-1.8.7.375/debian/patches/version_update.patch --- ruby1.8-1.8.7.375/debian/patches/version_update.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby1.8-1.8.7.375/debian/patches/version_update.patch 2015-04-14 22:55:58.000000000 +0000 @@ -0,0 +1,16 @@ +diff --git a/version.h b/version.h +index 6b6d57e..38a9d7b 100644 +--- a/version.h ++++ b/version.h +@@ -1,8 +1,8 @@ + #define RUBY_VERSION "1.8.7" +-#define RUBY_RELEASE_DATE "2013-06-27" ++#define RUBY_RELEASE_DATE "2015-04-14" + #define RUBY_VERSION_CODE 187 +-#define RUBY_RELEASE_CODE 20130627 +-#define RUBY_PATCHLEVEL 374 ++#define RUBY_RELEASE_CODE 20150414 ++#define RUBY_PATCHLEVEL 375 + + #define RUBY_VERSION_MAJOR 1 + #define RUBY_VERSION_MINOR 8