Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / hplip


Commits:
414a11ac by Andreas Radke at 2026-03-14T08:39:48+01:00
upgpkg: 1:3.25.8-6; fix scanning when --size parameter is missing

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml
- fix-hp-scan-size-crash.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = hplip
        pkgdesc = Drivers for HP DeskJet, OfficeJet, Photosmart, Business 
Inkjet and some LaserJet
        pkgver = 3.25.8
-       pkgrel = 5
+       pkgrel = 6
        epoch = 1
        url = https://hplipopensource.com
        arch = x86_64
@@ -79,6 +79,6 @@ pkgbase = hplip
        sha512sums = 
63b0ffed2628915f4577932dfdd27a214edfbcf78745eab09cacafe0fa6ed99cdc742a97ac08ce600d202f824a0af790166e25e346f9a51d37c02747e262d742
        sha512sums = 
cd014441b4e47042ddd6b316aa094d6db88131d10a1096f27e6d90a7f871b25dcc0c3f5b7f24a9371661f786841365aa8b0be097bdfdb29c9cb71893a5bb9173
        sha512sums = 
006a14ef2444fa7e09c940af25aa789c1b6482912fe289dd7c81d85ef0dcb665d249f2a14f9aa2d92b271ea002a5a1b0a52fae1528689d2e859fd30785d5707c
-       sha512sums = 
e86552ec2241d3b9bc827aa9e195e3e7b893dab45aef3b5915a0885d067f9b9cadfb7814c4d38b7eb124c12e40904c068ac2e9adf2c5c13f11fcd0035f7556be
+       sha512sums = 
5013de60fde0e0a6798ccae1b90da3322e69b034e8e701da64d8b6401a4066ae4f74a432becfaef5bc9323f64cb6289b5db96394976969c7ba5e08c8483ae1ee
 
 pkgname = hplip


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.25.8
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
@@ -67,7 +67,7 @@ 
sha512sums=('64ff2cc79088a874caa10d3e248a023461afb648e6363f542329cb70c537b594cac
             
'63b0ffed2628915f4577932dfdd27a214edfbcf78745eab09cacafe0fa6ed99cdc742a97ac08ce600d202f824a0af790166e25e346f9a51d37c02747e262d742'
             
'cd014441b4e47042ddd6b316aa094d6db88131d10a1096f27e6d90a7f871b25dcc0c3f5b7f24a9371661f786841365aa8b0be097bdfdb29c9cb71893a5bb9173'
             
'006a14ef2444fa7e09c940af25aa789c1b6482912fe289dd7c81d85ef0dcb665d249f2a14f9aa2d92b271ea002a5a1b0a52fae1528689d2e859fd30785d5707c'
-            
'e86552ec2241d3b9bc827aa9e195e3e7b893dab45aef3b5915a0885d067f9b9cadfb7814c4d38b7eb124c12e40904c068ac2e9adf2c5c13f11fcd0035f7556be')
+            
'5013de60fde0e0a6798ccae1b90da3322e69b034e8e701da64d8b6401a4066ae4f74a432becfaef5bc9323f64cb6289b5db96394976969c7ba5e08c8483ae1ee')
 # validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) <[email protected]>
 # unknown public key 5E4E4D24A34ECD57 - used to sign hplip-<version>.run
 # 
(https://developers.hp.com/hp-linux-imaging-and-printing/hplipDigitalCertificate.html)
 


=====================================
REUSE.toml
=====================================
@@ -23,20 +23,8 @@ SPDX-License-Identifier = "0BSD"
 
 [[annotations]]
 path = [
-    "0003-models.dat-Re-add-drivers-missing-from-3.19.1.patch",
-    "0018-Allow-non-JPEG-scanning-on-the-HP-DeskJet-3520-All-i.patch",
-    "0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch",
-    "0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch",
-    "disable_upgrade.patch",
-    "hplip-1_3_23_12-4-python3_12-fix.patch",
-    "hplip-configure-python.patch",
-    "hplip-hpaio-gcc14.patch",
-    "hplip-locale-format.patch",
-    "hplip-pserror-gcc14.patch",
-    "reproducible-gzip.patch",
-    "python3.diff",
-    "hplip-gcc15-stdc23.patch",
-    "hplip-no-urlopener.patch",
+    "*.diff",
+    "*.patch",
 ]
 SPDX-FileCopyrightText = "hplip contributors"
 SPDX-License-Identifier = "GPL-2.0-or-later"


=====================================
fix-hp-scan-size-crash.patch
=====================================
@@ -1,5 +1,5 @@
---- /tmp/scan.py.orig  2026-03-14 00:34:53.088030280 +0300
-+++ /tmp/scan.py.fixed 2026-03-14 00:46:23.890189400 +0300
+--- a/scan.py  2026-03-14 00:34:53.088030280 +0300
++++ b/scan.py  2026-03-14 00:46:23.890189400 +0300
 @@ -1716,8 +1716,9 @@
          #resize the image here to the original scan area size, 
          #so that the output image size matches with the input scan area



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/414a11ac5daae0b0ebef6e7bd8ba25c5199263e7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hplip/-/commit/414a11ac5daae0b0ebef6e7bd8ba25c5199263e7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to