Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
580
Issues
580
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
2064e01c
Verified
Commit
2064e01c
authored
Jun 02, 2020
by
Michal Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop feature test for dlopen()
With libtool being mandatory from 9.17 on, so is dlopen() (via libltdl).
parent
451ed397
Pipeline
#47164
canceled with stages
in 33 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
62 deletions
+0
-62
bin/tests/system/dlzexternal/prereq.sh
bin/tests/system/dlzexternal/prereq.sh
+0
-18
bin/tests/system/dyndb/prereq.sh
bin/tests/system/dyndb/prereq.sh
+0
-18
bin/tests/system/feature-test.c
bin/tests/system/feature-test.c
+0
-5
bin/tests/system/filter-aaaa/prereq.sh
bin/tests/system/filter-aaaa/prereq.sh
+0
-18
util/copyrights
util/copyrights
+0
-3
No files found.
bin/tests/system/dlzexternal/prereq.sh
deleted
100644 → 0
View file @
451ed397
#!/bin/sh
#
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
.
$SYSTEMTESTTOP
/conf.sh
$FEATURETEST
--have-dlopen
||
{
echo_i
"dlopen() not supported - skipping dlzexternal test"
exit
255
}
exit
0
bin/tests/system/dyndb/prereq.sh
deleted
100644 → 0
View file @
451ed397
#!/bin/sh
#
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
.
$SYSTEMTESTTOP
/conf.sh
$FEATURETEST
--have-dlopen
||
{
echo_i
"dlopen() not supported - skipping dyndb test"
exit
255
}
exit
0
bin/tests/system/feature-test.c
View file @
2064e01c
...
...
@@ -40,7 +40,6 @@ usage(void) {
fprintf
(
stderr
,
" --enable-dnsrps
\n
"
);
fprintf
(
stderr
,
" --gethostname
\n
"
);
fprintf
(
stderr
,
" --gssapi
\n
"
);
fprintf
(
stderr
,
" --have-dlopen
\n
"
);
fprintf
(
stderr
,
" --have-geoip2
\n
"
);
fprintf
(
stderr
,
" --have-libxml2
\n
"
);
fprintf
(
stderr
,
" --ipv6only=no
\n
"
);
...
...
@@ -110,10 +109,6 @@ main(int argc, char **argv) {
#endif
/* HAVE_GSSAPI */
}
if
(
strcmp
(
argv
[
1
],
"--have-dlopen"
)
==
0
)
{
return
(
0
);
}
if
(
strcmp
(
argv
[
1
],
"--have-geoip2"
)
==
0
)
{
#ifdef HAVE_GEOIP2
return
(
0
);
...
...
bin/tests/system/filter-aaaa/prereq.sh
deleted
100644 → 0
View file @
451ed397
#!/bin/sh
#
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
.
$SYSTEMTESTTOP
/conf.sh
$FEATURETEST
--have-dlopen
||
{
echo_i
"dlopen() not supported - skipping filter-aaaa test"
exit
255
}
exit
0
util/copyrights
View file @
2064e01c
...
...
@@ -325,7 +325,6 @@
./bin/tests/system/dlzexternal/clean.sh SH 2010,2012,2014,2015,2016,2018,2019,2020
./bin/tests/system/dlzexternal/driver/driver.c C 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
./bin/tests/system/dlzexternal/driver/driver.h C 2011,2016,2018,2019,2020
./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014,2016,2018,2019,2020
./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014,2016,2017,2018,2019,2020
./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014,2015,2016,2018,2019,2020
./bin/tests/system/dns64/clean.sh SH 2010,2012,2014,2015,2016,2018,2019,2020
...
...
@@ -400,7 +399,6 @@
./bin/tests/system/dyndb/driver/util.h X 2015,2018,2019,2020
./bin/tests/system/dyndb/driver/zone.c X 2015,2018,2019,2020
./bin/tests/system/dyndb/driver/zone.h X 2015,2018,2019,2020
./bin/tests/system/dyndb/prereq.sh SH 2015,2016,2018,2019,2020
./bin/tests/system/dyndb/setup.sh SH 2018,2019,2020
./bin/tests/system/dyndb/tests.sh SH 2015,2016,2018,2019,2020
./bin/tests/system/ecdsa/clean.sh SH 2012,2014,2016,2018,2019,2020
...
...
@@ -436,7 +434,6 @@
./bin/tests/system/filter-aaaa/clean.sh SH 2010,2012,2014,2016,2018,2019,2020
./bin/tests/system/filter-aaaa/ns1/sign.sh SH 2010,2012,2014,2016,2018,2019,2020
./bin/tests/system/filter-aaaa/ns4/sign.sh SH 2010,2012,2014,2016,2018,2019,2020
./bin/tests/system/filter-aaaa/prereq.sh SH 2018,2019,2020
./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014,2016,2017,2018,2019,2020
./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016,2018,2019,2020
./bin/tests/system/formerr/clean.sh SH 2013,2014,2015,2016,2018,2019,2020
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment