<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/hplip, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-10-16T17:34:34Z</updated>
<entry>
<title>hplip: update to 3.25.6</title>
<updated>2025-10-16T17:34:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-10-12T21:34:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=67f59576efa72120836f8213d83b2efc508d61ff'/>
<id>urn:sha1:67f59576efa72120836f8213d83b2efc508d61ff</id>
<content type='text'>
Add patch to fix compilation with GCC15.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: update to 3.24.4</title>
<updated>2024-11-15T06:36:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-11-14T22:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a3f35d79b1459b2584c6df52cf6a1dd01b333436'/>
<id>urn:sha1:a3f35d79b1459b2584c6df52cf6a1dd01b333436</id>
<content type='text'>
Added patch fixing compilation with GCC14.

Remove outdated patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: update to 3.23.12</title>
<updated>2024-06-16T23:42:03Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2024-06-16T04:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f698b9c8a8edb6e277aaee0a04babd152a2d3af8'/>
<id>urn:sha1:f698b9c8a8edb6e277aaee0a04babd152a2d3af8</id>
<content type='text'>
See: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: add a patch to respect CFLAGS</title>
<updated>2021-09-03T08:47:38Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2021-09-02T13:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=85fbf6cf4d4134f9679b4ac510d966b00891a503'/>
<id>urn:sha1:85fbf6cf4d4134f9679b4ac510d966b00891a503</id>
<content type='text'>
* fixes build with PIE

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
<entry>
<title>hplip: update to 3.21.6</title>
<updated>2021-08-16T01:31:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-08-08T04:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1f7d8f2c40d61999034c85aa508335a3080a1c21'/>
<id>urn:sha1:1f7d8f2c40d61999034c85aa508335a3080a1c21</id>
<content type='text'>
Refreshed patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: bump to 3.21.2</title>
<updated>2021-02-23T02:28:44Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2021-02-22T18:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2014f1fd0b5a746ed6e6b959739977f59c2bbc13'/>
<id>urn:sha1:2014f1fd0b5a746ed6e6b959739977f59c2bbc13</id>
<content type='text'>
Patches refreshed:
* 010-libusb_fix.patch
* 020-remove_cups_dep_on_scan.patch
* 060-fix-uclibc.patch renamed to 060-fix-glibc.patch

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: move back to compiling with libusb</title>
<updated>2020-11-29T22:43:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-29T21:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=da62d7b7a067e7bc2a9d629c7e212f84d97f362b'/>
<id>urn:sha1:da62d7b7a067e7bc2a9d629c7e212f84d97f362b</id>
<content type='text'>
Some change in base broke compilation with libusb and this package.
From looking at it more carefully, it turns out that the libusb patch
needs to be updated so that host paths are not used.

libusb-compat also depends on libusb, which increases the overall
installed size.

Refreshed patches with make package/hplip/refresh .

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hplip: use libusb-compat</title>
<updated>2020-11-29T09:38:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-29T08:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a815ab1efc4c83ec3be8636422cbaf6688e29b32'/>
<id>urn:sha1:a815ab1efc4c83ec3be8636422cbaf6688e29b32</id>
<content type='text'>
Some change to base broke compilation. From looking at the CFLAGS,
hplip tries to use the host libusb.

libusb-compat seems to work properly. So use that.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
