dsh
MEDIUM
maintainer barbuk
3 votes
scanned 2026-09-15 13:19:52.153816
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:14
"https://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Julien Virey <julien.virey+aur@gmail.com>
2
# maintainer: dialuplama <dialuplama@teknik.io>
3
# co-maintainer: muhas <muhas@mail.ru>
4
5
pkgname=dsh
6
pkgver=0.25.10
7
pkgrel=3
8
pkgdesc="Distributed shell (or dancer’s shell) executes command remotely on several different machines at the same time."
9
arch=('x86_64')
10
url="http://www.netfort.gr.jp/~dancer/software/dsh.html"
11
license=('GPL-2.0-or-later')
12
depends=('libdshconfig')
13
source=(
14
"https://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$pkgver.tar.gz"
15
"https://sources.debian.org/data/main/d/dsh/0.25.10-2/debian/patches/0002-Remove-broken-detection-of-getopt-.-support-always-e.patch"
16
test.patch
17
)
18
sha256sums=('520031a5474c25c6b3f9a0840e06a4fea4750734043ab06342522f533fa5b4d0'
19
'fb74392ef9d57ca36dbd3f4b6da9dac0fa243519a7345a8cd720d4b87dccc257'
20
'2739f4ddd223c863a065d71aeb197a34e6ec4095e9001396ca1f19afb4eb7d9c')
21
22
prepare() {
23
cd "$pkgname-$pkgver"
24
patch -p1 < ../test.patch
25
patch -p1 < ../0002-Remove-broken-detection-of-getopt-.-support-always-e.patch
26
}
27
28
build() {
29
cd "$pkgname-$pkgver"
30
./configure \
31
--prefix=/usr \
32
--sysconfdir="/etc/$pkgname"
33
make
34
}
35
36
check() {
37
cd "$pkgname-$pkgver"
38
# We don't want to use $HOME/.dsh/dsh.conf for the test
39
unset HOME
40
make -k check
41
}
42
43
package() {
44
cd "$pkgname-$pkgver"
45
make DESTDIR="$pkgdir/" install
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 13:19:52 | Medium | 1 |
| 2026-06-20 00:18:46 | Medium | 1 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |