pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/uriparser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 20 05:23:09 UTC 2018

Modified Files:
        pkgsrc/textproc/uriparser: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/uriparser/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/uriparser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/uriparser/Makefile
diff -u pkgsrc/textproc/uriparser/Makefile:1.8 pkgsrc/textproc/uriparser/Makefile:1.9
--- pkgsrc/textproc/uriparser/Makefile:1.8      Fri Feb 23 16:41:34 2018
+++ pkgsrc/textproc/uriparser/Makefile  Mon Aug 20 05:23:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/02/23 16:41:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/08/20 05:23:08 wiz Exp $
 
-DISTNAME=      uriparser-0.8.5
+DISTNAME=      uriparser-0.8.6
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=uriparser/}
 GITHUB_RELEASE=        ${DISTNAME}

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



Home | Main Index | Thread Index | Old Index