[packages/libdigidocpp] - missing patch

arekm arekm at pld-linux.org
Fri Sep 28 07:29:04 CEST 2018


commit f69083f5b9797afd732db6b921c91bc06d2a04d4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Sep 28 07:28:57 2018 +0200

    - missing patch

 build.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..af2683f
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,11 @@
+--- libdigidocpp-3.13.6/src/xml/SecureDOMParser.cpp~	2018-06-12 12:07:23.000000000 +0200
++++ libdigidocpp-3.13.6/src/xml/SecureDOMParser.cpp	2018-09-27 20:13:21.072500993 +0200
+@@ -95,7 +95,7 @@ void SecureDOMParser::calcDigestOnNode(D
+     }
+ 
+     unsigned char buffer[1024];
+-    xsecsize_t bytes = 0;
++    XMLSize_t bytes = 0;
+     while((bytes = c14n.outputBuffer(buffer, 1024)) > 0)
+         calc->update(buffer, (unsigned int)bytes);
+ }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdigidocpp.git/commitdiff/f69083f5b9797afd732db6b921c91bc06d2a04d4



More information about the pld-cvs-commit mailing list