[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-29-g2184ebf
Brought to you by:
entrope
From: Entrope <en...@us...> - 2009-08-11 03:56:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 2184ebfaaaaa8e5863cfe5dcbf05e77b49abcd38 (commit) via d1d47b28b63d04bb4010a1e459853f4766a92a13 (commit) via 99b1d1ee2e6b9c0e77df58a5a0f35215c07b676f (commit) from 56c157d2a9966393a9e9d5719907e4ddc144aab1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2184ebfaaaaa8e5863cfe5dcbf05e77b49abcd38 Author: Michael Poole <md...@tr...> Date: Mon Aug 10 23:56:03 2009 -0400 Make the kqueue ioset back-end less whiny. src/ioset-kevent.c (ioset_kevent_add): Never try to use EV_DELETE, because that can make kevent() return -1/ENOENT. (ioset_kevent_update): We need to try to EV_DELETE here instead. (ioset_kevent_loop): Do not bail if kevent() just returns -1/EINTR. commit d1d47b28b63d04bb4010a1e459853f4766a92a13 Author: Michael Poole <md...@tr...> Date: Mon Aug 10 23:53:19 2009 -0400 Fix mod-blacklist (really, all of SAR) not working on BSDs. Fixes SF bug #2817939, reported by sky5. src/sar.c (ipv4_pton): Set the sockaddr length field when it exists. (ipv6_pton): Likewise. commit 99b1d1ee2e6b9c0e77df58a5a0f35215c07b676f Author: Michael Poole <md...@tr...> Date: Mon Aug 10 23:51:28 2009 -0400 Mark the current code as rc3, and distribute mod-blacklist.c. configure.in (AC_INIT): Bump release number to rc3. (HAVE_SOCKADDR_SA_LEN): Define to a non-empty value (specifically, 1). (HAVE_STRUCT_ADDRINFO): Likewise. src/Makefile.am (EXTRA_srvx_SOURCES): Include mod-blacklist.c. ----------------------------------------------------------------------- Summary of changes: configure.in | 6 +++--- src/Makefile.am | 1 + src/ioset-kevent.c | 17 ++++++++++++++--- src/sar.c | 6 ++++++ 4 files changed, 24 insertions(+), 6 deletions(-) hooks/post-receive -- srvx |