AUR AI Reviewer

Review Results

Version #1780 of linux-xanmod · commit 71c0f8608fc9 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #530

Comment

The only change in this .SRCINFO hunk is a version bump from 7.1.3 to 7.1.4. No build logic, sources, checksums, install scripts, or permissions are altered here, so there is no direct security impact visible in the reviewed diff. The remaining metadata still points to the same upstream package; the existing HTTP URL is a pre-existing concern, but it is not introduced by this change and is outside the scope of this single hunk.

@@ -1,6 +1,6 @@
 pkgbase = linux-xanmod
 	pkgdesc = Linux Xanmod - Stable Mainline [MAIN]
-	pkgver = 7.1.3
+	pkgver = 7.1.4
 	pkgrel = 1
 	url = http://www.xanmod.org/
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #531

Comment

The change is a straightforward version bump in .SRCINFO: it updates the XanMod patch source from 7.1.3 to 7.1.4 and refreshes the corresponding SHA-256 checksum. The source remains an HTTPS SourceForge download, there are no new sources, scripts, or build steps introduced, and no signs of privilege escalation or persistence mechanisms in this diff. On its face this is low risk and consistent with a normal package update.

@@ -20,13 +20,13 @@ pkgbase = linux-xanmod
 	options = !strip
 	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.tar.xz
 	source = https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.1.tar.sign
-	source = patch-7.1.3-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/7.1.3-xanmod1/patch-7.1.3-xanmod1.xz/download
+	source = patch-7.1.4-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/7.1.4-xanmod1/patch-7.1.4-xanmod1.xz/download
 	source = choose-gcc-optimization.sh
 	validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
 	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
 	sha256sums = 691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0
 	sha256sums = SKIP
-	sha256sums = 2b7704be3c2d9d473141f182c85b0698e8664e80e0697b2cc9dddf9868853711
+	sha256sums = 1faf52109691e82bd85296a778babd6d7d3b606a3d266db7a7c74d5b9afd58c7
 	sha256sums = f4acc1760990c54348a029315d1505ccb7c7270cd70a9aeb728bffcced51e767
 
 pkgname = linux-xanmod
Risk 0/5 · Safe PKGBUILD
Result #532

Comment

The change only bumps pkgver from 7.1.3 to 7.1.4 in PKGBUILD metadata. No build logic, sources, checksums, install scripts, or packaging behavior changed. This is a low-risk version update with no security-relevant code paths affected.

@@ -73,7 +73,7 @@ fi
 
 pkgbase=linux-xanmod
 _major=7.1
-pkgver=${_major}.3
+pkgver=${_major}.4
 _branch=7.x
 xanmod=1
 _revision=
Risk 0/5 · Safe PKGBUILD
Result #533

Comment

The change only updates a sha256 checksum entry in PKGBUILD for one declared source file. There is no new source, no build logic change, no added network access, and no packaging/persistence behavior introduced. Based on the provided diff hunk alone, this is a low-risk integrity update, likely reflecting an upstream source refresh or patch replacement. I did not see evidence of malicious content in the hunk itself.

@@ -120,7 +120,7 @@ done
 
 sha256sums=('691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0'
             'SKIP'
-            '2b7704be3c2d9d473141f182c85b0698e8664e80e0697b2cc9dddf9868853711'
+            '1faf52109691e82bd85296a778babd6d7d3b606a3d266db7a7c74d5b9afd58c7'
             'f4acc1760990c54348a029315d1505ccb7c7270cd70a9aeb728bffcced51e767')
 
 export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}