concorde-glpk

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source URLs are from the official project host (math.uwaterloo.ca) and a well-known GNU mirror (ftp.gnu.org), both legitimate and project-appropriate, despite not being on a standard whitelist; the package builds from official source code, posing no execution or supply-chain 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 URLs are from the official project host (math.uwaterloo.ca) and a well-known GNU mirror (ftp.gnu.org), both legitimate and project-appropriate, despite not being on a standard whitelist; the package builds from official source code, posing no execution or supply-chain 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:15 source=("http://www.math.uwaterloo.ca/tsp/concorde/downloads/codes/src/co031219.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
2
3pkgname=concorde-glpk
4pkgver=03.12.19
5pkgrel=2
6_glpkver=5.0
7pkgdesc="Travelling Salesman Problem Solver (GLPK back-end)"
8arch=('i686' 'x86_64' 'armv7h' 'aarch64')
9url="http://www.math.uwaterloo.ca/tsp/concorde/index.html"
10license=('custom')
11provides=('concorde')
12depends=('glpk')
13makedepends=()
14options=('staticlibs' '!buildflags')
15source=("http://www.math.uwaterloo.ca/tsp/concorde/downloads/codes/src/co031219.tgz"
16 "https://ftp.gnu.org/gnu/glpk/glpk-${_glpkver}.tar.gz")
17sha384sums=('b6eaf8ec6cc6f28f03851169b47e790dcb7352611578052c7fa891073a778af1b28a69c4f4f6598d4a5d5cf9f39ac8d3'
18 'b7f3b5f4d47f4c79972ece1e3bbf829f3ec97c03241b40100620de636111c5c11560adfd47b9905c5d4b7bada438c75d')
19
20build() {
21 cd "$srcdir/concorde"
22 cp "$srcdir/glpk-${_glpkver}/examples/cplex/cplex.c" "LP/"
23 cp "$srcdir/glpk-${_glpkver}/examples/cplex/cplex.h" "LP/"
24 echo '#include "cplex.c"' > LP/lpglpk.c
25 echo '#include "lpcplex8.c"' >> LP/lpglpk.c
26 ./configure --enable-pthreads --prefix=/usr
27 make CPPFLAGS=-I. LPSOLVER_INTERFACE=lpglpk.c LPSOLVER_LIB=-lglpk
28}
29
30package() {
31 cd "$srcdir/concorde"
32 install -dm755 "$pkgdir/usr/bin"
33 install -m755 "TSP/concorde" "$pkgdir/usr/bin"
34 install -dm755 "$pkgdir/usr/include"
35 install -m644 concorde.h "$pkgdir/usr/include"
36 install -dm755 "$pkgdir/usr/lib"
37 install -m755 concorde.a "$pkgdir/usr/lib/libconcorde.a"
38 install -dm755 "$pkgdir/usr/share/doc/concorde"
39 install -m644 README "$pkgdir/usr/share/doc/concorde"
40}
41

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion