Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 16:20:26 +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: r521641 - head/net/dpdk
Message-ID:  <201912311620.xBVGKQUC052986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Dec 31 16:20:26 2019
New Revision: 521641
URL: https://svnweb.freebsd.org/changeset/ports/521641

Log:
  net/dpdk: bump openssl dependency to 1.11, build-tested only.

Modified:
  head/net/dpdk/Makefile

Modified: head/net/dpdk/Makefile
==============================================================================
--- head/net/dpdk/Makefile	Tue Dec 31 16:06:20 2019	(r521640)
+++ head/net/dpdk/Makefile	Tue Dec 31 16:20:26 2019	(r521641)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dpdk
 DISTVERSION=	19.11
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://fast.dpdk.org/rel/
 
@@ -14,7 +15,7 @@ ONLY_FOR_ARCHS=	amd64
 ONLY_FOR_ARCHS_REASON=	Only works on 64-bit x86 hardware
 
 LIB_DEPENDS=	libjansson.so:devel/jansson \
-		libcrypto.so:security/openssl
+		libcrypto.so:security/openssl111
 
 USES=		meson kmod shebangfix tar:xz
 MESON_ARGS=	-Dmachine=default -Ddefault_library=shared



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