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 643B4DC012D for ; Wed, 6 May 2015 14:35:22 +0000 (UTC) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 04630DC0063 for ; Wed, 6 May 2015 14:35:16 +0000 (UTC) Received: by wiun10 with SMTP id n10so24922480wiu.1 for ; Wed, 06 May 2015 07:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version; bh=sF/QTuSeuJNVeJYN8IXk4HlAAEuWaISEkTssUSgaMLo=; b=NK3mjrYGrolTG5PA5RFdfznjQzWftJYleUdQA8w2RAplpUL6L17OAuNzRfqzeOdpa6 K3nZ7ZoL4gX17lUeykXpUIwIyFrw/IJtL6t1JYhorcDCTM79jNRQABERbKmT7OwWWkxs jQIlgmG3hJHsImK+I3JxicciwXzugH+ZqHiHyokONqm8m/IdcOR8zI679ewOg9dy/MEw qHn9uPJQOwHWyjrmeFD+zhu+RWb4FVinXGU+6Eh/Q3bTGoU5RynvRlh1OkzpttYX7zLK SLAnZBLNq3AXX3hIEvam16uTkiCweN4Z9tZjbij+ip/jMkNVHuA/qGQtMSAMMc2mcEI+ L8Og== X-Received: by 10.194.58.11 with SMTP id m11mr18758579wjq.92.1430922915250; Wed, 06 May 2015 07:35:15 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it. [93.57.120.162]) by mx.google.com with ESMTPSA id o5sm2548503wia.0.2015.05.06.07.35.13 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 07:35:14 -0700 (PDT) Message-ID: <1430922912.31209.19.camel@df1844j> Subject: Re: [alpine-aports] [PATCH 3/3] main/zabbix: Add libxml2 flag for vmware support From: Leonardo Arena To: Kevin Daudt Cc: alpine-aports@lists.alpinelinux.org Date: Wed, 06 May 2015 16:35:12 +0200 In-Reply-To: <20150506093947.GB22043@vps892.directvps.nl> References: <1430855056-10479-1-git-send-email-me@ikke.info> <1430855056-10479-4-git-send-email-me@ikke.info> <1430899754.31209.10.camel@df1844j> <20150506082219.GA22043@vps892.directvps.nl> <1430901675.31209.13.camel@df1844j> <20150506093947.GB22043@vps892.directvps.nl> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/KD6OAc1SKtzecSeXqsG" X-Mailer: Evolution 3.10.4-0ubuntu2 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP --=-/KD6OAc1SKtzecSeXqsG Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On mer, 2015-05-06 at 11:39 +0200, Kevin Daudt wrote: > On Wed, May 06, 2015 at 10:41:15AM +0200, Leonardo Arena wrote: > > On mer, 2015-05-06 at 10:22 +0200, Kevin Daudt wrote: > > > On Wed, May 06, 2015 at 10:09:14AM +0200, Leonardo Arena wrote: > > > > On mar, 2015-05-05 at 19:44 +0000, Kevin Daudt wrote: > > > > > This flag is required for vmware monitoring, together with libcur= l, > > > > > which was already present. > > > > >=20 > > > > > Adds a dependency to libxml2-dev. > > > > > --- > > > > > main/zabbix/APKBUILD | 17 +++++++++-------- > > > > > 1 file changed, 9 insertions(+), 8 deletions(-) > > > > >=20 > > > >=20 > > > > Hi, > > > >=20 > > > > the previous two patches were applied (I had to fix checksums thoug= h). > > > > This doesn't: > > > >=20 > > > > Applying: main/zabbix: Add libxml2 flag for vmware support > > > > error: patch failed: main/zabbix/APKBUILD:3 > > > > error: main/zabbix/APKBUILD: patch does not apply > > > > Patch failed at 0001 main/zabbix: Add libxml2 flag for vmware suppo= rt > > > >=20 > > > > Could you please resend it against current master? > > > > Thanks! > > > >=20 > > > > - leo > > >=20 > > >=20 > > > Sorry forgot to mention. I built it on top of 3.1, would it be possib= le > > > to apply it on top of that tree? I can send another patch for master. > > >=20 > >=20 > > Usually we apply patches to master and we backport to stable trees upon > > request, if it doesn't break configuration or dependencies. > >=20 > > The current master will become 3.2-stable which is due out soon. Would > > that be enough for you? > >=20 > > Thanks! > >=20 > > - leo > >=20 >=20 > I'll provide the patch for master, and then request it to be backported, > as it should not introduce any breaking changes.=20 >=20 > Our production servers are currently tied to 3.1, so it's not easy to > use the 3.2 repositories. >=20 > Please let me know what you think. >=20 Patch backported: http://git.alpinelinux.org/cgit/aports/commit/?h=3D3.1-stable&id=3D5bb622fe= ba2063f6b018b266abc7654798ce92be While there I also upgraded to 2.4.5 since there are a number of bugfixes, including some VMWare related. Thanks! --=-/KD6OAc1SKtzecSeXqsG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJVSiagAAoJELAPckZGG2T6OGIH/A532IjL4ZVCxcCvoMgeZ4jK RyIljkE9e+gIArrcn+k23enYTHAy2DBYMMCYNqsiv/WEzC56WT7ofXMZ3xSziVfW sBb8bN0TC6VwKDdhtd/SiJntDhhljLf0k6sb8wLLXl2YQEoingDiGnRFwOgn9Oki li9zSmfF6sN+ESL7ej30l60PxTo28xtKupFClTxELbmqO9PIBftz6yiHQVSHCWaG UjyUx+65W/FudiXbv5QiLIx/Razd/TW3iaDAb75gO2usHR4mb9rmsjFUL5BQyHo3 Hi5Q7uOuA/Ci18f8UKCczUStoECOHG7Ym83+OJBxbylSoxoAYct/AxVd6GaiAtM= =wGdr -----END PGP SIGNATURE----- --=-/KD6OAc1SKtzecSeXqsG-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---