From owner-svn-ports-all@freebsd.org Sun Mar 19 02:54:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E9EED1333E; Sun, 19 Mar 2017 02:54:59 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 694701D84; Sun, 19 Mar 2017 02:54:59 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2J2swJq081204; Sun, 19 Mar 2017 02:54:58 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2J2swxZ081200; Sun, 19 Mar 2017 02:54:58 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201703190254.v2J2swxZ081200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 19 Mar 2017 02:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436472 - in head/archivers/libarchive: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2017 02:54:59 -0000 Author: glewis Date: Sun Mar 19 02:54:58 2017 New Revision: 436472 URL: https://svnweb.freebsd.org/changeset/ports/436472 Log: . Update to 3.3.1. . Make it work with LibreSSL [1] Submitted by: naddy@ [1] Added: head/archivers/libarchive/files/ head/archivers/libarchive/files/libarchive-archive_openssl_evp_private.h (contents, props changed) head/archivers/libarchive/files/libarchive-archive_openssl_hmac_private.h (contents, props changed) Modified: head/archivers/libarchive/Makefile head/archivers/libarchive/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Sun Mar 19 01:57:22 2017 (r436471) +++ head/archivers/libarchive/Makefile Sun Mar 19 02:54:58 2017 (r436472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 3.2.2 +PORTVERSION= 3.3.1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -35,7 +35,7 @@ PLIST_FILES= bin/bsdcat \ lib/libarchive.a \ lib/libarchive.so \ lib/libarchive.so.13 \ - lib/libarchive.so.13.2.2 \ + lib/libarchive.so.13.3.1 \ libdata/pkgconfig/libarchive.pc \ man/man1/bsdcat.1.gz \ man/man1/bsdcpio.1.gz \ Modified: head/archivers/libarchive/distinfo ============================================================================== --- head/archivers/libarchive/distinfo Sun Mar 19 01:57:22 2017 (r436471) +++ head/archivers/libarchive/distinfo Sun Mar 19 02:54:58 2017 (r436472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477363506 -SHA256 (libarchive-3.2.2.tar.gz) = 691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f -SIZE (libarchive-3.2.2.tar.gz) = 5458241 +TIMESTAMP = 1489875854 +SHA256 (libarchive-3.3.1.tar.gz) = 29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7 +SIZE (libarchive-3.3.1.tar.gz) = 6219943 Added: head/archivers/libarchive/files/libarchive-archive_openssl_evp_private.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/libarchive-archive_openssl_evp_private.h Sun Mar 19 02:54:58 2017 (r436472) @@ -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 + #include + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #include /* malloc, free */ + #include /* memset */ + static inline EVP_MD_CTX *EVP_MD_CTX_new(void) Added: head/archivers/libarchive/files/libarchive-archive_openssl_hmac_private.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/libarchive/files/libarchive-archive_openssl_hmac_private.h Sun Mar 19 02:54:58 2017 (r436472) @@ -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 + #include + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #include /* malloc, free */ + #include /* memset */ + static inline HMAC_CTX *HMAC_CTX_new(void)