Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] NetworkManager-openconnect: update to 1.2.10.
@ 2024-06-18  1:04 piekay
  2024-06-18  1:04 ` piekay
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: piekay @ 2024-06-18  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From 91f67ba7db3b4bbe7806908d974f07548219523b Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..3999da845565d5 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--with-gtk4 --disable-static"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
@ 2024-06-18  1:04 ` piekay
  2024-06-18  2:30 ` [PR PATCH] [Updated] " piekay
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  1:04 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2174712967

Comment:
Fixes: #50867

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
  2024-06-18  1:04 ` piekay
@ 2024-06-18  2:30 ` piekay
  2024-06-18  2:47 ` piekay
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  2:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1673 bytes --]

From 593b7c32fd61af9ef086964023f92afb6f8733d2 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..7b5a58d609934b 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,21 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--with-gtk4 --disable-static"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+do_build() {
+	make
+}

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
  2024-06-18  1:04 ` piekay
  2024-06-18  2:30 ` [PR PATCH] [Updated] " piekay
@ 2024-06-18  2:47 ` piekay
  2024-06-18  3:04 ` piekay
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  2:47 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]

From b6f84c43ccf96f2b48dd33385798b6cae098f9d9 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..908e966df28787 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (2 preceding siblings ...)
  2024-06-18  2:47 ` piekay
@ 2024-06-18  3:04 ` piekay
  2024-06-18  3:11 ` piekay
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1694 bytes --]

From 91f3d41592820085edb6cb25206f7e103a780af3 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..c5c7d7503a7706 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4 --disable-more-warnings --with-authdlg --with-gnome"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (3 preceding siblings ...)
  2024-06-18  3:04 ` piekay
@ 2024-06-18  3:11 ` piekay
  2024-06-18  3:23 ` piekay
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1694 bytes --]

From 813ad6547323784257507b62b67f597e4b03cc6c Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..c5c7d7503a7706 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4 --disable-more-warnings --with-authdlg --with-gnome"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (4 preceding siblings ...)
  2024-06-18  3:11 ` piekay
@ 2024-06-18  3:23 ` piekay
  2024-06-18  3:37 ` piekay
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:23 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1673 bytes --]

From 6d76496857e37ace55058cbc890ad941047f6433 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..1af7ad3f525bc1 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,21 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+do_build() {
+	make
+}

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (5 preceding siblings ...)
  2024-06-18  3:23 ` piekay
@ 2024-06-18  3:37 ` piekay
  2024-06-18  3:39 ` [PR PATCH] [Updated] " piekay
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:37 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2174923007

Comment:
There seems to be some incompatible dependency, since it's working fine for glibc and musl

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (6 preceding siblings ...)
  2024-06-18  3:37 ` piekay
@ 2024-06-18  3:39 ` piekay
  2024-06-18  3:40 ` piekay
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1673 bytes --]

From dae240a952ba3087047e88c65ad8c2e5040fe5d5 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..1af7ad3f525bc1 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,21 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+do_build() {
+	make
+}

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (7 preceding siblings ...)
  2024-06-18  3:39 ` [PR PATCH] [Updated] " piekay
@ 2024-06-18  3:40 ` piekay
  2024-06-18  3:46 ` piekay
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1676 bytes --]

From c3b83c50516fd6c120865587c216c27d747da634 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..0dcb012a7ad449 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,18 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
+archs="i686 x86_64 x86_64-musl"
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel gtk+3-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (8 preceding siblings ...)
  2024-06-18  3:40 ` piekay
@ 2024-06-18  3:46 ` piekay
  2024-06-18  3:48 ` [PR REVIEW] " classabbyamp
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-18  3:46 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2174923007

Comment:
I sadly don't have any machine to test the reason, why it isn't building on arm, so I am disabling them for now

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (10 preceding siblings ...)
  2024-06-18  3:48 ` [PR REVIEW] " classabbyamp
@ 2024-06-18  3:48 ` classabbyamp
  2024-06-19 12:55 ` piekay
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-18  3:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1643716808

