. Update to 3.3.2

. Use https rather than http where possible.
. Update WWW entry.

Reported by:	tj <tj@mrsk.me>
This commit is contained in:
Greg Lewis 2017-10-29 23:47:56 +00:00
parent b174c44767
commit 24fc1b741b
4 changed files with 7 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= libarchive PORTNAME= libarchive
PORTVERSION= 3.3.1 PORTVERSION= 3.3.2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= archivers CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/ MASTER_SITES= https://libarchive.org/downloads/
MAINTAINER= glewis@FreeBSD.org MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats COMMENT= Library to create and read several streaming archive formats
@ -35,7 +35,7 @@ PLIST_FILES= bin/bsdcat \
lib/libarchive.a \ lib/libarchive.a \
lib/libarchive.so \ lib/libarchive.so \
lib/libarchive.so.13 \ lib/libarchive.so.13 \
lib/libarchive.so.13.3.1 \ lib/libarchive.so.1${PORTVERSION} \
libdata/pkgconfig/libarchive.pc \ libdata/pkgconfig/libarchive.pc \
man/man1/bsdcat.1.gz \ man/man1/bsdcat.1.gz \
man/man1/bsdcpio.1.gz \ man/man1/bsdcpio.1.gz \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1489875854 TIMESTAMP = 1509320100
SHA256 (libarchive-3.3.1.tar.gz) = 29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7 SHA256 (libarchive-3.3.2.tar.gz) = ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
SIZE (libarchive-3.3.1.tar.gz) = 6219943 SIZE (libarchive-3.3.2.tar.gz) = 6236562

View File

@ -1,11 +0,0 @@
--- 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)

View File

@ -2,4 +2,4 @@ Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar different streaming archive formats, including most popular tar
variants and the POSIX cpio format. variants and the POSIX cpio format.
WWW: http://libarchive.googlecode.com/ WWW: https://libarchive.org/