[ubuntu/bionic-proposed] ruby2.5 2.5.0-4ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Tue Jan 2 12:56:16 UTC 2018


ruby2.5 (2.5.0-4ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Mark some tests as failing on Launchpad.
    - Update symbols file.

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

  * debian/rules: pass --excludes-dir options to `make check` via $TESTS

ruby2.5 (2.5.0-3) unstable; urgency=medium

  * arm64: skip TestRubyOptimization#test_clear_unreachable_keyword_args. It
    works just fine on a porter box, but consistently hangs on the arm64
    buildd.
  * mipsel: skip some tests from TestNum2int; they fail on the buildd, but not
    on the porterbox.

ruby2.5 (2.5.0-2) unstable; urgency=medium

  * Move test exclusions from a patch to debian/tests/excludes/
    - debian/rules, debian/tests/run-all: pass the appropriate exclusion flags
      to the test runner
  * Exclude TestResolvMDNS. It will fail on some architectures, and be very
    slow on others.

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

  * New upstream version 2.5.0
  * Refresh patches
  * debian/libruby2.5.symbols: update
  * debian/tests/known-failures.txt: add another 3 test files that assume the
    tests are being run against a built source tree

ruby2.5 (2.5.0~rc1-1) unstable; urgency=medium

  * New upstream release candidate. Includes the following fixes:
    - Fix stack size on powerpc64 (Closes: #881772)
    - CVE-2017-17405: Command injection vulnerability in Net::FTP
      (Closes: #884437)
  * Refresh patches
  * debian/control:
    - Remove explicit Testsuite: header
    - ruby2.5-dev: Recommends: ruby2.5-doc
    - Declare compatibility with Debian Policy 4.1.2; no changes needed
    - Bump debhelper compatibility level to 10
      - change debian/rules to call ./configure directly, to use upstream's
        built-in multiarch support as before debhelper compatibility level 9
  * debian/watch: download release tarballs.
    Using release tarballs makes it possible to build ruby without having an
    existing ruby. This should help bootstrapping ruby on new
    architectures. (Closes: #832022)
  * debian/copyright: exclude embedded copies of bundled gems and libffi
  * debian/rules:
    - run tests in verbose mode during build
    - drop explicit usage of autotools-dev
    - drop usage of autoreconf debhelper sequence, it's not needed anymore
      since we are now using a complete upstream release tarball
    - drop passing --baseruby to configure, since do not require an existing
      ruby anymore
    - skip setting DEB_HOST_MULTIARCH if already set
    - replace manual call to dpkg-parsechangelog with including
      /usr/share/dpkg/pkg-info.mk and using variables from there.
  * autopkgtest: make use of the text exclusion rules under test/excludes/
  * debian/libruby2.5.symbols: update with symbols added/removed since the
    preview1 release
  * debian/tests/bundled-gems: handle extra field in gems/bundled_gems
  * debian/libruby2.5.lintian-overrides: remove unused override
    (possible-gpl-code-linked-with-openssl)

Date: Tue, 02 Jan 2018 13:43:31 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Antonio Terceiro <terceiro at debian.org>
https://launchpad.net/ubuntu/+source/ruby2.5/2.5.0-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 02 Jan 2018 13:43:31 +0100
Source: ruby2.5
Binary: ruby2.5 libruby2.5 ruby2.5-dev ruby2.5-doc
Architecture: source
Version: 2.5.0-4ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Antonio Terceiro <terceiro at debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 libruby2.5 - Libraries necessary to run Ruby 2.5
 ruby2.5    - Interpreter of object-oriented scripting language Ruby
 ruby2.5-dev - Header files for compiling extension modules for the Ruby 2.5
 ruby2.5-doc - Documentation for Ruby 2.5
Closes: 832022 881772 884437
Changes:
 ruby2.5 (2.5.0-4ubuntu1) bionic; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Mark some tests as failing on Launchpad.
     - Update symbols file.
 .
 ruby2.5 (2.5.0-4) unstable; urgency=medium
 .
   * debian/rules: pass --excludes-dir options to `make check` via $TESTS
 .
 ruby2.5 (2.5.0-3) unstable; urgency=medium
 .
   * arm64: skip TestRubyOptimization#test_clear_unreachable_keyword_args. It
     works just fine on a porter box, but consistently hangs on the arm64
     buildd.
   * mipsel: skip some tests from TestNum2int; they fail on the buildd, but not
     on the porterbox.
 .
 ruby2.5 (2.5.0-2) unstable; urgency=medium
 .
   * Move test exclusions from a patch to debian/tests/excludes/
     - debian/rules, debian/tests/run-all: pass the appropriate exclusion flags
       to the test runner
   * Exclude TestResolvMDNS. It will fail on some architectures, and be very
     slow on others.
 .
 ruby2.5 (2.5.0-1) unstable; urgency=medium
 .
   * New upstream version 2.5.0
   * Refresh patches
   * debian/libruby2.5.symbols: update
   * debian/tests/known-failures.txt: add another 3 test files that assume the
     tests are being run against a built source tree
 .
 ruby2.5 (2.5.0~rc1-1) unstable; urgency=medium
 .
   * New upstream release candidate. Includes the following fixes:
     - Fix stack size on powerpc64 (Closes: #881772)
     - CVE-2017-17405: Command injection vulnerability in Net::FTP
       (Closes: #884437)
   * Refresh patches
   * debian/control:
     - Remove explicit Testsuite: header
     - ruby2.5-dev: Recommends: ruby2.5-doc
     - Declare compatibility with Debian Policy 4.1.2; no changes needed
     - Bump debhelper compatibility level to 10
       - change debian/rules to call ./configure directly, to use upstream's
         built-in multiarch support as before debhelper compatibility level 9
   * debian/watch: download release tarballs.
     Using release tarballs makes it possible to build ruby without having an
     existing ruby. This should help bootstrapping ruby on new
     architectures. (Closes: #832022)
   * debian/copyright: exclude embedded copies of bundled gems and libffi
   * debian/rules:
     - run tests in verbose mode during build
     - drop explicit usage of autotools-dev
     - drop usage of autoreconf debhelper sequence, it's not needed anymore
       since we are now using a complete upstream release tarball
     - drop passing --baseruby to configure, since do not require an existing
       ruby anymore
     - skip setting DEB_HOST_MULTIARCH if already set
     - replace manual call to dpkg-parsechangelog with including
       /usr/share/dpkg/pkg-info.mk and using variables from there.
   * autopkgtest: make use of the text exclusion rules under test/excludes/
   * debian/libruby2.5.symbols: update with symbols added/removed since the
     preview1 release
   * debian/tests/bundled-gems: handle extra field in gems/bundled_gems
   * debian/libruby2.5.lintian-overrides: remove unused override
     (possible-gpl-code-linked-with-openssl)
Checksums-Sha1:
 85e24e7c287c4216b091d18ffca50ec2bc4d82fb 2344 ruby2.5_2.5.0-4ubuntu1.dsc
 9ff4b7b4de589510ffddacd0cf937b122939084a 99568 ruby2.5_2.5.0-4ubuntu1.debian.tar.xz
 a975bb68bfd147a83b5719adf48aca2263043b89 7516 ruby2.5_2.5.0-4ubuntu1_source.buildinfo
Checksums-Sha256:
 15cc565886a0d8335db8ec12624d0c3088f787c463b10297a7e1fdd4b3091450 2344 ruby2.5_2.5.0-4ubuntu1.dsc
 fcd8dec93d74d73fae5410546593b1a135695a65d13eceae61406f58de7d019b 99568 ruby2.5_2.5.0-4ubuntu1.debian.tar.xz
 941a648a29822e2d6c437cf1faa426e946a07c743b9bbb3e4e90680d1f2c6314 7516 ruby2.5_2.5.0-4ubuntu1_source.buildinfo
Files:
 5ff63dc974e092e68109f61b13f73f47 2344 ruby optional ruby2.5_2.5.0-4ubuntu1.dsc
 f5275af494f097a71f7288e4e65c221b 99568 ruby optional ruby2.5_2.5.0-4ubuntu1.debian.tar.xz
 0d6e82db807d7e7d2efc8379da1738a0 7516 ruby optional ruby2.5_2.5.0-4ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQItBAEBCAAXBQJaS4EuEBxkb2tvQHVidW50dS5jb20ACgkQvX6qYHePpvXgVBAA
r2LkE6c7S6A2YkyzhVMlMyrJ1K1Lhu5/+sHjFyturJ4FbrJCRYzObiyv/fA48XOh
sQfGr1wHE4DQwlbcRvd5yxGmzrulmt4bfKPzpJv2H0xvkeEgJ65RZ0QQ67HM6OIx
N0X1OxEu8k/wx283CmrpxZuYAf6lXIKBmLMd0PgYdfBlrc6FXW1exsBH93y1avV/
eqHrxPeWjCoqoRF3LkozczfU8VSRsrygV1g3//FjtblidFcxbEWuBipXSaskhEAi
kIQ4nerMt/ePFctKEGOg9gLoNl7dSA+Vk9EHFAV+1SYmghdT/kecLRqMAOi1pedl
4v+RjZTivCAEvay/xpWKTuFY4eq99b2epblc+vfF9vPzbqX9OS/djnpeUZu0wgFn
7GTlUZ1xX6acIQuV2kPfDGuDl0S4hs9Q1mQzM1XBNLwV0H5g+cbaB/kEbhSPVB+L
3BDZPwH4OmjD6Us3XsBfMUuZigd08HKV1Q00AUu6iludiRDQapaMm0/nL2XX6X2m
YDWpM26sOZC9jTVwTjnejepN+nk3Q+dLHHPOwHGxWPhlzaWYoBC/ehDuc06CgshS
RGhouuiSgK/4jwSLW82CvFkXm2RIhhImZSItZa69gJtxdyyFGyYtdLX5Gs9oWAXh
iR41AecJtRaVYwZgoiQcq5erHcjTN9qMImKhD93oDtg=
=rZ1A
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list