Date: Mon, 14 Sep 2020 14:35:15 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548614 - head/security/sandsifter Message-ID: <202009141435.08EEZF63086348@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Sep 14 14:35:15 2020 New Revision: 548614 URL: https://svnweb.freebsd.org/changeset/ports/548614 Log: security/sandsifter: extend lifespan, upstream is working on py3 support. Modified: head/security/sandsifter/Makefile Modified: head/security/sandsifter/Makefile ============================================================================== --- head/security/sandsifter/Makefile Mon Sep 14 14:31:21 2020 (r548613) +++ head/security/sandsifter/Makefile Mon Sep 14 14:35:15 2020 (r548614) @@ -12,8 +12,8 @@ COMMENT= Processor fuzzer for x86 CPUs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 +DEPRECATED= Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10 +EXPIRATION_DATE= 2020-12-31 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON=Designed for x86
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009141435.08EEZF63086348>