pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/vpnc-script



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Oct 18 01:17:53 UTC 2022

Modified Files:
        pkgsrc/net/vpnc-script: Makefile distinfo

Log Message:
Update to 20220917. From the changelog:

- Use 'ps -c -o command=' rather than 'cmd=' [chris vogan]
- Use full names of Windows 'netsh' sub-commands, not abbreviations
  [Dimitri Papadopoulos]
- Don't try to condition 'validate=no' flag on Windows version
  [Daniel Lenski]
- add networksetup for darwin to fix dns setup on newer versions of
  MacOS [Tobias Breitwieser]
- Removed automatic adding of NS routes [Heiko Schabert]
- Add configuration for OBS workflow [Luca Boccassi]
- Add RPM packaging for OBS workflow [Luca Boccassi]
- Add Debian packaging for OBS workflow [Luca Boccassi]
- vpnc-script-sshd: use ip link peer name syntax [Luca Boccassi]
- vpnc-script: Detect systemd with resolvectl status [Jordan Justen]
- Cleanup error status in vpnc-script-win.js [Dimitri Papadopoulos]
- Update copyright/origin notices in scripts [Daniel Lenski]
- On newer versions of Windows, need `validate=no` when adding DNS
  servers [Daniel Lenski]
- Better ordering, more logging, and disconnect handler fixes on Windows
  [Daniel Lenski]
- Add logLevel and logTimestamps options to vpnc-script-win.js
  [Daniel Lenski]
- On newer versions of Windows, need `validate=no` when adding DNS
  servers [Daniel Lenski]
- Better ordering, more logging, and disconnect handler fixes on Windows
  [Daniel Lenski]
- Add logLevel and logTimestamps options to vpnc-script-win.js
  [Daniel Lenski]
- Remove unnecessary quotes around numeric interface identifier (TUNIDX)
  in vpnc-script-win.js [Daniel Lenski]
- vpnc-script-win.js: replace incorrect exec() call with run()
  [Tim De Baets]
- Always use INTERNAL_IP4_ADDRESS as "gateway" on Windows [Daniel Lenski]
- Support for OpenBSD's resolvd via route messages [Andrew Hewus Fresh]
- Another bugfix when determining the controlling PID [Daniel Lenski]
- Use `type -P` instead of `command -v` in tests/ bash scripts
  [Ville Skyttä]
- Use `grep -E` instead of `egrep` [Ville Skyttä]
- Use `command -v` instead of `which` [Ville Skyttä]
- Ensure that vpnc-script-win.js works even if
  INTERNAL_IP4_{NETADDR,NETMASK} are unset [Daniel Lenski]
- Add polyfill for String.prototype.trim in vpnc-script-win.js
  [Daniel Lenski]
- Minor typo [Dimitri Papadopoulos]
- Fix spacing [Daniel Lenski]
- Use $VPNPID when provided by OpenConnect [Daniel Lenski]
- Also include controlling process identifier in resolv.conf backup path
  [Daniel Lenski]
- Bugfix default route handling by using GRANDparent process ID to
  uniquely identify connection [Daniel Lenski]
- Typos found by codespell [Dimitri Papadopoulos]
- Ensure that vpnc-script-win.js picks a legal "internal gateway"
  address even for /32 netmask [Daniel Lenski]
- tests: fix error message about missing ocserv [Luca Boccassi]
- Typos caught by codespell [Dimitri Papadopoulos]
- Fix set_vpngateway_route [Daniel Lenski]
- Exclude routes may use a different address family from VPNGATEWAY
  [Daniel Lenski]
- factor out list_non_loopback_routes and use for split-exclude routes
  as well [Daniel Lenski]
- tests: 'route flush' doesn't work properly on Linux' [Daniel Lenski]
- Linux: fix IPv6 route flushing [Daniel Lenski]
- test timing: wait up to 10s for OpenConnect client to terminating
  [Daniel Lenski]
- re-add tests for IPv6 support [Daniel Lenski]
- always exclude TUNDEV when finding/setting gateway route
  [Daniel Lenski]
- preserve onlink flag in gateway/exclude routes [Daniel Lenski]


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/vpnc-script/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/vpnc-script/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/vpnc-script/Makefile
diff -u pkgsrc/net/vpnc-script/Makefile:1.8 pkgsrc/net/vpnc-script/Makefile:1.9
--- pkgsrc/net/vpnc-script/Makefile:1.8 Sat May 22 09:12:05 2021
+++ pkgsrc/net/vpnc-script/Makefile     Tue Oct 18 01:17:53 2022
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2021/05/22 09:12:05 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2022/10/18 01:17:53 schmonz Exp $
 
-DISTNAME=      vpnc-script-20210401
+DISTNAME=      vpnc-script-20220917
 CATEGORIES=    net security
-MASTER_SITES=  http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/8fff06090ed193c4a7285e9a10b42e6679e8ecf3:/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=openconnect/vpnc-scripts/-/raw/fc87e112/}
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 DISTFILES=     vpnc-script
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.infradead.org/openconnect/vpnc-script.html
-# see also http://git.infradead.org/users/dwmw2/vpnc-scripts.git
 COMMENT=       Improved config script for OpenConnect and vpnc
 LICENSE=       gnu-gpl-v2
 

Index: pkgsrc/net/vpnc-script/distinfo
diff -u pkgsrc/net/vpnc-script/distinfo:1.10 pkgsrc/net/vpnc-script/distinfo:1.11
--- pkgsrc/net/vpnc-script/distinfo:1.10        Tue Oct 26 11:07:09 2021
+++ pkgsrc/net/vpnc-script/distinfo     Tue Oct 18 01:17:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:07:09 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/10/18 01:17:53 schmonz Exp $
 
-BLAKE2s (vpnc-script-20210401/vpnc-script) = 462d4d1ee82bf1defbbf0ba5268b76cc0a965a6a0e0d48546d1ed4870cfbe30b
-SHA512 (vpnc-script-20210401/vpnc-script) = df61bfbcacdc48b19dad7297f8e5455deff5a0c643e4f9a55a4c20ede16453bda705f7b62102c51a708b5a452b9e75b196bf4efd208d138f21e1168ad4b2b73d
-Size (vpnc-script-20210401/vpnc-script) = 37966 bytes
+BLAKE2s (vpnc-script-20220917/vpnc-script) = 6db2a814767fb42e3e4cf9b0bc937e07fc979bfa3486426ea1fbe5181c979363
+SHA512 (vpnc-script-20220917/vpnc-script) = adff26539cc0db987a5caa2d8e60e633a4a3025eeb7566d3887d8d1373ec1754b1b6d75a83d835bd006561a39b10f57f01efd07657117c17779e1a1803895ce1
+Size (vpnc-script-20220917/vpnc-script) = 38674 bytes



Home | Main Index | Thread Index | Old Index