Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 22:26:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426542 - head/ports-mgmt/pkg-devel
Message-ID:  <201611192226.uAJMQo5t010583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov 19 22:26:49 2016
New Revision: 426542
URL: https://svnweb.freebsd.org/changeset/ports/426542

Log:
  Update to pkg 1.9.99.3
  - Add a fallback for utimensat when reporting EOPNOTSUPP
  - replace libsbuf with utstring for portability
  - Overwrite some sqlite vfs functions to allow 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

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Sat Nov 19 22:07:22 2016	(r426541)
+++ head/ports-mgmt/pkg-devel/Makefile	Sat Nov 19 22:26:49 2016	(r426542)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.9.99.2
+DISTVERSION=	1.9.99.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sat Nov 19 22:07:22 2016	(r426541)
+++ head/ports-mgmt/pkg-devel/distinfo	Sat Nov 19 22:26:49 2016	(r426542)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477857602
-SHA256 (pkg-1.9.99.2.tar.xz) = 78b041c9724303ede4a1285d6f358674a9d8b9b35615662b0a92bf93397303ce
-SIZE (pkg-1.9.99.2.tar.xz) = 1917684
+TIMESTAMP = 1479594322
+SHA256 (pkg-1.9.99.3.tar.xz) = 0a68334be506e98cf24e2ecac0e4a9bec75d9db67030234ffd4706ee21ae519e
+SIZE (pkg-1.9.99.3.tar.xz) = 1918096



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611192226.uAJMQo5t010583>