2010-09-01 13:31:42 by Matthias Drochner | Files touched by this commit (1) | |
Log message:
update MASTER_SITES for current location
(this pkg will be obsolete soon, when gnutls gets updated to 2.10)
|
2010-02-19 21:16:41 by Klaus Heinz | Files touched by this commit (7) |
Log message:
Added LICENSE information.
|
2010-01-16 12:23:04 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix build under Solaris.
|
2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-30 03:57:26 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master sites. remove outdated.
|
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.
|
2007-11-29 17:35:13 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.6.6:
Noteworthy changes in version 0.6.6 (2007-11-15)
------------------------------------------------
* Slightly adjust the stream code.
The check for fflush is omitted because the return
value might be undefined. This fixes a problem reported
from the NetBSD team.
* Don't use __inline__ in src/cipher.c (breaks on Sun CC).
|
2007-11-08 20:43:39 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.6.5:
Noteworthy changes in version 0.6.5 (2007-10-27)
------------------------------------------------
* Cleanups for the key export and import functionality.
* Clarified the semantic of cdk_pk_check_sigs.
* Now the by usage keydb function correctly finds the
self signature.
patch-aa provided by drochner@; sent upstream, will be in next release.
|
2007-09-08 11:42:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove superfluous @dirrm. Bump PKGREVISION.
|
2007-06-16 00:42:34 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.6.4:
Noteworthy changes in version 0.6.4 (2007-06-12)
------------------------------------------------
* Make sure the test suite uses non-guessable file names
for temporary files.
* Fix a problem in the file handling code.
Noteworthy changes in version 0.6.3 (2007-06-06)
------------------------------------------------
* Remove unused references in the opencdk config script.
This fixes an error because a variable were not referenced.
Interface changes relative to 0.6.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdk_dek_get_cipher NEW
cdk_dek_get_mdc_flag NEW
Noteworthy changes in version 0.6.2 (2007-05-25)
------------------------------------------------
* Fix versioning script of the library.
* Bug fixes for the remaining memory leaks.
* Better way to handle gcrypt initialization.
Interface changes relative to 0.6.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdk_lit_format_t NEW
functions:
cdk_pk_to_fingerprint NEW
|