AUR AI Reviewer

Review Results

Version #2208 of sabnzbd · commit 797ab80f90d6 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2365

Comment

The only change in this .SRCINFO hunk is a version bump from 5.1.1 to 5.1.2. No source URLs, checksums, build steps, dependencies, or install scripts are altered here, so there is no new security-relevant behavior introduced by this diff alone. Based on the provided hunk, this is low risk.

@@ -1,6 +1,6 @@
 pkgbase = sabnzbd
 	pkgdesc = A web-interface based binary newsgrabber with NZB file support
-	pkgver = 5.1.1
+	pkgver = 5.1.2
 	pkgrel = 1
 	url = http://www.sabnzbd.org
 	install = sabnzbd.install
Risk 0/5 · Safe .SRCINFO
Result #2366

Comment

The change only bumps the upstream release tarball from SABnzbd 5.1.1 to 5.1.2 and updates the corresponding SHA-256 in .SRCINFO. The source remains an HTTPS GitHub release asset, there are no new sources, no build-time downloads, and no changes to install scripts or service units in the reviewed hunk. Based on this diff alone, I don’t see a supply-chain or persistence concern.

@@ -48,12 +48,12 @@ pkgbase = sabnzbd
 	optdepends = python-orjson: ~2x faster than ujson, requires rust
 	optdepends = par2cmdline-turbo: a faster par2cmdline fork
 	backup = var/lib/sabnzbd/sabnzbd.ini
-	source = https://github.com/sabnzbd/sabnzbd/releases/download/5.1.1/SABnzbd-5.1.1-src.tar.gz
+	source = https://github.com/sabnzbd/sabnzbd/releases/download/5.1.2/SABnzbd-5.1.2-src.tar.gz
 	source = sabnzbd.service
 	source = sabnzbd@.service
 	source = sabnzbd.sysusers
 	source = sabnzbd.tmpfiles
-	sha256sums = 134fa126635c6cc154737fd4ce058fcd52af00fb59347f573064513f12370412
+	sha256sums = bdf1ed947d810b5ac01a2b43b7f39cd11ca6eb6a93b577244a3c021d018d63e4
 	sha256sums = 5dc8b69f1cc88fa8a37e16585e6c61243745e3ac21c8d331f98a7012a86d6e7a
 	sha256sums = fcc4e5a9ff4bc28cf4dd9fdb28f1ebd440669e630d8677a1afbef97349ac7466
 	sha256sums = 525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7
Risk 0/5 · Safe PKGBUILD
Result #2367

Comment

The change is a simple version bump in PKGBUILD from 5.1.1 to 5.1.2 with no other modifications shown. The diff does not introduce new sources, build steps, install scripts, permissions changes, or packaging logic. Based on the provided hunk alone, there are no security concerns evident.

@@ -1,7 +1,7 @@
 # Maintainer: Donald Webster <fryfrog@gmail.com>
 
 pkgname=sabnzbd
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='A web-interface based binary newsgrabber with NZB file support'
 url='http://www.sabnzbd.org'
Risk 0/5 · Safe PKGBUILD
Result #2368

Comment

The change is a routine PKGBUILD version bump from 5.1.1 to 5.1.2 with the corresponding source checksum update. No new sources, build steps, install scripts, permissions changes, or other suspicious packaging behavior are introduced in the reviewed hunk. The only notable issue visible in the file is that the upstream URL uses HTTP rather than HTTPS, but that pre-existed this change and is outside the scope of the diff. Based on the provided change alone, I see no security regression.

@@ -66,7 +66,7 @@ source=(
   'sabnzbd.tmpfiles'
 )
         
-sha256sums=('134fa126635c6cc154737fd4ce058fcd52af00fb59347f573064513f12370412'
+sha256sums=('bdf1ed947d810b5ac01a2b43b7f39cd11ca6eb6a93b577244a3c021d018d63e4'
             '5dc8b69f1cc88fa8a37e16585e6c61243745e3ac21c8d331f98a7012a86d6e7a'
             'fcc4e5a9ff4bc28cf4dd9fdb28f1ebd440669e630d8677a1afbef97349ac7466'
             '525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7'