Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 21:25:47 +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: r437007 - in head/ports-mgmt/pkg: . files
Message-ID:  <201703262125.v2QLPlVp094625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 26 21:25:47 2017
New Revision: 437007
URL: https://svnweb.freebsd.org/changeset/ports/437007

Log:
  Update to 1.10.1
  - Cache pw result to avoid over reloading nssswitch.conf
  - Fix allow to set env per repo for everykind of repo
  - Fix signing_command something saving a truncated signature in the file
    as a result pkg will reject any repository signed
  - Fix sqlite vfs overload with new sqlite
  - pkg which: add -m to show what files matched using globs
  - Revert the new UI which does not respect 80 columns
  - Fix query '%q' printing the internal arch instead of the official one

Deleted:
  head/ports-mgmt/pkg/files/patch-repo-env
  head/ports-mgmt/pkg/files/patch-signing_command
Modified:
  head/ports-mgmt/pkg/Makefile
  head/ports-mgmt/pkg/distinfo

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Sun Mar 26 21:25:41 2017	(r437006)
+++ head/ports-mgmt/pkg/Makefile	Sun Mar 26 21:25:47 2017	(r437007)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.10.0
-PORTREVISION=	2
+DISTVERSION=	1.10.1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Sun Mar 26 21:25:41 2017	(r437006)
+++ head/ports-mgmt/pkg/distinfo	Sun Mar 26 21:25:47 2017	(r437007)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487976687
-SHA256 (pkg-1.10.0.tar.xz) = d561288a4c3fbde7cede45f040b276f89e984c288c91c07559d48e3b984b7748
-SIZE (pkg-1.10.0.tar.xz) = 2207908
+TIMESTAMP = 1490563192
+SHA256 (pkg-1.10.1.tar.xz) = 6cf178ce356588cddcba60a2c53ef18f5aac2c87628e3d3924a54743573aee4d
+SIZE (pkg-1.10.1.tar.xz) = 2169816



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