Skip to content

Commit

Permalink
Merge pull request #14 from prydom/CVE-2024-3094
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom authored Mar 29, 2024
2 parents 38e6ca6 + 81bc0be commit ca47d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/files/etc/yum.repos.d/koji.repo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[koji]
name=Koji $basearch
baseurl=https://kojipkgs.fedoraproject.org/repos/rawhide/latest/$basearch/
enabled=0
enabled=1
gpgcheck=0
repo_gpgcheck=0
# DISABLE KOJI WHEN NOT BROKEN - gnutls was broken on 2024-03-21
includepkgs=gnutls*
# DISABLE KOJI WHEN NOT BROKEN - xz compromised CVE-2024-3094
includepkgs=xz*
priority=100

0 comments on commit ca47d2d

Please sign in to comment.