moc-unstable
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official host (ftp.daper.net, related to moc.daper.net), which is plausibly the project's own infrastructure; building from source is normal for AUR packages, and the host, while not standard, is project-associated.
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 a tarball from the project's official host (ftp.daper.net, related to moc.daper.net), which is plausibly the project's own infrastructure; building from source is normal for AUR packages, and the host, while not standard, is project-associated.
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:23
source=(http://ftp.daper.net/pub/soft/moc/unstable/${_pkgname}-${_pkgver}.tar.{xz,asc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Hajós Attila <linux.alucard@gmail.com>
2
# Contributor: Eric Bélanger <eric@archlinux.org>
3
4
pkgname=moc-unstable
5
_pkgname=moc
6
pkgver=2.6_alpha3
7
_pkgver=${pkgver/_/-}
8
pkgrel=1
9
epoch=1
10
pkgdesc="An ncurses console audio player designed to be powerful and easy to use"
11
arch=('x86_64')
12
url="https://moc.daper.net/"
13
license=('GPL')
14
depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
15
makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
16
optdepends=('speex: for using the speex plugin'
17
'ffmpeg4.4: for using the ffmpeg plugin'
18
'taglib: for using the musepack plugin'
19
'libmpcdec: for using the musepack plugin'
20
'wavpack: for using the wavpack plugin'
21
'faad2: for using the aac plugin'
22
'libmodplug: for using the modplug plugin')
23
source=(http://ftp.daper.net/pub/soft/moc/unstable/${_pkgname}-${_pkgver}.tar.{xz,asc}
24
moc-ffmpeg4.patch
25
moc-https.patch)
26
conflicts=(moc)
27
provides=(moc)
28
sha1sums=('01400a96b6e40346c15ad02c38d494e10721fd63'
29
'25143611c9042593c13438c41c8b02aefc814ba5'
30
'SKIP'
31
'e3362ddd41126e2be874cd372a053fdaccf0f616')
32
prepare() {
33
cd $_pkgname-$_pkgver
34
patch -N -p0 -i ../moc-ffmpeg4.patch # Fix build with ffmpeg 4
35
patch -N -p0 -i ../moc-https.patch # Allow https for urls https://moc.daper.net/node/1872
36
}
37
38
build() {
39
cd ${_pkgname}-${_pkgver}
40
export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
41
./configure --prefix=/usr --without-rcc \
42
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
43
--with-musepack --with-vorbis --with-flac --with-wavpack \
44
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
45
--with-samplerate --with-curl --disable-cache --disable-debug
46
make
47
}
48
49
package() {
50
cd ${_pkgname}-${_pkgver}
51
make DESTDIR="${pkgdir}" install
52
}
53
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 |