Comment:
this isn't how to disable something temporarily, use `broken`. but it would be better to figure out the error

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (9 preceding siblings ...)
  2024-06-18  3:46 ` piekay
@ 2024-06-18  3:48 ` classabbyamp
  2024-06-18  3:48 ` classabbyamp
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-18  3:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1643716961

Comment:
gtk3 and gtk4?

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (11 preceding siblings ...)
  2024-06-18  3:48 ` classabbyamp
@ 2024-06-19 12:55 ` piekay
  2024-06-19 12:56 ` piekay
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-19 12:55 UTC (permalink / raw)
  To: ml

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

New review comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1646158364

Comment:
Broken blocks all installs independent of architecture, right?

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (12 preceding siblings ...)
  2024-06-19 12:55 ` piekay
@ 2024-06-19 12:56 ` piekay
  2024-06-19 12:57 ` classabbyamp
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-19 12:56 UTC (permalink / raw)
  To: ml

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

New review comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1646159793

Comment:
I started with the old template and forgot to check if that was actually necessary 

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (13 preceding siblings ...)
  2024-06-19 12:56 ` piekay
@ 2024-06-19 12:57 ` classabbyamp
  2024-06-19 12:57 ` piekay
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-19 12:57 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1646161548

Comment:
you put it in an if/case block to make it conditional

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

* Re: [PR REVIEW] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (14 preceding siblings ...)
  2024-06-19 12:57 ` classabbyamp
@ 2024-06-19 12:57 ` piekay
  2024-06-19 12:58 ` piekay
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-19 12:57 UTC (permalink / raw)
  To: ml

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

New review comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#discussion_r1646158364

Comment:
Broken blocks all installs independent of architecture, right?

I will set up a VM for testing in the next days. Since the old version is broken, does it make sense to release the working version only for these select architectures?

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (15 preceding siblings ...)
  2024-06-19 12:57 ` piekay
@ 2024-06-19 12:58 ` piekay
  2024-06-22  1:48 ` [PR PATCH] [Updated] " piekay
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-19 12:58 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2178662477

Comment:
I found out something interesting: I can reproduce the bug if I compile the package without GTK4 support for x86, so maybe it's a missing configure flag

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (16 preceding siblings ...)
  2024-06-19 12:58 ` piekay
@ 2024-06-22  1:48 ` piekay
  2024-06-22  1:51 ` piekay
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-22  1:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 2194 bytes --]

From e4870c091258f18b9668cf854b3260df21ca9e3b Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 28 ++++++++++++++++-----
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..287995179f16c4 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,33 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
+archs="i686 x86_64 x86_64-musl"
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+case "$ARCH" in
+	aarch64)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv7l)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv6l-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	aarch64-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+esac

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (17 preceding siblings ...)
  2024-06-22  1:48 ` [PR PATCH] [Updated] " piekay
@ 2024-06-22  1:51 ` piekay
  2024-06-22  1:52 ` [PR PATCH] [Updated] " piekay
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-22  1:51 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2183693320

Comment:
Since the old version isn't working anyway, I have now marked ARM as broken. I have set up an aarch64 VM, on which I will try to resolve this issue

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (18 preceding siblings ...)
  2024-06-22  1:51 ` piekay
@ 2024-06-22  1:52 ` piekay
  2024-06-22  1:54 ` piekay
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-22  1:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 2194 bytes --]

From a382213f731341ebfc1365be4a878019283f735a Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 28 ++++++++++++++++-----
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..287995179f16c4 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,33 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
+archs="i686 x86_64 x86_64-musl"
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+case "$ARCH" in
+	aarch64)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv7l)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv6l-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	aarch64-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+esac

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (19 preceding siblings ...)
  2024-06-22  1:52 ` [PR PATCH] [Updated] " piekay
@ 2024-06-22  1:54 ` piekay
  2024-06-22  2:28 ` piekay
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-22  1:54 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 2161 bytes --]

