From owner-freebsd-pkg@FreeBSD.ORG Tue Apr 14 22:04:56 2015 Return-Path: Delivered-To: pkg@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 04E6A560 for ; Tue, 14 Apr 2015 22:04:56 +0000 (UTC) Received: from mail.vivaldi.net (mail.vivaldi.net [82.221.99.162]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4D5987 for ; Tue, 14 Apr 2015 22:04:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.vivaldi.net (Postfix) with ESMTP id C277A800501; Tue, 14 Apr 2015 22:04:38 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=vivaldi.net; h= user-agent:message-id:references:in-reply-to:subject:subject :from:from:date:date:content-transfer-encoding:content-type :content-type:mime-version:received:received; s=dkim; t= 1429049078; bh=5ZFVKZcP+ec9OpO4m2xoIkWDErZM1JnTorWR+TdrTHc=; b=A /JsIC5FvouEAUR1DmWwITKGGe7tkhSiN5LRPVQBlify9iF8l5MNehbPDhf+AcgYI BKOft4e5W2P3jGFn7AvOft6z4lpIeLjApbv2+fvYrQutrgc2luvIMD3mqreJdkwN KnkfzHrBavzU4/tT0bvEkESYZ3JitaEIdnzKpQVumk= X-Virus-Scanned: amavisd-new at mail.vivaldi.net Received: from mail.vivaldi.net ([127.0.0.1]) by localhost (wagner.vivaldi.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1sWK5x9erWRZ; Tue, 14 Apr 2015 22:04:38 +0000 (GMT) Received: from mail.vivaldi.net (localhost [127.0.0.1]) (Authenticated sender: finid) by mail.vivaldi.net (Postfix) with ESMTPA id 719FE8001C5; Tue, 14 Apr 2015 22:04:32 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 14 Apr 2015 17:04:32 -0500 From: finid@vivaldi.net To: Baptiste Daroussin Cc: pkg@freebsd.org, owner-freebsd-pkg@freebsd.org Subject: Re: pkg 1.5.0 is out In-Reply-To: <20150414215417.GH39658@ivaldir.etoilebsd.net> References: <20150414215417.GH39658@ivaldir.etoilebsd.net> Message-ID: X-Sender: finid@vivaldi.net User-Agent: Roundcube Webmail/1.1.0 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 22:04:56 -0000 Awesome job! Looking forward to 1.6 to see what support for "Linux package backend" will be like. -- finid On 2015-04-14 16:54, Baptiste Daroussin wrote: > Hi all, > > Final pkg 1.5.0 has been released. > > What happened since pkg 1.4.0: > - Initial provides/requires support > - Lots of new regression tests have been added > - Initial support for OS X > - Initial support for NetBSD/EdgeBSD > - Update most of the bundled third party software has been updated to > their > latest version > - Improve the messages reported by pkg > - Properly support file flags > - Implement argument support for custom keywords > - Extend setting credential via plist to allow to set file flags > - Make credential syntax via plist more flexible allow to only defines > the first > - pkg updating now supports case insensitive matching > - pkg create now support a verbose mode > - Add an option to change the default on question, until now the > default answer > was "No" with that option set it would be "Yes" > - Lots of fixes to pkg audit -r > - Global memory usage reduction and speed up > - Improvements and cleanup on pkg alias > - pkg annotate --show --all has been fixed > - Make pkg.h C++ friendly > - Lots of improvements in the solver > - Lots of fixes on 32 bits platforms > - Add support for: pkg create -M ./plop.ucl -p ./plop.plist > - New pkg -r that will install in the given rootdir without > chrooting > - Export PKG_ROOTDIR to scripts allow to make them as portable as > possible > - Stop trying to remove all installed package with the argument of pkg > delete is > a local file > - Be more explicit about why the solver it going to reinstall, remove > or upgrade > (when possible) > - Plenty of bug fixes > - Plenty of new bugs > - pkg shlibs now support -q > - pkg lock gained a new --has-locked-packages option > - pkg now resumes fetch if possible > - CONSERVATIVE_UPGRADE is now on by default > - pkg alias now have a -l argument to list aliases > - A sample pkg.conf is now installed with a bunch of aliases set by > default > - Fix the backup script to properly export an sql which will be > importable via > pkg shell and/or sqlite out of box > > I would like to thank anyone that has been contributing to pkg to make > this > release happen (via code, bug report, feature request, testing and > documentation) > > For pkg 1.6.0 among other things and depending on the time, here is > what we do > plan to work on: > - Safe cherry-picking of upgrades (aka: pkg upgrade something) > - New context dependant messages: > * messages that only appears during upgrades > * messages that only appears on deinstall > * messages that only appears on install > - Extend provides/requires to support flexible dependencies > - Linux package backend (?) > - Allow multiple versions of a given package in a repo > - Add more regression tests > - Improve documentation > - > > Best regards, > Bapt