Next | Query returned 86 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2014-01-23 06:08:47 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Seems now to have share/TrustedQSL/ca-bundle.crt (2.0.1 or later).
Remove following dependency:
 -DEPENDS+=    mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
   2014-01-23 03:44:19 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Problem with 2.0.1 RC3 fixed.

   2014-01-22 15:58:58 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Bump 2.0.1RC3 to RC4
--------------------
This release has the following corrections since RC3:

1. Reverted the -RC3 change that converted the Canadian provinces from \ 
"PQ" to "QC".
This information is managed internally by LoTW in a form which is not ADIF. \ 
Making this
change would have rendered station locations in Quebec and Newfoundland unusable.
LoTW will need to make a correction so that when it exports logs, it exports \ 
these as the
ADIF standard "QC" and "NL".

2. Correct a defect in the way the start-up threads were being managed that \ 
caused TQSL to
hang on some UNIX variants.

3. Change the way pending callsign requests were being processed to avoid using \ 
a function
that fails on OpenSuSE Linux.

4. When signing a log, refuse to use a station location that does not have a \ 
valid callsign
certificate associated with the location.

5. Correct a defect that would cause TQSL to hang when certain command line \ 
arguments used
empty strings (-p, for example).

6. Update the messages displayed during callsign certificate creation to clarify \ 
that the
user should wait for a certificate reply from LoTW, to better explain when \ 
signed/unsigned
certificate requests should be used, and to not prompt for a signing certificate \ 
if none is
available.
   2014-01-17 08:41:33 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Add temporary patch to work around immediately hung problem.

   2014-01-13 16:51:20 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Upstream released 2.0.1RC3, but hangs when reading cert_status.xml

   2013-12-04 02:07:15 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
Makefile
 Add DEPENDS+=	mozilla-rootcerts
patch-apps_tqsl_cpp
 Remove (wrong) workaround for 'Peer certificate'.
MESSAGE
 Add note for mozilla-rootcerts
Thanks gdt@ for advice for patch.
   2013-11-30 13:50:51 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(1) Makefile
    Convert SUBST_STAGE.macro_S from post-patch to pre-configure
    This will ease the additional making patch to the files.
    (Make new patch after 'make patch')
(2) patches/patch-apps_tqsl_cpp
    Remove redundent lines
   (From) Two different lines:
   +      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE); 
   -      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA);
   (To)   Just swap the line:
   -      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, uplVerifyCA);
   +      curl_easy_setopt(req, CURLOPT_SSL_VERIFYPEER, FALSE);
   2013-11-28 16:17:38 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Add experimental modification for Peer certificate verification problem.

   2013-11-26 13:57:16 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add SUBST to avoid _S macro conflicts on NetBSD-5.*.

   2013-11-26 13:22:16 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
NOT_FOR_PLATFORM for NetBSD-5.*, _S macro conflicts.


Next | Query returned 86 messages, browsing 21 to 30 | Previous