From 605145841f1adae0eaa662300449158d7b263485 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 27 ++++++++++++++++-----
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..b39c36e809109e 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,32 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+case "$ARCH" in
+	aarch64)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv7l)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv6l-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	aarch64-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+esac

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (20 preceding siblings ...)
  2024-06-22  1:54 ` piekay
@ 2024-06-22  2:28 ` piekay
  2024-06-22  5:34 ` classabbyamp
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-22  2:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by piekay against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 2191 bytes --]

From 7145663df1383e17f535dd9ab4c05ef98c2445d7 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 28 ++++++++++++++++-----
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..7d4ee59d2798a3 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,33 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --with-gtk4"
 hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes
+
+case "$XBPS_TARGET_MACHINE" in
+	aarch64)
+		echo "Test"
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv7l)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	armv6l-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+	aarch64-musl)
+		broken="currently fails building on ARM, see: https://github.com/void-linux/void-packages/pull/50876"
+		;;
+esac

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (21 preceding siblings ...)
  2024-06-22  2:28 ` piekay
@ 2024-06-22  5:34 ` classabbyamp
  2024-06-22  5:35 ` classabbyamp
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  5:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1682 bytes --]

From 2aeb3a7f005b942fc764f8a48f5cd17dda0152bb Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..de6cd25e16f791 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
-hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+configure_args="--disable-static --with-gtk4"
+hostmakedepends="pkg-config intltool glib-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (22 preceding siblings ...)
  2024-06-22  5:34 ` classabbyamp
@ 2024-06-22  5:35 ` classabbyamp
  2024-06-22  5:36 ` classabbyamp
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  5:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2183815688

Comment:
was missing `glib-devel` in hostmakedepends for `glib-compile-resources` binary

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (23 preceding siblings ...)
  2024-06-22  5:35 ` classabbyamp
@ 2024-06-22  5:36 ` classabbyamp
  2024-06-22  5:48 ` [PR PATCH] [Updated] " classabbyamp
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  5:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2183815688

Comment:
was missing `glib-devel` in hostmakedepends for `glib-compile-resources` binary, so it failed on cross when it couldn't find that bin

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (24 preceding siblings ...)
  2024-06-22  5:36 ` classabbyamp
@ 2024-06-22  5:48 ` classabbyamp
  2024-06-22  6:14 ` classabbyamp
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  5:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1684 bytes --]

From 5fd3bcb7bdc2d3c9c5d150e556204565c9b57ff6 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..3e453d0b42f23d 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
-hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+configure_args="--disable-static --with-gtk4"
+hostmakedepends="pkg-config intltool glib-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel webkit2gtk41-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (25 preceding siblings ...)
  2024-06-22  5:48 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-06-22  6:14 ` classabbyamp
  2024-06-22  6:14 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  6:14 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2183832320

Comment:
moving back to gtk3 until https://gitlab.gnome.org/GNOME/NetworkManager-openconnect/-/issues/104 is changed

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (26 preceding siblings ...)
  2024-06-22  6:14 ` classabbyamp
@ 2024-06-22  6:14 ` classabbyamp
  2024-06-22  7:02 ` classabbyamp
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  6:14 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1575 bytes --]

From 35c2634f0b3b23d41b6ba6c08a9174ab336e5251 Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..91b2660022250b 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool glib-devel"
 makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel libwebkit2gtk41-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (27 preceding siblings ...)
  2024-06-22  6:14 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-06-22  7:02 ` classabbyamp
  2024-06-24 22:59 ` piekay
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-22  7:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/piekay/void-packages update-nm-openconnect
https://github.com/void-linux/void-packages/pull/50876

NetworkManager-openconnect: update to 1.2.10.
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-nm-openconnect-50876.patch --]
[-- Type: text/x-diff, Size: 1687 bytes --]

From 7d0e5e17e9f384de93eca7bcebd2863dcd705a5a Mon Sep 17 00:00:00 2001
From: Piekay <github@piekay.de>
Date: Tue, 18 Jun 2024 03:02:11 +0200
Subject: [PATCH] NetworkManager-openconnect: update to 1.2.10.

---
 srcpkgs/NetworkManager-openconnect/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/NetworkManager-openconnect/template b/srcpkgs/NetworkManager-openconnect/template
index e2bf803ac0e913..1fbd0f1e8c5a96 100644
--- a/srcpkgs/NetworkManager-openconnect/template
+++ b/srcpkgs/NetworkManager-openconnect/template
@@ -1,17 +1,17 @@
 # Template file for 'NetworkManager-openconnect'
 pkgname=NetworkManager-openconnect
-version=1.2.6
-revision=4
+version=1.2.10
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
-hostmakedepends="pkg-config intltool"
-makedepends="gcr-devel gtk+3-devel liblz4-devel libnma-devel
- openssl-devel libsecret-devel libxml2-devel openconnect-devel"
+configure_args="--disable-static --with-gtk4"
+hostmakedepends="pkg-config intltool glib-devel"
+makedepends="gcr-devel gtk4-devel liblz4-devel libnma-devel
+ openssl-devel libsecret-devel libxml2-devel openconnect-devel libwebkit2gtk41-devel"
 depends="openconnect"
 short_desc="NetworkManager VPN plugin for OpenConnect"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/NetworkManager"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=95109803596a9782680a5dca3b51c4ad8ff7e126169d5431278cab694112975a
+checksum=844b6bf64ecadb97b4a68c776db89aa5e6ee7e59bd24b0180228406863136464
 lib32disabled=yes

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (28 preceding siblings ...)
  2024-06-22  7:02 ` classabbyamp
