svn commit: r425275 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Thu Nov 3 22:20:09 UTC 2016


Author: bapt
Date: Thu Nov  3 22:20:08 2016
New Revision: 425275
URL: https://svnweb.freebsd.org/changeset/ports/425275

Log:
  Update to 1.9.3
  - Fix file descriptor leak during rc script execution
  - Fix setting attributes on directories
  - Fix locking on NFS
  - Allow pkg annodate -S to run as a non priviledge user
  - Extend the audit periodic script to report about expiration/deprecation

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Thu Nov  3 21:47:46 2016	(r425274)
+++ head/ports-mgmt/pkg/Makefile	Thu Nov  3 22:20:08 2016	(r425275)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.9.2
+DISTVERSION=	1.9.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Thu Nov  3 21:47:46 2016	(r425274)
+++ head/ports-mgmt/pkg/distinfo	Thu Nov  3 22:20:08 2016	(r425275)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477731419
-SHA256 (pkg-1.9.2.tar.xz) = b7159bb3badec71ac2a04c16317cef4ce90a8be3c032d47c56cdd0a57f510ab2
-SIZE (pkg-1.9.2.tar.xz) = 1945584
+TIMESTAMP = 1478211394
+SHA256 (pkg-1.9.3.tar.xz) = fde5a7835ef1784fecc6ad9ecc9478c83006b2c1d2a2b725784657fcda5814be
+SIZE (pkg-1.9.3.tar.xz) = 1950372


More information about the svn-ports-all mailing list