Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 08:01:23 +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: r498540 - head/devel/poco-ssl
Message-ID:  <201904100801.x3A81NZX053602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr 10 08:01:23 2019
New Revision: 498540
URL: https://svnweb.freebsd.org/changeset/ports/498540

Log:
  Deprecate devel/poco-ssl
  
  1.4.3 is 6 years old and does not build with OpenSSL 1.1.x.  devel/poco
  is newer and can be used instead.  The only consumer is security/clamfs
  which builds fine with devel/poco as well.

Modified:
  head/devel/poco-ssl/Makefile

Modified: head/devel/poco-ssl/Makefile
==============================================================================
--- head/devel/poco-ssl/Makefile	Wed Apr 10 07:52:50 2019	(r498539)
+++ head/devel/poco-ssl/Makefile	Wed Apr 10 08:01:23 2019	(r498540)
@@ -16,6 +16,9 @@ COMMENT=	C++ libraries with a network/internet focus (
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Newer version available; use devel/poco instead
+EXPIRATION_DATE=	2019-04-30
+
 BROKEN_SSL=	openssl111
 BROKEN_SSL_REASON_openssl111=	field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
 



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