1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

converters/fribidi: update to 1.0.12

Changes:
    * Various fuzzing fixes.
This commit is contained in:
Tobias C. Berner 2022-04-21 07:18:21 +02:00
parent eec85e43a7
commit 182e50884a
3 changed files with 4 additions and 15 deletions

View File

@ -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}/

View File

@ -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

View File

@ -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