Add pkg report from bapt
This commit is contained in:
parent
0aa94d062c
commit
380528a76b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47603
1 changed files with 50 additions and 0 deletions
|
@ -2032,4 +2032,54 @@
|
|||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='bin'>
|
||||
<title>pkg 1.6</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>&os; pkg Team</name>
|
||||
<email>pkg@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<body>
|
||||
<p><tt>pkg</tt> 1.6.0 has been released. Many changes
|
||||
have been made since pkg 1.5:</p>
|
||||
|
||||
<ul>
|
||||
<li>The dependency solver is greatly improved</li>
|
||||
<li>Lots of fixes in the three-way merge code</li>
|
||||
<li><tt>pkg add</tt> can now work without a version specified
|
||||
in the dependency line</li>
|
||||
<li><tt>pkg check -d</tt> now also checks the required libraries</li>
|
||||
<li>Improved support for partial upgrades</li>
|
||||
<li>Improved zsh completion support</li>
|
||||
<li>Improved Linux support (all regression tests now pass on
|
||||
Linux)</li>
|
||||
<li>Messages can now be context aware, only printing a given
|
||||
message during installation, upgrade (conditional on
|
||||
previous version), removal, or always</li>
|
||||
<li>@keywords now accept new entries to add context-aware messages</li>
|
||||
<li>Added the ability to generate graphiz's dot format
|
||||
representation of the solver's problem</li>
|
||||
<li><tt>pkg search</tt> now defaults to showing the pkg-comments
|
||||
of of the matched packages</li>
|
||||
<li>Lots of bug fixes and code cleanup</li>
|
||||
<li>Improvements in cross-installation support</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Add a notion of priority to the list of files so as to
|
||||
ensure that certain files are the first to be replaced
|
||||
(a blocker for packaging base).</p>
|
||||
</task>
|
||||
|
||||
<task>
|
||||
<p>Investigate replacing openssl by mbedtls.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue