lib32-giflib
MEDIUM
maintainer groctel
6 votes
scanned 2026-08-30 19:44:01.063593
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:24
source=("${pkgname}::git+https://git.code.sf.net/p/giflib/code#tag=${pkgver}")
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
2
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
3
# Maintainer: Jan de Groot <jgc@archlinux.org>
4
# Contributor: Baptiste Daroussin <baptiste.daroussin@gmail.com>
5
# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
6
# Contributor: mightyjaym <jm.ambrosino@free.fr>
7
8
_pkgbasename=giflib
9
pkgname=lib32-$_pkgbasename
10
pkgver=6.1.3
11
pkgrel=1
12
pkgdesc='Library for reading and writing gif images'
13
url='http://giflib.sourceforge.net/'
14
arch=('x86_64')
15
license=('MIT')
16
depends=('lib32-glibc' $_pkgbasename)
17
makedepends=(
18
'docbook-xsl'
19
'docbook-xml'
20
'git'
21
'imagemagick'
22
'xmlto'
23
)
24
source=("${pkgname}::git+https://git.code.sf.net/p/giflib/code#tag=${pkgver}")
25
sha512sums=('8d2c425c9a5ae4f1ad00d302bf485148f67d7c29f6065e525c971808747a337015c34a79e331218300f601e256bc16ff68ccd051ebeb4a111a68a99d5c7a93d2')
26
27
build() {
28
cd ${pkgname}
29
CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
30
make CC="gcc -m32"
31
}
32
33
check() {
34
cd ${pkgname}
35
make check
36
}
37
38
package() {
39
cd ${pkgname}
40
make PREFIX=/usr LIBDIR=/usr/lib32 DESTDIR="${pkgdir}" install
41
42
rm -r "${pkgdir}"/usr/{include,share,bin}
43
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
44
}
45
46
# vim: ts=2 sw=2 et:
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 2 |
| 2026-08-16 21:36:09 | Clean | 3 |
| 2026-08-16 21:33:47 | Medium | 2 |