Skip to content

Commit dc507ab

Browse files
texierpiipeace
authored andcommitted
uriparser: upgrade 0.9.3 -> 0.9.4
License-Update: copyright years updated Changelog: 2020-05-31 -- 0.9.4 * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67) * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#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 openembedded#79, openembedded#81) Thanks to Wouter Beek for the related report! * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#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 openembedded#69) * Added: Functions to make UriUri[AW] instances independent of the original URI string (GitHub openembedded#77 and openembedded#78) New functions: uriMakeOwner[AW] uriMakeOwnerMm[AW] * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of files, defaults to "ON" (GitHub openembedded#74, openembedded#75) Thanks to Scott Donelan for the patch! * Soname: 1:26:0 Signed-off-by: Pierre-Jean Texier <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 4d1d5c1 commit dc507ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb renamed to meta-oe/recipes-support/uriparser/uriparser_0.9.4.bb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ SUMMARY = "RFC 3986 compliant URI parsing library"
22
HOMEPAGE = "https://uriparser.github.io"
33

44
LICENSE = "BSD-3-Clause"
5-
LIC_FILES_CHKSUM = "file://COPYING;md5=fc3bbde670fc6e95392a0e23bf57bda0"
5+
LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168"
66

77
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz"
8-
SRC_URI[md5sum] = "9874b64f6f4ff656f3f69598e38f12b7"
9-
SRC_URI[sha256sum] = "6cef39d6eaf1a48504ee0264ce85f078758057dafb1edd0a898183b55ff76014"
8+
SRC_URI[sha256sum] = "095e8a358a9ccbbef9d1f10d40495ca0fcb3d4490a948ba6449b213a66e08ef0"
109

1110
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
1211

0 commit comments

Comments
 (0)