Marcus Meissner
b264302d00
- Add back init scripts, systemd units aren't ready yet - Add python3-bind subpackage to allow python bind interactions - Sync configure options with RH package and remove unused ones * Enable python3 * Enable gssapi * Enable dnssec scripts - Drop idnkit from the build, the bind uses libidn since 2007 to run all the resolutions in dig/etc. bsc#1030306 - Add patch to make sure we build against system idn: * bind-99-libidn.patch - Refresh patch: * pie_compile.diff - Remove patches that are unused due to above: * idnkit-powerpc-ltconfig.patch * runidn.diff - drop bind-openssl11.patch (merged upstream) - Remove systemd conditionals as we are not building on sle11 anyway - Force the systemd to be base for the initscript deployment - Bump up version of most of the libraries - Rename the subpackages to match the version updates - Add macros for easier handling of the library package names - Drop more unneeded patches * dns_dynamic_db.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/545259 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=224
31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
Index: bin/tests/t_api.pl
|
|
===================================================================
|
|
--- bin/tests/t_api.pl.orig 2017-07-24 07:36:50.000000000 +0200
|
|
+++ bin/tests/t_api.pl 2017-08-15 10:29:56.969817140 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/perl
|
|
+#!/usr/bin/perl
|
|
#
|
|
# Copyright (C) 1999-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
Index: contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl
|
|
===================================================================
|
|
--- contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl.orig 2017-07-24 07:36:50.000000000 +0200
|
|
+++ contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl 2017-08-15 10:29:56.969817140 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/perl -w
|
|
+#! /usr/bin/perl -w
|
|
# $Id: generate_nameprep_data.pl,v 1.1 2003/06/04 00:27:54 marka Exp $
|
|
#
|
|
# Copyright (c) 2001 Japan Network Information Center. All rights reserved.
|
|
Index: contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl
|
|
===================================================================
|
|
--- contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl.orig 2017-07-24 07:36:50.000000000 +0200
|
|
+++ contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl 2017-08-15 10:29:56.969817140 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/local/bin/perl -w
|
|
+#! /usr/bin/perl -w
|
|
# $Id: generate_normalize_data.pl,v 1.1 2003/06/04 00:27:55 marka Exp $
|
|
#
|
|
# Copyright (c) 2000,2001 Japan Network Information Center.
|