summaryrefslogtreecommitdiffstats
path: root/remi.repo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-20 11:44:00 +0100
committerRemi Collet <remi@php.net>2023-12-20 11:44:00 +0100
commite6a88c0c84bf8d832c7640777a481c75b4b58268 (patch)
treebdf2ec867c843e3e1c8426ee08bdcfdda275119b /remi.repo
parent9e908bcd057a09f72b79654bd0f750bbded650d1 (diff)
disable repo_gpgcheck as it raise too much issue being proxy
and CVE-2021-20271 is fixed in rpm
Diffstat (limited to 'remi.repo')
-rw-r--r--remi.repo9
1 files changed, 5 insertions, 4 deletions
diff --git a/remi.repo b/remi.repo
index 2f54615..6e5adf8 100644
--- a/remi.repo
+++ b/remi.repo
@@ -9,7 +9,8 @@ name=Remi's RPM repository for Enterprise Linux VERSION - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/remi/$basearch/mirror
enabled=0
gpgcheck=1
-repo_gpgcheck=1
+# can be enabled if not being a proxy because of possible cache issue
+repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION
[remi-test]
@@ -20,7 +21,7 @@ mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/test/$basearch/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=0
gpgcheck=1
-repo_gpgcheck=1
+repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION
[remi-debuginfo]
@@ -28,7 +29,7 @@ name=Remi's RPM repository for Enterprise Linux VERSION - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-remi/$basearch/
enabled=0
gpgcheck=1
-repo_gpgcheck=1
+repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION
[remi-test-debuginfo]
@@ -36,6 +37,6 @@ name=Remi's test RPM repository for Enterprise Linux VERSION - $basearch - debug
baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-test/$basearch/
enabled=0
gpgcheck=1
-repo_gpgcheck=1
+repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION