Mon Aug 20 05:23:09 2018 UTC ()
uriparser: update to 0.8.6.

2018-08-18 -- 0.8.6

  * Fixed: Bad/NULL .hostText.afterLast when parsing certain rather pathologic
      but well-formed URIs with empty host (e.g. "//:%aa@") (GitHub #15)
      Thanks to Kurt Schwehr for the report!
  * Fixed: Fix uriRemoveBaseUri for case where scheme, host name,
      IPvFuture address or path segments of the source address were
      string prefixes of the related counterpart in the base URI.
      Thanks to Yang Yu for the patch! (GitHub #19, #20)
  * Fixed: Make UriStringToUnixFilename and UriStringToWindowsFilename
      support minimal representation a la RFC 8089, e.g. file:/bin/bash
      (compare to file:///bin/bash with three slashes) (GitHub #12, #14)
      Thanks to Zane van Iperen for the report!
  * Fixed: Documentation typos (GitHub #10, #11)
      Thanks to Graham Percival!
  * Improved: Made API docs of uriRemoveBaseUri more clear
      (related to GitHub #19)
  * Soname: 1:22:0


(wiz)
diff -r1.8 -r1.9 pkgsrc/textproc/uriparser/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/uriparser/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/textproc/uriparser/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/uriparser/Makefile 2018/02/23 16:41:34 1.8
+++ pkgsrc/textproc/uriparser/Makefile 2018/08/20 05:23:08 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2018/02/23 16:41:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2018/08/20 05:23:08 wiz Exp $
2 2
3DISTNAME= uriparser-0.8.5 3DISTNAME= uriparser-0.8.6
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=uriparser/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=uriparser/}
6GITHUB_RELEASE= ${DISTNAME} 6GITHUB_RELEASE= ${DISTNAME}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://uriparser.github.io/ 10HOMEPAGE= https://uriparser.github.io/
11COMMENT= URI parsing library 11COMMENT= URI parsing library
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --disable-doc 15CONFIGURE_ARGS+= --disable-doc
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.7 -r1.8 pkgsrc/textproc/uriparser/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/uriparser/distinfo 2018/02/23 16:41:34 1.7
+++ pkgsrc/textproc/uriparser/distinfo 2018/08/20 05:23:08 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2018/02/23 16:41:34 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2018/08/20 05:23:08 wiz Exp $
2 2
3SHA1 (uriparser-0.8.5.tar.bz2) = 8f898ed85f0819b809aab2e84c3086f7c1575722 3SHA1 (uriparser-0.8.6.tar.bz2) = 5e0bece039a7ae5b666b710a6db02138da2a1ef5
4RMD160 (uriparser-0.8.5.tar.bz2) = f9340b4ec8263fb9f8ebef802c98ae96a3575765 4RMD160 (uriparser-0.8.6.tar.bz2) = dfa7676bf771b638b80255a63a30b73b002b99cd
5SHA512 (uriparser-0.8.5.tar.bz2) = e9b0228092cf12b824975000b0a6dbe2e413d3642203666d77c5b42f04bc13e0ec3f61d6a2c44d9613bea15e8cf7ec42cc4c92c5bc4318ee3349c1b380409d5c 5SHA512 (uriparser-0.8.6.tar.bz2) = b95e6d7c7f835002f6ea1a9c0962f4d385cd16519c40b921e9a9679140fd5d6cd326002b452fc73431aa2f36d049ae510c034a423eca143a6285f9b4b3dd7b83
6Size (uriparser-0.8.5.tar.bz2) = 359469 bytes 6Size (uriparser-0.8.6.tar.bz2) = 360214 bytes
7SHA1 (patch-aa) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd 7SHA1 (patch-aa) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd