diff options
-rw-r--r-- | cgit.spec | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |