summaryrefslogtreecommitdiffstats
path: root/remi-safe.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-safe.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-safe.repo')
-rw-r--r--remi-safe.repo5
1 files changed, 3 insertions, 2 deletions
diff --git a/remi-safe.repo b/remi-safe.repo
index 6e9dd63..bf278de 100644
--- a/remi-safe.repo
+++ b/remi-safe.repo
@@ -9,7 +9,8 @@ name=Safe Remi's RPM repository for Enterprise Linux VERSION - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/safe/$basearch/mirror
enabled=1
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-safe-debuginfo]
@@ -17,5 +18,5 @@ 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