From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 13:30:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53CABEFA; Thu, 26 Jun 2014 13:30:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 411DA28DE; Thu, 26 Jun 2014 13:30:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QDUOaV092908; Thu, 26 Jun 2014 13:30:24 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QDUOQu092905; Thu, 26 Jun 2014 13:30:24 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201406261330.s5QDUOQu092905@svn.freebsd.org> From: Vsevolod Stakhov Date: Thu, 26 Jun 2014 13:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359350 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 13:30:25 -0000 Author: vsevolod Date: Thu Jun 26 13:30:24 2014 New Revision: 359350 URL: http://svnweb.freebsd.org/changeset/ports/359350 QAT: https://qat.redports.org/buildarchive/r359350/ Log: Update to 1.3.0.b8. Changes: - Fix pkg-backup display issues - Fix UID changing when looking for upgrade candidates - Rework integritycheck procedure to use uids - Improve searching of local and remote packages - Lazy load of files and dirs for remote packages - Fix upgrades with UID changed - Fix actions count in jobs progress display - Fix serious bug in pkg-repo by moving to socketpairs from pipes - Detect SOCK_SEQPACKET support and fallback to SOCK_DGRAM (for 8.x) With hat: pkg@ 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 Thu Jun 26 12:52:48 2014 (r359349) +++ head/ports-mgmt/pkg-devel/Makefile Thu Jun 26 13:30:24 2014 (r359350) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.3.0.b7 +DISTVERSION= 1.3.0.b8 CATEGORIES= ports-mgmt MASTER_SITES= \ http://highsecure.ru/distfiles/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu Jun 26 12:52:48 2014 (r359349) +++ head/ports-mgmt/pkg-devel/distinfo Thu Jun 26 13:30:24 2014 (r359350) @@ -1,2 +1,2 @@ -SIZE (pkg-1.3.0.b7.tar.xz) = 1720276 -SHA256 (pkg-1.3.0.b7.tar.xz) = 715c1d9aba6ba1305478f91db8c3b2734989dc203687d72303e301a371cf7a72 +SIZE (pkg-1.3.0.b8.tar.xz) = 1694456 +SHA256 (pkg-1.3.0.b8.tar.xz) = 7dde56adb4d9b108daa8f13f690130be0e7a472f4a15d2cae0ae9231ffe68c27