[libfurl-perl] branch master updated (515a885 -> fef3590)
Jonas Smedegaard
dr at jones.dk
Sun Oct 1 16:26:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libfurl-perl.
from 515a885 releasing package libfurl-perl version 3.08-2
adds f2a7da7 minor pod fixes
adds dff1809 Merge pull request #92 from garu/garu/minor-pod-fixes
adds 60a7dd8 Support `100 Continue` response
adds bc14a9e Merge pull request #93 from spiritloose/support-100-continue
adds a54f526 Add http_proxy to use proxy under the CGI environment.
adds a24841c Skip some tests on Windows
adds 01a8c07 Merge pull request #94 from mattn/httpoxy
adds c6397b9 Update test Perls
adds 3aac364 Merge pull request #95 from syohex/update-test-perls
adds 0f9c3a2 Remove HTTP/1.1 Continue preceding
adds 1a34163 Merge pull request #96 from mattn/fix-test
adds 625fe25 Pass %env
adds c4a4a85 Add failing test for status 101
adds e1eabd5 Handle status 101
adds c2295e3 Status message should be strictly.
adds 6405244 Handle 1xx status correctly.
adds c18218c Remaining headers for the rest
adds b84694f Merge pull request #97 from mattn/status-100
adds 879bcbf Checking in changes prior to tagging of version 3.09.
adds 1cabedf Set library path for loading test local package on newer Perl
adds 23949d6 Merge pull request #103 from tokuhirom/newer-perl-inc-issue
adds 9ecf061 Checking in changes prior to tagging of version 3.10.
adds 2fb3d1e Merge branch 'master' of github.com:tokuhirom/Furl
adds 6d835f9 Added document for module preloading
adds 57936bd Merge pull request #106 from tokuhirom/document-module-preloading
adds f50ed24 Merge branch 'master' of github.com:tokuhirom/Furl
adds 7da4764 Checking in changes prior to tagging of version 3.11.
adds 2e3f917 Applied @kazuho's english fix
adds 90f3e48 uri_unescape user & password for Basic auth
adds 1bbe947 add test for escaped username and password
adds 7d64487 Merge pull request #108 from ktat/uri_unescape-for-auth
adds 06365ed Merge branch 'master' of github.com:tokuhirom/Furl
adds b1a799e add a failing test
adds 88cd747 check whether sockets are readable or not before reusing them
adds aba9e53 Merge pull request #109 from skaji/check_sockets_are_readable_or_not
adds e223e0d Merge branch 'master' of github.com:tokuhirom/Furl
adds 2ce9c29 Checking in changes prior to tagging of version 3.12.
adds e2a129e test requires URI::Escape
adds 53797ad Merge pull request #110 from skaji/test-requires-uri-escape
adds d60810a Merge branch 'master' of github.com:tokuhirom/Furl
adds 81b9692 Checking in changes prior to tagging of version 3.13.
adds 061f3c8 New upstream version 3.13
new c47acd5 Updated version 3.13 from 'upstream/3.13'
new 545b356 Update watch file: Bump to file format 4. Watch only MetaCPAN URL. Mention gbp --uscan in usage comment. Use substitution strings.
new 27f377d Modernize cdbs: Drop get-orig-source target: Use gbp import-orig --uscan.
new 4764029 Modernize cdbs: Do copyright-check in maintainer script (not during build).
new fb16582 Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
new 57990ba Modernize git-buildpackage config: Filter any .git* file.
new 8ae5309 Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
new 9cb1e18 Declare compliance with Debian Policy 4.1.1.
new 81aed41 Unfuzz patches.
new 369f7ff Add DEP-3 headers to patches.
new 0d460df Drop obsolete lintian override regarding debhelper 9.
new 5f45adb Tighten lintian overrides regarding License-Reference.
new 52ca4ea Update package relations: Build-depend on libmodule-build-tiny-perl (not libmodule-build-perl).
new 37af118 Update package relations: Stop (build-)depend explicitly on (recent perl or) libcpan-meta-perl libtest-simple-perl: Provided by perl even in oldstable.
new ddfd20b Update package relations: Relax to (build-)depend unversioned on libhttp-parser-xs-perl: Needed version satisfied even in oldstable.
new 9bff01d Update copyright info: Extend coverage for myself.
new 2593cbe Update copyright info: Use https protocol in file format URL.
new 3e0959d Drop empty man pages.
new 5ece299 Update package relations: Build-depend on libhttp-body-perl.
new fef3590 Prepare for release: Update changelog, control file, and copyright hints.
The 20 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:
.gitignore | 1 -
Build.PL | 57 +-------------------
Changes | 33 +++++++++++-
MANIFEST | 3 ++
META.json | 23 ++++----
META.yml | 19 ++++---
README.md | 10 ++++
debian/changelog | 40 ++++++++++++++
debian/control | 14 +++--
debian/control.in | 6 +--
debian/copyright | 4 +-
debian/copyright-check | 24 +++++++++
debian/copyright_hints | 38 ++++++++++---
debian/gbp.conf | 2 +-
debian/patches/1001_relax_timeout_errormsg.patch | 7 ++-
debian/patches/1002_unset_http_proxy.patch | 7 ++-
debian/rules | 27 +++-------
debian/source/lintian-overrides | 13 +++--
debian/watch | 8 +--
lib/Furl.pm | 16 +++++-
lib/Furl/HTTP.pm | 69 +++++++++++++++++-------
t/100_low/01_simple.t | 2 +
t/100_low/04_chunked.t | 2 +
t/100_low/05_slowloris.t | 2 +
t/100_low/07_timeout.t | 2 +
t/100_low/13_deflate.t | 2 +
t/100_low/17_keep_alive.t | 2 +
t/100_low/21_keep_alive_timedout.t | 2 +
t/100_low/22_keep_alive.t | 56 +++++++++++++++++++
t/100_low/24_no_content.t | 2 +
t/100_low/25_signal.t | 2 +
t/100_low/26_headers_only.t | 24 +++++++--
t/100_low/28_idn.t | 2 +
t/100_low/29_completion_slash.t | 2 +
t/100_low/30_user_agent.t | 2 +
t/100_low/32_proxy_auth.t | 25 +++++++--
t/100_low/33_basic_auth.t | 22 +++++++-
t/100_low/34_keep_request.t | 2 +
t/100_low/35_get_address.t | 2 +
t/100_low/36_inactivity_timeout.t | 2 +
t/100_low/37_bad_content_length.t | 2 +
t/100_low/38_continue.t | 53 ++++++++++++++++++
t/100_low/39_httpoxy.t | 61 +++++++++++++++++++++
t/300_high/05_suppress_dup_host_header.t | 2 +
t/HTTPServer.pm | 2 +
45 files changed, 541 insertions(+), 157 deletions(-)
delete mode 100644 .gitignore
create mode 100755 debian/copyright-check
create mode 100644 t/100_low/22_keep_alive.t
create mode 100644 t/100_low/38_continue.t
create mode 100644 t/100_low/39_httpoxy.t
--
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