aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hplip/disable_upgrade.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-12-23 00:03:08 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-12-27 10:44:03 +0200
commitabfd2e4f147bb0a0717b9568f205d583ab60ebce (patch)
tree775fd3983d90babae6265989755d12b3448af5a1 /testing/hplip/disable_upgrade.patch
parente066e04622295bb27963c3f1892dede0374300fb (diff)
downloadaports-abfd2e4f147bb0a0717b9568f205d583ab60ebce.tar.bz2
aports-abfd2e4f147bb0a0717b9568f205d583ab60ebce.tar.xz
testing/hplip: upgrade to 3.16.11, enable scanners
add scanner (sane backend) support, close #6520 make lite install (libs and drivers only) remove fax-, hal-, systemd-, dbus- related trash remove python dependency move libs to subpackage
Diffstat (limited to 'testing/hplip/disable_upgrade.patch')
-rw-r--r--testing/hplip/disable_upgrade.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/hplip/disable_upgrade.patch b/testing/hplip/disable_upgrade.patch
deleted file mode 100644
index f95b4dfe4b..0000000000
--- a/testing/hplip/disable_upgrade.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/upgrade.py 2013-10-31 12:46:54.000000000 +0100
-+++ b/upgrade.py 2013-12-04 14:58:03.000000000 +0100
-@@ -134,6 +134,11 @@ except getopt.GetoptError, e:
- if os.getenv("HPLIP_DEBUG"):
- log.set_level('debug')
-
-+
-+log.error("HPLIP upgrade is disabled by Alpine Linux for security reasons, see https://bugs.archlinux.org/task/38083")
-+clean_exit(1)
-+
-+
- for o, a in opts:
- if o in ('-h', '--help'):
- usage()