ntpdate
LOW
maintainer Muflone
168 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a legitimate NTP project tarball from a university host (udel.edu), which is the official upstream for NTP; building from this source is normal and expected, despite the non-whitelisted domain.
Triggered rules
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The source is a legitimate NTP project tarball from a university host (udel.edu), which is the official upstream for NTP; building from this source is normal and expected, despite the non-whitelisted domain.
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:16
source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${pkgver%*.*.*}/${_pkgname}-${_pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Muflone http://www.muflone.com/contacts/english/
2
# Contributor: Sébastien Luttringer <seblu@aur.archlinux.org>
3
4
pkgname=ntpdate
5
_pkgname=ntp
6
_pkgver=4.2.8p18
7
pkgver=${_pkgver/p/.p}
8
pkgrel=1
9
pkgdesc='Client for the Network Time Protocol (NTP)'
10
url='http://www.ntp.org/'
11
license=('LicenseRef-custom')
12
arch=('i686' 'x86_64')
13
depends=('openssl')
14
conflicts=('ntp' 'ntpdate-dev')
15
backup=('etc/conf.d/ntpdate.conf')
16
source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${pkgver%*.*.*}/${_pkgname}-${_pkgver}.tar.gz"
17
"bug_3926_pthread_detach.patch"::"https://gitlab.archlinux.org/archlinux/packaging/packages/ntp/-/raw/4ab37fa86a6e3ffb1e53a2f415098ff934640b26/ntp-4.2.8.p18-fix-build.patch?inline=false"
18
"${pkgname}.conf"
19
"${pkgname}.service")
20
sha256sums=('cf84c5f3fb1a295284942624d823fffa634144e096cfc4f9969ac98ef5f468e5'
21
'9c4afa0daed5fd3cc9544ec808b2bb1dd959e5d40c4cae307b7025b16885903c'
22
'1ddbf0f51e030c6ec48d50e1b0eb6682f2d51567fbbb8fdd695a0e38a6036fd7'
23
'2267e19120de4a73703ed0d83a4a0088309600ce3fed88c3c17a950fa0c1aa85')
24
25
prepare() {
26
cd "${srcdir}/${_pkgname}-${_pkgver}"
27
# https://bugs.ntp.org/show_bug.cgi?id=3926
28
# https://gitlab.archlinux.org/archlinux/packaging/packages/ntp/-/issues/3
29
patch -N -p1 -i "${srcdir}/bug_3926_pthread_detach.patch"
30
autoreconf -fiv
31
}
32
33
build() {
34
cd "${srcdir}/${_pkgname}-${_pkgver}"
35
./configure --prefix=/usr --libexecdir=/usr/lib
36
make
37
}
38
39
package() {
40
install -m 755 -d "${pkgdir}/etc/conf.d"
41
install -m 644 -t "${pkgdir}/etc/conf.d" "${pkgname}.conf"
42
install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
43
install -m 644 -t "${pkgdir}/usr/lib/systemd/system" "${pkgname}.service"
44
45
cd "${srcdir}/${_pkgname}-${_pkgver}"
46
install -m 755 -d "${pkgdir}/usr/bin"
47
install -m 755 -t "${pkgdir}/usr/bin" "${pkgname}/${pkgname}"
48
install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
49
install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "COPYRIGHT"
50
}
51
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |