dnslookup
MEDIUM
maintainer helioloureiro
1 votes
scanned 2026-09-25 13:11:58.025550
Why flagged
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
Triggered rules
Medium
External install via pipx/uv/poetry/cargo/go/gem
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:24
go install -x -v -buildmode=pie -ldflags "-s -w" -trimpath
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jorge Pizarro-Callejas (jorgicio) <jpizarrocallejas@gmail.com>
2
pkgname=dnslookup
3
pkgver=1.12.0
4
pkgrel=4
5
pkgdesc="Simple command line utility to make DNS lookups to the specified server"
6
arch=('any')
7
url="https://github.com/ameshkov/dnslookup"
8
license=('GPL3')
9
depends=()
10
makedepends=('go>=1.27.1')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/ameshkov/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('de4b851a21556811f26739b480fedd2c9e4fd0b238f4a4e20143e1f64b42474f')
13
conflicts=('dnslookup-git' 'dnslookup-bin')
14
15
prepare() {
16
cd ${srcdir}/$pkgname-$pkgver
17
}
18
19
build(){
20
cd "${srcdir}/$pkgname-$pkgver"
21
mkdir -p "${srcdir}/gopath"
22
export GOPATH="${srcdir}/gopath"
23
export GOFLAGS="-modcacherw"
24
go install -x -v -buildmode=pie -ldflags "-s -w" -trimpath
25
}
26
27
package(){
28
mkdir -p $pkgdir/usr/bin
29
install $srcdir/gopath/bin/$pkgname $pkgdir/usr/bin/$pkgname
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-07-13 00:19+++ PKGBUILD @ 2026-09-25 13:11@@ -1,13 +1,13 @@ # Maintainer: Jorge Pizarro-Callejas (jorgicio) <jpizarrocallejas@gmail.com> pkgname=dnslookup pkgver=1.12.0-pkgrel=3+pkgrel=4 pkgdesc="Simple command line utility to make DNS lookups to the specified server" arch=('any') url="https://github.com/ameshkov/dnslookup" license=('GPL3') depends=()-makedepends=('go>=1.26')+makedepends=('go>=1.27.1') source=("$pkgname-$pkgver.tar.gz::https://github.com/ameshkov/$pkgname/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('de4b851a21556811f26739b480fedd2c9e4fd0b238f4a4e20143e1f64b42474f') conflicts=('dnslookup-git' 'dnslookup-bin')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 13:11:58 | Medium | 1 |
| 2026-07-13 00:19:36 | Clean | 2 |
| 2026-07-12 17:40:40 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 18:04:49 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |