qfits
MEDIUM
maintainer masutu
0 votes
scanned 2026-08-25 21:28:32.222906
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
Medium
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:10
source=("ftp://ftp.eso.org/pub/$pkgname/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: masutu <masutu dot arch at gmail dot com>
2
pkgname=qfits
3
pkgver=6.2.0
4
pkgrel=2
5
pkgdesc="A stand-alone C library giving access to FITS file internals."
6
arch=(x86_64)
7
url="https://www.eso.org/sci/software/eclipse/qfits/"
8
license=('GPL')
9
options=(!buildflags)
10
source=("ftp://ftp.eso.org/pub/$pkgname/$pkgname-$pkgver.tar.gz")
11
sha256sums=('3271469f8c50310ed88d1fd62a07c8bbd5b361e102def1dce3478d1a6b104b54')
12
13
prepare() {
14
cd "$pkgname-$pkgver"
15
sed -i '32i#include "qfits_tools.h"' main/dtfits.c
16
sed -i '32i#include "qfits_tools.h"' main/qextract.c
17
}
18
19
build() {
20
cd "$pkgname-$pkgver"
21
./configure --prefix=/usr --mandir=/usr/share/man
22
make
23
}
24
25
package() {
26
cd "$pkgname-$pkgver"
27
make DESTDIR="$pkgdir/" install
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-25 21:28@@ -1,7 +1,7 @@ # Maintainer: masutu <masutu dot arch at gmail dot com> pkgname=qfits pkgver=6.2.0-pkgrel=1+pkgrel=2 pkgdesc="A stand-alone C library giving access to FITS file internals." arch=(x86_64) url="https://www.eso.org/sci/software/eclipse/qfits/"@@ -9,6 +9,12 @@ options=(!buildflags) source=("ftp://ftp.eso.org/pub/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('3271469f8c50310ed88d1fd62a07c8bbd5b361e102def1dce3478d1a6b104b54')++prepare() {+ cd "$pkgname-$pkgver"+ sed -i '32i#include "qfits_tools.h"' main/dtfits.c+ sed -i '32i#include "qfits_tools.h"' main/qextract.c+} build() { cd "$pkgname-$pkgver"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-25 21:28:32 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |