Commit graph

7 commits

Author SHA1 Message Date
schmonz
52c0cf0146 Update to 0.12. From the changelog:
! XS.xs
+ t/06-nonstr.t
  Addressed: RT#94793: encodeURIComponent can't encode integer values
  https://rt.cpan.org/Ticket/Display.html?id=94793
! t/03-hashu.t
  No longer skips tests 4-6 for Test::Harness->VERSION > 3
! Makefile.PL
  Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/4
! lib/URI/Escape/XS.pm
  Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/3
2014-06-09 20:09:49 +00:00
schmonz
0c5aca36d0 Update to 0.10. From the changelog:
- Updated mail address
- Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2
- POD Fixes
- Addressed: RT#78738: Please provide LICENSE in metadata.
- Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed
2013-07-10 02:43:50 +00:00
sno
fe9b8944d4 Updating www/p5-URI-Escape-XS from 0.07nb1 to 0.08
Upstream changes:
$Revision: 0.8 $ $Date: 2010/07/16 07:52:31 $
! XS.xs
  The fix in RT#39135 did not address %XX
  reported by @kazuho via twitter DM
2010-09-02 20:37:07 +00:00
martti
65297601a4 Updated www/p5-URI-Escape-XS to 0.07
Addressed:
#57168: memory leak in uri_escape ?
http://rt.cpan.org/Public/Bug/Display.html?id=57168
2010-05-28 10:07:46 +00:00
sno
14e66eda1b Updating www/p5-URI-Escape-XS from 0.05 to 0.06
pkgsrc changes:
  - Adjusting license definition

Upstream changes:
+ t/05-null.t
! XS.xs lib/URI/Escape/XS.pm
  Addressed:
  #45392: First invocation of encodeURIComponentIDN loses the path
  #49375: decodeURIComponent() influences references from a regexp
  #45855: Problems with undef
  http://rt.cpan.org/Public/Bug/Display.html?id=45392
  http://rt.cpan.org/Public/Bug/Display.html?id=49375
  http://rt.cpan.org/Public/Bug/Display.html?id=45855
2009-10-24 16:06:07 +00:00
sno
0ab8de07fe PkgSrc changes:
- Updating package for p5 module URI::Escape::XS from 0.02 to 0.05
  - Setting license to gnu-gpl-v2

Upstream changes:
0.05 2009/03/24 14:24:09
! lib/URI/Escape/XS.pm t/04-IDN.t
  Now you can also use Net::LibIDN instead of Net::IDN::Encode
  http://rt.cpan.org/Public/Bug/Display.html?id=44084

0.04 2009/01/16 08:26:52
!  lib/URI/Escape/XS.pm
!  t/04-IDN.t
   drry:   * fixed POD and test. * et cetera.
   http://coderepos.org/share/changeset/28708
! t/t/01-compat.t
  Retouched so it is now locale-free
  http://rt.cpan.org/Public/Bug/Display.html?41134
  http://rt.cpan.org/Public/Bug/Display.html?42702

0.04 2009/01/16 08:26:52
! XS.pm README
+ t/04-idn.t
  added: decodeURICompornentIDN() and encodeURICompornentIDN()

0.03 2009/01/16 08:26:52
! XS.pm
  Arguments are now unconditionally stringified
  http://rt.cpan.org/Public/Bug/Display.html?39344
! XS.xs
  Addressed test failure on 5.10.x and others
  http://rt.cpan.org/Public/Bug/Display.html?39135
2009-04-29 22:47:35 +00:00
martti
2a57704090 Escape and unescape unsafe characters in URIs. 2008-10-07 06:09:12 +00:00