From e6a88c0c84bf8d832c7640777a481c75b4b58268 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Dec 2023 11:44:00 +0100 Subject: disable repo_gpgcheck as it raise too much issue being proxy and CVE-2021-20271 is fixed in rpm --- remi.repo | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'remi.repo') 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 -- cgit