2009-05-13 12:59:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 2.0.2, set LICENSE to gnu-lgpl-v2.1.
Changes:
- Bugfix release, forward and backward compatible with 2.0.x
- Fix compatibility with Qt 4.5 when QCA::Initializer appears before QApp
- Don't convert to secure memory when Hash::update(QByteArray) is used
- Use configure.exe instead of configwin.bat
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-19 16:32:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix name of include guard to match package name.
|
2009-01-27 12:10:46 by Mark Davies | Files touched by this commit (3) |
Log message:
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
|
2008-04-12 12:35:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove non-standard qt4/lib/pkgconfig directory. Bump PKGREVISION.
|
2007-12-25 21:09:47 by Mark Davies | Files touched by this commit (2) |
Log message:
Now that package is installed into qt4 subdirectory, pkg-config can't
find the qca2.pc file so copy to where it can.
OKed jdolecek. Bump PKGREVISION.
|
2007-12-21 01:19:44 by Jaromir Dolecek | Files touched by this commit (5) |
Log message:
install qca2 files into qt4 subdirectory, so that qca 1.x and qca2 could
be installed at the same time; also speedup build by disabling building
tests and other miscellaneous cleanup
bump PKGREVISION
|
2007-12-20 21:17:47 by Jaromir Dolecek | Files touched by this commit (5) | |
Log message:
re-import security/qca version 2.0.0 as security/qca2 in preparation for
having both qca 1.x and qca 2.x in tree
|