AUR AI Reviewer

Review Results

Version #2305 of linux-xanmod · commit 2a0fc0c328d9 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2904

Comment

The change is limited to bumping pkgver in .SRCINFO from 7.1.11 to 7.1.13. No new sources, build steps, install scripts, permissions, or packaging behavior are introduced in the reviewed hunk. The only notable issue visible is that the package URL remains HTTP rather than HTTPS, but that pre-existed this change and is not modified here. Based on the provided diff alone, this is low risk.

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

Comment

The change is a routine version bump in .SRCINFO from 7.1.11 to 7.1.13, updating the corresponding XanMod patch URL and checksum. The sources remain HTTPS and point to the same upstream kernel/XanMod release locations, with no new build-time commands, install scripts, or privilege-related artifacts introduced by this diff. I do note the package metadata still uses an HTTP homepage URL, but that is pre-existing and unchanged here. No security issue is evident in the reviewed change.

@@ -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.11-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/7.1.11-xanmod1/patch-7.1.11-xanmod1.xz/download
+	source = patch-7.1.13-xanmod1.xz::https://sourceforge.net/projects/xanmod/files/releases/main/7.1.13-xanmod1/patch-7.1.13-xanmod1.xz/download
 	source = choose-gcc-optimization.sh
 	validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
 	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
 	sha256sums = 691f44797fbe790dc8a321604c927087526ad27b6d649925d60f8eed0a2564a0
 	sha256sums = SKIP
-	sha256sums = 1e321710e16f2eba6696396546d30ec8f1de6f226a4aa22f2749a19d103b9cd3
+	sha256sums = 205a4f38a3fe3716e84fb8497c472d7567f84cb579b3907057f01ec7a5c9f324
 	sha256sums = f4acc1760990c54348a029315d1505ccb7c7270cd70a9aeb728bffcced51e767
 
 pkgname = linux-xanmod
Risk 0/5 · Safe PKGBUILD
Result #2906

Comment

The change only bumps pkgver from 7.1.11 to 7.1.13 in PKGBUILD. No source URLs, checksums, build steps, install scripts, permissions, or package metadata beyond the version string are altered. This is a routine version update with no apparent security impact in the diff provided.

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

Comment

The change only updates the package version from 7.1.11 to 7.1.13 and replaces the SHA256 checksum for the corresponding upstream patch archive. No new sources, commands, permissions, install scripts, or packaging behavior are introduced. The source remains HTTPS and pinned to the same upstream release path, so this is a routine integrity update with no evident security impact.

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