forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67) * Fixed: CMake: Support GTest 1.8.0 (GitHub #68) Thanks to Ryan Schmidt for the related report! * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than GTEST_INCLUDE_DIR (GitHub #79, #81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72) Thanks to Scott Donelan for the patch! * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub #77 and #78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub #74, #75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0
- Loading branch information
Showing
3 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
@comment $NetBSD: PLIST,v 1.5 2019/05/20 07:44:59 adam Exp $ | ||
@comment $NetBSD: PLIST,v 1.6 2020/06/02 09:59:45 nia Exp $ | ||
bin/uriparse | ||
include/uriparser/Uri.h | ||
include/uriparser/UriBase.h | ||
include/uriparser/UriDefsAnsi.h | ||
include/uriparser/UriDefsConfig.h | ||
include/uriparser/UriDefsUnicode.h | ||
include/uriparser/UriIp4.h | ||
lib/cmake/uriparser-0.9.3/uriparser-config-version.cmake | ||
lib/cmake/uriparser-0.9.3/uriparser-config.cmake | ||
lib/cmake/uriparser-0.9.3/uriparser-noconfig.cmake | ||
lib/cmake/uriparser-0.9.3/uriparser.cmake | ||
lib/cmake/uriparser-${PKGVERSION}/uriparser-config-version.cmake | ||
lib/cmake/uriparser-${PKGVERSION}/uriparser-config.cmake | ||
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.26 | ||
lib/liburiparser.so.1.0.27 | ||
lib/pkgconfig/liburiparser.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: distinfo,v 1.12 2020/03/22 13:51:23 tnn Exp $ | ||
$NetBSD: distinfo,v 1.13 2020/06/02 09:59:45 nia Exp $ | ||
|
||
SHA1 (uriparser-0.9.3.tar.xz) = b9b424a3e16d32fadfc603de3f5f4a9d5dbe7c76 | ||
RMD160 (uriparser-0.9.3.tar.xz) = a8b4b08a42c1dca7404a2bc592f928437aa44157 | ||
SHA512 (uriparser-0.9.3.tar.xz) = fd821c5b441c5bbf9477ec9e3abfb4b3bf3789e1d874905ac8ba23b4a301a586a5fa03328dc62bc2b261d3b99b5c7c44f84b8faf57377bc2275ce0b78b58887b | ||
Size (uriparser-0.9.3.tar.xz) = 166328 bytes | ||
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 (patch-include_uriparser_UriBase.h) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd |