sxemacs-git

LOW
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a git checkout from a project-owned domain (git.sxemacs.org), which is a normal and expected practice for AUR packages; the non-whitelisted host is plausibly official, and building from source is low risk even with a SKIP'd checksum.

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 is a git checkout from a project-owned domain (git.sxemacs.org), which is a normal and expected practice for AUR packages; the non-whitelisted host is plausibly official, and building from source is low risk even with a SKIP'd checksum.

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:17 source=('git+http://git.sxemacs.org/sxemacs')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2
3pkgname=sxemacs-git
4pkgver=22.1.17.4.g66cd362
5pkgrel=2
6pkgdesc="A derivation of xemacs - git checkout"
7arch=('i686' 'x86_64')
8url="http://www.sxemacs.org/"
9license=('GPL')
10depends=('libao' 'gpm' 'libtiff' 'jack' 'libmad' 'desktop-file-utils'
11 'compface' 'libpulse' 'libxaw' 'sox' 'openssl' 'ffmpeg' 'xaw3d'
12 'postgresql-libs')
13# dependency postgresql-libs can be avoided using --with-postgres=no in configure statement
14makedepends=('git' 'texinfo' 'xbitmaps')
15provides=('sxemacs')
16conflicts=('sxemacs' 'xemacs')
17source=('git+http://git.sxemacs.org/sxemacs')
18md5sums=('SKIP')
19
20pkgver() {
21 cd ${pkgname%-git}
22 git describe --tags | sed -e 's|-|.|g' -e 's|v||'
23}
24
25prepare() {
26 cd ${pkgname%-git}/etc
27 sed -i 's+StartupWMClass=Emacs+StartupWMClass=SXEmacs+' sxemacs.desktop.in
28 cd ../..
29 [ -d ${pkgname%-git}/libltdl/m4 ] || mkdir -p ${pkgname%-git}/libltdl/m4
30 [ -d build ] || mkdir -p build
31}
32
33build() {
34 cd build
35 ../${pkgname%-git}/autogen.sh
36 CFLAGS="$CFLAGS -I/usr/include/freetype2" \
37 ../${pkgname%-git}/configure --prefix=/usr --with-openssl --with-athena=3d \
38 --without-database
39 make
40}
41
42package() {
43 cd "build"
44 make DESTDIR="$pkgdir/" install
45# remove conflict with ctags package
46 mv "$pkgdir"/usr/bin/{ctags,ctags.sxemacs}
47 mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.sxemacs.1}
48# remove conflict with other emacsen
49 mv "$pkgdir"/usr/bin/{etags,etags.sxemacs}
50 mv "$pkgdir"/usr/share/man/man1/{etags.1,etags.sxemacs.1}
51 mv "$pkgdir"/usr/share/info/cl.info \
52 "$pkgdir"/usr/share/info/cl-sxemacs.info
53 mv "$pkgdir"/usr/share/info/widget.info \
54 "$pkgdir"/usr/share/info/widget-sxemacs.info
55}
56

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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