forked from omniti-labs/omnios-build
-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3486 from citrus-it/libpsl
Add libpsl TLD suffix library
- Loading branch information
Showing
10 changed files
with
105 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TESTDONE: 1673 tests were considered during 484 seconds. | ||
TESTDONE: 1342 tests out of 1343 reported OK: 99% | ||
TESTDONE: 1673 tests were considered during 495 seconds. | ||
TESTDONE: 1344 tests out of 1345 reported OK: 99% | ||
TESTFAIL: These test cases failed: 1004 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
#!/usr/bin/bash | ||
# | ||
# {{{ CDDL HEADER | ||
# | ||
# This file and its contents are supplied under the terms of the | ||
# Common Development and Distribution License ("CDDL"), version 1.0. | ||
# You may only use this file in accordance with the terms of version | ||
# 1.0 of the CDDL. | ||
# | ||
# A full copy of the text of the CDDL should have accompanied this | ||
# source. A copy of the CDDL is also available via the Internet at | ||
# http://www.illumos.org/license/CDDL. | ||
# }}} | ||
# | ||
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. | ||
|
||
. ../../lib/build.sh | ||
|
||
PROG=libpsl | ||
VER=0.21.5 | ||
PKG=library/libpsl | ||
SUMMARY="C library for the Public Suffix List" | ||
DESC="Library for access to the collection of TLD suffixes" | ||
|
||
CONFIGURE_OPTS+=" | ||
--disable-static | ||
--disable-runtime | ||
--enable-builtin | ||
" | ||
|
||
forgo_isaexec | ||
|
||
export MAKE | ||
|
||
TESTSUITE_SED=" | ||
/^libtool:/d | ||
" | ||
|
||
init | ||
download_source $PROG $PROG $VER | ||
patch_source | ||
prep_build | ||
build | ||
run_testsuite check | ||
make_package | ||
clean_up | ||
|
||
# Vim hints | ||
# vim:ts=4:sw=4:et:fdm=marker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This file and its contents are supplied under the terms of the | ||
# Common Development and Distribution License ("CDDL"), version 1.0. | ||
# You may only use this file in accordance with the terms of version | ||
# 1.0 of the CDDL. | ||
# | ||
# A full copy of the text of the CDDL should have accompanied this | ||
# source. A copy of the CDDL is also available via the Internet at | ||
# http://www.illumos.org/license/CDDL. | ||
|
||
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. | ||
|
||
license LICENSE license=MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Making check in po | ||
Making check in include | ||
Making check in src | ||
Making check in tools | ||
Making check in fuzz | ||
PASS: libpsl_fuzzer | ||
PASS: libpsl_load_fuzzer | ||
PASS: libpsl_load_dafsa_fuzzer | ||
============================================================================ | ||
Testsuite summary for libpsl 0.21.5 | ||
============================================================================ | ||
# TOTAL: 3 | ||
# PASS: 3 | ||
# SKIP: 0 | ||
# XFAIL: 0 | ||
# FAIL: 0 | ||
# XPASS: 0 | ||
# ERROR: 0 | ||
============================================================================ | ||
Making check in tests | ||
PASS: test-is-public | ||
PASS: test-is-public-all | ||
PASS: test-is-cookie-domain-acceptable | ||
PASS: test-is-public-builtin | ||
PASS: test-registrable-domain | ||
============================================================================ | ||
Testsuite summary for libpsl 0.21.5 | ||
============================================================================ | ||
# TOTAL: 5 | ||
# PASS: 5 | ||
# SKIP: 0 | ||
# XFAIL: 0 | ||
# FAIL: 0 | ||
# XPASS: 0 | ||
# ERROR: 0 | ||
============================================================================ | ||
Making check in msvc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters