routeconverter
maintainer jose1711
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads JAR files from the project's own static subdomain, which is plausibly official; these are build artifacts, not executed remotely, and the worst case of a swapped source is limited to code execution during package use, but the source is checksummed and the host is contextually appropriate for the project.
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 package downloads JAR files from the project's own static subdomain, which is plausibly official; these are build artifacts, not executed remotely, and the worst case of a swapped source is limited to code execution during package use, but the source is checksummed and the host is contextually appropriate for the project.
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:20
RouteConverterCmdLine-${pkgver}.jar::http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterCmdLine.jar
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jose Riha <jose1711 gmail com>
2
# Contributor: Alexander 'hatred' Drozdov <adrozdoff@gmail.com>
3
# Contributor: willemw
4
# Contributor: Avi H.D. <strykar@hotmail.com>
5
6
pkgname=routeconverter
7
pkgver=3.2
8
pkgrel=2
9
pkgdesc="A free tool to edit and convert routes, tracks and waypoints"
10
arch=('i686' 'x86_64')
11
url="http://www.routeconverter.com/"
12
license=('GPL')
13
depends=('java-environment>=6' 'java-openjfx' 'archlinux-java-run')
14
makedepends=('gendesk' 'unzip')
15
optdepends=('gpsbabel: for some additional format support')
16
changelog=ChangeLog
17
source=(routeconverter
18
routeconverter-offline
19
routeconverter-cli
20
RouteConverterCmdLine-${pkgver}.jar::http://static.routeconverter.com/download/previous-releases/${pkgver}/RouteConverterCmdLine.jar
21
RouteConverterLinux-${pkgver}.jar::http://static.routeconverter.com/download/RouteConverterLinux.jar)
22
23
sha256sums=('0a4dca96f3f02c274714192765eaacfb1ceb53f628150fd0c73e00bf2ce7f6d5'
24
'30ed02e7180c85c0448a257a4b7d40de554b084faadeb899dead72e4e2cdc741'
25
'0237729d3fb3fdb7462fb1f9064175135f7406a9fb0ec2206986ab9f668b4078'
26
'3c4e889c9296ee4e205189f5962fbd09cab2e6e999de5ed6eb4565422710e8a5'
27
'a27d3790208ccd019523d53da4fa491ad9c57e92f29ba38a371314c13c663275')
28
29
noextract=(RouteConverterCmdLine-${pkgver}.jar
30
RouteConverterLinux-${pkgver}.jar)
31
32
build() {
33
cd "${srcdir}"
34
gendesk -f -n --pkgname "${pkgname}" --exec "routeconverter" --pkgdesc "${pkgdesc}" --categories 'Utility;Maps'
35
gendesk -f -n --pkgname "${pkgname}_offline" --exec "routeconverter-offline" --pkgdesc "${pkgdesc} (offline)" --categories 'Utility;Maps'
36
}
37
38
package()
39
{
40
install -m 755 -d "${pkgdir}/usr/bin"
41
install -m 755 -d "${pkgdir}/usr/share/pixmaps"
42
install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
43
install -m 755 "${srcdir}/routeconverter" \
44
"${srcdir}/routeconverter-cli" \
45
"${pkgdir}/usr/bin/"
46
for _ in RouteConverterCmdLine RouteConverterLinux
47
do
48
install -m 644 "${srcdir}/${_}-${pkgver}.jar" "${pkgdir}/usr/lib/${pkgname}/${_}.jar"
49
done
50
install -Dm 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
51
unzip -p "${srcdir}/RouteConverterLinux-${pkgver}.jar" slash/navigation/converter/gui/RouteConverter.png >"${pkgdir}/usr/share/pixmaps/routeconverter.png"
52
}
53
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 |