Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:08:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e655bb460793 - main - archivers/zstd: Update to 1.4.9
Message-ID:  <202104180708.13I78cq6093900@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e655bb4607939fa88f83b2672740720008d0d7df

commit e655bb4607939fa88f83b2672740720008d0d7df
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 04:56:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:41:51 +0000

    archivers/zstd: Update to 1.4.9
    
    Changes:        https://github.com/facebook/zstd/releases
---
 archivers/zstd/Makefile                    |  2 +-
 archivers/zstd/distinfo                    |  6 +++---
 archivers/zstd/files/patch-lib-meson.build | 12 ++++++++++++
 3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index cdaca50bf714..7b140cbf7344 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -1,7 +1,7 @@
 # Created by: John Marino <marino@FreeBSD.org>
 
 PORTNAME=	zstd
-PORTVERSION=	1.4.8
+PORTVERSION=	1.4.9
 CATEGORIES=	archivers
 MASTER_SITES=	https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/
 
diff --git a/archivers/zstd/distinfo b/archivers/zstd/distinfo
index 0d857e3ef435..3d67cfc04697 100644
--- a/archivers/zstd/distinfo
+++ b/archivers/zstd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608599091
-SHA256 (zstd-1.4.8.tar.gz) = 32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24
-SIZE (zstd-1.4.8.tar.gz) = 1803550
+TIMESTAMP = 1618319924
+SHA256 (zstd-1.4.9.tar.gz) = 29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293
+SIZE (zstd-1.4.9.tar.gz) = 1821109
diff --git a/archivers/zstd/files/patch-lib-meson.build b/archivers/zstd/files/patch-lib-meson.build
new file mode 100644
index 000000000000..7b78395cc8d7
--- /dev/null
+++ b/archivers/zstd/files/patch-lib-meson.build
@@ -0,0 +1,12 @@
+Obtained from:	https://github.com/facebook/zstd/commit/edf2b1176df9302f6023d129e6379ffbe781885c
+
+--- lib/meson.build.orig	2021-03-02 22:20:57 UTC
++++ lib/meson.build
+@@ -22,6 +22,7 @@ libzstd_sources = [join_paths(zstd_rootdir, 'lib/commo
+   join_paths(zstd_rootdir, 'lib/common/threading.c'),
+   join_paths(zstd_rootdir, 'lib/common/pool.c'),
+   join_paths(zstd_rootdir, 'lib/common/zstd_common.c'),
++  join_paths(zstd_rootdir, 'lib/common/zstd_trace.c'),
+   join_paths(zstd_rootdir, 'lib/common/error_private.c'),
+   join_paths(zstd_rootdir, 'lib/common/xxhash.c'),
+   join_paths(zstd_rootdir, 'lib/compress/hist.c'),



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