[ubuntu/groovy-proposed] puma 4.3.3-3ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Thu Sep 3 12:26:19 UTC 2020


puma (4.3.3-3ubuntu1) groovy; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Disable a test that fails on Ubuntu builder farm, but not locally
      (LP: #1866881).

puma (4.3.3-3) unstable; urgency=medium

  * Include patch from gitlab to improve performance

puma (4.3.3-2) unstable; urgency=medium

  [ Daniel Leidert ]
  * debian/tests/test_puma_server_ssl,
    debian/tests/test_puma_server_ssl.rake: Run test/test_puma_server_ssl.rb
    in an openssl enviroment not using the Debian defaults.
  * debian/tests/control: Add new test.

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ Pirate Praveen ]
  * Remove debian-branch option from debian/gbp.conf
  * Reupload to unstable

puma (4.3.3-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
    - Fixes CVE-2020-5247 (closes: #952766).
    - Fixes CVE-2020-5249 (closes: #953122).
  * d/control (Section): Change to web.
    (Vcs-Git): Indicate branch name via -b debian/experimental.
    (Homepage): Use secure URL.
    (Depends): Use ${ruby:Depends}.
  * d/copyright (Source): Use secure URL.
  * d/rules: Add override to install upstream changelog.
  * d/watch: Use package name for tarball.

puma (4.3.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream release
    - Fixes CVE-2019-16770 Keepalive thread overload/DoS (closes: #946312).
  * d/control (Rules-Requires-Root): Set to binary-targets.
    (Build-Depends, Depends): Add ruby-nio4r.
    (Build-Depends): Add curl for test/test_integration_single.rb.
  * d/ruby-tests.rake: Disable test/test_puma_server_ssl.rb.
  * d/README.source: Add to explain tests which have been disabled.
  * d/patches/0004-puma.gemspec-drop-git-usage.patch: Refresh patch.
  * d/patches/0011-disable-minitest-extensions.patch: Add patch.
    - Disable unavailable minitest extensions (retry and proveit).
  * d/patches/0012-disable-cli-ssl-tests.patch: Add patch.
    - Disable CLI SSL tests.
  * d/patches/0013-fix-test-term-not-accepts-new-connections.patch: Add.
    - Fix test_term_not_accepts_new_connections to be locale independent.
  * d/patches/0002-test_integration-disable-test-that-fails-randomly.patch,
    d/patches/0003-test_cli-disable-test-that-rails-randomly.patch,
    d/patches/0005-test_puma_server-disable-test-that-fails-randomly.patch,
    d/patches/0006-test-helper.rb-drop-bundler-usage.patch,
    d/patches/0007-test-test_cli.rb-disable-test-that-fails-randomly.patch,
    d/patches/0008-fix-ssl-tests.patch,
    d/patches/0009-disable-tests-failing-in-single-cpu.patch,
    d/patches/0010-fix-cluster-exit-for-ruby27.patch: Remove obsolete patches.
  * d/patches/series: Adjust.

Date: Thu, 03 Sep 2020 11:42:08 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/puma/4.3.3-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 03 Sep 2020 11:42:08 +0200
Source: puma
Binary: puma
Architecture: source
Version: 4.3.3-3ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 puma       - threaded HTTP 1.1 server for Ruby/Rack applications
Closes: 946312 952766 953122
Launchpad-Bugs-Fixed: 1866881
Changes:
 puma (4.3.3-3ubuntu1) groovy; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - Disable a test that fails on Ubuntu builder farm, but not locally
       (LP: #1866881).
 .
 puma (4.3.3-3) unstable; urgency=medium
 .
   * Include patch from gitlab to improve performance
 .
 puma (4.3.3-2) unstable; urgency=medium
 .
   [ Daniel Leidert ]
   * debian/tests/test_puma_server_ssl,
     debian/tests/test_puma_server_ssl.rake: Run test/test_puma_server_ssl.rb
     in an openssl enviroment not using the Debian defaults.
   * debian/tests/control: Add new test.
 .
   [ Debian Janitor ]
   * Set field Upstream-Contact in debian/copyright.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata
     (already present in machine-readable debian/copyright).
 .
   [ Pirate Praveen ]
   * Remove debian-branch option from debian/gbp.conf
   * Reupload to unstable
 .
 puma (4.3.3-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release.
     - Fixes CVE-2020-5247 (closes: #952766).
     - Fixes CVE-2020-5249 (closes: #953122).
   * d/control (Section): Change to web.
     (Vcs-Git): Indicate branch name via -b debian/experimental.
     (Homepage): Use secure URL.
     (Depends): Use ${ruby:Depends}.
   * d/copyright (Source): Use secure URL.
   * d/rules: Add override to install upstream changelog.
   * d/watch: Use package name for tarball.
 .
 puma (4.3.1-1) experimental; urgency=medium
 .
   * Team upload.
   * New upstream release
     - Fixes CVE-2019-16770 Keepalive thread overload/DoS (closes: #946312).
   * d/control (Rules-Requires-Root): Set to binary-targets.
     (Build-Depends, Depends): Add ruby-nio4r.
     (Build-Depends): Add curl for test/test_integration_single.rb.
   * d/ruby-tests.rake: Disable test/test_puma_server_ssl.rb.
   * d/README.source: Add to explain tests which have been disabled.
   * d/patches/0004-puma.gemspec-drop-git-usage.patch: Refresh patch.
   * d/patches/0011-disable-minitest-extensions.patch: Add patch.
     - Disable unavailable minitest extensions (retry and proveit).
   * d/patches/0012-disable-cli-ssl-tests.patch: Add patch.
     - Disable CLI SSL tests.
   * d/patches/0013-fix-test-term-not-accepts-new-connections.patch: Add.
     - Fix test_term_not_accepts_new_connections to be locale independent.
   * d/patches/0002-test_integration-disable-test-that-fails-randomly.patch,
     d/patches/0003-test_cli-disable-test-that-rails-randomly.patch,
     d/patches/0005-test_puma_server-disable-test-that-fails-randomly.patch,
     d/patches/0006-test-helper.rb-drop-bundler-usage.patch,
     d/patches/0007-test-test_cli.rb-disable-test-that-fails-randomly.patch,
     d/patches/0008-fix-ssl-tests.patch,
     d/patches/0009-disable-tests-failing-in-single-cpu.patch,
     d/patches/0010-fix-cluster-exit-for-ruby27.patch: Remove obsolete patches.
   * d/patches/series: Adjust.
Checksums-Sha1:
 01be1e53081601cc1fdcfc0da833223fe7db7603 2046 puma_4.3.3-3ubuntu1.dsc
 ef69ba4211456ce7abd53a50e31d1c279674b413 9872 puma_4.3.3-3ubuntu1.debian.tar.xz
 73b6c80c6f99a1f09ba3c42ce50a4fc1007b4cd1 15376 puma_4.3.3-3ubuntu1_source.buildinfo
Checksums-Sha256:
 02db2607220c9bf6b2dcbac1eb608f64e02c7899cdf128f057ccb94123c96b0d 2046 puma_4.3.3-3ubuntu1.dsc
 0e545b670850c0a5cfc4e59efb815c7eb9358cce259e5dca7d78b85bce98164a 9872 puma_4.3.3-3ubuntu1.debian.tar.xz
 62dd3ae77af08228f28cc8272ef782f235913d53e67b074fdada2bff134687e0 15376 puma_4.3.3-3ubuntu1_source.buildinfo
Files:
 ee3f99e7f7c8beec2c40a4a263920b85 2046 web optional puma_4.3.3-3ubuntu1.dsc
 12516baf1ec7fc7b0b8f5f4ac114890b 9872 web optional puma_4.3.3-3ubuntu1.debian.tar.xz
 04b215e5ef791953ed7f148ada00edf7 15376 web optional puma_4.3.3-3ubuntu1_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl9QuoUACgkQ808JdE6f
XdmThRAAuirwaRZZzRiZtlouBfGygGHliqXzC19Tt27HtKIS2HqKW8AD9cg5waRk
ZLbyk6eH39Al/GIYtxElaCurui/2J+NO5huoF7+B6pSG+908kwVwEaZvKyxwG6dN
XCs1hIFhFZbc3Y1yXR2KJnHMH0/tT1JSq+v71gfW1sYF6+QcxasAZYoUNu8WxsOy
pTP80zGOlZdfOU+cd6lMP2ke3Sc82Ik3I715QuMM/fMfJupB078xH5mcXpjvz3LE
zVxcqno4sLgd5oU8GlFJbbnwzF2h2eaXXRmyKmkx/j/OI6U0JcnjIljXxkzoNwKz
my4BZZh17v3wiTUhm8oCMBffr2qP3CWZytmFLpg8bsENAP50dE8JArhHDS+FpAid
ZLoSWsJi9ygRyLi94YWtmI1sdragFmgHx+efuA253rOMK12uAuX37b7MVeBtYlMF
NrkZiJJ6LGlFaky0PT++ytQM+RWAj2WHkF/JZxrLSwQGU2SqS7JtaMpWqXZke0b+
knKtrNJ9LD5hrHT61vkDmA+knuIFUPFA6AjjRBQR5kVRcQhPA7BhGYcrX6Spyyz/
yhYCIUpvC9imQWxsyLhZcMh6wQcB2GRTHQ6I5roVcYlxM2ViRDM4FNOjMu6rjRAZ
tGpoNnRCSL0zxqzJNukTY2CKmkC7fCghMhvTUCzkdOBh3GQ8iAM=
=2PqB
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list