2018-06-06 10:23:06 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 3.02
Upstream changes:
* v3.02 - 19th May 2018
No changes from v3.01_02
* v3.01_02 - 8th May 2018
BUG FIX: Uploads on MSWin32 were not correctly converted if the first
character of a buffer was LF. Changed regex to negative lookarounds.
* v3.01_01 - 4th May 2018
BUG FIX: Uploads could fail if n * buffer_size fell inside the boundary
marker. Thanks pru-mike (PR 1). (possibly fixes issue 116670)
BUG FIX: Changing the boundary marker for second and subsequent uploads
causes errors. Thanks pru-mike (PR 1). (issue 125130)
Test suite enhanced: now with Test::Vars (0.12) and fix of tmp filename
race condition.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-02-02 13:48:18 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 3.00 to 3.01
-------------------
* v3.01 - 10th December 2015
- No changes from v3.00_02
* v3.00_02 - 27th November 2015
- Dual subs/methods have improved detection of how they have been called.
- Misc small documentation improvements.
* v3.00_01 - 15th October 2015
- BUG FIX: Uploads with enctype "multipart/form-data" and at least one
non-file param now process without warnings. (issue 107570)
-----------------------------------------------------------------
|
2015-10-23 16:27:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 3.00
Upstream changes:
* v3.00 - 21st May 2015
No changes from v2.99_04.
* v2.99_04 (pre-release for 3.0) - 18th May 2015
Uploaded files with duplicate field names are treated in the
same ways as other data with duplicate field names.
* v2.99_03 (pre-release for 3.0) - 5th April 2015
BUG FIX: Additional change to forms.t to prevent MS Windows systems
hanging. (issue 103315)
* v2.99_02 (pre-release for 3.0) - 4th April 2015
Added force_unique_cookies method and equivalent parsing code and tests.
Improved test suite: better coverage, skipped failling tests for
Microsoft systems which don't use/honour normal permissions, silenced
noisy tests on older perls.
* v2.99_01 (pre-release for 3.0) - 31st March 2015
Source amended to pass perlcritic. String evals removed or replaced.
Strictures added to module and examples. All filehandles are now
lexicals. Consistent source formatting applied to module (perltidy).
deny_uploads and set_size_limit added.
All active public subroutines are now methods.
print_cookie_data and print_form_data have been removed. They had been
deprecated for well over a decade.
escape_dangerous_chars has been removed. It has been considered a
security risk since version 2.0.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-10-26 12:57:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.05. Set LICENSE.
* v2.05 - 23rd October 2014
Documentation improvements, Makefile.PL tweaks.
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-09-06 16:50:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.04:
* v2.04
Minor documentation fixes and explanation of the proposed split into
legacy/trunk branches. No code changes from 2.03_02.
* v2.03_02
The uploads have had a minor change which may solve the windows size
difference failures. More diagnostics were added to the failures if it
does not.
* v2.03_01
The test multi-part upload data in the test suite has been fixed to have
the correct (CRLF) line terminators. These tests should now pass for
Microsoft users.
The documentation has been amended to reflect the change of maintainer.
* v2.03 - May 25, 2014
Maintainer change: Pete Houston has taken over maintenance from Smylers.
A test suite has been created.
BUG FIX: Cleared up some uninitialised value warnings emitted when query
strings are missing an entire key-value pair eg: "&foo=bar" (issue
38448).
BUG FIX: If the user calls parse_form_data as a class method without a
query string, the method now gives up early and silently
(issue 6180).
BUG FIX: In form-data uploads, the boundary string was not properly
escaped and therefore would not match when it contained
metacharacters (issue 29053).
BUG FIX: The content type for url-encoded forms now matches on the MIME
type only, so additional charset fields are allowed (issues 16236,
34827 and 41666).
BUG FIX: Leading/trailling whitespace is now stripped from cookie names
and values.
BUG FIX: Cookies now no longer need to be separated by whitespace.
Commas can now be used as separators too. (issue 32329).
BUG FIX: The semicolon is now a permitted delimiter in the query string
along with the ampersand (issue 8212).
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|