dimemas
MEDIUM
maintainer gamezelda
0 votes
scanned 2026-09-11 01:21:31.837469
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:10
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
2
pkgname='dimemas'
3
pkgdesc='High-abstracted network simulator for message-passing programs (from BSC).'
4
pkgver='5.6.0.20260910'
5
pkgrel='1'
6
arch=('x86_64')
7
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
8
license=('LGPL-2.1-or-later')
9
depends=(boost)
10
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2"
11
"0001-Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch")
12
sha512sums=(27d66c3e9b2ebf8d6daa2baf5669e4fa9f62e592f8b097f3ef5588adbb89e744c1874b86f7b0151eeb75e263f62c69b690d7eac136515bef949f720ffe9492f3
13
4a72a6d8816310887c41a13946292f1dfa5b92768cd53cd1076700f3660b841fd82559a6f1e8f24c70711d487f6f5ab66ab33e20f0ea0bd18e5eeb6ea7341b48)
14
15
prepare() {
16
cd "$srcdir/$pkgname-${pkgver%.*}"
17
18
patch -Np1 -i "$srcdir/0001-Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch"
19
20
autoreconf -i -f
21
}
22
23
build() {
24
cd "$srcdir/$pkgname-${pkgver%.*}"
25
26
# Force-disable the use of TBB. Fixes the build when 'onetbb' is installed,
27
# which otherwise fails due to macro conflicts & linking errors.
28
export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_USE_TBB_PAR_BACKEND=0"
29
30
# NOTE: The following optional features are NOT enabled:
31
# * Java GUI
32
./configure \
33
--prefix=/usr
34
35
make
36
}
37
38
package() {
39
cd "$srcdir/$pkgname-${pkgver%.*}"
40
41
make DESTDIR="$pkgdir/" install
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-09-11 01:21@@ -1,15 +1,15 @@ # Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com> pkgname='dimemas' pkgdesc='High-abstracted network simulator for message-passing programs (from BSC).'-pkgver='5.5.0.20251028'-pkgrel='3'+pkgver='5.6.0.20260910'+pkgrel='1' arch=('x86_64') url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools' license=('LGPL-2.1-or-later') depends=(boost) source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2" "0001-Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch")-sha512sums=(3ce576982504e1eb7a3c90a4540111d29ddbbce9d8091012ef38b09bffaed7e3caafcbbaecc7aa9cd4cc6d8baeb6e0607176aa1864ba3fcd2e294f58ae1865f1+sha512sums=(27d66c3e9b2ebf8d6daa2baf5669e4fa9f62e592f8b097f3ef5588adbb89e744c1874b86f7b0151eeb75e263f62c69b690d7eac136515bef949f720ffe9492f3 4a72a6d8816310887c41a13946292f1dfa5b92768cd53cd1076700f3660b841fd82559a6f1e8f24c70711d487f6f5ab66ab33e20f0ea0bd18e5eeb6ea7341b48) prepare() {@@ -22,6 +22,10 @@ build() { cd "$srcdir/$pkgname-${pkgver%.*}"++ # Force-disable the use of TBB. Fixes the build when 'onetbb' is installed,+ # which otherwise fails due to macro conflicts & linking errors.+ export CXXFLAGS="$CXXFLAGS -D_GLIBCXX_USE_TBB_PAR_BACKEND=0" # NOTE: The following optional features are NOT enabled: # * Java GUIScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 01:21:31 | Medium | 1 |
| 2026-06-20 00:18:46 | Medium | 1 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |