pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/trustedQSL
Module Name: pkgsrc
Committed By: mef
Date: Sun May 31 12:40:58 UTC 2026
Modified Files:
pkgsrc/ham/trustedQSL: Makefile distinfo
Log Message:
(ham/trustedQSL) Updted 2.8.1 to 2.8.4
TQSL changes
============
2.8.4
----------
Correct Spanish localization
Fix issue with renewals for callsigns not in the prefix map causing that
DXCC entity to not appear in the renewal screen (instead, '-NONE-' was
appearing.)
2.8.3
----------
When emitting status or error messages, flush the output to ensure it's
available to logging programs.
Correct a defect where the TQSL uploads database was kept locked after using
the restore function to restore configuration data. This would cause a
spurious error when performing multiple restores without restarting TQSL, or
trying to sign a log after a restore. (Again, while not restarting TQSL.)
Use the name of the ADIF file submitted for signing as the base name of the
file uploaded, not a fixed TQSLUpl.*. This reverts to the prior behavior where
the uploaded file can be tracked in the response from Logbook.
Fix problem with log uploads on Windows when the user's home directory has
non-ASCII characters. This could lead to Logbook rejecting logs with errors
like "Not a TrustedQSL file".
Add a user-agent, mime type, and better filename to uploaded log files.
When the Logbook TLS certificate fails, assume it's caused by TLS "inspection"
and allow traffic without TLS verification.
Add new root certificate for lotw.arrl.org to the ca bundle.
When uploads fail, don't delete the temporary upload file so the file can be
inspected.
Correct the ignored prefix/suffix list - ensure that things like /M, /MM, /QRP
are ignored only when used as a suffix.
2.8.2
----------
Restore handling of the command line "-o" (output file) argument. This has
apparently been broken since TQSL 2.5.2.
Convert the prefix and grid data files to XML format with version numbering
to permit tracking of changes.
Allow QSL managers to define a default signing callsign so they don't need
to scroll through all of the stations they manage when requesting a
Callsign Certificate for a new station.
When reporting "Station Location could not be found", insert the name of the
Station Location in the message (tnx AA6YQ).
Fix VUCC grid data for Newfoundland and Labrador - the ADIF abbreviation of NL
is encoded as NF for Logbook purposes.
When signing a log, store the signed output to disk rather than in memory
as large logs could consume excessive RAM.
Add ability for a local prefix database to override the one installed
with TQSL.
Add VK2 as a valid prefix for Lord Howe Island (portable operations).
After instrumentation of TQSL searching for memory "leaks", made several
changes to decrease memory usage.
Decrease possibility of out-of-memory errors for QSL managers with very large
number of active callsign certificates when requesting a new callsign
certificate by adding a default preference setting.
Add callsign prefix mapping for VO for Canada, not just "Newfoundland
Labrador (Deleted)".
Detect missing vuccgrids.dat file and report. Disable grid square
validation for this case.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/ham/trustedQSL/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/trustedQSL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/trustedQSL/Makefile
diff -u pkgsrc/ham/trustedQSL/Makefile:1.98 pkgsrc/ham/trustedQSL/Makefile:1.99
--- pkgsrc/ham/trustedQSL/Makefile:1.98 Thu May 14 16:41:19 2026
+++ pkgsrc/ham/trustedQSL/Makefile Sun May 31 12:40:58 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2026/05/14 16:41:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2026/05/31 12:40:58 mef Exp $
-DISTNAME= tqsl-2.8.1
-PKGREVISION= 7
+DISTNAME= tqsl-2.8.4
CATEGORIES= ham
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/
@@ -16,8 +15,8 @@ LICENSE= arrl-license
USE_TOOLS+= perl gmake cmake
# \todo tqsl is not documented to require c++11, but uses c++11 constructs
# \todo tqsl does not add --std=c++11
-USE_LANGUAGES+= c c++11
-#SE_CXX_FEATURES+= c++11
+USE_LANGUAGES+= c c++
+USE_CXX_FEATURES+= c++11
USE_LIBTOOL= yes
CHECK_PORTABILITY_SKIP+= osx_createdmg.sh
Index: pkgsrc/ham/trustedQSL/distinfo
diff -u pkgsrc/ham/trustedQSL/distinfo:1.31 pkgsrc/ham/trustedQSL/distinfo:1.32
--- pkgsrc/ham/trustedQSL/distinfo:1.31 Sun May 25 22:32:34 2025
+++ pkgsrc/ham/trustedQSL/distinfo Sun May 31 12:40:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/05/25 22:32:34 mef Exp $
+$NetBSD: distinfo,v 1.32 2026/05/31 12:40:58 mef Exp $
-BLAKE2s (tqsl-2.8.1.tar.gz) = fb2907b043dbc44639634d597adeab2030217f05d2e0c38d6471ab6cab10a3ee
-SHA512 (tqsl-2.8.1.tar.gz) = 3ffcf82ed90a03863da5286ddcb2c4da32062f34be65f8124c101b4a125039b97be0380ef5a1f42128a4cdf04c84da1c31983a01f7edcef1a4bb7cc2b641ffa1
-Size (tqsl-2.8.1.tar.gz) = 4125568 bytes
+BLAKE2s (tqsl-2.8.4.tar.gz) = b214bae109ed72fb338f9502128db5cdee10540f0b6eca6621a645e0408477f7
+SHA512 (tqsl-2.8.4.tar.gz) = cca93d2dd044c144fedafb773345638c7e31d9a1bd25e7d8adb492777e494583ebfb26e00895d338b5fd7985567bd4af907ecc88b1738b61715a691979401c10
+Size (tqsl-2.8.4.tar.gz) = 4213586 bytes
Home |
Main Index |
Thread Index |
Old Index