summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-16 16:50:47 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-16 16:50:47 +0000
commite1877a67f1a4ddf061a641a430bd78bb46006b97 (patch)
tree51b2256bea7079539671408c4ad3dc485943ffa2 /doc
parent6cb8dc414c024c796e4a0b7bebd198a04c274a85 (diff)
downloadpkgsrc-e1877a67f1a4ddf061a641a430bd78bb46006b97.tar.gz
Update www/thy to 0.9.3 (latest stable version), update provided by
the author Gergely Nagy in PR pkg/25318. Changes: * Thy 0.9.3 [Dead Gardens] -- 2004-06-30 Fixed a minor information leak in the virtual hosting code, noticed by Jerome Magnin. Also fixed a couple of memory leaks and disabled meta-data caching by default. * Thy 0.9.2 [Re-connect] -- 2004-06-15 The major reason for this release is a discovery of a possible Denial Of Service attack against Thy, one which can easily crash a Thy process. However, this was just a NULL-dereference, which can not be used to execute arbitrary code. And is fixed in this release. Also, epoll support was disabled in this release. * Thy 0.9.1 [Hurt] -- 2004-06-05 When Thy starts a helper process (such as the Authoriser or the Worker), she will close and reopen the connection to syslog with a different ID. There is also a new option to limit how many bytes Thy will use for mapping files into memory. When the limit is reached, no mmapping will occur. This is only useful when using a Worker, since otherwise files are not mapped to memory at all. SRP authentication was implemented in this version. One of the major new features in this release is the ability to compile multiple event systems into Thy. In the past, Thy had to be recompiled if one wanted to use epoll or kqueue instead of select. Now, every possible event system is compiled in, and one can select the appropriate one at run time. Thy will also try to select the most appropriate one if none was explicitly specified. Some smaller bugs were also fixed, as usual. * Thy 0.9.0 [A Pirate I Was Meant To Be] -- 2004-04-25 This release features a way to make Thy interact better with web cache software: the ability to set the max-age of resources and expiry times. The Linux version of the networking code was updated to be able to serve files larger than 2Gb when Thy is compiled with Large File Support (which is the default).
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES4
-rw-r--r--doc/TODO3
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 69be2683a11..faa1ef14502 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6575 2004/07/16 15:40:48 recht Exp $
+$NetBSD: CHANGES,v 1.6576 2004/07/16 16:50:47 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3414,3 +3414,5 @@ Changes to the packages collection and infrastructure in 2004:
Updated rconfig to 0.34 [abs 2004-07-16]
Added gcube-0.2 [xtraeme 2004-07-16]
Added ply-1.5 [recht 2004-07-16]
+ Updated thy to 0.9.3 [xtraeme 2004-07-16]
+
diff --git a/doc/TODO b/doc/TODO
index a8a8669e227..210a46531cd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1938 2004/07/14 22:24:40 jlam Exp $
+$NetBSD: TODO,v 1.1939 2004/07/16 16:50:47 xtraeme Exp $
Suggested new packages
======================
@@ -379,7 +379,6 @@ Suggested package updates
o tct-1.14
o teapop-0.3.8
o texi2html-1.70
- o thy-0.9.3 [pkg/25318]
o tkdesk-2.0
o tkman-2.2
o tripwire-2.3.1 [see also pkg/22362]