Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0C4F07A16D for ; Tue, 18 Oct 2016 16:30:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B29A385E99; Tue, 18 Oct 2016 16:30:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 437E785E58 for ; Tue, 18 Oct 2016 16:30:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 82gew4VQ5bBo for ; Tue, 18 Oct 2016 16:30:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CBAD084CEF for ; Tue, 18 Oct 2016 16:30:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9E1BFBD2; Tue, 18 Oct 2016 16:30:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476808210107860" MIME-Version: 1.0 Date: Tue, 18 Oct 2016 16:30:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/thin To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161018163010.C9E1BFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476808210107860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Oct 18 16:30:10 UTC 2016 Modified Files: pkgsrc/www/thin: Makefile distinfo Log Message: Update thin to 1.7.0. == 1.7.0 Dunder Mifflin * Rack 2 support * Ensure Response body.close is called in the same thread Fixes issues with ActiveRecord connection management [#307] * Fix TCP/IP Backend reports incorrect port when asked to bind to 0 [meschbach] * Work with ruby 2.3's --enable-frozen-string-literal [jeremyevans] To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/thin/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/thin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476808210107860 Content-Disposition: inline Content-Length: 1466 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/thin/Makefile diff -u pkgsrc/www/thin/Makefile:1.18 pkgsrc/www/thin/Makefile:1.19 --- pkgsrc/www/thin/Makefile:1.18 Sun Oct 4 15:40:20 2015 +++ pkgsrc/www/thin/Makefile Tue Oct 18 16:30:10 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2015/10/04 15:40:20 taca Exp $ +# $NetBSD: Makefile,v 1.19 2016/10/18 16:30:10 taca Exp $ -DISTNAME= thin-1.6.4 +DISTNAME= thin-1.7.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/thin/distinfo diff -u pkgsrc/www/thin/distinfo:1.13 pkgsrc/www/thin/distinfo:1.14 --- pkgsrc/www/thin/distinfo:1.13 Wed Nov 4 02:47:40 2015 +++ pkgsrc/www/thin/distinfo Tue Oct 18 16:30:10 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2015/11/04 02:47:40 agc Exp $ +$NetBSD: distinfo,v 1.14 2016/10/18 16:30:10 taca Exp $ -SHA1 (thin-1.6.4.gem) = adfc60c04215ab4a31235f8f83f6ba1c5dc81912 -RMD160 (thin-1.6.4.gem) = df372bddb1555338f9bf866e239e3cbb057b9d27 -SHA512 (thin-1.6.4.gem) = 255318e9fb580a30450b88bca03157d72c830524ed6aa6500eebe01b6468287f22bfbc1d519b0ccabd01bf862eb6724001a7cf38eb67212342100bff53ac5ed9 -Size (thin-1.6.4.gem) = 59904 bytes +SHA1 (thin-1.7.0.gem) = 8f573d9788bd2d680b50d4089b1030cb3a91eee2 +RMD160 (thin-1.7.0.gem) = c7e0ebc589d92acb53a6944a0bb82eeaf758f9da +SHA512 (thin-1.7.0.gem) = 289d46e5dbcbc0614a008ed20f121432db66892b4ba61a9c8e470ec2556f97fa2d79033c82576f9963290f09c28c059e0290f43cd960d30996c6e72f10b87759 +Size (thin-1.7.0.gem) = 59904 bytes --_----------=_1476808210107860--