[DRE-commits] [SCM] rubygems.git branch, master, updated. debian/1.8.24-1

Daigo Moriwaki daigo at debian.org
Sat Jun 9 13:48:37 UTC 2012


The following commit has been merged in the master branch:
commit 0f663976d32ba87ce9219c16f5135eb32f0a1b7c
Author: Daigo Moriwaki <daigo at debian.org>
Date:   Sat Jun 9 22:44:27 2012 +0900

    * New upstream release. (Closes: #670228)
      - Fixes CVE-2012-2125 CVE-2012-2126.
      - Build-Depends on debhelper (>= 8.1.0). (Closes: #667054)
      - Bumps up Standards-Version to 3.9.3.
      - Fixes the incorrect use of assert_match.  (Closes: #674401)

diff --git a/debian/changelog b/debian/changelog
index bd16220..6e1771c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
 rubygems (1.8.24-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release. (Closes: #670228)
+    - Fixes CVE-2012-2125 CVE-2012-2126.
   * debian/control:
-    - Bumped up Standards-Version to 3.9.3.
+    - Build-Depends on debhelper (>= 8.1.0). (Closes: #667054)
+    - Bumps up Standards-Version to 3.9.3.
     - rubygems-doc no longer depends on rubygems,
       fixing a lintian warning: doc-package-depends-on-main-package.
   * Added a patch: debian/patches/20120608-fix-test_gem_platform.rb.diff
     - Imported from the upstream 4a85e2ac70579c32031766338505e85b2c392b27.
   * Added a patch: debian/patches/20120608-fix-assert_match.diff
-    - Fixed the incorrect use of assert_match.
+    - Fixes the incorrect use of assert_match.  (Closes: #674401)
 
  -- Daigo Moriwaki <daigo at debian.org>  Sat, 09 Jun 2012 18:22:42 +0900
 
diff --git a/debian/control b/debian/control
index bf1f8ab..768f451 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Lucas Nussbaum <lucas at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), rake, ruby-minitest, netbase
+Build-Depends: debhelper (>= 8.1.0), gem2deb (>= 0.2.2), rake, ruby-minitest, netbase
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/rubygems.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/rubygems.git;a=summary

-- 
rubygems.git



More information about the Pkg-ruby-extras-commits mailing list