Change logs for rubygems source package in Precise

  • rubygems (1.8.15-1ubuntu0.1) precise-security; urgency=low
    
      * SECURITY UPDATE: Add proper handling of SSL connections
        - debian/patches/CVE-2012-2125-2126.patch: Perform certificate
          verification and disallow HTTP->HTTPS redirection. Based on upstream
          patch.
        - CVE-2012-2125
        - CVE-2012-2126
      * debian/control: Add ca-certificates to rubygems depends for certificate
        verification
     -- Tyler Hicks <email address hidden>   Wed, 19 Sep 2012 00:25:16 -0700
  • rubygems (1.8.15-1) unstable; urgency=low
    
    
      * New upstream release.
    
     -- Daigo Moriwaki <email address hidden>  Sat, 21 Jan 2012 16:04:00 +0900
  • rubygems (1.8.15-0ubuntu1) precise; urgency=low
    
      * New upstream release
        - Refresh patches
     -- Scott Kitterman <email address hidden>   Wed, 11 Jan 2012 00:50:54 -0500
  • rubygems (1.8.10-1) unstable; urgency=low
    
      * debian/watch: point to rubygems.org
      * debian/copyright: change to a working url in Format: field
      * Add build-dependency on ruby-minitest.
      * switch to my @d.o email.
      * Refresh patches:
        + 08_tighter_search_regex.diff: drop.
        + 01_default_gem_path.diff: refresh.
        + disable-failing-tests.diff: refresh.
        + disable-tests-failing-as-root.diff: refresh.
      * Bump standards-version to 3.9.2. No changes needed.
      * disable-failing-tests.diff: add more failing tests.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 Oct 2011 10:03:53 +0000
  • rubygems (1.7.2-1) unstable; urgency=low
    
      [ Lucas Nussbaum ]
      * New upstream release.
      * Switch to gem2deb-based packaging. Rename source and binary packages.
      * Drop 50_add_missing_require_yaml.diff: fixed upstream.
      * Change 01_default_gem_path.diff:
        + executables are now installed to /usr/local/bin.
        + but the other files created by rubygems stay in /var/lib/gems/1.8.
        Several commenters in #448639 and #403407 argued in favor of the switch to
        /usr/local/bin. Those two bugs can therefore be closed. However, the issue
        is not completely solved, as rubygems still installs files in /var/lib/gems.
        Nobody in the bug logs explained why that was an issue. If you care about
        it, please open a new bug. Closes: #448639, #403407
      * Add disable-failing-tests.diff: disable tests that are failing due to
        Debian-specific changes to rubygems.
    
      [ Daigo Moriwaki ]
      * Switched the build framework from cdbs to dh. (thanks to Lucas)
    
    libgems-ruby (1.6.2-1) unstable; urgency=low
    
      * New upstream release
      * debian/control:
        - Bumped up Standards-Version to 3.9.1.
        - The rubygems package recommends ruby-dev
          (Closes: #466189, #600165)
        - Ruby 1.8.7 or later is required by the upstream.
        - ruby1.9.1 is no longer required for build.
      * debian/changelog: Replaced the 'debianize' word.
    
    libgems-ruby (1.3.7-3) unstable; urgency=low
    
      [ Lucas Nussbaum ]
      * Team Upload.
      * Recommend libruby1.8-dev and build-essential instead of suggesting them,
        because we have to answer that FAQ too frequently. LP: #244742
    
      [ Clint Byrum ]
      * debian/patches/50_add_missing_require_yaml.diff require 'yaml' in 
        lib/rubygems/specification.rb (Closes: #597554)
    
    libgems-ruby (1.3.7-2) unstable; urgency=high
    
      * Team upload.
      * Drop rubygems for 1.9.1, as it was moved to the ruby1.9.1 source package
        in version 1.9.2.0-1.
      * Provide a way to override Debian's disabling of gem update --system by
        setting an environment variable.
        This change is a compromise solution to solve long-standing user complaints
        about Rubygems in Debian.
    
    libgems-ruby (1.3.7-1) unstable; urgency=low
    
      [ Lucas Nussbaum ]
      * Team upload.
      * Drop rdoc1.8 and rdoc1.9.1 from Build-Depends, as those packages were
        merged into ruby1.8 and ruby1.9.1.
    
      [ Daigo Moriwaki ]
      * New upstream release. (Closes: #589511)
      * Converted dpatch to quilt.
      * Removed: debian/patches/20100408-version_requirements-r2459.dpatch,
        which has been applied by the upstream.
    
    libgems-ruby (1.3.6-2) unstable; urgency=low
    
      * Added a patch: debian/patches/20100408-version_requirements-r2459.dpatch
        fixing an undefined method error (version_requirements=), which is a
        backport from the upstream r2459. Thanks to Jeremy Lal.
        (Closes: #576870)
    
    libgems-ruby (1.3.6-1) unstable; urgency=low
    
      * New upstream release (Closes: #574801)
      * Added debian/README.source due to depending on dpatch to build.
      * debian/control: Bumped up Standards-Version to 3.8.4.
    
    libgems-ruby (1.3.5-2) unstable; urgency=low
    
      * debian/rules: Fixed a FTBFS bug. Thanks to Jon Bernard for a patch.
        (Closes: #549778)
    
    libgems-ruby (1.3.5-1) unstable; urgency=low
    
      * New upstream release.
      * Removed rubygems1.9 package. Instread, provide rubygems1.9.1 for
        ruby1.9.1.
      * added debian/fixshebang.sh to fix a shebang line.
      * debian/control: Bumped up Standards-Version to 3.8.2.
    
    libgems-ruby (1.3.4-1) unstable; urgency=low
    
      * New upstream release.
    
    libgems-ruby (1.3.3-1) unstable; urgency=low
    
      * New upstream release
      * Gems failed to build a gem package with a gemspec that does not have a
        homepage attribute. This issue has been fixed by the upstream. 
        (Closes: #529713)
    
    libgems-ruby (1.3.2-1) unstable; urgency=low
    
      [ Daigo Moriwaki ]
      * New upstream release.
      * debian/control:
        - Bumped up the Standards-Version to 3.8.1.
        - Depend ${misc:Depends} as well.
      * debian/rules:
        - Removed a deprecated dependency to a 'TODO' file.
      * Bumped up the compat level to 7.
        - debian/compat
        - debian/control.
    
      [ Gunnar Wolf ]
      * Changed section to Ruby as per ftp-masters' request
    
    libgems-ruby (1.3.1-1) experimental; urgency=low
    
      * New upstream release.
      * Removed debian/patches/21_avoid_ioseek.dpatch since the upstream checks
        I/O errors now.
    
    libgems-ruby (1.2.0-3) unstable; urgency=low
    
      * debian/control:
        - `rubygems' is present again to provide a dependency
          package referring to rubygems1.8. 
        - Bumped up Standards-Version to 3.8.0: used ${binary:Version} instread.
    
    libgems-ruby (1.2.0-2) unstable; urgency=low
    
      * debian/rules: Fixed a file conflict with libruby1.9 (Closes: #493309)
    
    libgems-ruby (1.2.0-1) unstable; urgency=low
    
      * New upstream release. (Closes: #487820)
      * debian/control: Specified a minimum version of ruby1.9 because the 
        rubygems package was merged.
    
    libgems-ruby (1.1.1-2) experimental; urgency=low
    
      * The rubygems and libgems-ruby1.8 packages are now deprecated and merged
        into a new rubygems1.8 package. In addition, this source also provides 
        rubygems1.9. 
    
    libgems-ruby (1.1.1-1) unstable; urgency=low
    
      * New upstream release.
      * No "instaling" (typo) found. Fixed by the upstream. (Closes: #443135)
      * debian/patches/01_default_gem_path.dpatch: install executables to
        /var/lib/gems/1.8/bin. (Closes: #458987, #480250)
      * debian/control: 'rubygems' package now Suggests ruby1.8-dev and
        build-essential since some gems may require native build. 
        (Closes: #466189)
      * gem now respects --http-proxy. Fixed by the upstream. (Closes: #414703)
    
    libgems-ruby (1.0.1-4) unstable; urgency=low
    
      * debian/etc/bash_completion.d/gem1.8: The completion did not work
        because of a wrong function name. This issue has been fixed. 
        Thanks to Victor Serbin.
    
    libgems-ruby (1.0.1-3) unstable; urgency=low
    
      * BTS numbers to be closed were wrong at 1.0.0-1.
        (Closes: #457065, #457180)
    
    libgems-ruby (1.0.1-2) unstable; urgency=low
    
      * debian/postrm: Only the /var/lib/gems/1.8 directory should be removed.
    
    libgems-ruby (1.0.1-1) unstable; urgency=low
    
      * New upstream release.
      * debian/control: depends rdoc1.8 instead of rake. Explicitly use 
        rdoc1.8 to generate documentations because rake depends on RubyGems.
    
    libgems-ruby (1.0.0-1) unstable; urgency=low
    
      [ Daigo Moriwaki ]
      * New upstream release (Closes: #45706, #45718, #443135).
      * Removed patches since the upstream has resolved the issues
        - debian/patches/03_config_file.dpatch
        - debian/patches/04_gem_runner.dpatch
        - debian/patches/06_dependency_list.dpatch
        - debian/patches/07_security.dpatch
        - debian/patches/10_datadir.dpatch
      * Replaced patches with a new and upstream-friendly way.
        Thanks to James Healy <jimmy at deefa dot com>.
        - Removed debian/patches/01_rubygems.dpatch
        - Removed debian/patches/02_post-install.dpatch
        - Added debian/patches/01_default_gem_path.dpatch
      * Removed patches for --build-root command option, which is no longer 
        supported.
        - 05_gem_commands.dpatch
        - 09_installer.dpatch 
      * debian/patches/08_tighter_search_regex.dpatch: Followed the upstream 
        changes. Thanks to James Healy.
      * Added debian/patches/03_disable_update_system.dpatch: 
        Disabled gem update --system (Closes: #452547).
        Thanks to James Healy. 
      * debian/patches/21_avoid_ioseek.dpatch: Added a description.
      * Added debian/etc/bash_completion.d/gem1.8 instead of patching
        by debian/patches/22_add_bash_completion.dpatch 
        - Improved a description. Thanks to James Healy.
        - Followed new options. 
          Thanks to Victor Serbin <chepel at hotmail dot com>.
      * Removed man pages and corrected debian/rules since the commands 
        are gone.
        - debian/gem_mirror.1
        - debian/gem_server.sgml
        - debian/gemlock.1, 
        - debian/gemri.1
        - debian/gemwhich.sgml
        - debian/index_gem_repository.1
      * debian/libgems-ruby1.8.docs: Included 'html/' (instead of 'docs/') 
        where documents are correctly generated. 'Releases' is no longer 
        provided.
      * Added debian/rubygems.manpages. Thanks to James Healy.
      * debian/control:
        - Added rake in Build-Depends-Indep to generate documentations.
        - Removed unnecessary docbook-to-man from Build-Depends-Indep.
        - Bumped Standards-Version to 3.7.3.
      * Added debian/prerm and debian/postrm: /usr/bin/gem and gem1.8 are 
        now managed by Debian alternatives system.
    
      [ Arnaud Cornet ]
      * Use new Homepage dpkg header.
    
    libgems-ruby (0.9.4-4) unstable; urgency=low
    
      * debian/patches/22_add_bash_completion.dpatch: imported Ubuntu's work.
        It enables bash completion for the gem command.
        Thanks to Ubuntu MOTU Developers.
      * move debian/README.Debian to debian/rubygems.README.Debian.
    
    libgems-ruby (0.9.4-3) unstable; urgency=low
    
      * debian/control: Replace deprecated ${Source-Version} with
        ${source:Version}. Thanks to Paul van Tilburg.
    
    libgems-ruby (0.9.4-2) unstable; urgency=low
    
      * debian/control: The rubygems package depends on the libgems-ruby package
        having a particuler version same as source's. (Closes: #434167)
    
    libgems-ruby (0.9.4-1) unstable; urgency=low
    
      * New upstream release. (Closes: #426190)
      * Removed dummy entries in this changelog.
    
    libgems-ruby (0.9.3-1) unstable; urgency=low
    
      * New upstream release. (Closes: #407576)
      * Stopped using the "Uploaders rule".
      * debian/control
        - Bumped up Standards-Version to 3.7.2.
        - The rubygems package now depends on ruby1.8 instead of ruby because
          shebangs in scripts are /usr/bin/ruby1.8.
        - Description 'Homepage:' should preceed 2 spaces. (Closes: #415221)
      * The upstream's URL has been changed. (Closes: #413251)
      * The shebang of /usr/bin/gem is now "#!/usr/bin/ruby1.8" instead of
        "#!/usr/bin/env ruby". (Closes: #416775)
      * CVE-2007-0469: RubyGems did not check installation paths for gems
        before writing files. (Closes: #408299)
    
    libgems-ruby (0.9.0-6) unstable; urgency=low
    
      * Installing gems on s390 did not work because of an IO.seek trouble.
        Add a patch (debian/patches/21_avoid_ioseek.dpatch) for a workaround.
        (Closes: #406388)
    
    libgems-ruby (0.9.0-5) unstable; urgency=medium
    
      * Nothing is changed but uploading to the unstable distribtion. In order to
        make it into Etch's freeze, the urgency is bumped up.
    
    libgems-ruby (0.9.0-4) experimental; urgency=low
    
      * Fixed the watch-file again (typo in group_id). Thanks to Paul van Tilburg.
    
    libgems-ruby (0.9.0-3) experimental; urgency=low
    
      * Fixed the watch-file. Thanks to Paul van Tilburg.
    
    libgems-ruby (0.9.0-2) experimental; urgency=low
    
      * Apply a patch of Marcus Rueckert for the --build-root option of the gem
        command where the files are to be installed.
        http://rubyforge.org/pipermail/rubygems-developers/2006-June/002010.html
    
    libgems-ruby (0.9.0-1) experimental; urgency=low
    
      * New upstream release.
      * debian/generate_yaml_index.sgml was removed because the upstream deleted
        the command.
      * Write man pages for gem, gemlock, gemri, index_gem_repository and
        gem_mirror.
      * Add a patch (debian/patches/10_datadir.dpatch) which removes the
        unnecessary shebang.  
    
    libgems-ruby (0.8.11-4) experimental; urgency=low
    
      * Add ruby1.8-dev to the recommends as users may build gem native
        extensions.  (Closes: #373843)
      * Move Build-Depends-Indep to Build-Depends as per policy section 7.6.
      * Put Standards-Version to the latest version, 3.7.2.
      * Put the debhelper version that is depended on to 5.
    
    libgems-ruby (0.8.11-3) experimental; urgency=low
    
      * This package is now managed under pkg-ruby-extras
        https://alioth.debian.org/projects/pkg-ruby-extras/.
      * Add debian/control.in, which generates debian/control.
      * debian/patches/01_rubygems.dpatch: Fix a bug. GEM_HOME is now available to
        specify where gems are to be installed.
    
    libgems-ruby (0.8.11-2) experimental; urgency=low
    
      * debian/patches/08_tighter_search_regex.dpatch: new. fix a bug where the
        regular expression in the local gem searching code was not using the ^ and
        $ anchors on the gem name given on the command line, resulting in failures
        when another gem then the specified has a substring match.  (Blair Zajac
        <email address hidden>)
    
      * debian/patches/09_installer.dpatch: new. fix a issue where executables
        of installed gems were not uninstalled.
    
    libgems-ruby (0.8.11-1) experimental; urgency=low
    
      * Initial Release [closes: #282429].
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:46:39 +0000