aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/hplip/disable_upgrade.patch
blob: f95b4dfe4bd93360eb66aa88aace3b60000cdc84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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()