View | Details | Raw Unified | Return to bug 198651 | Differences between
and this patch

Collapse All | Expand All

(-)security/libressl/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libressl
4
PORTNAME=	libressl
5
PORTVERSION=	2.1.4
5
PORTVERSION=	2.1.5
6
CATEGORIES=	security devel
6
CATEGORIES=	security devel
7
MASTER_SITES=	${MASTER_SITE_OPENBSD}
7
MASTER_SITES=	${MASTER_SITE_OPENBSD}
8
MASTER_SITE_SUBDIR=	LibreSSL
8
MASTER_SITE_SUBDIR=	LibreSSL
Lines 16-22 Link Here
16
CONFLICTS?=	openssl-*
16
CONFLICTS?=	openssl-*
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=	libtool pkgconfig pathfix cpe
19
USES=		cpe libtool pathfix pkgconfig
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
(-)security/libressl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libressl-2.1.4.tar.gz) = e8e08535928774119a979412ee8e307444b7a1a42c8c47ac06ee09423ca9a04e
1
SHA256 (libressl-2.1.5.tar.gz) = a82379913fd7f4e26e045fcf021aa92a1f683954816bf817b3b696de62e9c3bb
2
SIZE (libressl-2.1.4.tar.gz) = 2865654
2
SIZE (libressl-2.1.5.tar.gz) = 2865527
(-)security/libressl/files/patch-include-openssl-opensslv.h (-4 / +4 lines)
Lines 1-11 Link Here
1
--- include/openssl/opensslv.h.orig	2015-02-14 20:11:02.000000000 +0100
1
--- include/openssl/opensslv.h.orig	2015-03-08 23:21:45 UTC
2
+++ include/openssl/opensslv.h	2015-03-04 08:47:30.514145411 +0100
2
+++ include/openssl/opensslv.h
3
@@ -3,7 +3,7 @@
3
@@ -3,7 +3,7 @@
4
 #define HEADER_OPENSSLV_H
4
 #define HEADER_OPENSSLV_H
5
 
5
 
6
 #define LIBRESSL_VERSION_NUMBER	0x20000000L
6
 #define LIBRESSL_VERSION_NUMBER	0x20000000L
7
-#define OPENSSL_VERSION_NUMBER	0x20000000L
7
-#define OPENSSL_VERSION_NUMBER	0x20000000L
8
+#define OPENSSL_VERSION_NUMBER 0x1000107fL
8
+#define OPENSSL_VERSION_NUMBER 	0x1000107fL
9
 #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.4"
9
 #define OPENSSL_VERSION_TEXT	"LibreSSL 2.1.5"
10
 #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
10
 #define OPENSSL_VERSION_PTEXT	" part of " OPENSSL_VERSION_TEXT
11
 
11
 

Return to bug 198651