[SM-Commit] GIT changes to master grimoire by Andraž Levstik (224bdb2ea8a9fcd13749c283f6352d0d07f02e0f)

Andraž Levstik scm at sourcemage.org
Sat Oct 1 01:56:34 EDT 2011


GIT changes to master grimoire by Andraž Levstik <ruskie+2054d253 at codemages.net>:

 http/ashd/DETAILS |   10 +++++-----
 http/ashd/HISTORY |    4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 224bdb2ea8a9fcd13749c283f6352d0d07f02e0f
Author: Andraž Levstik <ruskie+2054d253 at codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 at codemages.net>

    ashd: update to 0.9

diff --git a/http/ashd/DETAILS b/http/ashd/DETAILS
index 5316660..2910a56 100755
--- a/http/ashd/DETAILS
+++ b/http/ashd/DETAILS
@@ -10,10 +10,10 @@ fi
    SOURCE_IGNORE=volatile
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
 else
-         VERSION=0.8
+         VERSION=0.9
           SOURCE="${SPELL}-${VERSION}.tar.gz"
    SOURCE_URL[0]=http://www.dolda2000.com/~fredrik/${SPELL}/${SOURCE}
-     SOURCE_HASH=sha512:6c0844f7b91465b74f6b7f6cba414576950c3178084b531e2c0d2dd0b552b95ccc0c6d5911b5be23d57503e0fcef7e1e0ef87fabd42bae748dfe310d2a9f1f24
+     SOURCE_HASH=sha512:9cf2e76df1adf6fe3ab3aee779d6f7272322e0bf646912a505b2789577b2e8dd593fc4d8b300c8ca73777dbd0c964f01fbb8afc098b9bfc21b2aeb639090b4b1
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
 fi
         WEB_SITE="http://www.dolda2000.com/~fredrik/ashd/"
@@ -30,9 +30,9 @@ simple protocol (not unlike Unix pipelines). The design of Ashd brings it
 a number of nice properties, the following being the most noteworthy ones.
 
 Sanity of design The separation of concerns between different, independent
-programs is an example of standard Unix philosophy - each program
+programs is an example of standard Unix philosophy – each program
 does one thing only, but does it well (I hope). The clean delineation of
-functions allows each program to be very small and simple - currently,
+functions allows each program to be very small and simple – currently,
 each of the programs in the collection (including even the core HTTP parser
 program, htparser, as long as one does not count its, quite optional, SSL
 implementation) is implemented in less than 1,000 lines of C code (and most
@@ -54,6 +54,6 @@ possible, and most programs are configured simply with command-line options.
 Persistence Though Ashd is a multi-process program, it is not in the same
 sense as e.g. Apache. Each request handler continues to run indefinitely
 and does not spawn multiple copies of itself, meaning that all process
-state persists between requests - session data can be kept in memory,
+state persists between requests – session data can be kept in memory,
 connections to back-end services can be kept open, and so on.
 EOF
diff --git a/http/ashd/HISTORY b/http/ashd/HISTORY
index 1af6cb5..f69d3a7 100644
--- a/http/ashd/HISTORY
+++ b/http/ashd/HISTORY
@@ -1,5 +1,5 @@
-2011-09-15 Ismael Luceno <ismael at sourcemage.org>
-	* DETAILS: Remove non-ASCII dash from long description.
+2011-10-01 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
+	* DETAILS: updated spell to 0.9
 
 2011-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f at codemages.net>
 	* DETAILS: updated spell to 0.8


More information about the SM-Commit mailing list