diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2018-09-30 05:40:00 +0800 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2018-09-30 05:40:00 +0800 |
commit | 1ad3ca192d5496ae6d20a1e30ee403143fe50230 (patch) | |
tree | 881c949e7624deef2070f1ce264f3034f105cfe7 /net-p2p/bitcoin/Makefile | |
parent | 8593fd89f47d0e83f2d78f6036c336cca0fcc250 (diff) | |
download | freebsd-ports-gnome-1ad3ca192d5496ae6d20a1e30ee403143fe50230.tar.gz freebsd-ports-gnome-1ad3ca192d5496ae6d20a1e30ee403143fe50230.tar.zst freebsd-ports-gnome-1ad3ca192d5496ae6d20a1e30ee403143fe50230.zip |
net-p2p/bitcoin: update to 0.16.3
High priority update, see:
* https://bitcoin.org/en/alert/2018-09-21-required-upgrade
* https://bitcoincore.org/en/2018/09/20/notice/
Approved by: timur (mentor)
Security: CVE-2018-17144
Differential Revision: https://reviews.freebsd.org/D17345
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 5b8d243311fc..2157306d591d 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.16.2 +PORTVERSION= 0.16.3 PORTREVISION?= 0 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ |