Merge puma from Debian unstable (or experimental?) for mantic

Bug #2018102 reported by Bryce Harrington
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
puma (Ubuntu)
Fix Released
Undecided
Lucas Kanashiro

Bug Description

Scheduled-For: Backlog
Upstream: tbd
Debian: 5.6.5-3 6.0.2-1
Ubuntu: 5.6.5-3ubuntu1

If it turns out this needs a sync rather than a merge, please change the tag 'needs-merge' to 'needs-sync', and (optionally) update the title as desired.

### New Debian Changes ###

puma (5.6.5-3) unstable; urgency=medium

  * Team upload.
  * d/control (Vcs-Git): Fix URL.

 -- Daniel Leidert <email address hidden> Thu, 09 Feb 2023 16:24:05 +0100

puma (5.6.5-2) unstable; urgency=medium

  * debian/ruby-tests.rake: skip test that fails often (Closes: #1006022)
  * debian/ruby-tests.rake: exclude tests that fail often but not always

 -- Antonio Terceiro <email address hidden> Wed, 02 Nov 2022 09:26:37 -0300

puma (5.6.5-1) unstable; urgency=medium

  * Update watch file for github.com pattern change
  * New upstream version 5.6.5
  * Refresh patches
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Pirate Praveen <email address hidden> Sun, 16 Oct 2022 22:44:46 +0530

puma (5.6.4-1) unstable; urgency=medium

  * New upstream version 5.6.4
  * Refresh patches
  * Disable some tests that fail with
     NameError: uninitialized constant Puma::LogWriter
  * Remove tmp/restart.txt in clean

 -- Pirate Praveen <email address hidden> Mon, 04 Apr 2022 13:24:10 +0530

puma (5.5.2-2) unstable; urgency=medium

  * Team upload
  * debian/rules: force an UTF-8 locale
  * debian/ruby-tests.rake: wrap lines
  * debian/ruby-tests.rake: run all ssl tests on autopkgtest only
  * debian/test/control: give ssl test a name

 -- Antonio Terceiro <email address hidden> Tue, 02 Nov 2021 16:35:12 -0300

puma (5.5.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 5.5.2
    - Builds and tests fine again (Closes: #998295)
  * Add build-dependency on ruby-localhost
  * debian/rules: exclude several unnecessary files from installation

 -- Antonio Terceiro <email address hidden> Tue, 02 Nov 2021 14:39:10 -0300

puma (5.3.2-3) unstable; urgency=medium

  * Use --gem-install layout option of dh-ruby

 -- Pirate Praveen <email address hidden> Tue, 12 Oct 2021 02:24:33 +0530

puma (5.3.2-2) unstable; urgency=medium

  * Reupload to unstable
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13

 -- Pirate Praveen <email address hidden> Mon, 11 Oct 2021 03:17:23 +0530

puma (5.3.2-1) experimental; urgency=medium

  * New upstream version 5.3.2 (Closes: #989054) (Fixes: CVE-2021-29509)
  * Refresh patches

 -- Pirate Praveen <email address hidden> Fri, 28 May 2021 22:34:53 +0530

puma (4.3.8-1) unstable; urgency=medium

  * New upstream version 4.3.8 (Closes: #989054) (Fixes: CVE-2021-29509)

 -- Pirate Praveen <email address hidden> Wed, 26 May 2021 10:24:19 +0530

puma (5.2.2-2) experimental; urgency=medium

  * Disable test that failied on amd64 buildd

 -- Pirate Praveen <email address hidden> Mon, 08 Mar 2021 23:03:52 +0530

puma (5.2.2-1) experimental; urgency=medium

  * New upstream version 5.2.2
  * Bump Standards-Version to 4.5.1 (no changes needed)
  * Refresh patches for new upstream release
  * Add ruby-minitest-stub-const as build dependency
  * Disable failing tests

 -- Pirate Praveen <email address hidden> Sun, 07 Mar 2021 21:03:52 +0530

puma (4.3.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

### Old Ubuntu Delta ###

puma (5.6.5-3ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Fix autopkgtest regressions on multiple architectures
      (LP #1916954, #1906307)
      + d/p/skip-tests-hanging-on-different-arches.patch: this is a
        workaround for now. The discussion with the Debian maintainer is
        ongoing.
    - d/p/skip-integration-tests-failing-in-ubuntu-autopkgtest-env.patch:
      some tests are failing only in autopkgtest and need further
      investigation.
  * Dropped:
    - d/p/fix-ssl-test.patch: Fix FTBFS against OpenSSL 3.
      [Applied by upstream in version 5.6.0]
  * Added:
    - d/ruby-tests.rake: skip flaky tests in Ubuntu.
      Some of them are executed in parallel and they try to start and stop
      the puma server multiple times which is causing a race condition.

 -- Lucas Kanashiro <email address hidden> Fri, 17 Feb 2023 09:45:23 -0300

Bryce Harrington (bryce)
summary: - Merge puma from Debian unstable for mantic
+ Merge puma from Debian unstable (or experimental?) for mantic
Changed in puma (Ubuntu):
assignee: nobody → Lucas Kanashiro (lucaskanashiro)
Changed in puma (Ubuntu):
milestone: none → ubuntu-23.07
Changed in puma (Ubuntu):
status: New → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package puma - 5.6.5-4ubuntu1

---------------
puma (5.6.5-4ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2018102). Remaining changes:
    - Fix autopkgtest regressions on multiple architectures
      (LP #1916954, #1906307)
      + d/p/skip-tests-hanging-on-different-arches.patch: this is a
        workaround for now. The discussion with the Debian maintainer is
        ongoing.
    - d/p/skip-integration-tests-failing-in-ubuntu-autopkgtest-env.patch:
      some tests are failing only in autopkgtest and need further
      investigation.
    - d/ruby-tests.rake: skip flaky tests in Ubuntu.
      Some of them are executed in parallel and they try to start and stop
      the puma server multiple times which is causing a race condition.
  * Added:
    - d/ruby-tests.rake: skip test_chunked_keep_alive_two_back_to_back
      failing on s390x.

 -- Lucas Kanashiro <email address hidden> Fri, 21 Jul 2023 16:27:57 -0300

Changed in puma (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.