boost-stacktrace-backtrace
MEDIUM
maintainer leejuyuu
1 votes
scanned 2026-09-10 09:20:32.972965
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:19
source=("https://archives.boost.io/release/$pkgver/source/boost_$_boostver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tzu-Yu Lee <leejuyuu@gmail.com>
2
# Co-maintainer: RayeS <sidorovich.pasha at gmail dot com>
3
# Contributor: chn <g897331845@gmail.com>
4
# Contributor: xantares
5
6
pkgname=boost-stacktrace-backtrace
7
pkgver=1.92.0
8
_boostver=${pkgver//./_}
9
pkgrel=1
10
pkgdesc='Boost.stacktrace backtrace variant'
11
url='https://www.boost.org/'
12
arch=('x86_64')
13
license=('custom')
14
depends=('boost' 'libbacktrace-git')
15
makedepends=('gcc')
16
options=('staticlibs')
17
provides=(libboost_stacktrace_backtrace.so)
18
19
source=("https://archives.boost.io/release/$pkgver/source/boost_$_boostver.tar.gz")
20
sha256sums=('c4a3b310ddd2472416e091067166b0713be97c63f38c212c484ada022fd296ce')
21
22
build() {
23
cd boost_$_boostver
24
./bootstrap.sh --with-toolset=gcc
25
./b2 \
26
variant=release \
27
debug-symbols=on \
28
threading=multi \
29
runtime-link=shared \
30
link=shared,static \
31
toolset=gcc \
32
cxxstd=23 \
33
cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3 -ffat-lto-objects" \
34
cxxflags="${CPPFLAGS} ${CXXFLAGS} -fPIC -O3 -ffat-lto-objects" \
35
linkflags="${LDFLAGS}" \
36
--layout=system \
37
--with-stacktrace
38
}
39
40
package() {
41
cd boost_$_boostver
42
install -d "${pkgdir}"/usr/lib
43
install -d "${pkgdir}"/usr/lib/cmake
44
cp -P stage/lib/libboost_stacktrace_backtrace.* "${pkgdir}"/usr/lib
45
cp -r stage/lib/cmake/boost_stacktrace_backtrace-"${pkgver}" "${pkgdir}"/usr/lib/cmake/
46
}
47
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-10 09:20@@ -4,7 +4,7 @@ # Contributor: xantares pkgname=boost-stacktrace-backtrace-pkgver=1.91.0+pkgver=1.92.0 _boostver=${pkgver//./_} pkgrel=1 pkgdesc='Boost.stacktrace backtrace variant'@@ -17,14 +17,14 @@ provides=(libboost_stacktrace_backtrace.so) source=("https://archives.boost.io/release/$pkgver/source/boost_$_boostver.tar.gz")-sha256sums=('5734305f40a76c30f951c9abd409a45a2a19fb546efe4162119250bbe4d3a463')+sha256sums=('c4a3b310ddd2472416e091067166b0713be97c63f38c212c484ada022fd296ce') build() { cd boost_$_boostver ./bootstrap.sh --with-toolset=gcc ./b2 \ variant=release \- debug-symbols=off \+ debug-symbols=on \ threading=multi \ runtime-link=shared \ link=shared,static \Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 09:20:32 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |