2012-02-28 12:25:48 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Override configure checks for gmp and iconv, seems --without-gmp and
--without-iconv is not enough.
|
2010-08-30 13:17:16 by Adam Ciarcinski | Files touched by this commit (12) |
Log message:
Changes 1.1.10 (toolkit):
* More string format fixes in silcd and client libary
* configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs
* configure: check threads support in OpenBSD
* Fixed string format vulnerability in client entry handling
* Reported and patch provided by William Cummings
* silcd: Fixed IDENTIFY command reply handling for channels
Changes 1.1.18 (server):
* silcd: Added heartbeat support
* Added support for sending SILC_PACKET_HEARTBEAT packets to connection,
to make sure they keep alive and to detect if they have died
* Set SO_KEEPALIVE for all accept()ed sockets
* silcd: Fixed SIGUSR1 signal handling
* Fixed the SIGUSR1 signal handling which can be used to dump the server
internals to /tmp.
* Changed also End of Stream handling to handle NULL idata pointer instead
of ignoring the EOS in case it is NULL.
* Changed also the DETACH timeout handling to use the packet stream
directly instead of looking up client in the callback
* More string format fixes in silcd and client libary
|
2010-01-16 18:57:38 by Thomas Klausner | Files touched by this commit (22) |
Log message:
Remove workaround for compiler bug in gcc2 on sparc64.
|
2009-10-07 20:23:19 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Provide --mode for libtool.
|
2009-06-30 02:07:26 by Joerg Sonnenberger | Files touched by this commit (159) |
Log message:
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
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-06-10 11:03:20 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package supports installation to DESTDIR.
|
2007-06-08 20:39:24 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Remove dead MASTERS_SITES. From Zafer Aydogan.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|