Skip to content

Commit

Permalink
textproc/uriparser: update to 0.9.5
Browse files Browse the repository at this point in the history
2021-03-18 -- 0.9.5

  * Fixed: Fix a bug regarding section "5.2.4. Remove Dot Segments"
      of RFC 3986 that affected both normalization and reference resolution
      with regard to trailing slashes (GitHub #92, #97)
      Thanks to Dan Pape for the report!
  * Fixed: MinGW: Fix name of static library (GitHub #90)
      Thanks to SpaceIm for the patch and Sandro Mani for review!
  * Fixed: Use correct inline marker "__forceinline" for Intel C++ Compiler
      (GitHub #93)
      Thanks to jensenrichardson for the patch!
  * Fixed: Link against pthreads for (default) -DURIPARSER_BUILD_TESTS=ON
      (GitHub #99, #100)
  * Fixed: When integrated using CMake function add_subdirectory, installation
      could fail due to lack of prefix ${CMAKE_CURRENT_SOURCE_DIR} (GitHub #98)
      Thanks for the patch to Shehzan Mohammed!
  * Fixed: Addressed MSVC compile warning about lack of /EHsc when compiling
      the C++ test suite code (GitHub #102)
  * Fixed: Stopped misadvertising wide characters as Unicode support
      (GitHub #104)
  * Added: CMake option URIPARSER_WARNINGS_AS_ERRORS=(ON|OFF)
      to turn compile warnings into errors, defaults to "OFF" (GitHub #102)
  * Improved: pkg-config: Use ${prefix} and ${exec_prefix} to ease
      overriding variables using --define-variable=NAME=VALUE,
      e.g. as done on OpenWRT (GitHub #91)
      Thanks to Karel Kočí for the pull request!
  * Improved: Auto-detection of the qhelpgenerator command based on CMake
      package "Qt5Help" when available.  CMake option "QHG_LOCATION" can still
      be used to enforce a specific location (GitHub #103)
      Thanks for his help to Andreas Sturmlechner!
  * Improved: Make documentation use pkg-config in example on how to
      check for uriparser from within configure.ac (GNU Autoconf)
      (GitHub #37, #106)
  * Improved: In testing code, add a missing 'extern "C"' (GitHub #109)
      Thanks to Jørgen Ibsen for the patch!
  * Soname: 1:28:0 — see https://verbump.de/ for what these numbers do
  • Loading branch information
taca committed Mar 21, 2021
1 parent 8b4d4e8 commit 5afe679
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
4 changes: 2 additions & 2 deletions textproc/uriparser/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2020/06/02 09:59:45 nia Exp $
# $NetBSD: Makefile,v 1.15 2021/03/21 15:18:54 taca Exp $

DISTNAME= uriparser-0.9.4
DISTNAME= uriparser-0.9.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=uriparser/}
GITHUB_RELEASE= ${DISTNAME}
Expand Down
4 changes: 2 additions & 2 deletions textproc/uriparser/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2020/06/02 09:59:45 nia Exp $
@comment $NetBSD: PLIST,v 1.7 2021/03/21 15:18:54 taca Exp $
bin/uriparse
include/uriparser/Uri.h
include/uriparser/UriBase.h
Expand All @@ -12,5 +12,5 @@ lib/cmake/uriparser-${PKGVERSION}/uriparser-noconfig.cmake
lib/cmake/uriparser-${PKGVERSION}/uriparser.cmake
lib/liburiparser.so
lib/liburiparser.so.1
lib/liburiparser.so.1.0.27
lib/liburiparser.so.1.0.28
lib/pkgconfig/liburiparser.pc
11 changes: 5 additions & 6 deletions textproc/uriparser/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.13 2020/06/02 09:59:45 nia Exp $
$NetBSD: distinfo,v 1.14 2021/03/21 15:18:54 taca Exp $

SHA1 (uriparser-0.9.4.tar.xz) = 3f7102e2a2e59e1cbdcaa7dc974fc8d0775703c7
RMD160 (uriparser-0.9.4.tar.xz) = 475d616bb0a845964c3f32550bbdef7c0bec0a0b
SHA512 (uriparser-0.9.4.tar.xz) = b62f13232be58f90b8d3ccd8d5de6759a2146ac67555ffbf1c32318c52073300e7ead55eb73254bef84d2273aa5eb815a66d3e81aafb30bfdb60a9ffb8233c55
Size (uriparser-0.9.4.tar.xz) = 167456 bytes
SHA1 (patch-CMakeLists.txt) = af3b6b9531f82956ce7aa4294d505d035b8c76f0
SHA1 (uriparser-0.9.5.tar.xz) = 5926cbd60865265c5b20765df605085ddafa8edd
RMD160 (uriparser-0.9.5.tar.xz) = 8ef71446a57ba087fefbe0aaa246be0f21d5bedc
SHA512 (uriparser-0.9.5.tar.xz) = e6077a1892cf92542205d5f4f888502e0cd51586832dd5d06903b8cebfada3fd37310978fac0134a671dea07d471f384026da07c076bda194c7a0abc7ba9867a
Size (uriparser-0.9.5.tar.xz) = 169220 bytes
SHA1 (patch-include_uriparser_UriBase.h) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd
16 changes: 0 additions & 16 deletions textproc/uriparser/patches/patch-CMakeLists.txt

This file was deleted.

0 comments on commit 5afe679

Please sign in to comment.