From 5ba7d247a2e085dc8b07a1850758076d2a8fe9de Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 27 Jan 2009 11:10:46 +0000 Subject: Update to qca 2.0.1 - Bugfix release, forward and backward compatible with 2.0.0 - Ability to build as a Mac framework (and build this way by default) - On non-Mac Unix, the pkgconfig file is always qca2.pc, even in debug mode - Certificates containing wildcards are now matched properly - DirWatch/FileWatch now work - Keystore writes now work - Don't delete objects in their event handler (prevents Qt 4.4 warnings) - Fix potential hang with TLS in server mode - Windows version can be configured/installed using paths with spaces --- security/qca2/Makefile | 5 ++--- security/qca2/distinfo | 10 +++++----- security/qca2/patches/patch-aa | 8 ++++---- 3 files changed, 11 insertions(+), 12 deletions(-) (limited to 'security/qca2') diff --git a/security/qca2/Makefile b/security/qca2/Makefile index b318f5897f1..2067d921c4a 100644 --- a/security/qca2/Makefile +++ b/security/qca2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/04/12 10:35:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/27 11:10:46 markd Exp $ -DISTNAME= qca-2.0.0 +DISTNAME= qca-2.0.1 PKGNAME= qca2-${DISTNAME:C/.*-//} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/qca2/distinfo b/security/qca2/distinfo index e3f84b17623..5311451bdf8 100644 --- a/security/qca2/distinfo +++ b/security/qca2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/12/21 00:19:43 jdolecek Exp $ +$NetBSD: distinfo,v 1.3 2009/01/27 11:10:46 markd Exp $ -SHA1 (qca-2.0.0.tar.bz2) = 5b896647426637e1974703f2950786746408c70b -RMD160 (qca-2.0.0.tar.bz2) = 256ca518fea507d03b67c0f5d26ba2ac7b3db517 -Size (qca-2.0.0.tar.bz2) = 5106520 bytes -SHA1 (patch-aa) = 5dcb9d5eb4c0906c97f9b8d98eac2ab996c33f67 +SHA1 (qca-2.0.1.tar.bz2) = 0be2f8e677063ddd7c6f22c67375811ac7e15aab +RMD160 (qca-2.0.1.tar.bz2) = 8c0cc0f81deefe987f9b81631693dc3dc4026fd3 +Size (qca-2.0.1.tar.bz2) = 1925152 bytes +SHA1 (patch-aa) = e9c7791aac4b8764100a95a596e109e6ebb6abf0 diff --git a/security/qca2/patches/patch-aa b/security/qca2/patches/patch-aa index 300415e3f86..3f018740921 100644 --- a/security/qca2/patches/patch-aa +++ b/security/qca2/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1 2007/12/21 00:19:44 jdolecek Exp $ +$NetBSD: patch-aa,v 1.2 2009/01/27 11:10:46 markd Exp $ ---- src/src.pro.orig 2007-08-14 23:00:28.000000000 +0200 +--- src/src.pro.orig 2008-06-04 12:50:25.000000000 +1200 +++ src/src.pro -@@ -91,10 +91,6 @@ unix: { +@@ -109,10 +109,6 @@ unix: { incfiles.files = $$PUBLIC_HEADERS incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto - INSTALLS += incfiles + !lib_bundle:INSTALLS += incfiles - - manfiles.path = $$DATADIR/man/man1 - manfiles.files = $$QCA_BASE/man/qcatool2.1 -- cgit v1.2.3