diff options
author | bjs <bjs@pkgsrc.org> | 2008-06-13 05:06:52 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-06-13 05:06:52 +0000 |
commit | 49c8e837a391d49f512c08e5559b0e8a0a8c3f6f (patch) | |
tree | da005789a1ee008dacc606d00fac86aad0a1edb9 /textproc | |
parent | 6f8abb2fbfbf10c53b790ec7d47196aa2c8e7806 (diff) | |
download | pkgsrc-49c8e837a391d49f512c08e5559b0e8a0a8c3f6f.tar.gz |
Update to 0.7.1.
2008-04-27 -- 0.7.1
* Fixed: Bogus syntax error when parsing URIs with port-like
passwords, e.g. "http://user:21@host/" (#1948038)
Thanks to Friedrich Delgado Friedrichs for reporting!
* Fixed: Parser did not handle trailing slashes correctly in some cases,
which also made the structures produced from parsing "http://e.com/"
and "http://e.com" indistinguishable. (#1950126)
Thanks to Edward Z. Yang for reporting!
2008-04-04 -- 0.7.0
* Added: Dissection and composition of query strings
* Added: Documentation improvements
(in|out|inout indicators, addition of \since and \see)
* Changed: Code::Blocks project files updated from file format
version 1.4 to 1.6, which is produced by Code::Blocks 8.02
* Added: Code::Blocks workspace file
* Changed: Soname set to 1:5:0
2008-02-25 -- 0.6.4
* Added: Syntax-based normalization can now handle relative URIs,
e.g. "../../a/b/.././c" is normalized to "../../a/c"
* Fixed: Normalization code could free foreign memory
* Fixed: Normalization processed the path segment even when asked not to
* Added: MinGW Makefile and related readme
Thanks to Michael Anthony Puls II!
* Fixed: Documentation bug not requiring enough memory for the output
buffer when converting a relative file URI back to a filename
* Changed: Soname set to 1:4:0
2008-02-11 -- 0.6.3
* Fixed: Two major crash bugs in normalization code
Thanks to Adrian Manrique for the patch!
* Added: Brief usage tutorial
* Changed: Soname set to 1:3:0
2008-02-08 -- 0.6.2
* Fixed: Freeing a normalized URI like "http://test?"
caused a crash. Thanks to Adrian Manrique for reporting!
* Fixed: Filename <--> URI string conversion helpers can
now handle relative URIs and filenames
* Changed: Soname set to 1:2:0
2007-12-23 -- 0.6.1
* Fixed: Percent-encodings in hostnames were not repaired during
normalization.
Thanks to Adrian Manrique for reporting!
* Fixed: Percent-encodings were fixed after dot removal not before during
normalization.
Thanks to Adrian Manrique for reporting!
* Fixed: Include path order bug
Thanks to Ed Schouten for reporting this!
* Fixed: Shadow builds now possible
Thanks to Adeodato Simó for the patch!
* Added: Version guards for Autoconf/Automake
Thanks to Martin Michlmayr for reporting!
* Changed: Soname set to 1:1:0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uriparser/Makefile | 4 | ||||
-rw-r--r-- | textproc/uriparser/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/uriparser/Makefile b/textproc/uriparser/Makefile index d01ef7cdca1..375e5b6ecab 100644 --- a/textproc/uriparser/Makefile +++ b/textproc/uriparser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 18:36:14 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/13 05:06:52 bjs Exp $ # -DISTNAME= uriparser-0.6.0 +DISTNAME= uriparser-0.7.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uriparser/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/uriparser/distinfo b/textproc/uriparser/distinfo index 06801bd5089..37ba6960b90 100644 --- a/textproc/uriparser/distinfo +++ b/textproc/uriparser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/11/08 18:36:14 bjs Exp $ +$NetBSD: distinfo,v 1.2 2008/06/13 05:06:52 bjs Exp $ -SHA1 (uriparser-0.6.0.tar.bz2) = 49ced50c27197484192d6688d2ce74893dc17cb2 -RMD160 (uriparser-0.6.0.tar.bz2) = 275d90fb910cfdcd3e5ee12cf3a65cb9d8d75a0b -Size (uriparser-0.6.0.tar.bz2) = 376953 bytes +SHA1 (uriparser-0.7.1.tar.bz2) = 2b0a78bac76489e56b4a11c217b5f57097ebb048 +RMD160 (uriparser-0.7.1.tar.bz2) = b97ccf60140580043aa7ec458897a7039499d448 +Size (uriparser-0.7.1.tar.bz2) = 409452 bytes SHA1 (patch-aa) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd |