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 ECB42DC6658 for ; Wed, 10 Feb 2016 10:41:03 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 8A5C5DC6644 for ; Wed, 10 Feb 2016 10:41:03 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [176.75.155.57]) (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 DE5A45A0809; Wed, 10 Feb 2016 10:41:00 +0000 (GMT) Date: Wed, 10 Feb 2016 11:40:53 +0100 From: Natanael Copa To: Corentin Henry Cc: ibid.ag@gmail.com, alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] Message-ID: <20160210114053.489c9b0d@ncopa-desktop.alpinelinux.org> In-Reply-To: <1453468880-24744-1-git-send-email-corentinhenry@gmail.com> References: <20160121114007.29e8f8e6@vostro> <1453468880-24744-1-git-send-email-corentinhenry@gmail.com> X-Mailer: Claws Mail 3.13.2 (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, 22 Jan 2016 13:21:20 +0000 Corentin Henry wrote: > Thank you Timo and Isaac. Here is a new version, with (hopefully) all the > requested fixes: > > - fix typo (hpin -> hping) > - convert hard tabs to spaces. I kept hard tabs in > 10-add_tcl_version.patch though, since the patched file is using hard > tabs. > Let me know if you prefer otherwise. > - do not zip the man pages > - squash everything > > Corentin > > --- > testing/hping/10-add_tcl_version.patch | 72 +++++++++++++++++++++++++++++++ > testing/hping/20-pass_CFLAGS_to_gcc.patch | 25 +++++++++++ > testing/hping/30-fix_bpf_include.patch | 37 ++++++++++++++++ > testing/hping/APKBUILD | 72 +++++++++++++++++++++++++++++++ > 4 files changed, 206 insertions(+) > create mode 100644 testing/hping/10-add_tcl_version.patch > create mode 100644 testing/hping/20-pass_CFLAGS_to_gcc.patch > create mode 100644 testing/hping/30-fix_bpf_include.patch > create mode 100644 testing/hping/APKBUILD It does not build: >>> hping: Checking sanity of /home/ncopa/aports/testing/hping/APKBUILD... >>> ERROR: hping: 0.r13.3547c7691742c6eaa31f8402e0ccbb81387c1b99 is not >>> a valid version I also think upstream should fix this issue before we package it: https://github.com/antirez/hping/issues/20 -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---