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 311D7DD7A85 for ; Tue, 19 Jan 2016 15:28:59 +0000 (UTC) Received: from mail-pf0-f178.google.com (mail-pf0-f178.google.com [209.85.192.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D25E4DD7A84 for ; Tue, 19 Jan 2016 15:28:58 +0000 (UTC) Received: by mail-pf0-f178.google.com with SMTP id 65so176994748pff.2 for ; Tue, 19 Jan 2016 07:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=jflmTSEzkZ3LLJ9ghi05JWUeMJku0SYD4IC1D0SEpOM=; b=ZwCUx5ZCV9OcxDx+D1QFmFFlgdSsWagfcWSYSq37W3TbTblNJYj6G3wTJX/jBypIOy Jn5tfnywZix8nFNYnz3o8dO0m1fLDZQJ6konrwPVZi2Lbk7zMn8c2P/9UR/p1H1DfU+b qRwJlsk4GWcmwfNA8t6KIorz/+O/PPpfg6P7Ibo+qGDt96LPBj1j1ld96/kBvSF+XX4r cdCvTGx/OZ2JU6XwARmOiTszGsynsMLLcfgBQzCn9uadn1AUTmAGk6sh4GDHUiuXW/ow qWaf47+j4zFCv1nk63BqwFoD0WyIrJTCCCFWyTgxo6LTVNb2NZesPVkDZNQridnRNe+a LfxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=jflmTSEzkZ3LLJ9ghi05JWUeMJku0SYD4IC1D0SEpOM=; b=PUs0Sw4Dun4fV7noau/BhHG+6I5Ys7cC531mVpWdqxfjb54SxjbkLUKrvKA0/PT0rw FyoyiU2eeDdPjoqtSj/H24N9GsEe4lawhUkhGDKF/oM8fucjT5MC58GXvrGSTvI0F3sw mNAXOLeMbaapYiU7jNlhCWHdMsJ5nVp5YbM09Omfl8tPZy9SPXxbT2xjoCVybSZSz94z CaJRnz5U6i7EvB4csVEH8ZfXq3zxgooMvuyAru5aK4/I3WnB1SWCp2Sb0fvU7jv0zMwi RGC6v+lNR2gknUTNwLBqVF97ScbMLOuRwKi8tBYyzbi+mVQztqnbwtKK4uqbEX5OHlz4 QHlg== X-Gm-Message-State: ALoCoQlfarN9pYGKhjAN8Sm80v4oVJnnTQzeURwPw80TQ7D2iISWNIgjL4D6nYR2tVePrPhaWbwlR7vuOB995SWXciEcSYojfA== X-Received: by 10.98.16.72 with SMTP id y69mr44962743pfi.95.1453217337668; Tue, 19 Jan 2016 07:28:57 -0800 (PST) Received: from newbook ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id f16sm42366470pff.18.2016.01.19.07.28.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2016 07:28:57 -0800 (PST) Date: Tue, 19 Jan 2016 07:28:54 -0800 From: Isaac Dunham To: Corentin Henry Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] Message-ID: <20160119152853.GA11978@newbook> References: <1453204241-6685-1-git-send-email-corentinhenry@gmail.com> 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-Disposition: inline In-Reply-To: <1453204241-6685-1-git-send-email-corentinhenry@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On Tue, Jan 19, 2016 at 11:50:37AM +0000, Corentin Henry wrote: > hi, > > hping3 is a network tool able to send custom TCP/IP packets and to display > target replies like ping do with ICMP replies. hping3 can handle fragmentation, > and almost arbitrary packet size and content, using the command line interface. > > this package builds hping with tcl scripting support. > > let me know if there is anything to change, I'm not used yet to packaging. Looks like a typo in package() (hpin3 should presumably be hping3). Quote $subpkgdir and $pkgdir ("$subpkgdir"). Send it all as one patch. New APKBUILDS should be buildable from the start; creating a series of patches like this: 1/4: add APKBUILD (references 1-foo.patch, 2-bar.patch, 3-baz.patch) 2/4: add 1-foo.patch 3/4: add 2-bar.patch 4/4: add 3-baz.patch is needlessly cluttered, and likely to break autobuild scripts. If you refer to a local source file, you should add it, the checksums, and the reference in one commit. Thanks, Isaac Dunham --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---