From 4c8e7b85137fb60e4de405c9a7eb20072db06680a4789b336d9fb7a70f3fd939 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 14 Mar 2020 11:34:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=107 --- yaz-5.22.0-client.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 yaz-5.22.0-client.patch diff --git a/yaz-5.22.0-client.patch b/yaz-5.22.0-client.patch deleted file mode 100644 index c3878cc..0000000 --- a/yaz-5.22.0-client.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: yaz-5.22.0/client/client.c -=================================================================== ---- yaz-5.22.0.orig/client/client.c -+++ yaz-5.22.0/client/client.c -@@ -2549,6 +2549,7 @@ static int cmd_xmles(const char *arg) - int noread = 0; - Odr_oid *oid; - char oid_str[51]; -+ union { unsigned char **ucp; char **cp; }pun; - Z_APDU *apdu = zget_APDU(out, Z_APDU_extendedServicesRequest); - Z_ExtendedServicesRequest *req = apdu->u.extendedServicesRequest; - -@@ -2568,7 +2569,8 @@ static int cmd_xmles(const char *arg) - return 0; - } - arg += noread; -- if (parse_cmd_doc(&arg, out, &asn_buf, -+ pun.ucp = &ext->u.single_ASN1_type->buf; -+ if (parse_cmd_doc(&arg, out, pun.ucp, - &ext->u.single_ASN1_type->len) == 0) - return 0; -