From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 12:13:35 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 2F25C843; Wed, 29 Oct 2014 12:13:35 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEFC0EEE; Wed, 29 Oct 2014 12:13:34 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XjS7y-000P4t-Aw; Wed, 29 Oct 2014 16:13:26 +0400 Date: Wed, 29 Oct 2014 16:13:26 +0400 From: Slawa Olhovchenkov To: Baptiste Daroussin Subject: Re: pkg 1.4 freeze please test test test! Message-ID: <20141029121326.GA83878@zxy.spb.ru> References: <20141028231933.GG26796@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141028231933.GG26796@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false 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 12:13:35 -0000 On Wed, Oct 29, 2014 at 12:19:33AM +0100, 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! I have issuse, but I am not test on 1.4. I upgrade php (5.5.15 -> 5.5.17), pecl-memcache don't change version. pkg uprgade don't reinstall pecl-memcache (pourdure rebuild pecl-memcache). > 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 linux packages still freebsd:10:x86:32 ? > - 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