Bug 191233

Summary: comms/trustedqsl broken
Product: Ports & Packages Reporter: Stephen Hurd <shurd>
Component: Individual Port(s)Assignee: Stephen Hurd <shurd>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Chase source bundle. none

Description Stephen Hurd freebsd_committer freebsd_triage 2014-06-21 07:50:28 UTC
Created attachment 143984 [details]
Chase source bundle.

Upstream modified the source archive with new features... from the ChangeLog:

When run in command line "-n" mode (display new program and/or configuration
files), TQSL could exit before the hheck was completed. Change the behavior
so the program waits for the check to complete.

Signing a log with a location that points to an incomplete certificate
request would cause an "Invalid argument" error rather than the expected
error message notify the user that they have no valid callsign certificates
for that callsign. TQSL now properly displays the error.

Don't display the main TQSL window when requesting the user enter
the password for their callsign certificate when in batch mode.

Add timestamps to diagnostic log entries.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-22 03:44:18 UTC
A commit references this bug:

Author: shurd
Date: Sun Jun 22 03:43:20 UTC 2014
New revision: 358763
URL: http://svnweb.freebsd.org/changeset/ports/358763

Log:
  Upstream modified the source archive with new features... from the ChangeLog:

  When run in command line "-n" mode (display new program and/or configuration
  files), TQSL could exit before the hheck was completed. Change the behavior
  so the program waits for the check to complete.

  Signing a log with a location that points to an incomplete certificate
  request would cause an "Invalid argument" error rather than the expected
  error message notify the user that they have no valid callsign certificates
  for that callsign. TQSL now properly displays the error.

  Don't display the main TQSL window when requesting the user enter
  the password for their callsign certificate when in batch mode.

  Add timestamps to diagnostic log entries.

  PR:		191233
  Submitted by:	shurd
  Reviewed by:	skreuzer
  Approved by:	db, skreuzer (mentors)

Changes:
  head/comms/trustedqsl/Makefile
  head/comms/trustedqsl/distinfo
  head/comms/trustedqsl/pkg-plist
Comment 2 Stephen Hurd freebsd_committer freebsd_triage 2014-06-22 03:46:38 UTC
Committed, thanks!