Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnma: remove path from EAP schema
@ 2022-11-19  3:01 cinerea0
  2022-11-19  4:07 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2022-11-19  3:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages libnma
https://github.com/void-linux/void-packages/pull/40602

libnma: remove path from EAP schema
#### Testing the changes
- I tested the changes in this PR: **YES**

The path in the EAP schema file is preventing people from creating new VPN connections.

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

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

From b4423b015d52422edc017ac15f241101a7e4f8a2 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 18 Nov 2022 22:00:43 -0500
Subject: [PATCH] libnma: remove path from EAP schema

---
 .../patches/remove-path-from-eap-schema.patch      | 14 ++++++++++++++
 srcpkgs/libnma/template                            |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/libnma/patches/remove-path-from-eap-schema.patch

diff --git a/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch b/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch
new file mode 100644
index 000000000000..1231979e536e
--- /dev/null
+++ b/srcpkgs/libnma/patches/remove-path-from-eap-schema.patch
@@ -0,0 +1,14 @@
+# path prevents creating new VPN connections
+# https://gitlab.gnome.org/GNOME/libnma/-/commit/0ab5c1e39e94e158650da847f8512ab5e2b03593
+diff --git a/org.gnome.nm-applet.eap.gschema.xml.in b/org.gnome.nm-applet.eap.gschema.xml.in
+index 0fc3ca9f1f..f4a56ea672 100644
+--- a/org.gnome.nm-applet.eap.gschema.xml.in
++++ b/org.gnome.nm-applet.eap.gschema.xml.in
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <schemalist>
+-  <schema id="org.gnome.nm-applet.eap" path="/org/gnome/nm-applet/eap/" gettext-domain="nm-applet">
++  <schema id="org.gnome.nm-applet.eap" gettext-domain="nm-applet">
+     <key name="ignore-ca-cert" type="b">
+       <default>false</default>
+       <summary>Ignore CA certificate</summary>
diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template
index 715df68e0f5b..99f8c1b7f217 100644
--- a/srcpkgs/libnma/template
+++ b/srcpkgs/libnma/template
@@ -1,7 +1,7 @@
 # Template file for 'libnma'
 pkgname=libnma
 version=1.10.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dlibnma_gtk4=true"

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

* Re: [PR PATCH] [Merged]: libnma: remove path from EAP schema
  2022-11-19  3:01 [PR PATCH] libnma: remove path from EAP schema cinerea0
@ 2022-11-19  4:07 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-11-19  4:07 UTC (permalink / raw)
  To: ml

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

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

libnma: remove path from EAP schema
https://github.com/void-linux/void-packages/pull/40602

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

The path in the EAP schema file is preventing people from creating new VPN connections.

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

end of thread, other threads:[~2022-11-19  4:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19  3:01 [PR PATCH] libnma: remove path from EAP schema cinerea0
2022-11-19  4:07 ` [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).