svn commit: r461489 - head/finance/electrum2

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 11 11:14:52 UTC 2018


Author: ehaupt
Date: Sun Feb 11 11:14:51 2018
New Revision: 461489
URL: https://svnweb.freebsd.org/changeset/ports/461489

Log:
  Mark DEPRECATED with a one month expiration time due to a documented
  vulnerability in this lecagcy port.
  
  Security:	CVE-2018-6353
  Security:	http://vuxml.freebsd.org/freebsd/aa743ee4-0f16-11e8-8fd2-10bf48e1088e.html

Modified:
  head/finance/electrum2/Makefile

Modified: head/finance/electrum2/Makefile
==============================================================================
--- head/finance/electrum2/Makefile	Sun Feb 11 11:08:47 2018	(r461488)
+++ head/finance/electrum2/Makefile	Sun Feb 11 11:14:51 2018	(r461489)
@@ -16,6 +16,9 @@ COMMENT=	Easy to use Bitcoin client (legacy version)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+DEPRECATED=	Vulnerable legacy port, please use finance/electrum instead
+EXPIRATION_DATE=	2018-03-11
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonrpclib>0:devel/py-jsonrpclib@${FLAVOR} \


More information about the svn-ports-head mailing list