AUR AI Reviewer

Review Results

Version #1926 of opencl-amd · commit b8dd816a54dd · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #936

Comment

Risk is low. The change only bumps pkgrel in .SRCINFO and refreshes the recorded SHA256 checksums for the existing AMD .deb source artifacts. No new sources, URLs, build steps, install scripts, or privilege-related files are introduced by this diff. The only notable pre-existing concern is that the package sources are fetched from AMD's HTTPS repository and are binary .deb repacks, but this commit does not worsen that posture beyond updating integrity metadata.

@@ -1,7 +1,7 @@
 pkgbase = opencl-amd
 	pkgdesc = ROCm components repackaged from AMD's Ubuntu releases (ROCr runtime, OpenCL runtime, HIP runtime) - This package is intended to work along with the free amdgpu stack.
 	pkgver = 7.14.0
-	pkgrel = 1
+	pkgrel = 2
 	epoch = 1
 	url = http://www.amd.com
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #937

Comment

The change only updates SHA-256 checksums in .SRCINFO for existing HTTPS sources from AMD's official repo. No URLs, versions, package metadata, or build/install logic changed, and there are no new execution or persistence vectors. This looks like a routine integrity metadata refresh, with low security risk.

@@ -47,10 +47,10 @@ pkgbase = opencl-amd
 	source = https://repo.amd.com/rocm/packages-multi-arch/ubuntu2604/pool/main/amdrocm-runtime7.14_7.14.0-3_amd64.deb
 	source = https://repo.amd.com/rocm/packages-multi-arch/ubuntu2604/pool/main/amdrocm-base7.14_7.14.0-3_amd64.deb
 	source = https://repo.amd.com/rocm/packages-multi-arch/ubuntu2604/pool/main/amdrocm-opencl7.14_7.14.0-3_amd64.deb
-	sha256sums = c28c1863f3f5006fb60976e5dde098fa8ae8fe8e4b65f02116586d68fc261a00
-	sha256sums = e1f1e278f87e35d6d52b2fceb01e083a1ef6e2ed808eb30701f6e7cf0a332d98
-	sha256sums = 19d6547f447dcfab9890d3608c5aa9b35647ab293bfb5ffbc829402e6fcc7233
-	sha256sums = 23a5667f15b45fcc1b06197eed8800d8d6757e7fd7f8806557eb7e9d80715358
-	sha256sums = 5bc27da187b44592ed04e674a00668dbe8b73bb9a87d820c31a366905dcac772
+	sha256sums = 6e6ab8b0560f9157ceb2afefe481eddb93789041cbb53137018571d749205a8b
+	sha256sums = 46f336f876528d0c2c98503491cb1e1e176986caaf2ea281f84c56c1a8822747
+	sha256sums = 3b940320e839d68e05360ef70e6c4d3222cd135a4b02d68ece2267366330748c
+	sha256sums = 4221475e72a3481ae746f7562d6db2094133bb5b9c394fd7f9f1820a5f83695b
+	sha256sums = 58dad7d4d0b6ef795117b818aecfee7e2719c66f3fa9151a3c07123a839c0d2d
 
 pkgname = opencl-amd
Risk 0/5 · Safe PKGBUILD
Result #938

Comment

The change is a trivial pkgrel bump in PKGBUILD with no functional impact. The diff shown does not alter sources, build steps, install scripts, dependencies, permissions, or any runtime behavior. No security-relevant issues are introduced by this change alone.

@@ -6,7 +6,7 @@ _rocm_repo='https://repo.amd.com/rocm/packages-multi-arch/ubuntu2604'
 pkgname=opencl-amd
 pkgdesc="ROCm components repackaged from AMD's Ubuntu releases (ROCr runtime, OpenCL runtime, HIP runtime) - This package is intended to work along with the free amdgpu stack."
 pkgver=7.14.0
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url='http://www.amd.com'
Risk 0/5 · Safe PKGBUILD
Result #939

Comment

The change only updates pkgrel and refreshes the SHA-256 checksums for the five upstream AMD .deb source artifacts. The source URLs remain HTTPS and point to AMD's official ROCm repository, and there are no new build steps, scripts, or packaging behaviors introduced by this diff. I don't see any added supply-chain or persistence risk in the reviewed hunk itself.

@@ -28,11 +28,11 @@ source=(
 )
 
 sha256sums=(
-"c28c1863f3f5006fb60976e5dde098fa8ae8fe8e4b65f02116586d68fc261a00"
-"e1f1e278f87e35d6d52b2fceb01e083a1ef6e2ed808eb30701f6e7cf0a332d98"
-"19d6547f447dcfab9890d3608c5aa9b35647ab293bfb5ffbc829402e6fcc7233"
-"23a5667f15b45fcc1b06197eed8800d8d6757e7fd7f8806557eb7e9d80715358"
-"5bc27da187b44592ed04e674a00668dbe8b73bb9a87d820c31a366905dcac772"
+"6e6ab8b0560f9157ceb2afefe481eddb93789041cbb53137018571d749205a8b"
+"46f336f876528d0c2c98503491cb1e1e176986caaf2ea281f84c56c1a8822747"
+"3b940320e839d68e05360ef70e6c4d3222cd135a4b02d68ece2267366330748c"
+"4221475e72a3481ae746f7562d6db2094133bb5b9c394fd7f9f1820a5f83695b"
+"58dad7d4d0b6ef795117b818aecfee7e2719c66f3fa9151a3c07123a839c0d2d"
 )
 
 package() {