Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 1 | -2/+2 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 1 | -2/+2 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-08 | Revbump after updating graphics/pango | adam | 1 | -2/+2 | |
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 1 | -2/+2 | |
requested by Thomas Klausner. | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-07 | Revbump after updating graphics/cairo | adam | 1 | -2/+2 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 1 | -2/+2 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -1/+2 | |
2011-10-18 | Imported qca2-gnupg from pkgsrc-wip. | schnoebe | 4 | -0/+53 | |
Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. The advantage of this model is to allow applications to avoid linking to or explicitly depending on any particular cryptographic library. This allows one to easily change or upgrade crypto implementations without even needing to recompile the application. QCA should work everywhere Qt does, including Windows/Unix/MacOSX. Capabilities: TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0, SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160, Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5, RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1) This is the GnuPG plugin. Packaged by jfranz@bsdprojects.net. |