95e3708c4c
hplip-scan-orblite-c99.patch hplip-sclpml-strcasestr.patch hplip-hpaio-gcc14.patch to avoid C99 violations which prevent building with GCC 14. [boo#1225777] The patches were taken frombbb19dff5e
andd726b77698
If the request is OK, please forward it to Factory soon-ish too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=252
14 lines
673 B
Diff
14 lines
673 B
Diff
Index: hplip-3.19.6/base/validation.py
|
|
===================================================================
|
|
--- hplip-3.19.6.orig/base/validation.py 2019-06-26 15:07:10.000000000 +0200
|
|
+++ hplip-3.19.6/base/validation.py 2019-10-16 09:53:51.966435988 +0200
|
|
@@ -42,7 +42,7 @@ class DigiSign_Verification(object):
|
|
|
|
|
|
class GPG_Verification(DigiSign_Verification):
|
|
- def __init__(self, pgp_site = 'pgp.mit.edu', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
|
|
+ def __init__(self, pgp_site = 'pgp.surf.nl', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
|
|
self.__pgp_site = pgp_site
|
|
self.__key = key
|
|
self.__gpg = utils.which('gpg',True)
|