lib32-giflib

MEDIUM
maintainer groctel 6 votes scanned 2026-08-30 19:44:01.063593
View on AUR
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
9pkgname=lib32-$_pkgbasename
10pkgver=6.1.3
11pkgrel=1
12pkgdesc='Library for reading and writing gif images'
13url='http://giflib.sourceforge.net/'
14arch=('x86_64')
15license=('MIT')
16depends=('lib32-glibc' $_pkgbasename)
17makedepends=(
18 'docbook-xsl'
19 'docbook-xml'
20 'git'
21 'imagemagick'
22 'xmlto'
23)
24source=("${pkgname}::git+https://git.code.sf.net/p/giflib/code#tag=${pkgver}")
25sha512sums=('8d2c425c9a5ae4f1ad00d302bf485148f67d7c29f6065e525c971808747a337015c34a79e331218300f601e256bc16ff68ccd051ebeb4a111a68a99d5c7a93d2')
26
27build() {
28 cd ${pkgname}
29 CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
30 make CC="gcc -m32"
31}
32
33check() {
34 cd ${pkgname}
35 make check
36}
37
38package() {
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)SeverityRules
2026-08-30 19:44:01 Medium 2
2026-08-16 21:36:09 Clean 3
2026-08-16 21:33:47 Medium 2

Report a package

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

0 / 4000
Your suggestion