New in 2.1.0 - Ported to Qt5 (Qt4 also supported) - New building system. CMake instead of qmake - Added CTR symetric cipher support to qca core - Added no padding encryption algorithm to qca core - qcatool2 renamed to qcatool - fixed crash in qcatool when only options provided on command line without any commands - Use plugins installation path as hard-coded runtime plugins search path - Added new functiion pluginPaths - Added functions to get runtime QCA version - Fixed 'no watch file' warnings in FileWatch - Added EME_PKCS1v15_SSL Encryption Algorithm - New implementation of SafeTimer to prevent crashes - Updated certificates for unittests - RSA Keys are permutable, can encrypt with private and decrypt with public - Add unloadProvider() function for symmetry with insertProvider() - Overloaded "makeKey" to derive a password depending on a time factor - Remove pointer to deinit() routine from QCoreApplication at deinitialization - Fix a couple of crashes where all plugins might not be available - Fix operating on keys with unrelated expired subkeys - Fixed timers in Synchronizer class - Dropped randomunittest - Fixed many unittests - qca-gnupg: internal refactoring - qca-gnupg: try both gpg and gpg2 to find gnupg executable - qca-gnupg: fixed some encodings problem - qca-ossl: no DSA_* dl groups in FIPS specification - qca-ossl: added missed signatures to CRLContext - qca-ossl: fixed certs time zone - qca-nss: fixed KeyLenght for Cipher - qca-botan: fixed getting result size for ciphers
27 lines
713 B
Text
27 lines
713 B
Text
# $NetBSD: Makefile.common,v 1.1 2018/01/31 09:14:55 markd Exp $
|
|
|
|
DISTNAME= qca-2.1.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=qca/2.1.3/src/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://delta.affinix.com/qca/
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PATCHDIR= ${.CURDIR}/../../security/qca2/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/qca2/distinfo
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
# install under qt4 prefix to not clash with qca 1.x
|
|
CMAKE_ARGS+= -DQCA_INSTALL_IN_QT_PREFIX=ON
|
|
CMAKE_ARGS+= -DOSX_FRAMEWORK=OFF
|
|
CMAKE_ARGS+= -DBUILD_TESTS=OFF
|
|
|
|
SUBST_CLASSES+= certs
|
|
SUBST_STAGE.certs= post-patch
|
|
SUBST_FILES.certs= CMakeLists.txt
|
|
SUBST_VARS.certs= PREFIX
|