aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-21 05:18:21 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-21 10:10:44 +0000
commit182e50884abc0e42ac820e0b39c1a73a64cd694b (patch)
tree38fe1c603dcd33d69de8a37f45b75201acb762d5
parenteec85e43a766b61ab16829734e91febdb1f9e76b (diff)
downloadports-182e50884abc0e42ac820e0b39c1a73a64cd694b.tar.gz
ports-182e50884abc0e42ac820e0b39c1a73a64cd694b.zip
converters/fribidi: update to 1.0.12
Changes: * Various fuzzing fixes.
-rw-r--r--converters/fribidi/Makefile2
-rw-r--r--converters/fribidi/distinfo6
-rw-r--r--converters/fribidi/files/patch-test_meson.build11
3 files changed, 4 insertions, 15 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index 21e3ddf1409b..c8ec62a479da 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -1,7 +1,7 @@
# Created by: ijliao
PORTNAME= fribidi
-DISTVERSION= 1.0.11
+DISTVERSION= 1.0.12
CATEGORIES= converters
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${DISTVERSION}/
diff --git a/converters/fribidi/distinfo b/converters/fribidi/distinfo
index e98932d2c513..df23caad56af 100644
--- a/converters/fribidi/distinfo
+++ b/converters/fribidi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634154952
-SHA256 (fribidi-1.0.11.tar.xz) = 30f93e9c63ee627d1a2cedcf59ac34d45bf30240982f99e44c6e015466b4e73d
-SIZE (fribidi-1.0.11.tar.xz) = 1077004
+TIMESTAMP = 1650518265
+SHA256 (fribidi-1.0.12.tar.xz) = 0cd233f97fc8c67bb3ac27ce8440def5d3ffacf516765b91c2cc654498293495
+SIZE (fribidi-1.0.12.tar.xz) = 1154912
diff --git a/converters/fribidi/files/patch-test_meson.build b/converters/fribidi/files/patch-test_meson.build
deleted file mode 100644
index 763f4a7cbcf8..000000000000
--- a/converters/fribidi/files/patch-test_meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/meson.build.orig 2021-10-13 20:07:06 UTC
-+++ test/meson.build
-@@ -19,7 +19,7 @@ foreach t : tests
- endforeach
-
- if get_option('fuzzer_ldflags') != ''
-- cases = run_command(import('python3').find_python(), '-c',
-+ cases = run_command(import('python').find_installation(), '-c',
- '''import os; print('\n'.join(os.listdir('@0@')))'''.format(join_paths(meson.current_source_dir(), 'fuzzing'))
- ).stdout().strip().split('\n')
- foreach case : cases