forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== 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]
- Loading branch information
taca
committed
Oct 18, 2016
1 parent
acd7dc9
commit b43c353
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |