svn commit: r434755 - in head/ports-mgmt/pkg: . files
Baptiste Daroussin
bapt at FreeBSD.org
Fri Feb 24 22:55:53 UTC 2017
Author: bapt
Date: Fri Feb 24 22:55:51 2017
New Revision: 434755
URL: https://svnweb.freebsd.org/changeset/ports/434755
Log:
Release pkg 1.10.0
* fix pkg which -g
* Do not use openssl for sha256
* Improve the default output when fetching data
* Update libfetch to the version of FreeBSD 11
* Fix NetBSD ABI
* Add a fallback for utimensat when reporting EOPNOTSUPP
* replace libsbuf with utstring for portability
* Overwrite some sqlite vfs functions to allow more capsicumisation of pkg
* move more pkg audit details into the library
* allow to run pkg query without any privileges
* extend the audit periodic script to report deprecated packages
* Fix fd leak to rcscripts
* stop dropping privieges during fetching it causes more issues than it solves
* speed walking though [reverse]dependencies
* Update blake2b to latest version
* Add blake2s to the list of supported checksums
* Internal digest now default on blake2b on 64 bits and blake2s on 32 bits.
* Fix segfault when ABI is defined but empty
* Do not use the shared library provides/requires on non FreeBSD/Linux
* Define _NETBSD_SOURCES on NetBSD to allow libfetch to use funopen
* Document vital flags
* Fix potential double free when dealing with @config keyword
* Add progress when fetching (number of files to fetch)
* Improved messages about locked packages
* Return 1 when a user rejects the proposed plan
* When dealing with configuration files '@config' never overwrites non tracked
files
* Warn everyone about deprecation of @dirrm and @exec
* Deduplicate metadata loading code
* pkg register now understands context aware messages
* Fix pkg register issues with some version of libarchive:
hardlinks not being made hardlinks sometime
issues when PREFIX is a symlink to another directory
* Use portable mechanism to find the number of CPUs which allows pkg repo to be
faster on linux
* New pkg upgrade --vulnerable
Deleted:
head/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
head/ports-mgmt/pkg/pkg-plist
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Fri Feb 24 21:55:52 2017 (r434754)
+++ head/ports-mgmt/pkg/Makefile Fri Feb 24 22:55:51 2017 (r434755)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.9.4
-PORTREVISION= 1
+DISTVERSION= 1.10.0
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Fri Feb 24 21:55:52 2017 (r434754)
+++ head/ports-mgmt/pkg/distinfo Fri Feb 24 22:55:51 2017 (r434755)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480925481
-SHA256 (pkg-1.9.4.tar.xz) = cf0318fa1cbc4fe8ffb2b421768ac3e72b22056085dee4fba7361bb43ccff949
-SIZE (pkg-1.9.4.tar.xz) = 1922460
+TIMESTAMP = 1487976687
+SHA256 (pkg-1.10.0.tar.xz) = d561288a4c3fbde7cede45f040b276f89e984c288c91c07559d48e3b984b7748
+SIZE (pkg-1.10.0.tar.xz) = 2207908
Modified: head/ports-mgmt/pkg/pkg-plist
==============================================================================
--- head/ports-mgmt/pkg/pkg-plist Fri Feb 24 21:55:52 2017 (r434754)
+++ head/ports-mgmt/pkg/pkg-plist Fri Feb 24 22:55:51 2017 (r434755)
@@ -8,8 +8,8 @@ etc/periodic/weekly/400.status-pkg
include/pkg.h
lib/libpkg.a
lib/libpkg.so
-lib/libpkg.so.3
-lib/libpkg.so.3.0.0
+lib/libpkg.so.4
+lib/libpkg.so.4.0.0
libdata/pkgconfig/pkg.pc
man/man3/pkg_printf.3.gz
man/man3/pkg_repos.3.gz
More information about the svn-ports-all
mailing list