Skip to content

Commit

Permalink
build/linux: Drop 'cfitsio' for now due to security concerns
Browse files Browse the repository at this point in the history
Temporarily drops 'cfitsio' which started weeks ago to change its hash.
In my tests, after "fixing" the hash, sometimes it alternates to another,
which breaks the build again. This is too hard to maintain and unsafe(?).
brunvonlope committed Jun 18, 2024
1 parent 3a54c37 commit d64cbf1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions build/linux/flatpak/org.gimp.GIMP-nightly.json.in
Original file line number Diff line number Diff line change
@@ -712,26 +712,6 @@
}
]
},
{
"name": "cfitsio",
"config-opts": [
"--enable-reentrant"
],
"make-args": ["shared"],
"cleanup": [
"/include",
"/lib/*.a",
"/lib/*.la",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"url": "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-4.2.0.tar.gz",
"sha256": "eba53d1b3f6e345632bb09a7b752ec7ced3d63ec5153a848380f3880c5d61889"
}
]
},
{
"name": "babl",
"buildsystem": "meson",

0 comments on commit d64cbf1

Please sign in to comment.