X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D3723DC00AC for ; Wed, 8 Oct 2014 10:17:58 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id p9so7813529lbv.19 for ; Wed, 08 Oct 2014 03:17:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=jmrklu3LQjDqrYZQdPQUe0CfrgTSPQGuGGrOdhNBnYs=; b=k4bqauaX5TMTWj7ci9t91tsgsTusPzCrE7ySyN76lWlZZ1aIMkrIzvYuT+PGxvjpYg lT6DRTOzEHh3Ei1+KlIygG+EGXgExb2h/Ou/iZNf46RxBrVRky+L7hWCJRzsHrRwsZCz MrvMzEMFEbO264Hjj9sfscBkDQ9fHk+XR+0X7UDUP2/7HvpdNokEjB7Liah1lWooJrVO w16CHAUOUAFTtfIIqHcRx5NBKFyqdhtNROlIGWoby5fuPpCDIk5p/ZsLIev817YW9S1I uxCN+RNfyg3oJal+tNh2aDUC2599vbntoY29om1fHCgl2wwYVC0J9pL3WHr+StRUCIXl 1izQ== X-Received: by 10.152.23.69 with SMTP id k5mr10452517laf.70.1412763476598; Wed, 08 Oct 2014 03:17:56 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id z4sm7555735laz.39.2014.10.08.03.17.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 03:17:55 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 8 Oct 2014 13:17:21 +0300 From: Timo Teras To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] apk-tools work-in-progress Message-ID: <20141008131721.747fcc9d@vostro> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Hi, It's been awhile since my last spurt on apk-tools. In fact, a bit too long time. Fortunately, I'm working on apk actively this month. I earlier today pushed apk-tools-2.4.5 to edge which contains various bug fixes. The observant may have also noticed that apk-tools.git already contains code to use libfetch instead of fork+exec of wget to get http(s)/ftp URIs. This seems to be working and apparently provides a nice speed improvement in most cases (due to less forking, having connection caching/re-use, and using if-modified-since headers). I'm also planning to fix: #2251 - option to restart init.d services on package upgrades #3027 - support xattr (at least to the extent PaX/grsec needs it) We also had the patch series, various ideas and other suggestions on the mailing list that would affect compatibility. One to name are the command line argument parsing patches/suggestions from Dubiousjim, Isaac Dunham and ncopa. I will probably implement the 'command argument grouping' stuff. And try to write a follow up mail on suggested new arguments / applet names based on the old emails on the subject. And there was also the logging patchset from Jim. I'll probably apply it mostly as-is - perhaps just making it disabled by default. And allow it to be enabled by 'touch /etc/apk/logging' or similar. I'm thinking to get all that in within next week or two. Hopefully having all to new stuff in time before alpine-3.1 branching. If you have new patchsets, old ones that are rebased, something I missed or just other ideas for apk-tools, please reply to this mail. /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---