baresip-qt-gui-git
The package builds from a publicly accessible Git repository with a SKIP'd checksum, but the source is transparent and the build process is standard CMake; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a publicly accessible Git repository with a SKIP'd checksum, but the source is transparent and the build process is standard CMake; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
# Maintainer CxOrg <clx.org@cloud-org.uk>
pkgname=baresip-qt-gui-git
pkgver=4.10.0_qt1.r4733.gcd1327ff
pkgrel=1
pkgdesc="Baresip bundled with custom native Qt applet and simple call interface for KDE Plasma6 (Wayland)"
arch=('x86_64')
url="https://github.com/CxOrg/baresip-qt"
license=('BSD-3-Clause')
depends=('qt6-base' 'layer-shell-qt' 'libre' 'openssl' 'opus' 'frameworkintegration')
makedepends=('cmake' 'git')
provides=('baresip' 'baresip-qt-gui')
conflicts=('baresip' 'baresip-qt-gui')
source=("git+https://github.com/CxOrg/baresip-qt.git#branch=call-dialogue")
sha256sums=('SKIP')
pkgver() {
cd baresip-qt
printf "4.10.0_qt1.r%s.g%s" "$(git rev-list --count HEAD)" \
"$(git rev-parse --short HEAD)"
}
build() {
# No -DMODULES override: build all modules whose deps are available
# (each module's CMakeLists auto-skips when its deps are missing).
cmake -B build -S "${srcdir}/baresip-qt" \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}
package() {
cmake --install build --prefix="${pkgdir}/usr"
install -Dm644 "${srcdir}/baresip-qt/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 11:34:50 | Low | 2 |