From patchwork Sun Apr 23 17:41:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1092 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 74ADE62276 for ; Sun, 23 Apr 2017 09:38:15 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A696B2886; Sun, 23 Apr 2017 09:38:13 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.250.127]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id F25662880; Sun, 23 Apr 2017 09:38:10 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCHv2] bind: Rework package and update to 9.9.9-P6 Date: Sun, 23 Apr 2017 09:41:59 +0200 Message-Id: <20170423074159.3144-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <1488036109.24657.216.camel@ipfire.org> References: <1488036109.24657.216.camel@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This commit rapidely slims down the bind package. It now only provides the libraries and development files, which are needed to build the isc-dhcp server and in a subpackage some very handy utils like dig, host and some more. Signed-off-by: Stefan Schantl --- bind/bind.nm | 144 ++++----- bind/named.tmpfiles | 1 - bind/patches/bind-9.5-PIE.patch | 27 -- bind/patches/bind-9.5-parallel-build.patch | 14 - bind/patches/bind-9.9-libidn.patch | 326 --------------------- ...-9.7-exportlib.patch => bind97-exportlib.patch} | 0 bind/patches/bind99-dont-build-bin.patch | 13 + 7 files changed, 72 insertions(+), 453 deletions(-) delete mode 100644 bind/named.tmpfiles delete mode 100644 bind/patches/bind-9.5-PIE.patch delete mode 100644 bind/patches/bind-9.5-parallel-build.patch delete mode 100644 bind/patches/bind-9.9-libidn.patch rename bind/patches/{bind-9.7-exportlib.patch => bind97-exportlib.patch} (100%) create mode 100644 bind/patches/bind99-dont-build-bin.patch