svn commit: r436476 - head/archivers/libarchive/files

Greg Lewis glewis at FreeBSD.org
Sun Mar 19 07:30:36 UTC 2017


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)


More information about the svn-ports-head mailing list