[libplack-perl] branch master updated (ff8058d -> ce058bf)

gregor herrmann gregoa at debian.org
Wed Sep 27 14:50:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libplack-perl.

      from  ff8058d   update changelog
      adds  7a6907b   #570 Remove test that expects cookie to be delimited by comma
      adds  ad0d775   Merge pull request #573 from kazeburo/cve-2016-7401-remove-comma-test
      adds  d901b5d   fix typo. Fix #578
      adds  a9e18f1   Fix typo on mod_fcgid directive
      adds  72e3b87   Merge pull request #584 from dmaestro/dmaestro-doc-fcgid-directive
      adds  1c0bdb0   lowercase headers before passing to HTTP::Headers::Fast
      adds  995d475   Merge pull request #585 from plack/lc-psgi-headers
      adds  de5112a   add test for #585
      adds  e9264e2   1.0043
      adds  66111cc   Allow passing an already-open listen socket to HTTP::Server::PSGI
      adds  2f27548   Add option to use listen_sock in Plack::Test::Server
      adds  e583b78   Use test_tcp(listen => 1, ...) in tests
      adds  b294264   Merge pull request #581 from ilmari/listen-sock
      adds  f09d219   1.0044
      adds  b981a87   New upstream version 1.0044
       new  7ef4b57   Update upstream source from tag 'upstream/1.0044'
       new  1180057   Update debian/changelog
       new  444ce06   update changelog
       new  9ce81c3   Drop spelling.patch, merged upstream.
       new  c30d7d4   Update years of packaging copyright.
       new  263f8b2   Bump versioned (build) dependency on libtest-tcp-perl.
       new  bd07faa   Declare compliance with Debian Policy 4.1.0.
       new  eac6c0e   Drop alternative (build) dependency on ancient libwww-perl.
       new  ce058bf   releasing package libplack-perl version 1.0044-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                         | 11 +++++++++++
 MANIFEST                        |  4 +++-
 META.json                       | 11 ++++++-----
 META.yml                        |  9 +++++----
 Makefile.PL                     |  8 ++++----
 cpanfile                        |  2 +-
 debian/changelog                | 11 +++++++++--
 debian/control                  | 10 +++++-----
 debian/copyright                |  2 +-
 debian/patches/series           |  1 -
 debian/patches/spelling.patch   | 19 -------------------
 lib/HTTP/Server/PSGI.pm         | 34 +++++++++++++++++++++-------------
 lib/Plack.pm                    |  2 +-
 lib/Plack/Handler/FCGI.pm       |  2 +-
 lib/Plack/Middleware/Chunked.pm |  2 +-
 lib/Plack/Request.pm            |  4 ++--
 lib/Plack/Response.pm           |  2 +-
 lib/Plack/Test/Server.pm        | 14 ++++++++++++--
 t/HTTP-Server-PSGI/harakiri.t   | 10 +++++-----
 t/HTTP-Server-PSGI/listen.t     | 39 +++++++++++++++++++++++++++++++++++++++
 t/HTTP-Server-PSGI/post.t       | 10 +++++-----
 t/Plack-Loader/restarter.t      |  5 +++--
 t/Plack-Request/cookie.t        | 19 -------------------
 t/Plack-Request/headers.t       | 25 +++++++++++++++++++++++++
 t/author-pod-syntax.t           |  2 +-
 25 files changed, 162 insertions(+), 96 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 t/HTTP-Server-PSGI/listen.t
 create mode 100644 t/Plack-Request/headers.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-perl.git



More information about the Pkg-perl-cvs-commits mailing list