pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/thin



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.

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@localhost

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



Home | Main Index | Thread Index | Old Index