2013-02-01 23:21:16 by Thomas Klausner | Files touched by this commit (55) |
Log message: Reset MAINTAINER/OWNER (became observers) |
2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message: recursive bump from gettext-lib shlib bump. |
2011-03-11 08:22:05 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Changes 1.2.0: * New functions to allow the creation of X.509 certificates. * Interface changes relative to the 1.1.0 release: ksba_certreq_set_serial NEW ksba_certreq_set_issuer NEW ksba_certreq_set_validity NEW ksba_certreq_set_siginfo NEW |
2010-11-26 19:00:17 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 1.1.0 change: New functions to fix a leak in dirmngr |
2010-09-01 18:35:15 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 1.0.8 change: Fixed a CMS parsing bug exhibited by Lotus Notes |
2009-12-21 19:58:41 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Not MAKE_JOBS_SAFE. |
2009-12-15 20:27:37 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 1.0.7 changes: -misc fixes and improvements -Support DSA -Support SHA-{384,512} based signature generation reviewed by John R. Shannon |
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. |
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message: Mark as destdir ready. |