qfits

MEDIUM
maintainer masutu 0 votes scanned 2026-08-25 21:28:32.222906
View on AUR
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>
2pkgname=qfits
3pkgver=6.2.0
4pkgrel=2
5pkgdesc="A stand-alone C library giving access to FITS file internals."
6arch=(x86_64)
7url="https://www.eso.org/sci/software/eclipse/qfits/"
8license=('GPL')
9options=(!buildflags)
10source=("ftp://ftp.eso.org/pub/$pkgname/$pkgname-$pkgver.tar.gz")
11sha256sums=('3271469f8c50310ed88d1fd62a07c8bbd5b361e102def1dce3478d1a6b104b54')
12
13prepare() {
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
19build() {
20 cd "$pkgname-$pkgver"
21 ./configure --prefix=/usr --mandir=/usr/share/man
22 make
23}
24
25package() {
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)SeverityRules
2026-08-25 21:28:32 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion