[Lunar-commits] CVS: moonbase/devel/splint BUILD, 1.1.1.1,
1.2 DETAILS, 1.2, 1.3
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Jan 4 04:13:28 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/splint
In directory espresso.foo-projects.org:/tmp/cvs-serv27408/splint
Modified Files:
BUILD DETAILS
Log Message:
Version bump. Also added missing SHA1 and linewrapped the long
description.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/splint/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ BUILD 4 Jan 2005 04:13:25 -0000 1.2
@@ -1,6 +1,6 @@
(
default_build &&
- cp -f doc/splint.1 /usr/share/man/man1/.
+ cp -f doc/splint.1 /usr/share/man/man1/
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/splint/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 5 Oct 2004 09:29:55 -0000 1.2
+++ DETAILS 4 Jan 2005 04:13:25 -0000 1.3
@@ -1,11 +1,17 @@
MODULE=splint
- VERSION=3.0.1.6
+ VERSION=3.1.1
SOURCE=$MODULE-$VERSION.src.tgz
- SOURCE_URL[0]=http://www.splint.org/downloads/
+ SOURCE_URL=http://www.splint.org/downloads/
+ SOURCE_VRY=sha1:1192e8f18e8ef63fdc7a0b0fa26c35b46d59e4e6
WEB_SITE=http://lclint.cs.virginia.edu/
ENTERED=20020723
- UPDATED=20020723
- SHORT="Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes."
+ UPDATED=20050103
+ SHORT="checks C programs for security vulnerabilities and coding mistakes"
+
cat << EOF
-Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint.
+Splint is a tool for statically checking C programs for security
+vulnerabilities and coding mistakes. With minimal effort, Splint can
+be used as a better lint. If additional effort is invested adding
+annotations to programs, Splint can perform stronger checking than can
+be done by any standard lint.
EOF
More information about the Lunar-commits
mailing list