From owner-freebsd-stable@FreeBSD.ORG Tue Apr 14 20:40:45 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31234CC9 for ; Tue, 14 Apr 2015 20:40:45 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0139D1C for ; Tue, 14 Apr 2015 20:40:44 +0000 (UTC) Received: by lagv1 with SMTP id v1so17712190lag.3 for ; Tue, 14 Apr 2015 13:40:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=etNyBOO9eq9EGY7kIaJ+z5hVhZHPRakX5qAN3t85R9Q=; b=epFfwVC2DLB1hgPfNJ2/EhRp0vulQcFRCJNt7+rCPQhQKNgxXGYupJDtDYTowh9GDj +4DFwK4/XFhuZ3v7TOfbzDE4mXb3eBC5gysOq+mFUf51sNPGEClIAYcDAp3ipjr496oo w1Lu0vv7YsA3jsRlPCiLkus+z14xUbq1G3LRHxhVcg4pjIOmyFmo79d5Vw7hlLbNLv7T 9MNuZKIP4N+dMRzQui20tRSJVXXcMl5LSTK2DfZJsbUdnrI6aaRSSk/7KxBY1jxLRNmv ML0GwA4ZovvRpdc3r/zXeeUJ2xNGHdelaX6ZO8FEaubfhgNYiwtoczrN63uein60kCeZ sP9A== X-Received: by 10.113.11.12 with SMTP id ee12mr20501340lbd.5.1429044042204; Tue, 14 Apr 2015 13:40:42 -0700 (PDT) Received: from [192.168.2.192] ([78.84.244.14]) by mx.google.com with ESMTPSA id x2sm479097laj.8.2015.04.14.13.40.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Apr 2015 13:40:41 -0700 (PDT) Message-ID: <552D7B47.1030207@gmail.com> Date: Tue, 14 Apr 2015 23:40:39 +0300 From: Alnis Morics User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: pkg 1.5.0 is out References: <20150414200459.GE39658@ivaldir.etoilebsd.net> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 20:40:45 -0000 On 04/14/2015 11:34 PM, Fernando ApesteguĆ­a wrote: > El 14/04/2015 22:19, "Mikhail Tsatsenko" escribiĆ³: >> 2015-04-14 23:05 GMT+03:00 Baptiste Daroussin : >>> Hi all, >> Hi, >> thanks for your great work! > +1 +1 > >>> 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 >>> - - portmaster support (-P)? >>> >>> Best regards, >>> Bapt >> >> >> -- >> Mikhail >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"