Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 18:46:08 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 86220ac7f5ef - main - devel/liberasurecode: update to 1.8.0
Message-ID:  <69e3d170.44eba.782f3cc3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

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

commit 86220ac7f5efd2cae51529521100d3e5f05e31d9
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-04-17 12:34:07 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-04-18 18:45:51 +0000

    devel/liberasurecode: update to 1.8.0
    
    Changelog: https://github.com/openstack/liberasurecode/blob/master/ChangeLog
---
 devel/liberasurecode/Makefile                         |  2 +-
 devel/liberasurecode/distinfo                         |  6 +++---
 devel/liberasurecode/files/patch-src_Makefile.am      |  4 ++--
 devel/liberasurecode/files/patch-test_Makefile.am     | 19 +++++++++++++++++--
 ..._builtin_rs__vand_liberasurecode__rs__vand__test.c | 13 -------------
 5 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/devel/liberasurecode/Makefile b/devel/liberasurecode/Makefile
index a5ca2f5c1fca..402cebd8dc21 100644
--- a/devel/liberasurecode/Makefile
+++ b/devel/liberasurecode/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	liberasurecode
-DISTVERSION=	1.7.1
+DISTVERSION=	1.8.0
 CATEGORIES=	devel
 
 MAINTAINER=	fuz@FreeBSD.org
diff --git a/devel/liberasurecode/distinfo b/devel/liberasurecode/distinfo
index fdf25af0347e..1b60252c4723 100644
--- a/devel/liberasurecode/distinfo
+++ b/devel/liberasurecode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769645119
-SHA256 (openstack-liberasurecode-1.7.1_GH0.tar.gz) = b99e76bff6497c2d52698ac7a4fae15d98db58550485ef34f81eb5130e95749d
-SIZE (openstack-liberasurecode-1.7.1_GH0.tar.gz) = 216691
+TIMESTAMP = 1776428729
+SHA256 (openstack-liberasurecode-1.8.0_GH0.tar.gz) = 2bb7bf4fe285888058ce07e4e8f8d0345d4d7aefe06395f46f5f39e0c6914614
+SIZE (openstack-liberasurecode-1.8.0_GH0.tar.gz) = 228602
diff --git a/devel/liberasurecode/files/patch-src_Makefile.am b/devel/liberasurecode/files/patch-src_Makefile.am
index 604b6e39ea7e..30ee1935539f 100644
--- a/devel/liberasurecode/files/patch-src_Makefile.am
+++ b/devel/liberasurecode/files/patch-src_Makefile.am
@@ -1,6 +1,6 @@
---- src/Makefile.am.orig	2023-02-11 12:58:35 UTC
+--- src/Makefile.am.orig	2026-04-14 15:53:55 UTC
 +++ src/Makefile.am
-@@ -32,7 +32,7 @@ liberasurecode_la_SOURCES = \
+@@ -33,7 +33,7 @@ liberasurecode_la_SOURCES = \
  		backends/shss/shss.c \
  		backends/phazrio/libphazr.c
  
diff --git a/devel/liberasurecode/files/patch-test_Makefile.am b/devel/liberasurecode/files/patch-test_Makefile.am
index b0a361639c31..b57d77ec3bf3 100644
--- a/devel/liberasurecode/files/patch-test_Makefile.am
+++ b/devel/liberasurecode/files/patch-test_Makefile.am
@@ -1,6 +1,6 @@
---- test/Makefile.am.orig	2022-04-08 23:59:40 UTC
+--- test/Makefile.am.orig	2026-04-17 12:26:48 UTC
 +++ test/Makefile.am
-@@ -5,22 +5,22 @@ test_xor_hd_code_SOURCES = \
+@@ -5,27 +5,27 @@ test_xor_hd_code_CPPFLAGS = -I$(top_srcdir)/include -I
  	builtin/xor_codes/test_xor_hd_code.c \
  	builtin/xor_codes/test_xor_hd_code.h
  test_xor_hd_code_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/erasurecode -I$(top_srcdir)/include/xor_codes  @GCOV_FLAGS@
@@ -20,6 +20,12 @@
 +liberasurecode_test_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -lpthread -lz
  check_PROGRAMS += liberasurecode_test
  
+ liberasurecode_threaded_test_SOURCES = liberasurecode_threaded_test.c
+ liberasurecode_threaded_test_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/erasurecode  @GCOV_FLAGS@
+-liberasurecode_threaded_test_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -ldl -lpthread -lz
++liberasurecode_threaded_test_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -lpthread -lz
+ check_PROGRAMS += liberasurecode_threaded_test
+ 
  libec_slap_SOURCES = libec_slap.c
  libec_slap_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_srcdir)/include/erasurecode  @GCOV_FLAGS@
 -libec_slap_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -ldl -lpthread
@@ -27,3 +33,12 @@
  check_PROGRAMS += libec_slap
  
  rs_galois_test_SOURCES = builtin/rs_vand/rs_galois_test.c
+@@ -40,7 +40,7 @@ liberasurecode_rs_isal_stress_test_CPPFLAGS = -I$(top_
+ 
+ liberasurecode_rs_isal_stress_test_SOURCES = liberasure_rs_isal_stress_test.c
+ liberasurecode_rs_isal_stress_test_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/erasurecode  @GCOV_FLAGS@
+-liberasurecode_rs_isal_stress_test_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -ldl -lpthread -lz
++liberasurecode_rs_isal_stress_test_LDFLAGS = @GCOV_LDFLAGS@ $(top_builddir)/src/liberasurecode.la -lpthread -lz
+ check_PROGRAMS += liberasurecode_rs_isal_stress_test
+ MOSTLYCLEANFILES = *.gcda *.gcno *.gcov \
+                    ./builtin/xor_codes/*.gcda ./builtin/xor_codes/*.gcno ./builtin/xor_codes/*.gcov \
diff --git a/devel/liberasurecode/files/patch-test_builtin_rs__vand_liberasurecode__rs__vand__test.c b/devel/liberasurecode/files/patch-test_builtin_rs__vand_liberasurecode__rs__vand__test.c
deleted file mode 100644
index f77767ddc48e..000000000000
--- a/devel/liberasurecode/files/patch-test_builtin_rs__vand_liberasurecode__rs__vand__test.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- test/builtin/rs_vand/liberasurecode_rs_vand_test.c.orig	2022-04-08 23:59:40 UTC
-+++ test/builtin/rs_vand/liberasurecode_rs_vand_test.c
-@@ -33,6 +33,10 @@
- #include <liberasurecode_rs_vand.h>
- #include <sys/stat.h>
- 
-+#ifdef __FreeBSD__
-+#include <sys/stat.h>
-+#endif
-+
- int test_make_systematic_matrix(int k, int m)
- {
-   int *matrix = make_systematic_matrix(k, m);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3d170.44eba.782f3cc3>