diff options
author | mef <mef> | 2015-01-14 14:18:27 +0000 |
---|---|---|
committer | mef <mef> | 2015-01-14 14:18:27 +0000 |
commit | d0d51037c8978239e35ac8ddef07915f98e4056f (patch) | |
tree | cc8780f190dab5d700363e59b6fe0f575e394403 /ham | |
parent | d51ba922735adfe4aa11f5048293a60878d34aff (diff) | |
download | pkgsrc-d0d51037c8978239e35ac8ddef07915f98e4056f.tar.gz |
Udate 3.1 to 3.2
----------------
Version 3.2:
I made some changes to the Strlcat() function and its usage in
the xnec2c code, to improve safe handling of string
concatenation operations. Hopefully this has not broken the
handling of various strings in xnec2c! ;-)
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xnec2c/Makefile | 4 | ||||
-rw-r--r-- | ham/xnec2c/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ham/xnec2c/Makefile b/ham/xnec2c/Makefile index 179af6369ec..d4a4157f123 100644 --- a/ham/xnec2c/Makefile +++ b/ham/xnec2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/11/22 15:33:58 mef Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/14 14:18:27 mef Exp $ -DISTNAME= xnec2c-3.1 +DISTNAME= xnec2c-3.2 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/ EXTRACT_SUFX= .tar.bz2 diff --git a/ham/xnec2c/distinfo b/ham/xnec2c/distinfo index 09ddb7b24c4..140f02c02f5 100644 --- a/ham/xnec2c/distinfo +++ b/ham/xnec2c/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/11/22 15:33:58 mef Exp $ +$NetBSD: distinfo,v 1.4 2015/01/14 14:18:27 mef Exp $ -SHA1 (xnec2c-3.1.tar.bz2) = 498b13d12ae5a1c1bb3573692c8c9a80f228995c -RMD160 (xnec2c-3.1.tar.bz2) = 46c7bbc33c93d0ba2e44b2a0f4c5ddfa4f7686d7 -Size (xnec2c-3.1.tar.bz2) = 921052 bytes +SHA1 (xnec2c-3.2.tar.bz2) = 775cba4a0cbe5ae533d144993be55115bec07602 +RMD160 (xnec2c-3.2.tar.bz2) = 6db3f310971d4a6d310eb1c2b3c4d3537db7c4a4 +Size (xnec2c-3.2.tar.bz2) = 921398 bytes |