Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 11:52:15 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502453 - head/multimedia/ffmpeg0
Message-ID:  <201905241152.x4OBqFfs027965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 24 11:52:15 2019
New Revision: 502453
URL: https://svnweb.freebsd.org/changeset/ports/502453

Log:
  Deprecate multimedia/ffmpeg0
  
  It is vulnerable and should not be used.  Use multimedia/ffmpeg
  instead.
  
  PR:		238088, 215036

Modified:
  head/multimedia/ffmpeg0/Makefile

Modified: head/multimedia/ffmpeg0/Makefile
==============================================================================
--- head/multimedia/ffmpeg0/Makefile	Fri May 24 11:49:11 2019	(r502452)
+++ head/multimedia/ffmpeg0/Makefile	Fri May 24 11:52:15 2019	(r502453)
@@ -17,6 +17,9 @@ LICENSE_COMB=		multi
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPLv2
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPLv2.1
 
+DEPRECATED=	vulnerable and old version; use multimedia/ffmpeg instead
+EXPIRATION_DATE=	2019-06-15
+
 BUILD_DEPENDS=	yasm:devel/yasm \
 		${LOCALBASE}/bin/as:devel/binutils \
 		${LOCALBASE}/bin/texi2html:textproc/texi2html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905241152.x4OBqFfs027965>