xdialog
maintainer andreas_baumann
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (xdialog.free.fr), which is plausibly the project's own hosting; building from official source is normal AUR practice, even if the host is not on a standard whitelist.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is downloaded from the project's official domain (xdialog.free.fr), which is plausibly the project's own hosting; building from official source is normal AUR practice, even if the host is not on a standard whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
2
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
3
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
4
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5
6
pkgname=xdialog
7
pkgver=2.3.1
8
pkgrel=10
9
pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs"
10
url="http://xdialog.free.fr/"
11
arch=('x86_64')
12
depends=('gtk2')
13
license=('GPL')
14
source=("http://xdialog.free.fr/Xdialog-${pkgver}.tar.bz2"
15
"xdialog-2.3.1-gtk2.patch"
16
"Xdialog-2.3.1-compilation.patch")
17
sha512sums=('2a0f6e15297ae3ef54a41da1b1fe2ef376d28757d47433df2b8e9918cd4f95871a630b94ec544bd848e518df7f86934030a71bf0371a1466286bf7d912335525'
18
'3dd571b61a70a7215096c0973e9ba88a26d38e0f93e9149c9a386c7d2dee96a3539f27b3654e701b3fb496f245313e6a1ad6e67f95a142b76ede60f054c50ab5'
19
'034b50d9f90e8e47392d584cbf87f9cafcea72145a28caa07f7b7a8da65cc6c1b0e33810452c181a1197030902683882ed1f247c41b259129a663204ec020d5b')
20
21
build() {
22
cd "$srcdir"/Xdialog-$pkgver
23
patch -p1 <../xdialog-$pkgver-gtk2.patch
24
patch -p1 <../Xdialog-2.3.1-compilation.patch
25
./configure --prefix=/usr \
26
--mandir="$pkgdir"/usr/share/man --with-gtk2
27
# Fix bugs in automake - see Xdialog.spec
28
sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
29
sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
30
make
31
}
32
33
package() {
34
cd "$srcdir"/Xdialog-${pkgver}
35
make prefix="$pkgdir"/usr install
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |