Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (36m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 21:05:32 UTC Now

2018-01-31 09:14:56 UTC MAIN commitmail json YAML

pkgsrc/security/qca2-gnupg/Makefile@1.22 / diff
pkgsrc/security/qca2-gnupg/PLIST@1.2 / diff
pkgsrc/security/qca2-gnupg/distinfo deleted
pkgsrc/security/qca2-ossl/Makefile@1.35 / diff
pkgsrc/security/qca2-ossl/PLIST@1.2 / diff
pkgsrc/security/qca2-ossl/distinfo deleted
pkgsrc/security/qca2-ossl/patches/patch-aa deleted
pkgsrc/security/qca2-qt5-gnupg/DESCR@1.1 / diff
pkgsrc/security/qca2-qt5-gnupg/Makefile@1.1 / diff
pkgsrc/security/qca2-qt5-gnupg/PLIST@1.1 / diff
pkgsrc/security/qca2-qt5-ossl/DESCR@1.1 / diff
pkgsrc/security/qca2-qt5-ossl/Makefile@1.1 / diff
pkgsrc/security/qca2-qt5-ossl/PLIST@1.1 / diff
pkgsrc/security/qca2-qt5/DESCR@1.1 / diff
pkgsrc/security/qca2-qt5/Makefile@1.1 / diff
pkgsrc/security/qca2-qt5/PLIST@1.1 / diff
pkgsrc/security/qca2-qt5/buildlink3.mk@1.1 / diff
pkgsrc/security/qca2/Makefile@1.39 / diff
pkgsrc/security/qca2/Makefile.common@1.1 / diff
pkgsrc/security/qca2/PLIST@1.7 / diff
pkgsrc/security/qca2/distinfo@1.9 / diff
pkgsrc/security/qca2/patches/patch-CMakeLists.txt@1.1 / diff
pkgsrc/security/qca2/patches/patch-aa deleted
pkgsrc/security/qca2/patches/patch-app.pri deleted
pkgsrc/security/qca2/patches/patch-configure deleted
pkgsrc/security/qca2/patches/patch-plugins_qca-ossl_CMakeLists.txt@1.1 / diff
pkgsrc/security/qca2/patches/patch-plugins_qca-ossl_libcrypto-compat.c@1.1 / diff
pkgsrc/security/qca2/patches/patch-plugins_qca-ossl_libcrypto-compat.h@1.1 / diff
pkgsrc/security/qca2/patches/patch-plugins_qca-ossl_qca-ossl.cpp@1.1 / diff
pkgsrc/security/qca2/patches/patch-src_botantools_botan_botan_secmem.h deleted

qca2{,-qt5}{,-gnupg,-ossl}: update to 2.1.0

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

(markd)