Date: Mon, 31 Jul 2017 21:38:26 +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: r446998 - head/ports-mgmt/pkg-devel Message-ID: <201707312138.v6VLcQp9051992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jul 31 21:38:26 2017 New Revision: 446998 URL: https://svnweb.freebsd.org/changeset/ports/446998 Log: Update to 1.10.99.5 - 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 - better ABI name on linux - lots of changes in internal API to use fd when possible - removed option: pkg repo -L 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 Mon Jul 31 20:26:29 2017 (r446997) +++ head/ports-mgmt/pkg-devel/Makefile Mon Jul 31 21:38:26 2017 (r446998) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.10.99.4 +DISTVERSION= 1.10.99.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Jul 31 20:26:29 2017 (r446997) +++ head/ports-mgmt/pkg-devel/distinfo Mon Jul 31 21:38:26 2017 (r446998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490562875 -SHA256 (pkg-1.10.99.4.tar.xz) = 4673271d0ece4292e36aeda27a7cf7193825b812b6c412628aa644e43f94e8e2 -SIZE (pkg-1.10.99.4.tar.xz) = 2192240 +TIMESTAMP = 1501536991 +SHA256 (pkg-1.10.99.5.tar.xz) = 8161e9495ae5aa3fe12c7cbef3ffac00bae67c1daa6b517dcca9ba974954f74e +SIZE (pkg-1.10.99.5.tar.xz) = 2216120
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707312138.v6VLcQp9051992>