diff options
Diffstat (limited to 'unmaintained/hplip/disable_upgrade.patch')
-rw-r--r-- | unmaintained/hplip/disable_upgrade.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/unmaintained/hplip/disable_upgrade.patch b/unmaintained/hplip/disable_upgrade.patch deleted file mode 100644 index f95b4dfe4b..0000000000 --- a/unmaintained/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() |