From owner-freebsd-stable@FreeBSD.ORG Tue Apr 14 20:35:02 2015 Return-Path: Delivered-To: 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 7F87EA16; Tue, 14 Apr 2015 20:35:02 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (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 0A4FFCBE; Tue, 14 Apr 2015 20:35:02 +0000 (UTC) Received: by wiun10 with SMTP id n10so36253738wiu.1; Tue, 14 Apr 2015 13:35:00 -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=wVIhNfnulk4Nph/NxcxCrpgegoUIldDSDv6DuJgG4mU=; b=nREPt4luRYyYC5llSJtyGOWy5qqgzzy3o3OEkysTeuH4XT67PyOYzedDZz+eaL8TLC fmHdRHjbLoATp8zMJGMGC74LAKS0GXtbumojMky+dE5G4e8l2xUIYdeGUUJwWDsDFDlR ek41jyRrOCJYOYOKNrGYhKyZ9vUUYGQEfPwajQu24Jan0Bl3NF63thxW57yqHnKECSbq ndZLQLA/CtgRDosJWjhrRxXmMxQdx9goNGis4H0+viAw5Z4qzMhp6qN9j3APbrs3gmYA LettHefGFJHgOxQDgH9xpxyyNMNdaScd/bRO/Xg1s/8hykj2n++3mEJkvctox7pxfPri Hewg== MIME-Version: 1.0 X-Received: by 10.180.105.136 with SMTP id gm8mr36342880wib.13.1429043700494; Tue, 14 Apr 2015 13:35:00 -0700 (PDT) Received: by 10.180.44.172 with HTTP; Tue, 14 Apr 2015 13:34:59 -0700 (PDT) Received: by 10.180.44.172 with HTTP; Tue, 14 Apr 2015 13:34:59 -0700 (PDT) In-Reply-To: References: <20150414200459.GE39658@ivaldir.etoilebsd.net> Date: Tue, 14 Apr 2015 22:34:59 +0200 Message-ID: Subject: Re: pkg 1.5.0 is out From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: Mikhail Tsatsenko Cc: current@freebsd.org, Baptiste Daroussin , "freebsd-stable@freebsd.org Stable" , "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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:35:02 -0000 El 14/04/2015 22:19, "Mikhail Tsatsenko" escribi=C3= =B3: > > 2015-04-14 23:05 GMT+03:00 Baptiste Daroussin : > > Hi all, > Hi, > thanks for your great work! +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 > > - > > > > 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"