From owner-svn-ports-head@freebsd.org Tue Apr 11 15:56:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BCD6D39E4E; Tue, 11 Apr 2017 15:56:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 272161974; Tue, 11 Apr 2017 15:56:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3BFu49n015023; Tue, 11 Apr 2017 15:56:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3BFu4Db015020; Tue, 11 Apr 2017 15:56:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704111556.v3BFu4Db015020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Apr 2017 15:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438278 - in head/sysutils/py-psutil: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 15:56:05 -0000 Author: sunpoet Date: Tue Apr 11 15:56:03 2017 New Revision: 438278 URL: https://svnweb.freebsd.org/changeset/ports/438278 Log: Update to 5.2.2 - Regenerate patch file with makepatch: Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Modified: head/sysutils/py-psutil/Makefile head/sysutils/py-psutil/distinfo head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Tue Apr 11 15:55:58 2017 (r438277) +++ head/sysutils/py-psutil/Makefile Tue Apr 11 15:56:03 2017 (r438278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 5.2.1 +PORTVERSION= 5.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Tue Apr 11 15:55:58 2017 (r438277) +++ head/sysutils/py-psutil/distinfo Tue Apr 11 15:56:03 2017 (r438278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490461220 -SHA256 (psutil-5.2.1.tar.gz) = fe0ea53b302f68fca1c2a3bac289e11344456786141b73391ed4022b412d5455 -SIZE (psutil-5.2.1.tar.gz) = 347241 +TIMESTAMP = 1491897974 +SHA256 (psutil-5.2.2.tar.gz) = 44746540c0fab5b95401520d29eb9ffe84b3b4a235bd1d1971cbe36e1f38dd13 +SIZE (psutil-5.2.2.tar.gz) = 348413 Modified: head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c ============================================================================== --- head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Tue Apr 11 15:55:58 2017 (r438277) +++ head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Tue Apr 11 15:56:03 2017 (r438278) @@ -1,6 +1,6 @@ ---- psutil/arch/bsd/freebsd_socks.c.orig 2017-03-21 00:28:50.234080000 -0700 -+++ psutil/arch/bsd/freebsd_socks.c 2017-03-21 00:35:53.545508000 -0700 -@@ -112,10 +112,17 @@ +--- psutil/arch/bsd/freebsd_socks.c.orig 2017-03-26 08:09:27 UTC ++++ psutil/arch/bsd/freebsd_socks.c +@@ -112,10 +112,17 @@ psutil_sockaddr_matches(int family, int } @@ -18,7 +18,7 @@ struct xinpgen *xig, *oxig; struct xsocket *so; -@@ -123,9 +130,15 @@ +@@ -123,9 +130,15 @@ psutil_search_tcplist(char *buf, struct for (xig = (struct xinpgen *)((char *)xig + xig->xig_len); xig->xig_len > sizeof(struct xinpgen); xig = (struct xinpgen *)((char *)xig + xig->xig_len)) { @@ -34,7 +34,7 @@ if (so->so_type != kif->kf_sock_type || so->xso_family != kif->kf_sock_domain || -@@ -208,7 +221,11 @@ +@@ -208,7 +221,11 @@ int psutil_gather_inet(int proto, PyObje struct xinpgen *xig, *exig; struct xinpcb *xip; struct xtcpcb *xtp; @@ -46,7 +46,7 @@ struct xsocket *so; const char *varname = NULL; size_t len, bufsize; -@@ -273,8 +290,13 @@ +@@ -273,8 +290,13 @@ int psutil_gather_inet(int proto, PyObje goto error; } inp = &xtp->xt_inp; @@ -60,7 +60,7 @@ break; case IPPROTO_UDP: xip = (struct xinpcb *)xig; -@@ -283,7 +305,11 @@ +@@ -283,7 +305,11 @@ int psutil_gather_inet(int proto, PyObje "struct xinpcb size mismatch"); goto error; } @@ -72,7 +72,7 @@ so = &xip->xi_socket; status = PSUTIL_CONN_NONE; break; -@@ -477,7 +503,11 @@ +@@ -477,7 +503,11 @@ psutil_proc_connections(PyObject *self, struct kinfo_file *freep = NULL; struct kinfo_file *kif; char *tcplist = NULL;