all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3efe523703feb5db9ecdfe0fe06c606d8ae9f62d 5586 bytes (raw)
name: gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
 
diff --git a/data/remotes.d/lvfs-testing.conf b/data/remotes.d/lvfs-testing.conf
deleted file mode 100644
index 740a793e..00000000
--- a/data/remotes.d/lvfs-testing.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-[fwupd Remote]
-
-# this remote provides metadata and firmware marked as 'testing' from the LVFS
-Enabled=false
-Title=Linux Vendor Firmware Service (testing)
-MetadataURI=https://cdn.fwupd.org/downloads/firmware-testing.xml.gz
-ReportURI=https://fwupd.org/lvfs/firmware/report
-Username=
-Password=
-OrderBefore=lvfs,fwupd
-AutomaticReports=false
-ApprovalRequired=false
diff --git a/data/remotes.d/lvfs-testing.metainfo.xml b/data/remotes.d/lvfs-testing.metainfo.xml
deleted file mode 100644
index 3e36aab7..00000000
--- a/data/remotes.d/lvfs-testing.metainfo.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 Richard Hughes <richard@hughsie.com> -->
-
-<component type="source">
-  <id>org.freedesktop.fwupd.remotes.lvfs-testing</id>
-  <name>Linux Vendor Firmware Service (testing firmware)</name>
-  <metadata_license>CC0-1.0</metadata_license>
-  <agreement version_id="1.0">
-    <agreement_section>
-      <description>
-        <!-- TRANSLATORS: do not translate the variables marked using $ -->
-        <p>
-          The LVFS is a free service that operates as an independent legal
-          entity and has no connection with $OS_RELEASE:NAME$.
-          Your distributor may not have verified any of the firmware updates for
-          compatibility with your system or connected devices.
-          All firmware is provided only by the original equipment manufacturer.
-        </p>
-        <p>
-          This remote contains firmware which is not embargoed, but is still being
-          tested by the hardware vendor.
-          You should ensure you have a way to manually downgrade the firmware if
-          the firmware update fails.
-        </p>
-        <p>
-          Enabling this functionality is done at your own risk, which means you
-          have to contact your original equipment manufacturer regarding any
-          problems caused by these updates.
-          Only problems with the update process itself should be filed at
-          $OS_RELEASE:BUG_REPORT_URL$.
-        </p>
-      </description>
-    </agreement_section>
-  </agreement>
-</component>
diff --git a/data/remotes.d/lvfs.conf b/data/remotes.d/lvfs.conf
deleted file mode 100644
index f956bc97..00000000
--- a/data/remotes.d/lvfs.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-[fwupd Remote]
-
-# this remote provides metadata and firmware marked as 'stable' from the LVFS
-Enabled=true
-Title=Linux Vendor Firmware Service
-MetadataURI=https://cdn.fwupd.org/downloads/firmware.xml.gz
-ReportURI=https://fwupd.org/lvfs/firmware/report
-SecurityReportURI=https://fwupd.org/lvfs/hsireports/upload
-OrderBefore=fwupd
-AutomaticReports=false
-AutomaticSecurityReports=false
-ApprovalRequired=false
diff --git a/data/remotes.d/lvfs.metainfo.xml b/data/remotes.d/lvfs.metainfo.xml
deleted file mode 100644
index d9565ddd..00000000
--- a/data/remotes.d/lvfs.metainfo.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 Richard Hughes <richard@hughsie.com> -->
-
-<component type="source">
-  <id>org.freedesktop.fwupd.remotes.lvfs</id>
-  <name>Linux Vendor Firmware Service (stable firmware)</name>
-  <metadata_license>CC0-1.0</metadata_license>
-  <agreement version_id="1.0">
-    <agreement_section>
-      <description>
-        <!-- TRANSLATORS: do not translate the variables marked using $ -->
-        <p>
-          The LVFS is a free service that operates as an independent legal
-          entity and has no connection with $OS_RELEASE:NAME$.
-          Your distributor may not have verified any of the firmware updates for
-          compatibility with your system or connected devices.
-          All firmware is provided only by the original equipment manufacturer.
-        </p>
-        <p>
-          Enabling this functionality is done at your own risk, which means you
-          have to contact your original equipment manufacturer regarding any
-          problems caused by these updates.
-          Only problems with the update process itself should be filed at
-          $OS_RELEASE:BUG_REPORT_URL$.
-        </p>
-      </description>
-    </agreement_section>
-  </agreement>
-</component>
diff --git a/data/remotes.d/meson.build b/data/remotes.d/meson.build
index 826a3c1d..1f585c09 100644
--- a/data/remotes.d/meson.build
+++ b/data/remotes.d/meson.build
@@ -1,30 +1,3 @@
-if build_daemon and get_option('lvfs')
-  install_data([
-      'lvfs.conf',
-      'lvfs-testing.conf',
-    ],
-    install_dir : join_paths(sysconfdir, 'fwupd', 'remotes.d')
-  )
-  i18n.merge_file(
-    input: 'lvfs.metainfo.xml',
-    output: 'org.freedesktop.fwupd.remotes.lvfs.metainfo.xml',
-    type: 'xml',
-    po_dir: join_paths(meson.source_root(), 'po'),
-    data_dirs: join_paths(meson.source_root(), 'po'),
-    install: true,
-    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
-  )
-  i18n.merge_file(
-    input: 'lvfs-testing.metainfo.xml',
-    output: 'org.freedesktop.fwupd.remotes.lvfs-testing.metainfo.xml',
-    type: 'xml',
-    po_dir: join_paths(meson.source_root(), 'po'),
-    data_dirs: join_paths(meson.source_root(), 'po'),
-    install: true,
-    install_dir: join_paths(get_option('datadir'), 'fwupd', 'metainfo')
-  )
-endif
-
 install_data('README.md',
   install_dir : join_paths(datadir, 'fwupd', 'remotes.d', 'vendor', 'firmware')
 )

debug log:

solving 3efe523703 ...
found 3efe523703 in https://yhetil.org/guix/20210206004821.25915-3-lle-bout@zaclys.net/ ||
	https://yhetil.org/guix/20210204025933.4611-3-lle-bout@zaclys.net/ ||
	https://yhetil.org/guix/20210203231419.26724-3-lle-bout@zaclys.net/ ||
	https://yhetil.org/guix/20210203233032.27932-3-lle-bout@zaclys.net/

applying [1/1] https://yhetil.org/guix/20210206004821.25915-3-lle-bout@zaclys.net/
diff --git a/gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch b/gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch
new file mode 100644
index 0000000000..3efe523703

Checking patch gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch...
Applied patch gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch cleanly.

skipping https://yhetil.org/guix/20210204025933.4611-3-lle-bout@zaclys.net/ for 3efe523703
skipping https://yhetil.org/guix/20210203231419.26724-3-lle-bout@zaclys.net/ for 3efe523703
skipping https://yhetil.org/guix/20210203233032.27932-3-lle-bout@zaclys.net/ for 3efe523703
index at:
100644 3efe523703feb5db9ecdfe0fe06c606d8ae9f62d	gnu/packages/patches/fwupd-remove-nonfree-lvfs-repo.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.