Update www/thoth to version 0.1.4. Changes from version 0.1.3 include:
* Fixed a nasty bug introduced in 0.1.3 that caused a memory leak and resulted in the index page (/) not being cached properly.
This commit is contained in:
parent
8b32c50171
commit
5604d01a39
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/04/14 18:13:05 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/04/21 16:33:19 jlam Exp $
|
||||
|
||||
DISTNAME= thoth-0.1.3
|
||||
DISTNAME= thoth-0.1.4
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/04/14 18:13:05 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2008/04/21 16:33:19 jlam Exp $
|
||||
|
||||
SHA1 (thoth-0.1.3.gem) = a9779cae28f8f86b75fe71c5b69a6c0c6b32381b
|
||||
RMD160 (thoth-0.1.3.gem) = 4035cf76833e3388f0064b7d1b972e2404bc3255
|
||||
Size (thoth-0.1.3.gem) = 46592 bytes
|
||||
SHA1 (thoth-0.1.4.gem) = af5469d8b2932a133509cdd911f42767335e6755
|
||||
RMD160 (thoth-0.1.4.gem) = 94dc76bdc6ffeece6ed6c08afc073f7cc94ce264
|
||||
Size (thoth-0.1.4.gem) = 46592 bytes
|
||||
SHA1 (patch-aa) = d80c39b4e3b3ac93b356488cde65a6f0e0c723fe
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.1 2008/04/14 18:13:05 jlam Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2008/04/21 16:33:19 jlam Exp $
|
||||
|
||||
--- ../thoth-0.1.3.gemspec.orig 2008-04-14 14:05:00.000000000 -0400
|
||||
+++ ../thoth-0.1.3.gemspec
|
||||
--- ../thoth-0.1.4.gemspec.orig 2008-04-14 14:05:00.000000000 -0400
|
||||
+++ ../thoth-0.1.4.gemspec
|
||||
@@ -100,7 +100,7 @@ dependencies:
|
||||
requirements:
|
||||
- - ">="
|
||||
|
|
Loading…
Reference in a new issue