From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 00:42:03 2014 Return-Path: Delivered-To: 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 ADB8E130; Wed, 29 Oct 2014 00:42:03 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (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 003DEFDB; Wed, 29 Oct 2014 00:42:02 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ex7so361588wid.2 for ; Tue, 28 Oct 2014 17:42:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dHJ8UFmWSfAgY7LKQty1zwvDbLw2zGd6jP7HUx1tJjk=; b=IrPvro5J1M6gPrKEhnfyF0AEwW0SHEi0MWcMBBeyMbeyb24cVLgScM0WvQiG+AqjQ8 XUfSO3T2OYqcngaJN4iDP8wUijPbXDGQ9KLb27gym4Xzv4CfoowPUZftBo6XRO0KMarY l3Ptnli3JigtQF0oVxBvb7oNrDktJddnG5SOcGP+U2B0w8pwIVyozik6rMirztVpD2py C/f4hlC+LEXqrs/56FOA+gIs/SfT0R2DJYbUQT+9vULFr01WdnsE70fJx6N3tx2o+8Zw Iwyccit+ZYqxzzHxpL/xf9VTIQSP3VBWei8pQOt5U3ATSY5IjK+yH7JBtcvUsRKx1oaC QGtQ== MIME-Version: 1.0 X-Received: by 10.181.13.208 with SMTP id fa16mr31830648wid.61.1414543321045; Tue, 28 Oct 2014 17:42:01 -0700 (PDT) Received: by 10.180.89.178 with HTTP; Tue, 28 Oct 2014 17:42:00 -0700 (PDT) In-Reply-To: <20141028231933.GG26796@ivaldir.etoilebsd.net> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> Date: Tue, 28 Oct 2014 22:42:00 -0200 Message-ID: Subject: Re: pkg 1.4 freeze please test test test! From: Cassiano Peixoto To: Baptiste Daroussin X-Mailman-Approved-At: Wed, 29 Oct 2014 01:09:02 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org" , "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: Wed, 29 Oct 2014 00:42:03 -0000 Hi guys, Congrats, really good job. How can i test package base? I didn't find any info about that. Thanks. On Tuesday, October 28, 2014, Baptiste Daroussin wrote: > Hi all, > > We are starting the release process of pkg 1.4, we want to have a better > release > process than with every single previous version of pkg. For that we will > need > you help! > > pkg-devel has been updated to the latest version of pkg as of alpha2. > > 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 automerging > configuration files > - new @config keyword to mark a file as a config file (during > upgrade/reinstallation it will try to merge the configuration with the > one the > user may have modified) an option AUTOMERGE is available to prevent > automerging if automerge fails a .pkgnew file will be created along with > the > untouched user version of the configuration > - The update procedure has been improved and speed up a lot (in particular > for > machine with low resources) > - The unique identifier has been modified to be pkgname meaning now ports > can be > moved in new categories without having to be considered a different > package > - Only libraries starting by lib* are added to the provided libraries > - General speed up of all operations > > We need help in testing, but we also need help in writing regression tests > ! > The more we have tests the more stable the releases will be. > > The release will also allow to be able to package base! > > regards, > Bapt >