[SCHEDULER-1884]  Upgrade VOEvent Receiver
Type Bug
Priority Medium
Severity Minor
Component VOEvent Receiver, VOEvent Transport, XML SIgnatures
Fixed In Version [9.19.1
Versions Affected [9.09.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 5/28/2022

Description
The VOEvent receiver needs upgrading in two aread, one is a bug:
  • The Digital signatures no longer work due to CLI changes from GnuPG 1.3 to the current GnuPG 2.2+
  • The SimpleTCP VOEvent Transport support logic is prehistoric, dating back to the early days. There is a TODO to make it more robust.

Comments
6/8/2022 5:34:07 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 920
Affected files /trunk/XmlSignatures/Properties/AssemblyInfo.cs (Modified)
/trunk/XmlSignatures/XmlSignatures.cs (Modified)
Check-in comment XML Digital Signatures now removes insignificant whitespace including platform dependent line endings from signed material. GEM:1884
5/31/2022 4:02:33 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 919
Affected files /trunk/VOReceiver/MainForm.cs (Modified)
/trunk/VOReceiver/Properties/AssemblyInfo.cs (Modified)
/trunk/XmlSignatures/Properties/AssemblyInfo.cs (Modified)
Check-in comment Fix reporting of identity of digital signer (the AuthorIVORN not not the Key ID). Correct a couple of copyrights to 2022. GEM:1884
5/31/2022 2:23:42 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 918
Affected files /trunk/SimpleTCP/Properties/AssemblyInfo.cs (Modified)
/trunk/SimpleTCP/SimpleTcp.cs (Modified)
/trunk/VOReceiver/MainForm.cs (Modified)
/trunk/VOReceiver/VOReceiver.csproj (Modified)
/trunk/XmlSigTest/Program.cs (Modified)
/trunk/XmlSignatures/Properties/AssemblyInfo.cs (Modified)
/trunk/XmlSignatures/XmlSignatures.cs (Modified)
Check-in comment Upgrade VOEvent Simple TCP Transport logic. Fix Digital signatures for CLI changes post GnuPG 2.1. Using the Signatures and SimpleTCP sources from the .NET 5 upgrade of the Dakota VOEvent Tools. GEM:1884