Skip to content

Commit

Permalink
security/libressl: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Dec 21, 2017
1 parent 719da42 commit 2936f5e
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 50 deletions.
9 changes: 7 additions & 2 deletions security/libressl/Makefile
Expand Up @@ -2,7 +2,8 @@
# $FreeBSD$

PORTNAME= libressl
PORTVERSION= 2.5.5
PORTVERSION= 2.6.4
#DISTNAME= libressl-2.6.3
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL

Expand All @@ -23,7 +24,6 @@ CONFLICTS_INSTALL= libressl-devel-[0-9]* \
openssl-[0-9]* \
openssl-devel-[0-9]*

MAN3_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-MAN3
NC_CONFIGURE_ENABLE= nc

GNU_CONFIGURE= yes
Expand All @@ -35,6 +35,11 @@ CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed
INSTALL_TARGET= install-strip
TEST_TARGET= check

post-patch-MAN3-off:
${REINPLACE_CMD} -e 's/^install-man: install-man3/install-man:/' \
-e '/$$(MAKE) $$(AM_MAKEFLAGS) install-data-hook/d' \
${WRKSRC}/man/Makefile.in

post-install:
${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem

Expand Down
6 changes: 3 additions & 3 deletions security/libressl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1499938563
SHA256 (libressl-2.5.5.tar.gz) = e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4
SIZE (libressl-2.5.5.tar.gz) = 3283158
TIMESTAMP = 1513839112
SHA256 (libressl-2.6.4.tar.gz) = 638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f
SIZE (libressl-2.6.4.tar.gz) = 3227935
11 changes: 0 additions & 11 deletions security/libressl/files/extra-patch-MAN3

This file was deleted.

14 changes: 0 additions & 14 deletions security/libressl/files/patch-include_openssl_opensslv.h

This file was deleted.

0 comments on commit 2936f5e

Please sign in to comment.