dwww Home | Show directory contents | Find package

ruby3.1 (3.1.2-7+deb12u1) bookworm-security; urgency=medium

  * CVE-2024-27280 / CVE-2024-27281 / CVE-2024-27282
  * Cherrypick changes from 3.1.2-8.2 upload to sid:
    * Update test certificates from ruby 3.2.3. (Closes: #1064034)
    * Disable test needing a working DNS resolver.

 -- Moritz Mühlenhoff <jmm@debian.org>  Fri, 26 Apr 2024 09:47:47 +0200

ruby3.1 (3.1.2-7) unstable; urgency=medium

  * Upload to unstable

 -- Antonio Terceiro <terceiro@debian.org>  Sat, 25 Mar 2023 14:20:34 -0300

ruby3.1 (3.1.2-7~exp) experimental; urgency=medium

  * Update openssl extension to to 3.0.1 (Closes: #1032070)

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 05 Mar 2023 17:13:36 -0300

ruby3.1 (3.1.2-6) unstable; urgency=medium

  * Add missing dependencies for pkg-config test

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 26 Jan 2023 09:34:07 -0300

ruby3.1 (3.1.2-5) unstable; urgency=medium

  * Add autopkgtest to test pkg_config
  * Add build dependency on pkg-config from pkgconf.
    The absence of this build dependency made the check for whether
    pkg-config works fail (because it was not there) at the ./configure
    stage, making RbConfig::CONFIG["PKG_CONFIG"] empty, and therefore broke
    the usage of pkg_config() in extconf.rb scripts.
    This was noticed by Lucas Kanashiro (thanks!) in Ubuntu while rebuilding
    all Ruby packages to add ruby3.1 support, where ruby-augeas and
    ruby-libvirt failed to build.

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 25 Jan 2023 14:46:18 -0300

ruby3.1 (3.1.2-4) unstable; urgency=medium

  * Replace cross pkg-config patch with patches applied upstream
  * Apply upstream patch to fix TZ tests (Closes: #1028890)
  * Drop exclude for TestTimeTZ, not needed anymore
  * debian/libruby3.1.symbols: fix version of rb_gc_ractor_newobj_cache_clear
  * debian/tests/builtin-extensions: also require libraries
  * Add upstream patch to upgrade CGI extension to 0.3.5.
    This fixes an HTTP response splitting vulnerability in CGI [CVE-2021-33621]
    (Closes: #1024799)

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 15 Jan 2023 08:27:59 -0300

ruby3.1 (3.1.2-3) unstable; urgency=medium

  [ Antonio Terceiro ]
  * Use current Ruby version as baseruby for crossbuilding.
    This fixes crossbuilding Ruby when it's not the default Ruby version.
  * rbconfig, mkmf: call foreign pkg-config when cross compiling
    (Closes: #1019520)
  * libruby3.1: depend on packages that used to be provided by ruby2.7.
    This allows *ruby2.7 to be removed after upgrades from bullseye where
    the user has installed packages that depend on either ruby-webrick or
    ruby-sdbm.
  * debian/rules: remove extension build directories.
    This should make libruby3.1 cross-installable, because those directories
    contains files that are architecture-dependent. Also, installing source
    files and build scripts for extensions makes no sense (and we already
    remove them for individual Ruby packages).

  [ Vagrant Cascadian ]
  * debian/rules: Strip the build path from rbconfig.rb

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 11 Sep 2022 07:42:05 -0300

ruby3.1 (3.1.2-2) unstable; urgency=medium

  [ Antonio Terceiro ]
  * debian/rules: delete build artifacts from default gems
  * Drop ppc64el-specific test exclusions
  * debian/genprovides: don't generate ruby-rake
  * Stop providing ruby-ruby2-keywords for now
    ruby-ruby2-keywords is its own packages, and is now included in Ruby
    itself. If libruby3.1 Provides: ruby-ruby2-keywords, the actual binary
    will not be installed, and builds and tests will fail on ruby3.0 after
    ruby3.1 is added as a supported version: build dependency resolution
    will assume ruby-ruby2-keywords is provided by libruby3.1, and ruby3.0
    will not actually have access to it.
    This can be reverted after ruby3.1 becomes the default Ruby and support
    for ruby3.0 is removed.
  * debian/tests/builtin-extensions: fix openssl version
  * debian/tests/builtin-extensions: output errors
  * debian/tests/builtin-extensions: drop *dbm extensions
  * autopkgtest: exclude TestJITDebug and TestRubyVMJIT.
    TestRubyVMJIT used to be called TestRubyVMMJIT (a typo), and that typo
    has been fixed in the latest upstream release.
  * autopkgtest: exclude TestTRICK{2013,2015,2018}
    Those tests don't work under autopkgtest because they look for files in
    the source directory.
  * autopkgtest: don't even load mkmf tests
    mkmf is broken when running under autopkgtest. The 100+ Ruby extensions
    in C in the archive are propably enough testing for mkmf.
  * debian/rules: fix erroneous pkg-config entry for LIBPATH
  * debian/libruby3.1.symbols: drop Debian revision from symbols versions

  [ John Paul Adrian Glaubitz ]
  * update x32 patch to current upstream coroutine detection (Closes: #1012247)

  [ Vagrant Cascadian ]
  * debian/rules: ensure rbconfig.rb is reproducible regardless of usr-merge
    (Closes: #1016110)

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 27 Jul 2022 15:08:57 -0300

ruby3.1 (3.1.2-1) unstable; urgency=medium

  * Ruby 3.1
  * New upstream version 3.1.2
  * newruby: finalize debian/changelog correctly
  * Refresh patches
    - Update-openssl-to-version-3.0.0.patch: dropped, not necessary anymore
    - Update-rubygems-to-version-3.3.3.patch: dropped, not necessary anymore
  * Exclude new tests for "gem update --system"
  * Update debian/libruby3.1.symbols for new upstream release
  * Exclude test TestRelineAsReadline#test_without_tty, as it assumes `ruby`
    is available on PATH.

 -- Antonio Terceiro <terceiro@debian.org>  Fri, 22 Apr 2022 09:43:42 -0300

ruby3.0 (3.0.4-1) unstable; urgency=medium

  [ John Paul Adrian Glaubitz ]
  * Disable some tests on powerpc (Closes: #999349)
  * Disable some tests on alpha (Closes: #999444)
  * Fix filenames for glibc SO files on alpha and ia64
    (Closes: #1007925)

  [ Antonio Terceiro ]
  * New upstream version 3.0.4
  * Includes fixes for the following security issues:
    - CVE-2022-28739: Buffer overrun in String-to-Float conversion
      (Closes: #1009956)
    - CVE-2022-28738: Double free in Regexp compilation
      (Closes: #1009958)
  * Refresh patches.
    The fix in rand_init-fix-off-by-one-error.patch has been done upstream
    differently; drop the patch.
  * TestZlibGzipFile: skip test unsupported on overlay filesystems

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 21 Apr 2022 13:52:50 -0300

ruby3.0 (3.0.3-1) unstable; urgency=medium

  * New upstream version 3.0.3.  Includes fixes for the following security
    issues (Closes: #1002995):
    - CVE-2021-41816: Buffer Overrun in CGI.escape_html
    - CVE-2021-41817: regular expression Denial of Service in Date.parse
    - CVE-2021-41819: mishandling of security prefixes in CGI::Cookie.parse
  * Refresh patches
  * autopkgtest: builtin-extensions: check openssl version
  * debian/libruby3.0.symbols: update
  * Fix generation of Provides:
  * Exclude some tests from TestGemServer

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 13 Mar 2022 21:02:08 -0300

ruby3.0 (3.0.2-7) unstable; urgency=medium

  * d/t/run-all: create needed empty files, fix autopkgtest regression.

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 21 Jan 2022 09:29:42 -0300

ruby3.0 (3.0.2-6) unstable; urgency=medium

  [ Antonio Terceiro ]
  * debian/rules: normalize LC_ALL
  * debian/salsa-ci.yml: don't skip tests on reprotest

  [ Lucas Kanashiro ]
  * Add patch to update ruby/openssl to version 3.0.0 (LP: #1946190)
  * d/rules: disable LTO, it causes a segfault
  * Add patch to update rubygems to version 3.3.3
  * d/rules: create needed empty file to run openssl tests
  * d/rules: build with -O1 on alpha (Closes: #999351)
  * Skip tests failing on x32 architecture (Closes: #999350)

 -- Lucas Kanashiro <kanashiro@debian.org>  Thu, 20 Jan 2022 17:35:26 -0300

ruby3.0 (3.0.2-5) unstable; urgency=medium

  * Refresh patches with gbp pq
  * Update patch for armhf to apply to all architectures
  * ppc64el: skip some failing tests (Closes: #996724)

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 18 Oct 2021 09:52:16 -0300

ruby3.0 (3.0.2-4) unstable; urgency=medium

  * salsa ci: don't run tests for reprotest check
  * debian/source/lintian-overrides: ignore source-contains-prebuilt-ms-help-file
  * debian/libruby3.0.symbols: drop MISSING entries
  * debian/libruby3.0.symbols: mark optional and arch-specific symbols
  * debian/tests/excludes/any: skip tests that fail on porter boxes
  * salsa-ci: blhc: ignore false positives

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 17 Oct 2021 13:06:07 -0300

ruby3.0 (3.0.2-3) unstable; urgency=medium

  [ Lucas Kanashiro ]
  * Exclude test which requires Internet access (Closes: #995716)

  [ Antonio Terceiro ]
  * Add patch to fix Bus error on mipsel

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 13 Oct 2021 20:19:14 -0300

ruby3.0 (3.0.2-2) unstable; urgency=medium

  * debian/libruby3.0.symbols: update symbols,
    Should fix the build on i386, mips64el, s390x, and others.
  * debian/rules: remove config.log when cleaning
  * debian/gbp.conf: set debian to master
  * tool/m4/ruby_default_arch.m4: add suppor for 32-bit arm.
    Fixes the build on armel and armhf

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 04 Oct 2021 11:19:46 -0300

ruby3.0 (3.0.2-1) unstable; urgency=medium

  * New upstream release.
  * Add patch to make resolv allow dash in zone_id in IPv6 local addresses.
  * Skip tests which require to update gems in the system.
  * Symbols update for 3.0.2 release.
  * d/t/bundled-gems: adjust test due to upstream changes.
  * d/t/skiplist: add new files in test/mkmf.
  * Exclude some tests which are failing due to a rubygems version mismatch.
    The ruby-rubygems version is different than the one embedded in ruby.
  * Exclude from autopkgtest another test relying in the source tree structure.
  * d/missing-sources/jquery.js: removed, it is not needed anymore.
  * d/rules: use variables instead of hardcoded ruby version in dh_gencontrol.

 -- Lucas Kanashiro <kanashiro@debian.org>  Thu, 30 Sep 2021 15:34:22 -0300

ruby3.0 (3.0.0-2) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Upload to unstable.
  * Fix symbols file for i386 build.
  * Cherry-pick 250ebbab from master.

  [ Chris Hofstaedtler ]
  * Remove myself from Uploaders

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 30 Aug 2021 17:54:14 +0530

ruby3.0 (3.0.0-1) experimental; urgency=medium

  * New upstream version 3.0.0
  * Refresh d/patches
  * Update symbols file

 -- Utkarsh Gupta <utkarsh@debian.org>  Fri, 25 Dec 2020 19:50:25 +0530

ruby3.0 (3.0.0~rc1-1) experimental; urgency=medium

  * New upstream version 3.0.0~rc1
  * Refresh d/patches
  * Don't run test_class_no_openssl_override test
  * Update symbols file

 -- Utkarsh Gupta <utkarsh@debian.org>  Wed, 23 Dec 2020 21:28:34 +0530

ruby3.0 (3.0.0~preview2-1) experimental; urgency=medium

  * New upstream version 3.0.0~preview2
  * Re-format d/gbp.conf
  * Drop patches that has been merged upstream
  * Refresh d/patches
  * Update symbols file

 -- Utkarsh Gupta <utkarsh@debian.org>  Sat, 12 Dec 2020 02:50:00 +0530

ruby3.0 (3.0.0~preview1-1) experimental; urgency=medium

  [ Cédric Boutillier ]
  * [ci skip] Add .gitattributes to keep unwanted files out of
    the source package
  * update 0001-rdoc-build-reproducible-documentation.patch
  * use C.UTF-8 locale
  * New patch to prevent trying to download gems from internet
  * NEWS file has now a .md extension
  * Update symbols file
  * Use debhelper-compat 13
  * Add Build-Depends-Package metadata in symbols file
  * Move paragraph in copyright file to have match
    lib/rubygems/package_task.rb
  * fix gbp command name in quick-build.sh
  * Remove sdbm from builtin-extensions test
  * hyphen-used-as-minus-sign tag removed from lintian
  * Remove debian version from declared missing symbols

  [ Utkarsh Gupta ]
  * Update d/watch for ruby3.0.
  * New upstream version 3.0.0~preview1.
  * Ruby 3.0.
  * Refresh d/patches.
  * Update package for ruby3.0.
  * Add patch to fix TestIRB::TestHistory tests.
  * Skip test_build_extensions_extconf_bad test as it fails
    in sbuild.
  * Skip test/rubygems/test_bundled_ca.rb tests.
  * Fix symbols file to fix the build for i386 arch.
  * Skip test which require building gem native extensions.
  * Skip test_realworld_upgraded_default_gem for autopkgtest.
  * Add patch to fix "real" autopkgtests related to rubygems.

 -- Utkarsh Gupta <utkarsh@debian.org>  Tue, 13 Oct 2020 19:29:40 +0530

ruby2.7 (2.7.1-3) unstable; urgency=medium

  * Do not run TestJIT.rb test file on salsa and autopkgtest
  * Exclude all racc command related tests when running autopkgtest

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 11 May 2020 10:58:00 -0300

ruby2.7 (2.7.1-2) unstable; urgency=medium

  * Skip flaky DRbTest in i386

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 08 May 2020 18:02:58 -0300

ruby2.7 (2.7.1-1) unstable; urgency=medium

  * New upstream version 2.7.1
  * d/control: rules does not require root
  * d/copyright: update Debian packaging copyright
  * Mark ruby2.7-doc binary package as Multi-Arch: foreign (Closes: #956798)
  * B-d on libncurses-dev instead of libncurses{,w}5-dev (Closes: #956799)

 -- Lucas Kanashiro <kanashiro@debian.org>  Thu, 07 May 2020 18:12:14 -0300

ruby2.7 (2.7.0-7) unstable; urgency=medium

  [ Lucas Kanashiro ]
  * d/rules: remove extra space from riscv configure line

  [ Antonio Terceiro ]
  * libruby: calculate provides dynamically
  * libruby: do not provide ruby-bundler (Closes: #959393)

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 04 May 2020 15:38:31 -0300

ruby2.7 (2.7.0-6) unstable; urgency=medium

  * Add patch to fix FTBFS on x32: misdetected as i386 or amd64
    (Closes: #954293)
  * d/rules: add -fno-crossjumping to CFLAGS (Closes: #951714)
  * Make 64-bit-only symbols optional to fix FTBFS on i386/armhf

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 20 Apr 2020 10:39:35 -0300

ruby2.7 (2.7.0-5) unstable; urgency=medium

  [ Antonio Terceiro ]
  * Add test excludes for salsa

  [ Lucas Kanashiro ]
  * d/rules: build with -latomic on riscv64
  * Disable some tests that fail or time out on riscv64
  * d/control: list all libruby2.7 bundle gems in Provides field
  * d/libruby2.7.lintian-overrides:
    - ignore library-not-linked-against-libc errors, the *.so extension files
      are linked against libruby2.7 only
    - ignore wrong-path-to-the-ruby-interpreter errors, the scripts reported
      are not supposed to be used by users
  * d/libruby2.7.symbols: add missing symbols
  * d/control: use secure url in Homepage field
  * Declare compliance with Debian Policy 4.5.0
  * d/copyright: use secure urls in Format and Source fields
  * Bump debhelper compatibility level to 12

 -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 13 Apr 2020 11:54:17 -0300

ruby2.7 (2.7.0-4) unstable; urgency=medium

  * mipsel: exclude test that fails on buildd

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 19 Feb 2020 08:05:27 -0300

ruby2.7 (2.7.0-3) unstable; urgency=medium

  * Fix priority order of paths in -I option

 -- Cédric Boutillier <boutil@debian.org>  Tue, 04 Feb 2020 18:58:15 +0100

ruby2.7 (2.7.0-2) unstable; urgency=medium

  * Fix symbols file using dpkg-gensymbols (Closes: #948371)
  * debian/rules: fix dh_auto_clean override (Closes: #948187)
  * debian/tests/run-all: copy tool/ to $AUTOPKGTEST_TMP
  * Exclude some failing tests when executed via autopkgtest
  * Set OPENSSL_CONF to lower security level to 1
  * Skip some tests that need root permission to pass

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 22 Jan 2020 11:47:11 -0300

ruby2.7 (2.7.0-1) unstable; urgency=medium

  * No changes rebuild

 -- Lucas Kanashiro <kanashiro@debian.org>  Tue, 07 Jan 2020 16:20:19 -0300

ruby2.7 (2.7.0-1~exp1) experimental; urgency=medium

  * New upstream version 2.7.0
  * Update d/libruby2.7.symbols
  * d/copyright: remove some files dropped in this new release
  * d/t/run-all: use AUTOPKGTEST_TMP instead of ADTTMP

 -- Lucas Kanashiro <kanashiro@debian.org>  Thu, 02 Jan 2020 16:41:27 -0300

ruby2.7 (2.7.0~preview2-1~exp1) experimental; urgency=medium

  [ Antonio Terceiro ]
  * New upstream version 2.5.7
  * autopkgtest: simplify test runner even more

  [ Lucas Kanashiro ]
  * d/watch: track release 2.7.x
  * New upstream version 2.7.0~preview2
  * Ruby 2.7
  * Update patches
  * Exclude tests which fail due to ~ in version string
  * debian/rules: define $HOME since some tests rely on it

  [ Antonio Terceiro ]
  * skip test-spec during build
  * Update symbols file with new symbols in ruby 2.7

  [ Lucas Kanashiro ]
  * Add myself to Uploaders list

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 13 Nov 2019 20:40:21 -0300

ruby2.5 (2.5.7-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Antonio Terceiro ]
  * New upstream version 2.5.7
  * Refresh patches
  * autopkgtest: rework "expected failures" mechanism. We now just skip the
    tests cases that are known to fail, and not load at all the test files
    that fail to load. This will make the output in case of failures a lot
    more clear.

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 23 Oct 2019 12:48:04 -0300

ruby2.5 (2.5.5-4) unstable; urgency=medium

  [ HIGUCHI Daisuke (VDR dai) ]
  * debian/rules: do not compress debug sections for arch-dep Ruby packages with dh_compat 12

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 30 Jul 2019 09:41:10 -0300

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog ruby3.1`.

Generated by dwww version 1.15 on Wed May 22 17:51:08 CEST 2024.