Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 07:30:34 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436476 - head/archivers/libarchive/files
Message-ID:  <201703190730.v2J7UYJd091305@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sun Mar 19 07:30:34 2017
New Revision: 436476
URL: https://svnweb.freebsd.org/changeset/ports/436476

Log:
  . Fix naming.

Added:
  head/archivers/libarchive/files/patch-libarchive-archive_openssl_evp_private.h   (contents, props changed)
  head/archivers/libarchive/files/patch-libarchive-archive_openssl_hmac_private.h   (contents, props changed)
Deleted:
  head/archivers/libarchive/files/libarchive-archive_openssl_evp_private.h
  head/archivers/libarchive/files/libarchive-archive_openssl_hmac_private.h

Added: head/archivers/libarchive/files/patch-libarchive-archive_openssl_evp_private.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/libarchive/files/patch-libarchive-archive_openssl_evp_private.h	Sun Mar 19 07:30:34 2017	(r436476)
@@ -0,0 +1,11 @@
+--- libarchive/archive_openssl_evp_private.h.orig	Sun Jan 29 06:06:27 2017
++++ libarchive/archive_openssl_evp_private.h	Fri Mar 10 12:53:43 2017
+@@ -28,7 +28,7 @@
+ #include <openssl/evp.h>
+ #include <openssl/opensslv.h>
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ #include <stdlib.h> /* malloc, free */
+ #include <string.h> /* memset */
+ static inline EVP_MD_CTX *EVP_MD_CTX_new(void)

Added: head/archivers/libarchive/files/patch-libarchive-archive_openssl_hmac_private.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/libarchive/files/patch-libarchive-archive_openssl_hmac_private.h	Sun Mar 19 07:30:34 2017	(r436476)
@@ -0,0 +1,11 @@
+--- libarchive/archive_openssl_hmac_private.h.orig	Sun Jan 29 06:06:27 2017
++++ libarchive/archive_openssl_hmac_private.h	Fri Mar 10 12:53:43 2017
+@@ -28,7 +28,7 @@
+ #include <openssl/hmac.h>
+ #include <openssl/opensslv.h>
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ #include <stdlib.h> /* malloc, free */
+ #include <string.h> /* memset */
+ static inline HMAC_CTX *HMAC_CTX_new(void)



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