pkgsrc/ham
mef cbbafefaab Upgrade tqsl from 2.0.2RC4 to 2.0.3
----------------------------
tqsl-2.0.2 to 2.0.3 change:
----------------------------
(tqslilb: 2.4)
Fix defect that doesn't allow adding station locations if only a single
callsign certificate is installed.

(following diff is manually editted, tabs are deleted)
 diff -urp tqsl-2.0.2/src/location.cpp tqsl-2.0.3/src/location.cpp
--- tqsl-2.0.2/src/location.cpp 2014-07-13 05:18:13.000000000 +0900
+++ tqsl-2.0.3/src/location.cpp 2014-07-17 10:22:16.000000000 +0900
@@ -1152,6 +1152,9 @@ update_page(int page, TQSL_LOCATION *loc
                        field.idx = static_cast<int>(field.items.size());
                field.items.push_back(item);
        }
+       if (field.idx == -1 && field.items.size() == 1) {
+               field.idx = 0;
+       }
        if (field.idx >= 0) {
                field.cdata = field.items[field.idx].text;
        }
----------------------------
tqsl-2.0.2RC5 to 2.0.2 change: (Authors note):
----------------------------
As I've had no comments on the 2.0.2-rc5 beta, I've decided that it's time to release it.

The kits on sourceforge have been updated to the final v2.0.2 release.

https://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.0.2/

The README there is the preliminary release notes.
Thanks to everyone for the help with testing and reporting issues.
----------------------------
tqsl-2.0.2RC4 to 2.0.2RC5 change:
----------------------------
This release fixes a pair of related defects that have been there
since TQSL 1.x

When you create a station location, you associate it with a callsign
certificate. When you sign a log, you select a location for signing,
which then uses the callsign to select the right callsign certificate.

The problems happen when you do unexpected things with those
certificates.

If you create a station location for K1MU, then delete all of the
certificates for K1MU, then signing a log would cause an "Invalid
Argument" error. TQSL has been corrected to now display an error that
there are no valid callsign certificates.

Similarly, if you create a station location and then let the
associated callsign certificate to expire, trying to sign using that
location would also give an unhelpful "Invalid Argument" message.

When there were no matching certificates, displaying the properties of
a station location would display an incorrect callsign.

These defects have been corrected in RC5 so that useful error messages
are displayed for these cases.
2014-07-18 02:40:21 +00:00
..
7plus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
cwtext Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
dpbox Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
fl_logbook Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
fldigi (Upstream update 3.21.79 to 3.21.82) 2014-06-15 14:27:43 +00:00
gmfsk Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnuradio-audio-jack No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-audio-oss No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-audio-portaudio No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-core Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
gnuradio-core-docs Doxygen maintainance. 2014-05-18 21:22:49 +00:00
gnuradio-examples Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
gnuradio-gsm No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-howto Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
gnuradio-radio-astronomy Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
gnuradio-trellis No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-usrp No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-video-sdl No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
gnuradio-wxgui Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
gpredict Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
grig Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
hamlib Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
linpsk Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
locator Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
nec2c Import nec2c-1.1 as ham/nec2c. 2013-07-20 16:46:38 +00:00
tfkiss Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
tlf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
tnt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
trustedQSL Upgrade tqsl from 2.0.2RC4 to 2.0.3 2014-07-18 02:40:21 +00:00
usrp Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
usrp-docs Dance the doxygen! 2014-04-28 12:14:26 +00:00
wwl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 12:55:08 +00:00
xdx Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xlog Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
xnec2c Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
yaesu Fix prototype of cleanup, signal handlers can only get one argument. 2012-11-19 23:15:10 +00:00
Makefile Add ham/trustedQSL 2.0rc3. 2013-09-13 08:49:48 +00:00