Ludwig Nussel 2019-08-06 10:35:36 +00:00 committed by Git OBS Bridge
parent 8d234336b8
commit 65d353f1cb
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +0,0 @@
diff -up ldns-1.7.0/contrib/python/ldns_key.i.swig4 ldns-1.7.0/contrib/python/ldns_key.i
--- ldns-1.7.0/contrib/python/ldns_key.i.swig4 2016-12-20 11:48:22.000000000 +0100
+++ ldns-1.7.0/contrib/python/ldns_key.i 2019-03-15 12:21:22.608314831 +0100
@@ -41,7 +41,7 @@
$result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_key), SWIGTYPE_p_ldns_struct_key, SWIG_POINTER_OWN | 0 ));
}
-%exception ldns_key_set_pubkey_owner(ldns_key *k, ldns_rdf *r) %{ $action Py_INCREF(obj1); %}
+%typemap(argout) ldns_rdf *r "Py_INCREF($input);"
%nodefaultctor ldns_struct_key; //no default constructor & destructor
%nodefaultdtor ldns_struct_key;

View File

@ -10,6 +10,7 @@ Tue Aug 6 10:24:54 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
* Complete OpenSSL engine support with ldns-signzone
contributed by Vadim Penzin
* security fixes CVE-2017-1000231 (boo#1068711), CVE-2017-1000232 (boo#1068709)
* includes ldns-swig4.0.patch
- add keyring and signature
-------------------------------------------------------------------