File: README.source

package info (click to toggle)
puma 6.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,884 kB
  • sloc: ruby: 17,542; ansic: 2,003; java: 1,006; sh: 379; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 1,446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
puma (6.6.0-4)

  Added the capability to re-generate test certificates in the examples
  directory. This should require installing
  - default-jre, and
  - ruby-certificate-authority
  which are currently not listed as dependencies of this package. You can also
  use faketime to run the upstream tests in a future date to test if the
  certificates will be valid throughout the Debian release support cycle.

  Note that these certificates are not being re-generated during build time
  because the examples/generate_all_certs script depends on the keytool binary
  shipped in the JRE package (we do not want to build depend on Java just for
  this). It should be possible to re-write the script to use the minijks
  package instead (written in Go) so we can always generate these certificates
  during package builds.

puma (4.3.1-1)

  Several tests have been disabled by default:

  - test/test_puma_server_ssl.rb has been disabled because all tests fail
    randomly. However these tests have never been performed in puma 3.x and
    they also work randomly. So until someone can look into them and fix them,
    we decided to not run them (see also #921931).

  - test_control_for_ssl (test/test_cli.rb) and
    test_control_ssl (test/test_pumactl.rb) show similar issues and don't seem
    to imply that the package fails to work. So they have been disabled too.

 -- Daniel Leidert <dleidert@debian.org>  Wed, 05 Feb 2020 23:51:51 +0100