summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2022-07-21 15:57:50 +0300
committerkevku2022-07-21 15:57:50 +0300
commit24749c797f92ddd76ed167a25bcbe8c3d63839e9 (patch)
treea7684417698189adae415d5f33805503e757f6fc
parentd8ba8f67f732de53e34a9accb5b0cebb9b85672e (diff)
downloadaur-24749c797f92ddd76ed167a25bcbe8c3d63839e9.tar.gz
update 3.14.10.1429
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7753e181f39..a9fb2a3e6642 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdigidocpp
pkgdesc = Library for creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards
- pkgver = 3.14.8.1420
- pkgrel = 2
+ pkgver = 3.14.10.1429
+ pkgrel = 1
url = http://www.id.ee/
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = libdigidocpp
depends = openssl
depends = xalan-c
depends = xml-security-c
- source = libdigidocpp-3.14.8.1420::git+https://github.com/open-eid/libdigidocpp.git?signed#tag=v3.14.8
+ source = libdigidocpp-3.14.10.1429::git+https://github.com/open-eid/libdigidocpp.git?signed#tag=v3.14.10
source = open-eid-cmake::git+https://github.com/open-eid/cmake.git
validpgpkeys = D1EBC666EFCBFBD3CFC2EBAA90C0B5E75C3B195D
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 38948ddbff88..217ee6be9bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: kevku <kevku@gmx.com>
pkgname=libdigidocpp
-pkgver=3.14.8.1420
-_rls_tag=v3.14.8
-pkgrel=2
+pkgver=3.14.10.1429
+_rls_tag=v3.14.10
+pkgrel=1
pkgdesc="Library for creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards"
arch=('x86_64' 'i686')
url="http://www.id.ee/"
@@ -24,8 +24,6 @@ prepare() {
git submodule init
git config submodule.cmake.url $srcdir/open-eid-cmake
git submodule update
- # openssl 1.1.1m https://github.com/open-eid/libdigidocpp/pull/453
- git checkout 42a8cfd834c10bdd206fe784a13217df222b1c8e src/crypto/TS.cpp
}
build() {