xtrabackup80
maintainer jnkrpn
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source tarballs hosted on official project domains (Percona and Boost), which are legitimate and expected sources; the non-whitelisted hosts are the projects' own release infrastructure, so the risk is low despite the static analyzer flag.
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 package builds from source tarballs hosted on official project domains (Percona and Boost), which are legitimate and expected sources; the non-whitelisted hosts are the projects' own release infrastructure, so the risk is low despite the static analyzer flag.
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=("https://downloads.percona.com/downloads/Percona-XtraBackup-8.0/Percona-XtraBackup-8.0.35-34/source/tarball/percona-xtrabackup-8.0.35-34.tar.gz" -
PKGBUILD:15
"https://archives.boost.io/release/$_boost_ver/source/boost_${_boost_ver//./_}.tar.gz")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: John Karpn <johnkarpn@gmail.com>
2
3
pkgname=xtrabackup80
4
pkgver=8.0.35_34
5
_boost_ver=1.77.0
6
pkgrel=2
7
pkgdesc='Non-blocking backup tool for MySQL'
8
arch=('x86_64')
9
url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
10
license=('GPL-2.0-only')
11
depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 'protobuf' 'libprocps' 'icu' 'zlib' 'zstd' 'lz4')
12
makedepends=('cmake3-bin' 'python-sphinx' 'vim' 'libedit' 'libevent' 'libfido2')
13
optdepends=('qpress: for compressed backups')
14
source=("https://downloads.percona.com/downloads/Percona-XtraBackup-8.0/Percona-XtraBackup-8.0.35-34/source/tarball/percona-xtrabackup-8.0.35-34.tar.gz"
15
"https://archives.boost.io/release/$_boost_ver/source/boost_${_boost_ver//./_}.tar.gz")
16
17
sha256sums=('6ca81cd647e7cb1d8fd341f97cd32248bd719f9104a63eb24f1edda6a2d2441c'
18
'5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131')
19
20
prepare() {
21
mkdir build
22
}
23
24
build() {
25
cd build
26
cmake3 -DBUILD_CONFIG=xtrabackup_release \
27
-DCMAKE_BUILD_TYPE=Release \
28
-DMYSQL_DATADIR=/var/lib/mysql \
29
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
30
-DWITH_EDITLINE=system \
31
-DWITH_FIDO=system \
32
-DWITH_ICU=system \
33
-DWITH_LIBEVENT=system \
34
-DWITH_LZ4=system \
35
-DWITH_PROTOBUF=system \
36
-DWITH_SSL=system \
37
-DWITH_ZLIB=system \
38
-DWITH_ZSTD=system \
39
-DCMAKE_INSTALL_PREFIX=/usr \
40
-DINSTALL_PLUGINDIR="/usr/lib/xtrabackup/plugin" \
41
-DINSTALL_MANDIR="/usr/share/man" \
42
-DINSTALL_STATIC_LIBRARIES=OFF \
43
-DWITH_BOOST="../boost_${_boost_ver//./_}" \
44
../percona-xtrabackup-${pkgver//_/-}
45
make
46
}
47
48
package() {
49
cd build
50
make DESTDIR="$pkgdir" install
51
52
cd "$pkgdir"
53
rm -rf usr/xtrabackup-test \
54
usr/lib/xtrabackup/plugin/debug \
55
usr/lib/*.a \
56
usr/include \
57
usr/docs \
58
usr/share/man/man8 \
59
usr/share/man/man1/{c,i,m,l,p,z}*
60
}
61
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 |