]> git.pld-linux.org Git - packages/libdigidocpp.git/commitdiff
up to 3.13.8 auto/th/libdigidocpp-3.13.8-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Dec 2018 16:03:49 +0000 (18:03 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Dec 2018 16:44:26 +0000 (18:44 +0200)
build.patch [deleted file]
libdigidocpp-link.patch
libdigidocpp.spec

diff --git a/build.patch b/build.patch
deleted file mode 100644 (file)
index af2683f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
index f92c9ad809ae098daf7b7989f30d76a605a07a76..c0d2cd1496acfeb7d0649d36161d99384332f533 100644 (file)
@@ -1,9 +1,9 @@
---- libdigidocpp-3.13.2/src/CMakeLists.txt.orig        2017-10-24 18:48:34.000000000 +0200
-+++ libdigidocpp-3.13.2/src/CMakeLists.txt     2017-11-25 11:25:52.228480156 +0100
-@@ -251,6 +251,7 @@
-     ${TARGET_LIBRARIES}
-     ${OPENSSL_LIBRARIES}
-     ${ZLIB_LIBRARIES}
+--- libdigidocpp-3.13.8/src/CMakeLists.txt~    2018-12-10 14:04:37.000000000 +0200
++++ libdigidocpp-3.13.8/src/CMakeLists.txt     2018-12-10 18:41:24.155653928 +0200
+@@ -233,6 +233,7 @@
+     ${CMAKE_DL_LIBS}
+     ${MINIZIP_LIBRARIES}
+     digidocpp_priv
 +    pthread
  )
  
index 28d0e47f7f72cfa782baf229df2c506626283c18..c6980f4ec66592a7fd67b8657c0b8e51f1658da9 100644 (file)
 Summary:       Library for creating and validating BDoc and DDoc containers
 Summary(pl.UTF-8):     Biblioteka do tworzenia i sprawdzania poprawności kontenerów BDoc i DDoc
 Name:          libdigidocpp
-Version:       3.13.6
+Version:       3.13.8
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://github.com/open-eid/libdigidocpp/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 42d3bf5ebe8f4b6f0e1891c325642799
+# Source0-md5: 2d35f37dc103e3cecb57f0332f46ff31
 Patch0:                %{name}-link.patch
-Patch1:                build.patch
 URL:           https://github.com/open-eid/libdigidocpp
 # for tests
 BuildRequires: boost-devel
@@ -140,7 +139,6 @@ Wiązania Pythona do biblioteki libdigidocpp.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # Remove bundled copy of minizip
 %{__rm} -r src/minizip
This page took 0.088228 seconds and 4 git commands to generate.