Update to sipcalc 1.1.6. Fixes buffer overflows and *gasp* spelling errors!
Friendly reminder by portroach@
This commit is contained in:
parent
3935b573af
commit
15a53810aa
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:50:33 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2014/10/22 14:56:20 stsp Exp $
|
||||
|
||||
COMMENT = ipv4 and ipv6 subnet calculator
|
||||
|
||||
VERSION = 1.1.4
|
||||
VERSION = 1.1.6
|
||||
DISTNAME = sipcalc-${VERSION}
|
||||
REVISION = 0
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = http://www.routemeister.net/projects/sipcalc/
|
||||
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (sipcalc-1.1.4.tar.gz) = E7ZNVu9mn8UZ30EGCcX/OA==
|
||||
RMD160 (sipcalc-1.1.4.tar.gz) = gRIRofXqSL73rc7/YIV5XgwYw4c=
|
||||
SHA1 (sipcalc-1.1.4.tar.gz) = mdDXW0ifxogv1mD88JM2PCOAl9E=
|
||||
SHA256 (sipcalc-1.1.4.tar.gz) = IF3EOHmdJ+slhagtZKKKu7MN/o4QAy7njt2OAcW/2v0=
|
||||
SIZE (sipcalc-1.1.4.tar.gz) = 108508
|
||||
SHA256 (sipcalc-1.1.6.tar.gz) = z9R2xmf3oRnknrX+itz7nSM5vC4NTQGh1kt8IpvlY1c=
|
||||
SIZE (sipcalc-1.1.6.tar.gz) = 117628
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-doc_sipcalc_1,v 1.1.1.1 2009/04/14 19:12:59 stsp Exp $
|
||||
$OpenBSD: patch-doc_sipcalc_1,v 1.2 2014/10/22 14:56:20 stsp Exp $
|
||||
|
||||
The web (cgi) version of sipcalc has been removed from the tarball
|
||||
due to lack of time and interest in keeping it up to date with the
|
||||
@ -13,7 +13,7 @@ console version.
|
||||
-is an ip subnet calculator consisting of two parts.
|
||||
-A plain text based console version, and web (cgi) based counterpart.
|
||||
-This manpage only addresses the console based version.
|
||||
-Sipcalc, in it's simplest form takes an ip-address and a subnet mask
|
||||
-Sipcalc, in its simplest form takes an ip-address and a subnet mask
|
||||
+is an ip subnet calculator.
|
||||
+In its simplest form, it takes an ip-address and a subnet mask
|
||||
on the commandline and outputs information about the subnet.
|
||||
|
Loading…
Reference in New Issue
Block a user