Date: Wed, 15 Nov 2017 10:04:54 +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: r454228 - head/ports-mgmt/pkg Message-ID: <201711151004.vAFA4s69081160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Nov 15 10:04:54 2017 New Revision: 454228 URL: https://svnweb.freebsd.org/changeset/ports/454228 Log: Update to 1.10.2 Changes from 1.10.1 to 1.10.2 - pkg clean is now happy if the cache dir non existing - 410.pkg-audit now uses anticongestion on freebsd 12 - fix pkg install -r foo if foo is a disabled repository - fix elf handling on non FreeBSD - fix support for platforms without AT_SYMLINK_NOFOLLOW - fix dropping privileges on Linux - fix build with recent libbsd - fix duplicate pkg registration overwriting the existing pkg - fix again using pattern as package arch - recognize armv7 - add %q to pkg_printf(3) and pkg-query(8) to print altabi - add support for new periodic variables in multiple scripts - add an extra line when printing pkg-messages to improve readability - stop considering nfs as dangerous and if a corruption happens on nfs drive by a message the user to the highly possible reason of the corruption so that he can fix - better ABI name on linux - fix pollution of "locked" message PR: 221129 exp-run by: antoine Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Nov 15 09:44:52 2017 (r454227) +++ head/ports-mgmt/pkg/Makefile Wed Nov 15 10:04:54 2017 (r454228) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.1 +DISTVERSION= 1.10.2 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Nov 15 09:44:52 2017 (r454227) +++ head/ports-mgmt/pkg/distinfo Wed Nov 15 10:04:54 2017 (r454228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490563192 -SHA256 (pkg-1.10.1.tar.xz) = 6cf178ce356588cddcba60a2c53ef18f5aac2c87628e3d3924a54743573aee4d -SIZE (pkg-1.10.1.tar.xz) = 2169816 +TIMESTAMP = 1510740067 +SHA256 (pkg-1.10.2.tar.xz) = 942e9e119f6d7f7d4684aef572d8d3310a9d60826a91b82cf912eb32e873ea4d +SIZE (pkg-1.10.2.tar.xz) = 2220904
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711151004.vAFA4s69081160>