[Lunar-commits] r21440 - moonbase/branches/submissions/new/libsigsegv

Dennis Veatch stumbles at lunar-linux.org
Tue Sep 19 14:16:32 UTC 2006


Author: stumbles
Date: 2006-09-19 14:16:32 +0000 (Tue, 19 Sep 2006)
New Revision: 21440

Modified:
   moonbase/branches/submissions/new/libsigsegv/DETAILS
Log:

version bump


Modified: moonbase/branches/submissions/new/libsigsegv/DETAILS
===================================================================
--- moonbase/branches/submissions/new/libsigsegv/DETAILS	2006-09-19 14:08:48 UTC (rev 21439)
+++ moonbase/branches/submissions/new/libsigsegv/DETAILS	2006-09-19 14:16:32 UTC (rev 21440)
@@ -1,18 +1,17 @@
           MODULE=libsigsegv
-         VERSION=2.0
-	     PKG=${MODULE}-${VERSION}
-          SOURCE=${PKG}.tar.gz
-        WEB_SITE=$GNU_URL/$MODULE/
-      SOURCE_URL=${WEB_SITE}
-      SOURCE_VFY=sha1:6b57dd2929eface8f8747e0da4344ba9c395db62
-         ENTERED=20060529
-         UPDATED=20060529
-           SHORT="A library that portably handles page faults in user mode"
+         VERSION=2.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$GNU_URL/$MODULE/
+      SOURCE_VFY=sha1:e154ef9c04f499ea1f10c8f26882c1a38889d265
+        WEB_SITE=http://libsigsegv.sourceforge.net/
+         ENTERED=20060919
+         UPDATED=20060919
+           SHORT="portably handles page faults in user mode"
 cat << EOF
 This is a library for handling page faults in user mode. A page fault occurs
 when a program tries to access to a region of memory that is currently not
 available. Catching and handling a page fault is a useful technique for
-implementing: 
+implementing:
 * pageable virtual memory,
 * memory-mapped access to persistent databases,
 * generational garbage collectors,



More information about the Lunar-commits mailing list