AUR AI Reviewer

Review Results

Version #1786 of teamviewer · commit de88033ad987 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #551

Comment

The change only updates generated metadata in .SRCINFO: a timestamp and pkgver from 15.78.3 to 15.79.4. No build logic, sources, install scripts, or permissions are changed in the provided diff hunk. On its face this is a routine version bump with no direct security impact. I did not see evidence in the reviewed hunk of suspicious sources, execution, persistence, or packaging changes.

@@ -1,8 +1,8 @@
 # Generated by mksrcinfo v8
-# Sun Jun 14 09:13:31 UTC 2026
+# Sun Jul 19 14:01:18 UTC 2026
 pkgbase = teamviewer
 	pkgdesc = All-In-One Software for Remote Support and Online Meetings
-	pkgver = 15.78.3
+	pkgver = 15.79.4
 	pkgrel = 1
 	url = https://www.teamviewer.com/en/download/portal/linux/
 	install = teamviewer.install
Risk 0/5 · Safe .SRCINFO
Result #552

Comment

The change is a straightforward version bump in .SRCINFO from TeamViewer 15.78.3 to 15.79.4 for all supported architectures, with corresponding SHA-256 checksum updates. The source URLs remain HTTPS and point to the official TeamViewer download host, and there are no new sources, scripts, or packaging directives introduced. Based on the provided diff alone, this does not add any obvious security risk beyond the normal trust inherent in shipping a proprietary binary package.

@@ -17,12 +17,12 @@ pkgbase = teamviewer
 	provides = teamviewer
 	conflicts = teamviewer-beta
 	options = !strip
-	source_x86_64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.78.3_amd64.deb
-	sha256sums_x86_64 = c2b98b22bf2a34bbdf5b930c8fa7da17fba195d83d0e3f9e0e695c9043aa9e6a
-	source_armv7h = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.78.3_armhf.deb
-	sha256sums_armv7h = ccab750a5783dbbf7f93ee5bc80c7c4910302c9553c8e01553cb842a1ab5fe37
-	source_aarch64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.78.3_arm64.deb
-	sha256sums_aarch64 = 4403d3c43b3a8dc31aafbe0cdb9fa3fe0cc8b7407526717e98e55138ef7c8749
+	source_x86_64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_amd64.deb
+	sha256sums_x86_64 = 165b0c6ce8a910b31187f9611be62fa848e9c1331853311b9ac9332dc28e8e2b
+	source_armv7h = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_armhf.deb
+	sha256sums_armv7h = a9890eca2b6f44d180331479a847869bc28672eea1fbf6c5ea560d9947289d8b
+	source_aarch64 = https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.79.4_arm64.deb
+	sha256sums_aarch64 = d7d7c9bae91b3c552696736445e74580019ae0e063131d52190e2856dae6ba96
 
 pkgname = teamviewer
 
Risk 0/5 · Safe PKGBUILD
Result #553

Comment

The change is a straightforward version bump in PKGBUILD from 15.78.3 to 15.79.4 with corresponding updated SHA256 checksums for the upstream TeamViewer .deb artifacts. The source URLs remain HTTPS and point to the official TeamViewer download host, there are no new build-time commands, no added scripts, and no packaging/persistence changes. Risk is low; the only residual concern is the inherent trust in a prebuilt upstream binary package, but that was already present before this change.

@@ -1,5 +1,5 @@
 pkgname=teamviewer
-pkgver=15.78.3
+pkgver=15.79.4
 pkgrel=1
 pkgdesc='All-In-One Software for Remote Support and Online Meetings'
 arch=('x86_64' 'armv7h' 'aarch64')
Risk 0/5 · Safe PKGBUILD
Result #554

Comment

The change is a routine version bump for TeamViewer from 15.78.3 to 15.79.4 with corresponding SHA-256 checksum updates for the upstream HTTPS .deb sources. No new sources, no build-time downloads beyond the declared upstream artifacts, no install-script changes, and no suspicious packaging behavior are introduced in this diff. Risk is low because the package still relies on vendor-provided binary blobs, but this specific change does not add new security concerns beyond the existing trust model.

@@ -30,9 +30,9 @@ install=teamviewer.install
 source_x86_64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_amd64.deb")
 source_armv7h=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_armhf.deb")
 source_aarch64=("https://dl.teamviewer.com/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_arm64.deb")
-sha256sums_x86_64=('c2b98b22bf2a34bbdf5b930c8fa7da17fba195d83d0e3f9e0e695c9043aa9e6a')
-sha256sums_armv7h=('ccab750a5783dbbf7f93ee5bc80c7c4910302c9553c8e01553cb842a1ab5fe37')
-sha256sums_aarch64=('4403d3c43b3a8dc31aafbe0cdb9fa3fe0cc8b7407526717e98e55138ef7c8749')
+sha256sums_x86_64=('165b0c6ce8a910b31187f9611be62fa848e9c1331853311b9ac9332dc28e8e2b')
+sha256sums_armv7h=('a9890eca2b6f44d180331479a847869bc28672eea1fbf6c5ea560d9947289d8b')
+sha256sums_aarch64=('d7d7c9bae91b3c552696736445e74580019ae0e063131d52190e2856dae6ba96')
 
 prepare() {
 	warning "If the install fails, you need to uninstall previous major version of Teamviewer"