xtrabackup80

LOW
maintainer jnkrpn 1 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=xtrabackup80
4pkgver=8.0.35_34
5_boost_ver=1.77.0
6pkgrel=2
7pkgdesc='Non-blocking backup tool for MySQL'
8arch=('x86_64')
9url='https://www.percona.com/software/mysql-database/percona-xtrabackup'
10license=('GPL-2.0-only')
11depends=('libaio' 'libev' 'libgcrypt' 'curl' 'perl-dbd-mysql' 'numactl' 'protobuf' 'libprocps' 'icu' 'zlib' 'zstd' 'lz4')
12makedepends=('cmake3-bin' 'python-sphinx' 'vim' 'libedit' 'libevent' 'libfido2')
13optdepends=('qpress: for compressed backups')
14source=("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
17sha256sums=('6ca81cd647e7cb1d8fd341f97cd32248bd719f9104a63eb24f1edda6a2d2441c'
18 '5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131')
19
20prepare() {
21 mkdir build
22}
23
24build() {
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
48package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion