Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2018-01-24 15:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Wed Jan 24 15:25:20 2018 rev:212 rq:568594 version:2.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2018-01-21 15:47:27.806160655 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2018-01-24 
15:25:24.200677238 +0100
@@ -1,0 +2,8 @@
+Tue Jan 23 14:23:47 UTC 2018 - astie...@suse.com
+
+- git 2.16.1:
+  * "git clone" segfaulted when cloning a project that happens to
+    track two paths that differ only in case on a case insensitive
+    filesystem
+
+-------------------------------------------------------------------

Old:
----
  git-2.16.0.tar.sign
  git-2.16.0.tar.xz

New:
----
  git-2.16.1.tar.sign
  git-2.16.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.SLIqY5/_old  2018-01-24 15:25:25.568613255 +0100
+++ /var/tmp/diff_new_pack.SLIqY5/_new  2018-01-24 15:25:25.568613255 +0100
@@ -33,7 +33,7 @@
 %bcond_without docs
 
 Name:           git
-Version:        2.16.0
+Version:        2.16.1
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0

++++++ git-2.16.0.tar.xz -> git-2.16.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/Documentation/RelNotes/2.16.1.txt 
new/git-2.16.1/Documentation/RelNotes/2.16.1.txt
--- old/git-2.16.0/Documentation/RelNotes/2.16.1.txt    1970-01-01 
01:00:00.000000000 +0100
+++ new/git-2.16.1/Documentation/RelNotes/2.16.1.txt    2018-01-22 
06:38:30.000000000 +0100
@@ -0,0 +1,11 @@
+Git v2.16.1 Release Notes
+=========================
+
+Fixes since v2.16
+-----------------
+
+ * "git clone" segfaulted when cloning a project that happens to
+   track two paths that differ only in case on a case insensitive
+   filesystem.
+
+Does not contain any other documentation updates or code clean-ups.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/GIT-VERSION-GEN 
new/git-2.16.1/GIT-VERSION-GEN
--- old/git-2.16.0/GIT-VERSION-GEN      2018-01-17 23:49:47.000000000 +0100
+++ new/git-2.16.1/GIT-VERSION-GEN      2018-01-22 06:38:30.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.16.0
+DEF_VER=v2.16.1
 
 LF='
 '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/RelNotes new/git-2.16.1/RelNotes
--- old/git-2.16.0/RelNotes     2018-01-24 15:25:26.852553200 +0100
+++ new/git-2.16.1/RelNotes     2018-01-24 15:25:26.856553012 +0100
@@ -1 +1 @@
-symbolic link to Documentation/RelNotes/2.16.0.txt
+symbolic link to Documentation/RelNotes/2.16.1.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/configure new/git-2.16.1/configure
--- old/git-2.16.0/configure    2018-01-17 23:49:47.000000000 +0100
+++ new/git-2.16.1/configure    2018-01-22 06:38:30.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for git 2.16.0.
+# Generated by GNU Autoconf 2.69 for git 2.16.1.
 #
 # Report bugs to <g...@vger.kernel.org>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='git'
 PACKAGE_TARNAME='git'
-PACKAGE_VERSION='2.16.0'
-PACKAGE_STRING='git 2.16.0'
+PACKAGE_VERSION='2.16.1'
+PACKAGE_STRING='git 2.16.1'
 PACKAGE_BUGREPORT='g...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1254,7 +1254,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures git 2.16.0 to adapt to many kinds of systems.
+\`configure' configures git 2.16.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1315,7 +1315,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of git 2.16.0:";;
+     short | recursive ) echo "Configuration of git 2.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1460,7 +1460,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-git configure 2.16.0
+git configure 2.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1940,7 +1940,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by git $as_me 2.16.0, which was
+It was created by git $as_me 2.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -8235,7 +8235,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by git $as_me 2.16.0, which was
+This file was extended by git $as_me 2.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -8292,7 +8292,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-git config.status 2.16.0
+git config.status 2.16.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/repository.c new/git-2.16.1/repository.c
--- old/git-2.16.0/repository.c 2018-01-17 23:49:47.000000000 +0100
+++ new/git-2.16.1/repository.c 2018-01-22 06:38:30.000000000 +0100
@@ -5,7 +5,7 @@
 
 /* The main repository */
 static struct repository the_repo = {
-       NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, NULL, 
0, 0
+       NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, 
&hash_algos[GIT_HASH_SHA1], 0, 0
 };
 struct repository *the_repository = &the_repo;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/t/t5601-clone.sh 
new/git-2.16.1/t/t5601-clone.sh
--- old/git-2.16.0/t/t5601-clone.sh     2018-01-17 23:49:47.000000000 +0100
+++ new/git-2.16.1/t/t5601-clone.sh     2018-01-22 06:38:30.000000000 +0100
@@ -611,4 +611,21 @@
        git -C replay.git index-pack -v --stdin <tmp.pack
 '
 
+hex2oct () {
+       perl -ne 'printf "\\%03o", hex for /../g'
+}
+
+test_expect_success 'clone on case-insensitive fs' '
+       git init icasefs &&
+       (
+               cd icasefs
+               o=$(git hash-object -w --stdin </dev/null | hex2oct) &&
+               t=$(printf "100644 X\0${o}100644 x\0${o}" |
+                       git hash-object -w -t tree --stdin) &&
+               c=$(git commit-tree -m bogus $t) &&
+               git update-ref refs/heads/bogus $c &&
+               git clone -b bogus . bogus
+       )
+'
+
 test_done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.16.0/version new/git-2.16.1/version
--- old/git-2.16.0/version      2018-01-17 23:49:47.000000000 +0100
+++ new/git-2.16.1/version      2018-01-22 06:38:30.000000000 +0100
@@ -1 +1 @@
-2.16.0
+2.16.1



Reply via email to