@ 2024-06-24 22:59 ` piekay
  2024-06-25  0:43 ` classabbyamp
  2024-06-26 15:25 ` [PR PATCH] [Merged]: " classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: piekay @ 2024-06-24 22:59 UTC (permalink / raw)
  To: ml

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

New comment by piekay on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2187570374

Comment:
It seems that you disabled GTK4 and then reenabled it. Did you find some new information? 

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

* Re: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (29 preceding siblings ...)
  2024-06-24 22:59 ` piekay
@ 2024-06-25  0:43 ` classabbyamp
  2024-06-26 15:25 ` [PR PATCH] [Merged]: " classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-25  0:43 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50876#issuecomment-2187696049

Comment:
yeah it's just one component that uses gtk3

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

* Re: [PR PATCH] [Merged]: NetworkManager-openconnect: update to 1.2.10.
  2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
                   ` (30 preceding siblings ...)
  2024-06-25  0:43 ` classabbyamp
@ 2024-06-26 15:25 ` classabbyamp
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2024-06-26 15:25 UTC (permalink / raw)
  To: ml

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

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

NetworkManager-openconnect: update to 1.2.10.
https://github.com/void-linux/void-packages/pull/50876

Description:
Fixes: https://github.com/void-linux/void-packages/issues/50867

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2024-06-26 15:25 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18  1:04 [PR PATCH] NetworkManager-openconnect: update to 1.2.10 piekay
2024-06-18  1:04 ` piekay
2024-06-18  2:30 ` [PR PATCH] [Updated] " piekay
2024-06-18  2:47 ` piekay
2024-06-18  3:04 ` piekay
2024-06-18  3:11 ` piekay
2024-06-18  3:23 ` piekay
2024-06-18  3:37 ` piekay
2024-06-18  3:39 ` [PR PATCH] [Updated] " piekay
2024-06-18  3:40 ` piekay
2024-06-18  3:46 ` piekay
2024-06-18  3:48 ` [PR REVIEW] " classabbyamp
2024-06-18  3:48 ` classabbyamp
2024-06-19 12:55 ` piekay
2024-06-19 12:56 ` piekay
2024-06-19 12:57 ` classabbyamp
2024-06-19 12:57 ` piekay
2024-06-19 12:58 ` piekay
2024-06-22  1:48 ` [PR PATCH] [Updated] " piekay
2024-06-22  1:51 ` piekay
2024-06-22  1:52 ` [PR PATCH] [Updated] " piekay
2024-06-22  1:54 ` piekay
2024-06-22  2:28 ` piekay
2024-06-22  5:34 ` classabbyamp
2024-06-22  5:35 ` classabbyamp
2024-06-22  5:36 ` classabbyamp
2024-06-22  5:48 ` [PR PATCH] [Updated] " classabbyamp
2024-06-22  6:14 ` classabbyamp
2024-06-22  6:14 ` [PR PATCH] [Updated] " classabbyamp
2024-06-22  7:02 ` classabbyamp
2024-06-24 22:59 ` piekay
2024-06-25  0:43 ` classabbyamp
2024-06-26 15:25 ` [PR PATCH] [Merged]: " classabbyamp

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).