Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vpnc-scripts: update to 20190611.
@ 2019-09-30 23:08 voidlinux-github
  2019-10-02 19:35 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-30 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages vpnc-scripts
https://github.com/void-linux/void-packages/pull/14860

vpnc-scripts: update to 20190611.
Remove fix-ipv6 patch (changes upstreamed).

A patch file from https://github.com/void-linux/void-packages/pull/14860.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vpnc-scripts-14860.patch --]
[-- Type: text/x-diff, Size: 2176 bytes --]

From f1a13b853338abdf551687d5b653884f5bc2cf4f Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 30 Sep 2019 18:11:48 -0400
Subject: [PATCH] vpnc-scripts: update to 20190611.

Remove fix-ipv6 patch (changes upstreamed).
---
 srcpkgs/vpnc-scripts/patches/fix-ipv6.patch | 16 ----------------
 srcpkgs/vpnc-scripts/template               |  4 ++--
 2 files changed, 2 insertions(+), 18 deletions(-)
 delete mode 100644 srcpkgs/vpnc-scripts/patches/fix-ipv6.patch

diff --git a/srcpkgs/vpnc-scripts/patches/fix-ipv6.patch b/srcpkgs/vpnc-scripts/patches/fix-ipv6.patch
deleted file mode 100644
index cd6bc126e39..00000000000
--- a/srcpkgs/vpnc-scripts/patches/fix-ipv6.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- vpnc-script	2018-02-26 15:22:35.000000000 +0000
-+++ vpnc-script	2018-08-06 12:02:25.418113014 +0100
-@@ -881,10 +881,10 @@ do_connect() {
- 		while [ $i -lt $CISCO_IPV6_SPLIT_INC ] ; do
- 			eval NETWORK="\${CISCO_IPV6_SPLIT_INC_${i}_ADDR}"
- 			eval NETMASKLEN="\${CISCO_IPV6_SPLIT_INC_${i}_MASKLEN}"
--			if [ $NETMASKLEN -lt 128 ]; then
--				set_ipv6_network_route "$NETWORK" "$NETMASKLEN" "$TUNDEV"
--			else
-+			if [ $NETMASKLEN -eq 0 ]; then
- 				set_ipv6_default_route
-+			else
-+				set_ipv6_network_route "$NETWORK" "$NETMASKLEN" "$TUNDEV"
- 			fi
- 			i=`expr $i + 1`
- 		done
diff --git a/srcpkgs/vpnc-scripts/template b/srcpkgs/vpnc-scripts/template
index 47bc5f70b07..c912bdec848 100644
--- a/srcpkgs/vpnc-scripts/template
+++ b/srcpkgs/vpnc-scripts/template
@@ -1,6 +1,6 @@
 # Template file for 'vpnc-scripts'
 pkgname=vpnc-scripts
-version=20190425
+version=20190611
 revision=1
 archs=noarch
 short_desc="Network configuration scripts for VPNC and OpenConnect"
@@ -8,7 +8,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-2.0-or-later"
 homepage="http://www.infradead.org/openconnect/vpnc-script.html"
 distfiles="ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=91c57042f10588487e8e49c76d8570f68e773987f66be44a064f386464878d47
+checksum=e0953af7aa336fa9f50d4db6325239024f0d6e5a95ea4ad260918c791ca96473
 
 do_install() {
 	vinstall vpnc-script 755 usr/libexec/vpnc-scripts

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: vpnc-scripts: update to 20190611.
  2019-09-30 23:08 [PR PATCH] vpnc-scripts: update to 20190611 voidlinux-github
@ 2019-10-02 19:35 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-02 19:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

There's a merged pull request on the void-packages repository

vpnc-scripts: update to 20190611.
https://github.com/void-linux/void-packages/pull/14860

Description:
Remove fix-ipv6 patch (changes upstreamed).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-02 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 23:08 [PR PATCH] vpnc-scripts: update to 20190611 voidlinux-github
2019-10-02 19:35 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).