AUR AI Reviewer

Review Results

Version #2355 of zfs-linux · commit 6bd49e0b9b29 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3047

Comment

The change only bumps the package metadata to match Arch kernel/header package versions (linux and linux-headers from 7.2.3.arch1-2 to -3) and increments the pkgver suffix accordingly. The source URL remains the official OpenZFS release tarball over HTTPS, with the same pinned checksum, and there are no new build steps, scripts, or integrity changes. No security-relevant behavior is introduced by this .SRCINFO-only update.

@@ -1,13 +1,13 @@
 pkgbase = zfs-linux
-	pkgver = 2.4.4_7.2.3.arch1.2
+	pkgver = 2.4.4_7.2.3.arch1.3
 	pkgrel = 1
 	url = https://openzfs.org/
 	arch = x86_64
 	license = CDDL
-	makedepends = linux-headers=7.2.3.arch1-2
+	makedepends = linux-headers=7.2.3.arch1-3
 	depends = kmod
 	depends = zfs-utils=2.4.4
-	depends = linux=7.2.3.arch1-2
+	depends = linux=7.2.3.arch1-3
 	source = https://github.com/openzfs/zfs/releases/download/zfs-2.4.4/zfs-2.4.4.tar.gz
 	sha256sums = 2a3c70d55a37cc71618a95a60e81ad66530201eb118d37741dc92efcf848c8b1
 
Risk 0/5 · Safe PKGBUILD
Result #3048

Comment

This change only bumps the pinned Arch kernel package version from 7.2.3.arch1-2 to 7.2.3.arch1-3 in PKGBUILD. It does not introduce new sources, scripts, build steps, permissions changes, or packaging behavior. The security impact is minimal and limited to tracking a newer kernel ABI target for the ZFS module build.

@@ -21,8 +21,8 @@
 pkgbase="zfs-linux"
 pkgname=("zfs-linux" "zfs-linux-headers")
 _zfsver="2.4.4"
-_kernelver="7.2.3.arch1-2"
-_kernelver_full="7.2.3.arch1-2"
+_kernelver="7.2.3.arch1-3"
+_kernelver_full="7.2.3.arch1-3"
 _extramodules="${_kernelver_full/.arch/-arch}"
 
 pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"