Annotate vpnc-script-win.js with a header documenting its exact source revision
authorDaniel Lenski <dlenski@gmail.com>
Fri, 24 Sep 2021 22:50:53 +0000 (22:50 +0000)
committerDaniel Lenski <dlenski@gmail.com>
Fri, 24 Sep 2021 22:50:53 +0000 (22:50 +0000)
commitb8f79ce944305038ae17db9c06e60fbc571fadc1
treef0c247cae7fc6f7171472ffc282bce23dd23a211
parentc737a25b7066474330ff65983b25a10e3187cfd7
Annotate vpnc-script-win.js with a header documenting its exact source revision

By annotating the vpnc-script-win.js included in the Windows installers
with information about the exact source revision, we will ease reporting
and reduce confusion about problems resulting from interactions between
OpenConnect and vpnc-script.

Example of the header added to vpnc-script-win.js:

    // This script matches the version found at https://gitlab.com/openconnect/vpnc-scripts/-/blob/b749c2cadc2f32e2efffa69302861f9a7d4a4e5f/vpnc-script-win.js
    // Updated on 2021-09-24 by Daniel Lenski <dlenski@gmail.com> ("Ensure that vpnc-script-win.js works even if INTERNAL_IP4_{NETADDR,NETMASK} are unset")
    //

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
Makefile.am