X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CC2DDDC0E90 for ; Fri, 15 Apr 2016 14:34:39 +0000 (UTC) Received: from nov-007-i616.relay.mailchannels.net (nov-007-i616.relay.mailchannels.net [46.232.183.170]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 04D53DC0174 for ; Fri, 15 Apr 2016 14:34:36 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 5EEB62109E for ; Fri, 15 Apr 2016 14:34:31 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-42-131-234.us-west-2.compute.internal [10.42.131.234]) by relay.mailchannels.net (Postfix) with ESMTPA id 7AFC220FA8 for ; Fri, 15 Apr 2016 14:34:30 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (unassigned.psychz.net [10.27.143.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.6.11); Fri, 15 Apr 2016 14:34:31 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1460730870732:3392283956 X-MC-Ingress-Time: 1460730870731 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From; bh=bhAoXuSibaY63CH1rVlSlNahQUC+pE9SAgJbK79+31U=; b=6BywYpGttKISoid1Fnn5PD6Uz/ nKvd2uE4usQnY8LsSt4Dn0LdMcVvydJHxUfF7co5fg10VYZbBpgZNPLU+H7ObVsSdQZtlL2ZUTJkA VmLfTkS8VZal2mMz051jYXkrF18+S5eszWkSpPjpANRKujEUTKJuqoYHGE19vh83E124S12K+DUqJ OPfqAlaNcaqTuWxFvh1enOgDuKskNOZ+JD6jCAfilkWNIJmmDESws97naFKmQzpCaQ/6OpDV+tuF9 KVwjyRssewtlOM3LefPBkCacMrtZEdpT/s2zgtEMWXVvvLdTdxCERE/KFiBWnDJP9s97XWF0hP6uh AfuYwvxQ==; Received: from [81.4.121.188] (port=33203 helo=localhost.localdomain) by ocean.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1ar4pJ-0001tW-4f for alpine-aports@lists.alpinelinux.org; Fri, 15 Apr 2016 10:34:29 -0400 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/whois: rebuild against gettext (fixes relocation errors) Date: Fri, 15 Apr 2016 14:34:27 +0000 Message-Id: <1460730867-16809-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.8.1 X-AuthUser: developer@it-offshore.co.uk X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/whois/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/whois/APKBUILD b/testing/whois/APKBUILD index 79d2d85..64371ca 100644 --- a/testing/whois/APKBUILD +++ b/testing/whois/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall pkgname=whois pkgver=5.2.12 -pkgrel=0 +pkgrel=1 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="http://www.linux.it/~md/software/" arch="all" -- 2.8.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---