[libfurl-perl] branch master updated (2c94fb1 -> 78dae7e)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 13:12:52 UTC 2015


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

js pushed a change to branch master
in repository libfurl-perl.

      from  2c94fb1   releasing package libfurl-perl version 3.06-2
      adds  37eed1d   Show status line when error was occurred
      adds  430241c   Do not run yahoo.com test case on travis.
      adds  6d1531c   Specify hostname explicitly or otherwise SNI will not be used.
      adds  ea3fffc   Return a correct error.
      adds  0d534b6   Merge pull request #86 from tarao/ssl-sni-over-proxy
      adds  2ff8e5e   Use Test::TCP 2.11
      adds  3145db7   Merge branch 'master' of github.com:tokuhirom/Furl
      adds  6d1c1b8   Checking in changes prior to tagging of version 3.07.
      adds  6f7f41e   Omit the default port number from a request line via a proxy.
      adds  1f94cab   Test that the default port number doesn't appear in the request line via a proxy.
      adds  b0ba8cd   Do not use absolute-form for SSL requests over a proxy.
      adds  9a3d34b   Test request target for SSL over proxy.
      adds  bb8a0f6   Merge pull request #84 from tarao/proxy-omit-default-port
      adds  6f38b15   Handle cookies while redirection.
      adds  e5128ec   sudo:false
      adds  299c64c   do not dependency modules' test cases
      adds  5482c6c   Merge pull request #90 from tokuhirom/cookie_jar-redirect
      adds  3b8f4b1   delete method accept message body
      adds  a89eedd   Merge pull request #91 from kimoto/fix/delete_method_not_doing_accept_message_body
      adds  c75a54f   Checking in changes prior to tagging of version 3.08.
      adds  5db35b8   Imported Upstream version 3.08
       new  35a814e   Merge tag 'upstream/3.08'
       new  ff8d0e6   Modernize git-buildpackage config: Avoid git- prefix.
       new  3f3d2f9   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  7179f3b   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  d609eb7   Bump debhelper compatibility level to 9.
       new  693cd69   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  19d5f80   Add lintian override regarding debhelper 9.
       new  c4b2369   Update copyright info: Extend copyright of packaging to cover current year.
       new  c6446f0   Sync control.in with control: Reorder paragraphs.
       new  5f3a8e7   Sync rules with control: Build-depend on libmodule-build-perl without favoring recent perl.
       new  1599048   Sort and newline-delimit dependencies.
       new  94c6d72   Unfuzz patch 1002.
       new  1135cfb   Tighten to build-depend versioned on libtest-tcp-perl.
       new  78dae7e   Prepare for release: Update changelog, control file and copyright hints.

The 14 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                                    |  12 ++
 META.json                                  |  14 ++-
 META.yml                                   |  12 +-
 cpanfile                                   |   2 +-
 debian/changelog                           |  27 +++++
 debian/compat                              |   2 +-
 debian/control                             |  52 ++++----
 debian/control.in                          |  11 +-
 debian/copyright                           |  41 ++-----
 debian/copyright_hints                     |  12 +-
 debian/gbp.conf                            |   2 -
 debian/patches/1002_unset_http_proxy.patch |  10 +-
 debian/rules                               |  12 +-
 debian/source/lintian-overrides            |   8 ++
 lib/Furl.pm                                |  41 +------
 lib/Furl/HTTP.pm                           |  57 +++++++--
 t/100_low/08_proxy.t                       | 187 +++++++++++++++++++++++------
 t/300_high/01_simple.t                     |   1 +
 t/300_high/07_cookie.t                     |  75 ++++++++++++
 xt/200_online/03_yahoo_com.t               |   4 +-
 20 files changed, 412 insertions(+), 170 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



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