diff --git a/bitcoin-0.16.1.tar.gz b/bitcoin-0.16.1.tar.gz deleted file mode 100644 index e41431e..0000000 --- a/bitcoin-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0065f63509c1ca8b45057b415f8e4cbaf0f234def6090511d68fd3df3a56380 -size 6655512 diff --git a/bitcoin-0.16.3.tar.gz b/bitcoin-0.16.3.tar.gz new file mode 100644 index 0000000..5d354b6 --- /dev/null +++ b/bitcoin-0.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8557b6df5f5cdf67b3ddf6fe501cfc6e0be698f175f16927dd08d6040df7d9f +size 6655896 diff --git a/bitcoin.changes b/bitcoin.changes index 07fa65d..e959e92 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 26 07:55:07 UTC 2018 - Martin Pluskal + +- Update to version 0.16.3: + * For complete list of changes see: + + release-notes-0.16.3.md + + release-notes-0.16.2.md +- Resolves bsc#1108992 CVE-2018-17144 + ------------------------------------------------------------------- Mon Jun 18 07:48:50 UTC 2018 - mpluskal@suse.com diff --git a/bitcoin.spec b/bitcoin.spec index e10be98..6b85a8e 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.16.1 +Version: 0.16.3 Release: 0 Summary: P2P Digital Currency License: MIT @@ -109,7 +109,7 @@ for double-spending. Full transaction history is stored locally at each client. This requires several GB of space, slowly growing. -This package provides %{name}-cli — a CLI tool to interact with the daemon. +This package provides %{name}-cli — a CLI tool to interact with the daemon. %if %{consensus} == 1 %package -n lib%{name}consensus0