pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qca2 Update to qca 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dff52cea318e
branches:  trunk
changeset: 553662:dff52cea318e
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jan 27 11:10:46 2009 +0000

description:
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

diffstat:

 security/qca2/Makefile         |   5 ++---
 security/qca2/distinfo         |  10 +++++-----
 security/qca2/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r 6e22a890ef4c -r dff52cea318e security/qca2/Makefile
--- a/security/qca2/Makefile    Tue Jan 27 10:55:04 2009 +0000
+++ b/security/qca2/Makefile    Tue Jan 27 11:10:46 2009 +0000
@@ -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 -r 6e22a890ef4c -r dff52cea318e security/qca2/distinfo
--- a/security/qca2/distinfo    Tue Jan 27 10:55:04 2009 +0000
+++ b/security/qca2/distinfo    Tue Jan 27 11:10:46 2009 +0000
@@ -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 -r 6e22a890ef4c -r dff52cea318e security/qca2/patches/patch-aa
--- a/security/qca2/patches/patch-aa    Tue Jan 27 10:55:04 2009 +0000
+++ b/security/qca2/patches/patch-aa    Tue Jan 27 11:10:46 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index