From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 23:35:17 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5912E332; Tue, 28 Oct 2014 23:35:17 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE3459BB; Tue, 28 Oct 2014 23:35:16 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so670557wgh.29 for ; Tue, 28 Oct 2014 16:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=70lPYcQWgxG72QlX5Qsu2RMITT64ObJHL90q7EJUWO4=; b=B/WYHtuWEoubXiiaZVPnFCUm9y/ABcH/SFbmVRWT/BNPcp64VvmHkzNIkmEYeI1nrq 03DjKRwdYMta46uXJsqAL5kZCWe8QoVyvuE+RGv4peL5Q/5Spfd54XkbK1mN8+0k+kQ1 iM+p2qTYKCuXPmc7f7loPKivTGizuBsOLjj0r9W5b5+Psbv7vk0dUZdtpwQiy94+xDSB AvHXcWsZP68aZdjSnKP9Vq8VRXrs8pNqtLukLhoi5Ylo65tlRWN0s3eUhmbKcy2W2psf 8Q6E12m9+zHLRblm8B7ponuKBcFHBr1PnKXD+/BQjHg17UsBsdD9CfnXLP1VJJUnMTIw clRQ== X-Received: by 10.194.187.77 with SMTP id fq13mr8430003wjc.14.1414539315016; Tue, 28 Oct 2014 16:35:15 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id lm9sm3349114wjc.45.2014.10.28.16.35.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Oct 2014 16:35:14 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 29 Oct 2014 00:35:11 +0100 From: Baptiste Daroussin To: Allan Jude Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141028233511.GH26796@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> <5450264E.5060909@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="poemUeGtc2GQvHuH" Content-Disposition: inline In-Reply-To: <5450264E.5060909@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 23:35:17 -0000 --poemUeGtc2GQvHuH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 28, 2014 at 07:27:10PM -0400, Allan Jude wrote: > On 2014-10-28 19:19, Baptiste Daroussin wrote: > > Hi all, > >=20 > > We are starting the release process of pkg 1.4, we want to have a bette= r release > > process than with every single previous version of pkg. For that we wil= l need > > you help! > >=20 > > pkg-devel has been updated to the latest version of pkg as of alpha2. > >=20 > > Changes you can expect in pkg 1.4 are the following: > > - Loads of bug fixes > > - Stricter checking of the path passed via the plist > > - Removal of the bundled libyaml > > - new --raw-format to chose the output format for info -R and search -R > > - ABI is now follwing MACHINE_ARCH (freebsd:10:x86:64 become FreeBSD:10= :amd64) > > the old ABI is available as a fallback in ALTABI > > - pkg check now support a quiet mode > > - new 3 way merge code ("stolen" from the fossil-scm) to allow automerg= ing > > configuration files > > - new @config keyword to mark a file as a config file (during > > upgrade/reinstallation it will try to merge the configuration with th= e one the > > user may have modified) an option AUTOMERGE is available to prevent > > automerging if automerge fails a .pkgnew file will be created along w= ith the > > untouched user version of the configuration > > - The update procedure has been improved and speed up a lot (in particu= lar for > > machine with low resources) > > - The unique identifier has been modified to be pkgname meaning now por= ts can be > > moved in new categories without having to be considered a different p= ackage > > - Only libraries starting by lib* are added to the provided libraries > > - General speed up of all operations > >=20 > > We need help in testing, but we also need help in writing regression te= sts ! > > The more we have tests the more stable the releases will be. > >=20 > > The release will also allow to be able to package base! > >=20 > > regards, > > Bapt > >=20 >=20 > Naming the option 'AUTOMERGE' when it stops the automatic merging, seems > like a really bad idea. Either make it AUTOMERGE=3Dfalse or NOAUTHMERGE or > something. The default it automerge: true you have to change it to automerge: false to prevent it to work regards, Bapt --poemUeGtc2GQvHuH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRQKC8ACgkQ8kTtMUmk6EwJYACgt6egJvOQZ+qBN4426m5Z/D86 rJoAnAzIZr07FsQTxRT+fmOILvUMRL3r =kKy9 -----END PGP SIGNATURE----- --poemUeGtc2GQvHuH--