AUR AI Reviewer

Review Results

Version #1736 of librewolf · commit 3065f437b4ed · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #337

Comment

The change only bumps pkgver in .SRCINFO from 152.0.5_1 to 152.0.6_1. No sources, build commands, install scripts, or package metadata affecting trust boundaries were modified in the provided diff hunk. On its face this is a routine version update with no security red flags.

@@ -1,6 +1,6 @@
 pkgbase = librewolf
 	pkgdesc = Community-maintained fork of Firefox, focused on privacy, security and freedom.
-	pkgver = 152.0.5_1
+	pkgver = 152.0.6_1
 	pkgrel = 1
 	epoch = 1
 	url = https://librewolf.net/
Risk 0/5 · Safe .SRCINFO
Result #338

Comment

The change is a straightforward version bump in .SRCINFO from LibreWolf 152.0.5-1 to 152.0.6-1, updating the source tarball URL and its SHA256 checksum accordingly. No new sources, scripts, build steps, or packaging metadata were introduced, and the existing PGP verification entry remains unchanged. Based on the diff shown, there are no obvious security red flags in this metadata-only update.

@@ -73,12 +73,12 @@ pkgbase = librewolf
 	options = !makeflags
 	backup = usr/lib/librewolf/librewolf.cfg
 	backup = usr/lib/librewolf/distribution/policies.json
-	source = https://codeberg.org/api/packages/librewolf/generic/librewolf-source/152.0.5-1/librewolf-152.0.5-1.source.tar.gz
-	source = https://codeberg.org/api/packages/librewolf/generic/librewolf-source/152.0.5-1/librewolf-152.0.5-1.source.tar.gz.sig
+	source = https://codeberg.org/api/packages/librewolf/generic/librewolf-source/152.0.6-1/librewolf-152.0.6-1.source.tar.gz
+	source = https://codeberg.org/api/packages/librewolf/generic/librewolf-source/152.0.6-1/librewolf-152.0.6-1.source.tar.gz.sig
 	source = librewolf.desktop
 	source = default192x192.png
 	validpgpkeys = 662E3CDD6FE329002D0CA5BB40339DD82B12EF16
-	sha256sums = ad6f5fabd4279e5d52dd77e0e2ee5d36c0346b260db6001486cea9e4d565da01
+	sha256sums = 041930cb71eeb565b736ff8e6d044381314633b2c3c2b19ab674bf3e19f7f870
 	sha256sums = SKIP
 	sha256sums = 3d6ac59ae9d5ba4c9fe15f95c1338fa68214dec6119f8432336403e3be50f8ae
 	sha256sums = 959c94c68cab8d5a8cff185ddf4dca92e84c18dccc6dc7c8fe11c78549cdc2f1
Risk 0/5 · Safe PKGBUILD
Result #339

Comment

The change is a routine version bump in PKGBUILD from 152.0.5_1 to 152.0.6_1, with the corresponding source tarball checksum updated. No new sources, scripts, build steps, privileges, or packaging behavior were introduced. The source remains HTTPS from the same upstream Codeberg package endpoint, and the diff does not touch the install script or any executable artifacts. Low risk.

@@ -7,7 +7,7 @@
 pkgname=librewolf
 _pkgname=LibreWolf
 epoch=1
-pkgver=152.0.5_1
+pkgver=152.0.6_1
 _fixedfirefoxver="${pkgver%_*}" # Version of Firefox this LibreWolf version is based on, but the Firefox patch number is always included
 _librewolfver="${pkgver#*_}"
 _firefoxver="${_fixedfirefoxver%.0}" # Removes ".0" from the end. For "136.0.0" this will result in "136.0" but for "136.0.1" won't do anything.
Risk 0/5 · Safe PKGBUILD
Result #340

Comment

The change only updates the SHA-256 checksum for the first source entry in PKGBUILD. No source URLs, build commands, install scripts, permissions, or package metadata are changed. On its face this is a routine integrity hash refresh, and there is no evidence in the provided diff of a new source, network fetch, or code execution path. Risk is therefore very low.

@@ -111,7 +111,7 @@ source=(
   "default192x192.png"
 )
 
-sha256sums=('ad6f5fabd4279e5d52dd77e0e2ee5d36c0346b260db6001486cea9e4d565da01'
+sha256sums=('041930cb71eeb565b736ff8e6d044381314633b2c3c2b19ab674bf3e19f7f870'
             'SKIP'
             '3d6ac59ae9d5ba4c9fe15f95c1338fa68214dec6119f8432336403e3be50f8ae'
             '959c94c68cab8d5a8cff185ddf4dca92e84c18dccc6dc7c8fe11c78549cdc2f1')