diff options
author | taca <taca> | 2015-08-30 09:02:43 +0000 |
---|---|---|
committer | taca <taca> | 2015-08-30 09:02:43 +0000 |
commit | dc4449be9ad332f7fa75d2658a6d115206f0e543 (patch) | |
tree | a0b8714f881abeb3c65d16c6cac080e8c885a550 /net | |
parent | 1e7d52edb85357f24df418d9451890ce67dcf58f (diff) | |
download | pkgsrc-dc4449be9ad332f7fa75d2658a6d115206f0e543.tar.gz |
Update pear-Net_URL2 to 2.2.0.
2.2.0:
* Changed composer autoloader to classmap, fixes include path pollution
2.1.1:
* Fixed #20473: Normalize query and fragment broken
2.1.0:
* New: OPTION_DROP_SEQUENCE
2.0.12:
* Removed: OPTION_DROP_SEQUENCE
2.0.11:
* New: OPTION_DROP_SEQUENCE
2.0.10:
* Imp: composer for pear
* Fix: Documentation problem
2.0.9:
* Fixed #20418: Incorrect normalization of URI with missing authority
* Upd: Test for RFC 3986 Section 1.1.2 Examples
* Upd: Travis CI - PHP 5.6 added
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_URL2/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_URL2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index 453a308adc7..468ff7769b4 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/10/08 09:51:28 obache Exp $ +# $NetBSD: Makefile,v 1.2 2015/08/30 09:02:43 taca Exp $ -DISTNAME= Net_URL2-2.0.8 +DISTNAME= Net_URL2-2.2.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/pear-Net_URL2/distinfo b/net/pear-Net_URL2/distinfo index f7cb061ce13..56024044d90 100644 --- a/net/pear-Net_URL2/distinfo +++ b/net/pear-Net_URL2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/10/08 09:51:28 obache Exp $ +$NetBSD: distinfo,v 1.2 2015/08/30 09:02:43 taca Exp $ -SHA1 (pear/Net_URL2-2.0.8.tgz) = b7560fa0d8e3826974eb3b04cfb7d007e877b69e -RMD160 (pear/Net_URL2-2.0.8.tgz) = 3098d5b84829756f613cc36de4e3171a2319f1fe -Size (pear/Net_URL2-2.0.8.tgz) = 19102 bytes +SHA1 (pear/Net_URL2-2.2.0.tgz) = babd90bbd964c5748b6b221f27b6b017b643b1da +RMD160 (pear/Net_URL2-2.2.0.tgz) = be81ba2812527d657da89395954e8e74abc1ab30 +Size (pear/Net_URL2-2.2.0.tgz) = 19908 bytes |