* [bug#74937] [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 [not found] <48d14e6302f81a79101b3464e3a53bcf12be3beb.1734509020.git.reza@housseini.me> @ 2024-12-18 8:04 ` reza via Guix-patches via 2024-12-19 5:42 ` bug#74937: " Maxim Cournoyer 0 siblings, 1 reply; 4+ messages in thread From: reza via Guix-patches via @ 2024-12-18 8:04 UTC (permalink / raw) To: 74937; +Cc: reza, Liliana Marie Prikler, Maxim Cournoyer, Vivien Kraus * gnu/packages/gnome.scm (network-manager-openconnect): Update to 1.2.10. [source, inputs]: Add input webkitgtk-with-libsoup2. Change-Id: I8dd75a6d360e49c298ef498afc15452c6612ab89 --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7339000436..eb0c7d3374 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8706,7 +8706,7 @@ (define-public network-manager-vpnc (define-public network-manager-openconnect (package (name "network-manager-openconnect") - (version "1.2.8") + (version "1.2.10") (source (origin (method url-fetch) (uri (string-append @@ -8715,7 +8715,7 @@ (define-public network-manager-openconnect "/NetworkManager-openconnect-" version ".tar.xz")) (sha256 (base32 - "1k6d6cv2c9v8gf0f2js6cklr3ijhaanbz0nhvlwy5n42bmwamvax")))) + "0r342dinhh1808cb095xb5zfxrm5kaw6sxwclss9gnya9vv6njw4")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--enable-absolute-paths" @@ -8746,7 +8746,8 @@ (define-public network-manager-openconnect libxml2 lz4 network-manager - openconnect)) + openconnect + webkitgtk-with-libsoup2)) (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN") (synopsis "OpenConnect plug-in for NetworkManager") (description base-commit: 20b1613484f512649f919d89285e981998592497 -- 2.46.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#74937: [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 2024-12-18 8:04 ` [bug#74937] [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 reza via Guix-patches via @ 2024-12-19 5:42 ` Maxim Cournoyer [not found] ` <28B390A3-DF36-4838-9FE6-C05243EDB618@housseini.me> 0 siblings, 1 reply; 4+ messages in thread From: Maxim Cournoyer @ 2024-12-19 5:42 UTC (permalink / raw) To: reza; +Cc: 74937-done, Vivien Kraus, Liliana Marie Prikler Hello Reza, Applied! I was surprised by seeing webkit as an input to this package, but apparently it can be used for something, and added only 150 MiB ish to this 2.4 GiB closure package. -- Thanks, Maxim ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <28B390A3-DF36-4838-9FE6-C05243EDB618@housseini.me>]
* [bug#74937] [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 [not found] ` <28B390A3-DF36-4838-9FE6-C05243EDB618@housseini.me> @ 2024-12-19 7:06 ` reza via Guix-patches via 2024-12-19 7:13 ` Maxim Cournoyer 0 siblings, 1 reply; 4+ messages in thread From: reza via Guix-patches via @ 2024-12-19 7:06 UTC (permalink / raw) To: Maxim Cournoyer; +Cc: 74937-done [-- Attachment #1: Type: text/plain, Size: 620 bytes --] Hi Maxim It is due to that the "AnyConnect" protocol from Cisco now enforces somehow the integration of the 2FA inside the application, therefore openconnect has to open the 2FA window inside it's own application hence the added dependency to webkitgtk. Thanks for reviewing! Best, Reza On December 19, 2024 6:42:39 AM GMT+01:00, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote: Hello Reza, Applied! I was surprised by seeing webkit as an input to this package, but apparently it can be used for something, and added only 150 MiB ish to this 2.4 GiB closure package. -- Sent from /e/OS Mail. [-- Attachment #2: Type: text/html, Size: 970 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#74937] [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 2024-12-19 7:06 ` [bug#74937] " reza via Guix-patches via @ 2024-12-19 7:13 ` Maxim Cournoyer 0 siblings, 0 replies; 4+ messages in thread From: Maxim Cournoyer @ 2024-12-19 7:13 UTC (permalink / raw) To: reza; +Cc: 74937-done@debbugs.gnu.org, Vivien Kraus, Liliana Marie Prikler Hi Reza, reza <reza@housseini.me> writes: > Hi Maxim > > It is due to that the "AnyConnect" protocol from Cisco now enforces > somehow the integration of the 2FA inside the application, therefore > openconnect has to open the 2FA window inside it's own application > hence the added dependency to webkitgtk. I see, thanks for the explanation! > Thanks for reviewing! No problem, happy PantherX'ing ;-) -- Thanks, Maxim ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-19 7:15 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <48d14e6302f81a79101b3464e3a53bcf12be3beb.1734509020.git.reza@housseini.me> 2024-12-18 8:04 ` [bug#74937] [PATCH] gnu: network-manager-openconnect: Update to 1.2.10 reza via Guix-patches via 2024-12-19 5:42 ` bug#74937: " Maxim Cournoyer [not found] ` <28B390A3-DF36-4838-9FE6-C05243EDB618@housseini.me> 2024-12-19 7:06 ` [bug#74937] " reza via Guix-patches via 2024-12-19 7:13 ` Maxim Cournoyer
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git 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 read-only IMAP folder(s) and NNTP newsgroup(s).