Revisions of libgit2

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) committed (revision 94)
Fix baselibs.conf
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 906736 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 92)
- update to 1.1.1:
  * Fixes a bug where decompressing packfiles could fail in rare
    instances.
  * Ensure worktree paths are validated in more cases.
  * Builds without thread-safety (`THREADSAFE=OFF`) are supported again.
  * Builds without mmap (`NO_MMAP`) are supported again.
  * mbedTLS is supported in non-default locations.
  * Malformed branch names or missing branches on remotes are ignored.
  * Use compiler intrinsics to detect arithmetic overflows in more cases.
  * The configuration cache functions properly on systems with strict
    alignment.
  * A missing options initializer function (`git_blob_filter_options_init`)
    was added for `git_blob_filter_options`.
  * Several documentation fixes.
buildservice-autocommit accepted request 851289 from Adam Majer's avatar Adam Majer (adamm) (revision 91)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 851180 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 90)
- require library required by pkg-config file 

as a side note:

the proper fix might probably be removing the -lssh2 from the .pc file but i didnt have time for it today
buildservice-autocommit accepted request 844080 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 89)
baserev update by copy to link target
buildservice-autocommit accepted request 816328 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 87)
baserev update by copy to link target
buildservice-autocommit accepted request 796543 from Adam Majer's avatar Adam Majer (adamm) (revision 85)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 796007 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 84)
- Update to version 1.0.0:
  * CMake was converted to make use of the GNUInstallDirs module
    for both our pkgconfig and install targets in favor of our
    custom build options BIN_INSTALL_DIR, LIB_INSTALL_DIR and
    INCLUDE_INSTALL_DIR. Instead, you can now use CMakes standard
    variables CMAKE_INSTALL_BINDIR, CMAKE_INSTALL_LIBDIR and
    CMAKE_INSTALL_INCLUDEDIR.
  * Some CMake build options accepted either a specific value or a
    boolean value to disable the option altogether or use automatic
    detection. We only accepted "ON" or "OFF", but none of the
    other values CMake recognizes as boolean. This was aligned with
    CMake's understanding of booleans.
  * The installed pkgconfig file contained incorrect values for
    both libdir and includedir variables.
  * If using pcre2 for regular expressions, then we incorrectly
    added "pcre2" instead of "pcre2-8" to our pkgconfig
    dependencies, which was corrected.
  * Fixed building the bundled ntlmclient dependency on FreeBSD,
    OpenBSD and SunOS.
  * When writing symlinks on Windows, we incorrectly handled
    relative symlink targets, which was corrected.
  * When using the HTTP protocol via macOS' SecureTransport
    implementation, reads could stall at the end of the session and
    only continue after a timeout of 60 seconds was reached.
  * The filesystem-based reference callback didn't corectly
    initialize the backend version.
  * A segmentation fault was fixed when calling git_blame_buffer()
    for files that were modified and added to the index.
  * A backwards-incompatible change was introduced when we moved
    some structures from "git2/credentials.h" into
    "git2/sys/credentials.h". This was fixed in the case where you
    do not use hard deprecation.
  * Improved error handling in various places.
- Change sover define to 1_0 and in baselibs following upstream
  changes.
buildservice-autocommit accepted request 792959 from Adam Majer's avatar Adam Majer (adamm) (revision 83)
baserev update by copy to link target
buildservice-autocommit accepted request 756053 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 81)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 755852 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 79)
libgit2 0.28.3 boo#1158981
buildservice-autocommit accepted request 718451 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 78)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 717802 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 77)
- Update to 0.28.2:
  * Fix include directory ordering when using bundled dependencies.
  * Fix infinite loop when searching for a non-existing repository with
    Windows-style paths including drive prefixes.
  * Fix symlinks to directories on Windows.
  * Fix paths with a trailing "/" not always being treated as
    directories when computing ignores.
  * Fix false negatives when computing ignores where ignore rules
    that are a prefix to a negative ignore rule exist.
  * Fix patches with CRLF line endings not being parsed correctly.
  * Fix segfault when parsing patches with file addition (deletion)
    where the added (deleted) file name contains a space.
  * Fix assertion failure when trying to write to a non-existent
    locked configuration file.
buildservice-autocommit accepted request 676247 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 76)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 676231 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 75)
-  Update to version 0.28.1:
   - The deprecated functions (git_buf_free and the giterr_ family
     of functions) are now exported properly. In the v0.28 release,
     they were not given the correct external attributes and they
     did not have the correct linkage visibility in the v0.28
     library.
Displaying revisions 41 - 60 of 134
openSUSE Build Service is sponsored by