#!/bin/sh # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # SPDX-License-Identifier: MPL-2.0 # # 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 https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. set -e SYSTEMTESTTOP=.. # shellcheck source=conf.sh . $SYSTEMTESTTOP/conf.sh cp -f ns2/example1.db ns2/example.db copy_setports ns1/named.conf.in ns1/named.conf copy_setports ns2/named1.conf.in ns2/named.conf copy_setports ns3/named1.conf.in ns3/named.conf copy_setports ns5/named.conf.in ns5/named.conf # # We remove k1 and k2 as KEYGEN is deterministic when given the # same source of "random" data and we want different keys for # internal and external instances of inline. # $KEYGEN -K ns2/internal -a ${DEFAULT_ALGORITHM} -q inline > /dev/null 2>&1 $KEYGEN -K ns2/internal -a ${DEFAULT_ALGORITHM} -qfk inline > /dev/null 2>&1 k1=$($KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -q inline 2> /dev/null) k2=$($KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -qfk inline 2> /dev/null) $KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -q inline > /dev/null 2>&1 $KEYGEN -K ns2/external -a ${DEFAULT_ALGORITHM} -qfk inline > /dev/null 2>&1 test -n "$k1" && rm -f ns2/external/"$k1".* test -n "$k2" && rm -f ns2/external/"$k2".* diff
path: root/external/gpl3/gcc/dist/fixincludes/tests/base
AgeCommit message (Expand)Author
2021-04-10initial import of GCC 10.3.0. main changes include:mrg
2020-09-05initial import of GCC 9.3.0. changes include:mrg
2020-08-11re-import GCC 8.4.0.mrg
2020-08-11import GCC 7.5.0. doing this here so that the vendor branch hasmrg
2020-03-11import GCC 8.4. it fixes at least these 210 PRs in GCC bugzilla:mrg
2019-10-01import GCC 8.3. it includes these new features:mrg
2019-01-19import GCC 7.4.0. main changes include:mrg
2018-11-04import GCC 6.5.0. this is largely a maint release with nomrg
2017-11-11initial import of GCC 5.5.0. this fixes a very large number of PRs.mrg
2016-06-07import GCC 5.4.0 release. there's not a lot of new info though atmrg
2016-01-24merge GCC 5.3. round 1. this probably won't work :-)mrg
2016-01-24import GCC 5.3.0. see these urls for details which are too large tomrg
2015-01-10import GCC 4.8.4 release. this fixes at least these GCC PRs:mrg
2014-03-01merge gcc 4.8.2 r206687 (part 1).mrg
2014-03-01import GCC 4.8 branch at r206687.mrg
2011-06-21initial import of GCC 4.5.3 sources. changes since 4.1 are way too numerousmrg