diff options
Diffstat (limited to 'libre/hplip-libre/disable_upgrade.patch')
-rw-r--r-- | libre/hplip-libre/disable_upgrade.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/hplip-libre/disable_upgrade.patch b/libre/hplip-libre/disable_upgrade.patch deleted file mode 100644 index 600d6ccc7..000000000 --- a/libre/hplip-libre/disable_upgrade.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- upgrade.py.orig 2013-10-31 12:46:54.000000000 +0100 -+++ 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 Parabola for security reasons, see https://bugs.archlinux.org/task/38083 - if you like to upgrade HPLIP, use the Parabola software package manager pacman.") -+clean_exit(1) -+ -+ - for o, a in opts: - if o in ('-h', '--help'): - usage() |