Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

liburiparser1-32bit-0.8.5-3.5.1 RPM for x86_64

From OpenSuSE Leap 15.5 for x86_64

Name: liburiparser1-32bit Distribution: SUSE Linux Enterprise 15
Version: 0.8.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 3.5.1 Build date: Thu Jan 17 09:43:13 2019
Group: System/Libraries Build host: sheep16
Size: 120464 Source RPM: uriparser-0.8.5-3.5.1.src.rpm
Packager: https://www.suse.com/
Url: https://uriparser.github.io
Summary: A strictly RFC 3986 compliant URI parsing library
uriparser is a strictly RFC 3986 compliant URI parsing library
and supports Unicode.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Jan 16 2019 adam.majer@suse.de
  - CVE-2018-20721.patch: fix an out-of-bounds read for incomplete
    URIs with IPv6 addresses with embedded IPv4 address
    (bsc#1122193, CVE-2018-20721)
* Fri Nov 16 2018 adam.majer@suse.de
  - CVE-2018-19198.patch: fix an out-of-bounds write via a
    uriComposeQuery* or uriComposeQueryEx*
    (bsc#1115722, CVE-2018-19198)
  - CVE-2018-19199.patch: fix integer overflow via a uriComposeQuery*
    or uriComposeQueryEx* function (bsc#1115723, CVE-2018-19199)
  - CVE-2018-19200.patch: fix attempted operations on NULL input via
    a uriResetUri* function (bsc#1115724, CVE-2018-19200)
  - enable unit tests, when cpptest-devel is available
* Wed Feb 21 2018 adam.majer@suse.de
  - Package COPYING and other basic documentation
  - Drop HTML documentation, for now, since it has no content.
* Wed Feb 21 2018 adam.majer@suse.de
  - Fix Group of the library subpackage
* Tue Feb 20 2018 jengelh@inai.de
  - Merge subpackage uriparse into uriparser main package,
    and rename liburiparser-devel to uriparser-devel.
* Tue Feb 20 2018 adam.majer@suse.de
  - Rename package to comply with openSUSE packaging guidelines
    (bnc#1081686, sr#577196)
  - Rename changes and spec file and drop usage of pkg_name
* Tue Feb 13 2018 jengelh@inai.de
  - Remove pointless --with-pic (no effect with --disable-static)
  - Ensure neutrality of description.
* Thu Feb 08 2018 aloisio@gmx.com
  - Update to version 0.8.5
    * Changed: The uriparser project has moved from SourceForge to
      GitHub:
      Code + issue tracker: https://github.com/uriparser/uriparser
      New website: https://uriparser.github.io/
      Please update any links of yours, accordingly. Thank you!
    * Fixed: Memleak in out-of-memory clean-up code
      of URI normalization, related to SF.net bug #28.
      Thanks to Chris Hills for the report!
    * Fixed: Fix compilation of uriparse(1) on FreeBSD
      Thanks to Ed Schouten for the patch!
    * Fixed: Fix C90 compilation errors
      Thanks to Joel Cunningham for the patches!
    * Fixed: Space requirements documented for
      uriWindowsFilenameToUriStringA
      given URI "file://server1/file1.txt" (SF.net bug #31)
      Thanks to threedyd for the report!
    * Fixed: Compiler warnings
      Thanks to Joel Cunningham for the patches!
    * Fixed: Stop exporting internal function RemoveBaseUriImpl
      Thanks to Joel Cunningham for the report!
    * Fixed: API documentation front page no longer empty with
      Doxygen 1.8.13
    * Fixed: "make -C doc install" fixed for lack of .map files
    * Improved: Communicate that absolutePath is always URI_FALSE
      for URIs with a host in uriparse CLI tool output and Uri.h
      header
      (GitHub #2, SF.net #30)
    * Soname: 1:21:0
    version 0.8.4
    * Fixed: Stack overflow on parsing malformed IPv6 addresses with
      more than eigtht quads.  Thanks to Alexander Klink for the
      report!
    * Soname: 1:20:0
    version 0.8.3
    * Fixed: uriCompareRange reported NULL pointer and range of
      length zero as equal, by mistake.
      Thanks to Robert Kausch and his Coverity report.
    * Fixed: Use-after-free in out-of-memory code of uriMakeOwner.
      Thanks to Chris Hills and his Klocwork-based report (SF.net
      bug #28)
    * Soname: 1:19:0
    version 0.8.2
    * Fixed: Broken conversion from/to Windows network shares
      (SF.net bug #21)
      Thanks to Adam Gross and Dmitry Repkin!
    * Fixed: Limit uriCompareRange return values to -1/0/1 (SF.net
      bug #24)
      As a side effect, this fixes the test suite for AArch64.
      Thanks to Marcin Juszkiewicz for the patch!
    * Fixed: MinGW Makefile:
      LIB_DIR fixed from ../../lib leftover to ../../src (SF.net
      bug #27)
      Thanks to Dmytro Zagashev for the report!
    * Fixed: Add missing NULL checks to UriStringToFilename (SF.net
      bug #25)
      Thanks to Jerome Custodio for the report!
    * Changed: Leave inlining decisions to GCC
    * Soname: 1:18:0
  - Refreshed uriparser-doxygen.patch
  - Spec cleanup
* Thu Feb 19 2015 p.drouand@gmail.com
  - Update to version 0.8.1
    * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23)
    * Fixed: Bug in internal function that may flip uriEqualsUri results around
    * Added: Function uriAddBaseUriEx allowing to resolve URIs with
      a scheme identical to that of the base URI to resolve against
      as if the URI to resolve had no scheme specified, when flag
      URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified (feature request #4)
    * Soname: 1:17:0
  - Update uriparser-0.7.5-doxygen.patch
    > uriparser-doxygen.patch
  - Add pkgconfig(libxdot) require; new upstream dependency
  - Update download source Url to current sourceforge location
  - Split out uriparse binary into his own package
* Tue May 27 2014 crrodriguez@opensuse.org
  - Extend uriparser-0.7.5-doxygen.patch so doxygen does not
    generate timestamped files.
* Sun Feb 03 2013 coolo@suse.com
  - update license to new format
* Mon Jan 30 2012 jengelh@medozas.de
  - Remove redundant tags/sections per specfile guideline suggestions
  - Parallel building using %_smp_mflags
* Sun May 01 2011 toddrme2178@gmail.com
  - Added 32bit compatibility libraries
* Mon Sep 06 2010 coolo@novell.com
  - fix compile, newer doxygen does not use .gif anymore
* Fri Apr 09 2010 davejplater@gmail.com
  - Update to version 0.7.5 fixed doxygen build with uriparser-0.7.5-doxygen.patch
  - Upstream changes :-
    * Added: pkg-config file
    * Fixed: File Doxyfile.in was missing from release archives
      Thanks to Rakesh Pandit for reporting!
    * Fixed: Doc generation troubles
    * Changed: No longer shipping bundled libcpptest
    * Changed: New dependencies:
    - libcpptest 1.1.0 or later
    - pkg-config (for libcpptest detection)
      Both dependencies can be disable through configuring
      with --disable-test, which excludes the test suite
      from compilation.
    * Soname: 1:10:0
* Sun Sep 06 2009 meissner@suse.de
  - use correct version in .spec file, removed unnecessary CFLAGS/CXXFLAGS
    stuff now default.

Files

/usr/lib/liburiparser.so.1
/usr/lib/liburiparser.so.1.0.21


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 19:51:51 2024