diff --git a/cgit.changes b/cgit.changes index 73cdb78..e41aaa9 100644 --- a/cgit.changes +++ b/cgit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 17 17:51:32 CET 2010 - tiwai@suse.de + +- updated to git 1.7.3.3: + In addition to the usual fixes, this release also includes + support for the new "add.ignoreErrors" name given to the + existing "add.ignore-errors" configuration variable. +- updated to git 1.7.3.4: + Among many fixes since v1.7.3.3, it contains a fix to a recently + discovered XSS vulnerability in Gitweb (CVE 2010-3906) + ------------------------------------------------------------------- Thu Sep 30 08:21:27 CEST 2010 - tiwai@suse.de diff --git a/cgit.spec b/cgit.spec index 12d6014..5e2554a 100644 --- a/cgit.spec +++ b/cgit.spec @@ -17,7 +17,7 @@ # norootforbuild -%define git_version 1.7.3.2 +%define git_version 1.7.3.4 Name: cgit Url: http://hjemli.net/git/cgit/ diff --git a/git-1.7.3.2.tar.bz2 b/git-1.7.3.2.tar.bz2 deleted file mode 100644 index 642da91..0000000 --- a/git-1.7.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc4cf6bc7c116056050ef43b051691828d7101327b23311d424b02eaee553e71 -size 2630629 diff --git a/git-1.7.3.4.tar.bz2 b/git-1.7.3.4.tar.bz2 new file mode 100644 index 0000000..33c0407 --- /dev/null +++ b/git-1.7.3.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171 +size 2635522 diff --git a/git.changes b/git.changes index c68077e..736337d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 17 17:51:32 CET 2010 - tiwai@suse.de + +- updated to git 1.7.3.3: + In addition to the usual fixes, this release also includes + support for the new "add.ignoreErrors" name given to the + existing "add.ignore-errors" configuration variable. +- updated to git 1.7.3.4: + Among many fixes since v1.7.3.3, it contains a fix to a recently + discovered XSS vulnerability in Gitweb (CVE 2010-3906) + ------------------------------------------------------------------- Mon Dec 13 09:01:59 UTC 2010 - coolo@novell.com diff --git a/git.spec b/git.spec index 33ea134..5e42fb8 100644 --- a/git.spec +++ b/git.spec @@ -1,5 +1,5 @@ # -# spec file for package git (Version 1.7.3.2) +# spec file for package git (Version 1.7.3.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -38,7 +38,7 @@ BuildRequires: sgml-skel BuildRequires: xmlto BuildRequires: python BuildRequires: perl-Error -Version: 1.7.3.2 +Version: 1.7.3.4 Release: 1 Summary: Fast, scalable, distributed revision control system License: GPLv2+