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 1F1F8DC03B8 for ; Tue, 2 Feb 2016 14:42:47 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id B821ADC027C for ; Tue, 2 Feb 2016 14:42:46 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (103.63.200.37.customer.cdi.no [37.200.63.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 0EDD65A12ED; Tue, 2 Feb 2016 14:42:44 +0000 (GMT) Date: Tue, 2 Feb 2016 15:42:40 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH v2] main/dhcpcd-dbus: main/dhcpcd-dbus: upgrade to 0.6.1 Message-ID: <20160202154240.3ce73b7d@ncopa-desktop.alpinelinux.org> In-Reply-To: <1454067581-22412-1-git-send-email-valery.kartel@gmail.com> References: <1454067581-22412-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 29 Jan 2016 13:39:41 +0200 Valery Kartel wrote: > --- > main/dhcpcd-dbus/APKBUILD | 24 +++++++++++++++--------- > main/dhcpcd-dbus/strverscmp.patch | 21 +++++++++++++++++++++ > 2 files changed, 36 insertions(+), 9 deletions(-) > create mode 100644 main/dhcpcd-dbus/strverscmp.patch > ... > +++ b/main/dhcpcd-dbus/strverscmp.patch > @@ -0,0 +1,21 @@ > +--- old/dhcpcd.c > ++++ new/dhcpcd.c > +@@ -664,8 +664,7 @@ > + return list; > + } > + > +-#ifndef __GLIBC__ > +-/* Good enough for our needs */ > ++/* > + static int > + strverscmp(const char *s1, const char *s2) > + { > +@@ -687,7 +686,7 @@ > + return r; > + return s1part - s2part; > + } > +-#endif > ++*/ This does not look like the correct fix. What does upstream say about this? -nc > + > + void > + dhcpcd_init(_unused void *data) -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---