summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/cgit.spec b/cgit.spec
index 0430b35..2ecc3a3 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -34,7 +34,7 @@
Name: cgit
Version: 1.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A fast web interface for git
License: GPLv2
@@ -113,7 +113,6 @@ cat << \EOF > git/config.mak
V = 1
CFLAGS = %{optflags}
LDFLAGS = %{?__global_ldflags}
-BLK_SHA1 = YesPlease
EOF
# remove env shebang's from filter scripts
@@ -174,6 +173,9 @@ make test
%changelog
+* Fri Aug 10 2018 Todd Zullinger <tmz@pobox.com> - 1.2.1-2
+- use git's default, collision-detecting SHA1 implementation
+
* Fri Aug 03 2018 Todd Zullinger <tmz@pobox.com> - 1.2.1-1
- Update to 1.2.1, fixes directory traversal vulnerability