diff options
author | mef <mef@pkgsrc.org> | 2014-10-14 00:45:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-14 00:45:41 +0000 |
commit | 72151608e4b7f130a99b8d74a73d262627f4182d (patch) | |
tree | cc1c0f6a42523bccd8206b321bc9c96d68d3440d /ham/nec2c | |
parent | aefdb9a2b677ec7c35d63e0d167e69493b683d6e (diff) | |
download | pkgsrc-72151608e4b7f130a99b8d74a73d262627f4182d.tar.gz |
Update nec2c 1.1 to 1.3
-----------------------
Version 1.2: Fixed four issues (defects) reported by Coverity Scan
(https://scan.coverity.com/). Two of those were in the somnec
functions and I suspect that they did effect the calculations in
the rom1() and gshank() functions, at least under some circumstances.
Unfortunately the original Fortran source (somnec.for), as the rest
of the NEC2 Fortran source, is extremely difficult to read so I am
not able to confirm the impact of those reported defects.
Version 1.3: Revised the fix of one issue reported by Coverity Scan,
as on more detailed comparison with the original Fortran code, it
seems the original changes (in the ROM1 function in SOMNEC) were
not correct. Unfortunately I cannot verify the correctness of the
above fixes, as nec2c does not print out SOMNEC output files.
Diffstat (limited to 'ham/nec2c')
-rw-r--r-- | ham/nec2c/Makefile | 4 | ||||
-rw-r--r-- | ham/nec2c/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ham/nec2c/Makefile b/ham/nec2c/Makefile index f35a26b7384..9b1bb920ff3 100644 --- a/ham/nec2c/Makefile +++ b/ham/nec2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/07/20 16:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/10/14 00:45:41 mef Exp $ -DISTNAME= nec2c-1.1 +DISTNAME= nec2c-1.3 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/nec2c/ EXTRACT_SUFX= .tar.bz2 diff --git a/ham/nec2c/distinfo b/ham/nec2c/distinfo index c27c7882bee..f28a2ea0136 100644 --- a/ham/nec2c/distinfo +++ b/ham/nec2c/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/20 16:46:38 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/10/14 00:45:41 mef Exp $ -SHA1 (nec2c-1.1.tar.bz2) = 5d87c984ca31add505d889ca51d83df04c07eb12 -RMD160 (nec2c-1.1.tar.bz2) = 0f5c5b01ab2f2f14aa0e0dc5a9ebdee956efe704 -Size (nec2c-1.1.tar.bz2) = 155061 bytes +SHA1 (nec2c-1.3.tar.bz2) = 0e70b44b73d4943146163e32cba3ed355cf307a8 +RMD160 (nec2c-1.3.tar.bz2) = 240e540ef55a07b32bdc0b234afc18e706b8cded +Size (nec2c-1.3.tar.bz2) = 159933 bytes |