msieve-svn
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Subversion checkout from the official project's SourceForge repository, which is a legitimate and expected source for this package; building from source is normal for AUR packages and poses no inherent risk.
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 source is a Subversion checkout from the official project's SourceForge repository, which is a legitimate and expected source for this package; building from source is normal for AUR packages and poses no inherent risk.
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=("${pkgname%-svn}::svn+svn://svn.code.sf.net/p/msieve/code/trunk")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 0b100100 <0b100100 at protonmail dot ch>
2
3
pkgname=msieve-svn
4
pkgver=1.54.r1044
5
pkgrel=1
6
pkgdesc='Library for factoring large integers'
7
url='https://sourceforge.net/projects/msieve'
8
license=('custom')
9
arch=('x86_64')
10
depends=('zlib' 'gmp-ecm')
11
makedepends=('subversion')
12
provides=('msieve')
13
conflicts=('msieve')
14
source=("${pkgname%-svn}::svn+svn://svn.code.sf.net/p/msieve/code/trunk")
15
sha512sums=('SKIP')
16
17
# Find line(s) beginning with "#define $1 " in file $2 and output the remainder
18
_get_def() {
19
local s="[[:space:]]"
20
sed -n -E "s/^$s*#$s*define$s+$1$s+//p" "$2"
21
}
22
23
pkgver() {
24
cd "${pkgname%-svn}"
25
local major_ver="$(_get_def MSIEVE_MAJOR_VERSION include/msieve.h)"
26
local minor_ver="$(_get_def MSIEVE_MINOR_VERSION include/msieve.h)"
27
# Note: if you modify the checkout, svnversion will append "M"
28
local rev="$(svnversion)"
29
printf "%s.%s.r%s" "${major_ver}" "${minor_ver}" "${rev//[[:alpha:]]}"
30
}
31
32
build() {
33
cd "${pkgname%-svn}"
34
CFLAGS+=' -fopenmp'
35
# Note: Makefile defines auto-configured OPT_FLAGS
36
# and leaves MACHINE_FLAGS for us to tweak CFLAGS.
37
# (a) If you do not want to override OPT_FLAGS's -O3 or -march=native:
38
# make all ECM=1 MACHINE_FLAGS="\$(filter-out -O% -m%,$CFLAGS)"
39
# (b) Better keep our -m overrides, but use OPT_FLAGS's -O3 setting:
40
# make all ECM=1 MACHINE_FLAGS="\$(filter-out -O%,$CFLAGS)"
41
# (c) Use all CFLAGS from makepkg.conf, including -O* and -m* flags:
42
make all ECM=1 MACHINE_FLAGS="$CFLAGS"
43
}
44
45
package() {
46
cd "${pkgname%-svn}"
47
install -Dm755 msieve -t "$pkgdir/usr/bin/"
48
install -Dm644 Readme* Changes -t "$pkgdir/usr/share/doc/${pkgname%-svn}/"
49
install -d "$pkgdir/usr/share/licenses/$pkgname/"
50
ln -s /usr/share/doc/${pkgname%-svn}/Readme "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51
}
52
53
# vim:set ts=2 sw=2 et:
54
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 |