Support SHA-1 algorithms (revert)

This commit is contained in:
Ondrej Dubaj 2021-07-12 08:31:03 +02:00
parent 219120d4fc
commit df6059ea18
2 changed files with 4 additions and 1257 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 1%{?dist}
Release: 2%{?dist}
License: Public Domain
URL: http://www.sqlite.org/
@ -31,8 +31,6 @@ Patch3: sqlite-3.8.0-percentile-test.patch
Patch4: sqlite-3.16-datetest-2.2c.patch
# Modify sync2.test to pass with DIRSYNC turned off
Patch5: sqlite-3.18.0-sync2-dirsync.patch
# Remove SHA-1 algorithm accoridng to its deprecation (downstream)
Patch6: sqlite-3.34.1-remove-SHA-1.patch
BuildRequires: make
BuildRequires: gcc
@ -141,7 +139,6 @@ This package contains the analysis program for %{name}.
%patch4 -p1
%endif
%patch5 -p1
%patch6 -p1
# Remove backup-file
rm -f %{name}-doc-%{docver}/sqlite.css~ || :
@ -260,6 +257,9 @@ make test
%endif
%changelog
* Mon Jul 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.36.0-2
- Support SHA-1 algorithms in sqlite (revert)
* Thu Jul 01 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.36.0-1
- Updated to version 3.36.0 (https://sqlite.org/releaselog/3_36_0.html)