Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 09:27:05 +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: r428110 - head/ports-mgmt/pkg
Message-ID:  <201612080927.uB89R5vg069223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec  8 09:27:04 2016
New Revision: 428110
URL: https://svnweb.freebsd.org/changeset/ports/428110

Log:
  Update to 1.9.4
  - Stop dropping privileges for fetching, it causes more issues than it solves
  - Fix segfault when ABI is defined by empty
  - Fix reporting of deprecated packages
  - Provide instructions on how to unset vital flages
  - Fix libfetch for NetBSD
  - Fix @config potential double free
  - Always warn about the deprecated @dirrm/@dirrmtry
  - Always warn about the deprecated @exec
  - Rework pkg register to share more code with pkg install
    * It makes it more robust to libarchive regressions [1]
  
  PR:		214381 [1], 215029 [2]
  Reported by:	lampa@fit.vutbr.cz [1]
  Exp-run:	antoine [2]

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

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Thu Dec  8 09:08:29 2016	(r428109)
+++ head/ports-mgmt/pkg/Makefile	Thu Dec  8 09:27:04 2016	(r428110)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.9.3
+DISTVERSION=	1.9.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Thu Dec  8 09:08:29 2016	(r428109)
+++ head/ports-mgmt/pkg/distinfo	Thu Dec  8 09:27:04 2016	(r428110)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478211394
-SHA256 (pkg-1.9.3.tar.xz) = fde5a7835ef1784fecc6ad9ecc9478c83006b2c1d2a2b725784657fcda5814be
-SIZE (pkg-1.9.3.tar.xz) = 1950372
+TIMESTAMP = 1480925481
+SHA256 (pkg-1.9.4.tar.xz) = cf0318fa1cbc4fe8ffb2b421768ac3e72b22056085dee4fba7361bb43ccff949
+SIZE (pkg-1.9.4.tar.xz) = 1922460



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