Bug#1019778: wxWidgets 3.2 works fine

2022-09-14 Thread Rick Murphy
TrustedQSL works with wxWidgets 3.2 - this should be a transparent 
change by updating the dependency.




Bug#1012020: trustedqsl: segfault when trying to renew station certificate

2022-05-28 Thread Rick Murphy
This is a bug introduced in TQSL 2.6.
Patch to correct this attached. This will go out as part of TQSL 2.6.4.
73,
-Rick


On Sat, May 28, 2022 at 4:09 PM tony mancill  wrote:

> Package: trustedqsl
> Version: 2.6.2-1
> Severity: normal
>
> Hi, creating this for visibility.  Since I'm experiencing the issue, I
> will try to resolve it.  Also (not related to this bug), I have an
> update to upstream 2.6.3 ready to upload.  I am planning to wait until the
> auto-openssl transition completes before uploading it.
>
> When starting tqsl, I am prompted to renew my station certificate.  If I
> select "yes," the application encounters the following segmentation
> fault.  I'm not sure if this is an upstream bug or due to our packaging.
> It appears that the code on apps/certtree.cpp line 215 fails to return a
> valid tQSL_Cert.  (Perhaps only in some circumstances?)
>
>
> Thread 1 "tqsl" received signal SIGSEGV, Segmentation fault.
> 0x556d023d in CertTree::SelectCert (this=0x5682c7f0,
> cert=) at ./apps/certtree.cpp:217
> 217 ./apps/certtree.cpp: No such file or directory.
> (gdb) bt
> #0  0x556d023d in CertTree::SelectCert(void*)
> (this=0x5682c7f0, cert=) at ./apps/certtree.cpp:217
> #1  0x556641a5 in MyFrame::OnExpiredCertFound(wxCommandEvent&)
> (this=0x562bd8a0, event=) at ./apps/tqsl.cpp:3731
> #2  0x777ee15e in
> wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&,
> wxEvtHandler*, wxEvent&) ()
> at /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #3  0x777ee253 in wxEventHashTable::HandleEvent(wxEvent&,
> wxEvtHandler*) () at /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #4  0x777ee58c in wxEvtHandler::TryHereOnly(wxEvent&) () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #5  0x777ee61b in wxEvtHandler::ProcessEventLocally(wxEvent&) ()
> at /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #6  0x777ee6f1 in wxEvtHandler::ProcessEvent(wxEvent&) () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #7  0x777ef1e5 in wxEvtHandler::ProcessPendingEvents() () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #8  0x77699f27 in wxAppConsoleBase::ProcessPendingEvents() () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #9  0x77b428da in wxGUIEventLoop::YieldFor(long) () at
> /lib/x86_64-linux-gnu/libwx_gtk3u_core-3.0.so.0
> #10 0x7769a8ed in wxAppConsoleBase::Yield(bool) () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #11 0x5562a395 in MyFrame::DoUpdateCheck(bool, bool)
> (this=0x562bd8a0, silent=, noGUI=)
> at /usr/include/wx-3.0/wx/app.h:439
> #12 0x556616df in MyFrame::FirstTime() (this=0x562bd8a0) at
> ./apps/tqsl.cpp:6093
> #13 0x55671895 in QSLApp::GUIinit(bool, bool)
> (this=0x55804c20, checkUpdates=, quiet=)
> at ./apps/tqsl.cpp:5243
> #14 0x55672f9a in QSLApp::OnInit() (this=0x55804c20) at
> ./apps/tqsl.cpp:5460
> #15 0x77714a72 in wxEntry(int&, wchar_t**) () at
> /lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
> #16 0x5561cd1e in main(int, char**) (argc=,
> argv=) at ./apps/tqsl.cpp:234
>
>
> -- System Information:
> Debian Release: bookworm/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.17.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_WARN
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE
> not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages trustedqsl depends on:
> ii  libc6 2.33-7
> ii  libcurl4  7.83.1-1+b1
> ii  libexpat1 2.4.8-1
> ii  libgcc-s1 12.1.0-2
> ii  liblmdb0  0.9.24-1
> ii  libssl3       3.0.3-5
> ii  libstdc++612.1.0-2
> ii  libwxbase3.0-0v5  3.0.5.1+dfsg-4
> ii  libwxgtk3.0-gtk3-0v5  3.0.5.1+dfsg-4
> ii  zlib1g1:1.2.11.dfsg-4
>
> trustedqsl recommends no packages.
>
> trustedqsl suggests no packages.
>
> -- no debconf information
>
>

-- 
Rick Murphy, D.Sc., CISSP-ISSAP, K1MU/4, Annandale VA USA
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e43836f..45fd660 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1,5 +1,11 @@
 TQSL changes
 
+2.6.4
+--
+Correct a crash when TQSL detects a callsign certificate that's about to
+expire during startup and the user selects "Yes" to renew that callsign
+certificate.
+
 2.6.3
 --
 Handle the case where there's both a valid and an invalid callsig

Bug#833019: trustedqsl: Tqsl Error "This language is not supported by the system." without local en_GB.ISO-8859-1.

2016-07-31 Thread Rick Murphy
I've just fixed this in the upstream TQSL 2.3 beta repository, along with
another unrelated issue when compiling on Stretch.
This isn't a Debian-specific issue - it's a defect that will happen on any
system without the English localization files installed.

*** a/apps/tqsl.cpp 2016-07-31 10:50:07.0 -0400
--- b/apps/tqsl.cpp 2016-07-31 10:49:34.0 -0400
***
*** 4736,4742 
lang = (wxLanguage) lng;

if (lang == wxLANGUAGE_UNKNOWN) {
!   lang = wxLANGUAGE_ENGLISH;
}

for (lng = 0; (unsigned) lng < sizeof (langNames); lng++) {
--- 4736,4742 
lang = (wxLanguage) lng;

if (lang == wxLANGUAGE_UNKNOWN) {
!   lang = wxLANGUAGE_DEFAULT;
}

for (lng = 0; (unsigned) lng < sizeof (langNames); lng++) {



On Sat, Jul 30, 2016 at 6:19 PM, Jeffrey Hundstad <jeffrey.hunds...@mnsu.edu
> wrote:

> Package: trustedqsl
> Version: 2.2.2-1
> Severity: normal
> Tags: l10n
>
>
>
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages trustedqsl depends on:
> ii  libc6 2.23-4
> ii  libcurl3  7.47.0-1
> ii  libdb5.3  5.3.28-12
> ii  libexpat1 2.2.0-1
> ii  libgcc1   1:6.1.1-10
> ii  libssl1.0.2   1.0.2h-1
> ii  libstdc++66.1.1-10
> ii  libwxbase3.0-0v5  3.0.2+dfsg-2
> ii  libwxgtk3.0-0v5   3.0.2+dfsg-2
> ii  zlib1g1:1.2.8.dfsg-2+b1
>
> trustedqsl recommends no packages.
>
> trustedqsl suggests no packages.
>
> -- no debconf information
>
>


-- 
Rick Murphy, CISSP-ISSAP, K1MU/4, Annandale VA USA