sxemacs-git

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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

Report a package

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

0 / 4000
Your suggestion