Hello community, here is the log from the commit of package libgit2 for openSUSE:Factory checked in at 2017-08-12 20:07:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgit2 (Old) and /work/SRC/openSUSE:Factory/.libgit2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2" Sat Aug 12 20:07:10 2017 rev:26 rq:515191 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libgit2/libgit2.changes 2017-03-22 22:57:18.606076355 +0100 +++ /work/SRC/openSUSE:Factory/.libgit2.new/libgit2.changes 2017-08-12 20:07:13.631961872 +0200 @@ -1,0 +2,21 @@ +Sat Aug 5 19:26:58 UTC 2017 - [email protected] + +- libgit2 0.26.0: + * Support for opening, creating and modifying worktrees. + * Can now detect SHA1 collisions resulting from the SHAttered + attack CVE-2005-4900 + * Fix for missing implementation of `git_merge_driver_source` getters + * Fix for installed pkg-config file being broken when the prefix + contains spaces + * Can now detect when the hashsum of on-disk objects does not + match their expected hashsum. + * Support open-ended ranges (e.g. "master..", "...master") in + revision range parsing code. + * Correctly compute ignores with leading "/" in subdirectories. + * Optionally call `fsync` on loose objects, packfiles and their + indexes, loose references and packed reference files. + * Builds against OpenSSL v1.1 and against LibreSSL. + * Improvements for reading index v4 files. + * API additions and incompatible API changes + +------------------------------------------------------------------- Old: ---- libgit2-0.25.1.tar.gz New: ---- libgit2-0.26.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgit2.spec ++++++ --- /var/tmp/diff_new_pack.Icm7Wj/_old 2017-08-12 20:07:14.407853171 +0200 +++ /var/tmp/diff_new_pack.Icm7Wj/_new 2017-08-12 20:07:14.411852611 +0200 @@ -17,9 +17,9 @@ # -%define sover 25 +%define sover 26 Name: libgit2 -Version: 0.25.1 +Version: 0.26.0 Release: 0 Summary: C git library License: GPL-2.0 WITH GCC-exception-2.0 @@ -72,7 +72,8 @@ %build %cmake \ -DTHREADSAFE:BOOL=ON \ - -DUSE_SSH:BOOL=ON + -DUSE_SSH:BOOL=ON \ + -DUSE_SHA1DC:BOOL=ON make %{?_smp_mflags} %install ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Icm7Wj/_old 2017-08-12 20:07:14.451847008 +0200 +++ /var/tmp/diff_new_pack.Icm7Wj/_new 2017-08-12 20:07:14.451847008 +0200 @@ -1 +1 @@ -libgit2-25 +libgit2-26 ++++++ libgit2-0.25.1.tar.gz -> libgit2-0.26.0.tar.gz ++++++ ++++ 22471 lines of diff (skipped)
