mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
xca: update to 2.0.1
This commit is contained in:
parent
c73426e8ca
commit
9451190198
2 changed files with 8 additions and 22 deletions
|
@ -1,13 +0,0 @@
|
||||||
--- lib/pki_temp.cpp.orig 2016-10-07 18:41:22.920435711 +0400
|
|
||||||
+++ lib/pki_temp.cpp 2016-10-07 18:48:19.459988316 +0400
|
|
||||||
@@ -367,8 +367,8 @@
|
|
||||||
PEM_write_bio(b, PEM_STRING_XCA_TEMPLATE, (char*)"",
|
|
||||||
(unsigned char*)(ba.data()), ba.size());
|
|
||||||
#else
|
|
||||||
- PEM_write_bio(b, PEM_STRING_XCA_TEMPLATE, "",
|
|
||||||
- (const unsigned char*)(ba.constData()), ba.size());
|
|
||||||
+ PEM_write_bio(b, PEM_STRING_XCA_TEMPLATE, (char*)"",
|
|
||||||
+ (unsigned char*)(ba.constData()), ba.size());
|
|
||||||
#endif
|
|
||||||
pki_openssl_error();
|
|
||||||
return b;
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'xca'
|
# Template file for 'xca'
|
||||||
pkgname=xca
|
pkgname=xca
|
||||||
version=1.3.2
|
version=2.0.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="all"
|
hostmakedepends="pkg-config qt5-tools qt5-host-tools perl"
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-host-tools"
|
|
||||||
makedepends="qt5-devel libressl-devel libltdl-devel"
|
makedepends="qt5-devel libressl-devel libltdl-devel"
|
||||||
|
depends="qt5-plugin-sqlite"
|
||||||
short_desc="X Certificate and Key Management"
|
short_desc="X Certificate and Key Management"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://xca.sourceforge.net/"
|
homepage="https://hohnstaedt.de/xca"
|
||||||
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/chris2511/${pkgname}/releases/download/RELEASE.${version}/${pkgname}-${version}.tar.gz"
|
||||||
distfiles="https://sources.voidlinux.eu/xca-1.3.2/xca-1.3.2.tar.gz"
|
checksum=4aefcb113bc464af9bf72cea7b760b3e996bc745746e18f9934030595866de89
|
||||||
checksum=04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
export destdir="${DESTDIR}"
|
export destdir="${DESTDIR}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue