Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2017 10:49:16 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445642 - head/security/libressl
Message-ID:  <201707131049.v6DAnGlm017309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Jul 13 10:49:16 2017
New Revision: 445642
URL: https://svnweb.freebsd.org/changeset/ports/445642

Log:
  security/libressl: Update to 2.5.5
  
   - Bugfix update to 2.5.5
   - nc manpage install fixed upstream

Modified:
  head/security/libressl/Makefile
  head/security/libressl/distinfo

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Thu Jul 13 09:10:14 2017	(r445641)
+++ head/security/libressl/Makefile	Thu Jul 13 10:49:16 2017	(r445642)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.5.4
+PORTVERSION=	2.5.5
 CATEGORIES=	security devel
 MASTER_SITES=	OPENBSD/LibreSSL
 
@@ -37,8 +37,5 @@ TEST_TARGET=	check
 
 post-install:
 	${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem
-
-post-install-NC-on:
-	${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1
 
 .include <bsd.port.mk>

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Thu Jul 13 09:10:14 2017	(r445641)
+++ head/security/libressl/distinfo	Thu Jul 13 10:49:16 2017	(r445642)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493799912
-SHA256 (libressl-2.5.4.tar.gz) = 107a5b522fbb8318d4c3be668075e5e607296f0a9255d71674caa94571336efa
-SIZE (libressl-2.5.4.tar.gz) = 3286042
+TIMESTAMP = 1499938563
+SHA256 (libressl-2.5.5.tar.gz) = e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4
+SIZE (libressl-2.5.5.tar.gz) = 3283158



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