From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 28 06:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47C5C6E for ; Sun, 28 Oct 2012 06:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B87F8FC0C for ; Sun, 28 Oct 2012 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9S6U0Jv036430 for ; Sun, 28 Oct 2012 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9S6U0JI036427; Sun, 28 Oct 2012 06:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 28 Oct 2012 06:30:00 GMT Resent-Message-Id: <201210280630.q9S6U0JI036427@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21383FF0; Sun, 28 Oct 2012 06:25:23 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id AF9F88FC08; Sun, 28 Oct 2012 06:25:22 +0000 (UTC) Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d]) by mouf.net (8.14.5/8.14.5) with ESMTP id q9S6PCns021404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 28 Oct 2012 02:25:18 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q9S6P1Zl045818; Sun, 28 Oct 2012 02:25:01 -0400 (EDT) (envelope-from steve) Message-Id: <201210280625.q9S6P1Zl045818@meatwad.mouf.net> Date: Sun, 28 Oct 2012 02:25:01 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173147: [PATCH] www/uwsgi: update to 1.2.6 Cc: danger@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 06:30:01 -0000 >Number: 173147 >Category: ports >Synopsis: [PATCH] www/uwsgi: update to 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 28 06:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r242190: Sat Oct 27 22:30:44 EDT >Description: - Update to 1.2.6 - Fix build with clang on 9, but not 10 Port maintainer (danger@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- uwsgi-1.2.6.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 306538) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= uwsgi -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.6 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Index: distinfo =================================================================== --- distinfo (revision 306538) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-1.2.4.tar.gz) = 294306d249300b531bfc7abaa706926d0ed87ccc2e7248afec50b425aef39ebb -SIZE (uwsgi-1.2.4.tar.gz) = 514048 +SHA256 (uwsgi-1.2.6.tar.gz) = 49d2fbedbd42b3c95a684f7ddf43302f881297f3614c7edd0af4a4c44e2032a5 +SIZE (uwsgi-1.2.6.tar.gz) = 515869 Index: files/patch-casting.diff =================================================================== --- files/patch-casting.diff (revision 306538) +++ files/patch-casting.diff (working copy) @@ -1,37 +0,0 @@ -diff -r 85ae8fc31920 -r e7bca57267bc plugins/python/wsgi_subhandler.c ---- plugins/python/wsgi_subhandler.c ven lug 13 12:56:03 2012 +0200 -+++ plugins/python/wsgi_subhandler.c ven lug 13 12:57:18 2012 +0200 -@@ -51,7 +51,7 @@ - // if async_post is mapped as a file, directly use it as wsgi.input - if (wsgi_req->async_post) { - #ifdef PYTHREE -- wsgi_req->async_input = PyFile_FromFd(fileno(wsgi_req->async_post), "wsgi_input", "rb", 0, NULL, NULL, NULL, 0); -+ wsgi_req->async_input = PyFile_FromFd(fileno((FILE *)wsgi_req->async_post), "wsgi_input", "rb", 0, NULL, NULL, NULL, 0); - #else - wsgi_req->async_input = PyFile_FromFile(wsgi_req->async_post, "wsgi_input", "r", NULL); - #endif -diff -r e7bca57267bc -r 08530c952818 plugins/python/pump_subhandler.c ---- plugins/python/pump_subhandler.c ven lug 13 12:57:18 2012 +0200 -+++ plugins/python/pump_subhandler.c ven lug 13 13:21:57 2012 +0200 -@@ -107,7 +107,7 @@ - // if async_post is mapped as a file, directly use it as wsgi.input - if (wsgi_req->async_post) { - #ifdef PYTHREE -- wsgi_req->async_input = PyFile_FromFd(fileno(wsgi_req->async_post), "pump_body", "rb", 0, NULL, NULL, NULL, 0); -+ wsgi_req->async_input = PyFile_FromFd(fileno((FILE *)wsgi_req->async_post), "pump_body", "rb", 0, NULL, NULL, NULL, 0); - #else - wsgi_req->async_input = PyFile_FromFile(wsgi_req->async_post, "pump_body", "r", NULL); - #endif -diff -r e7bca57267bc -r 08530c952818 plugins/python/web3_subhandler.c ---- plugins/python/web3_subhandler.c ven lug 13 12:57:18 2012 +0200 -+++ plugins/python/web3_subhandler.c ven lug 13 13:21:57 2012 +0200 -@@ -47,7 +47,7 @@ - // if async_post is mapped as a file, directly use it as wsgi.input - if (wsgi_req->async_post) { - #ifdef PYTHREE -- wsgi_req->async_input = PyFile_FromFd(fileno(wsgi_req->async_post), "web3_input", "rb", 0, NULL, NULL, NULL, 0); -+ wsgi_req->async_input = PyFile_FromFd(fileno((FILE *) wsgi_req->async_post), "web3_input", "rb", 0, NULL, NULL, NULL, 0); - #else - wsgi_req->async_input = PyFile_FromFile(wsgi_req->async_post, "web3_input", "r", NULL); - #endif - --- uwsgi-1.2.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: