pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/nagios-base



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Feb  9 10:12:53 UTC 2016

Modified Files:
        pkgsrc/net/nagios-base: Makefile distinfo
        pkgsrc/net/nagios-base/patches: patch-base_checks.c patch-base_events.c
            patch-base_logging.c patch-base_nerd.c patch-cgi_avail.c
            patch-cgi_histogram.c patch-cgi_trends.c patch-common_downtime.c
            patch-html_Makefile.in patch-lib_test-squeue.c patch-lib_worker.c

Log Message:
Bug fix for workers busy-waiting for child completion: when read()ing a
non-bloking descriptor after a poll(), don't loop forever on EAGAIN
as poll() may return POLLIN for a descriptor which doesn't have data
to be read. Bump PKGREVISION.
While there add user-destdir support.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/nagios-base/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/nagios-base/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nagios-base/patches/patch-base_checks.c \
    pkgsrc/net/nagios-base/patches/patch-base_events.c \
    pkgsrc/net/nagios-base/patches/patch-base_nerd.c \
    pkgsrc/net/nagios-base/patches/patch-common_downtime.c \
    pkgsrc/net/nagios-base/patches/patch-lib_test-squeue.c \
    pkgsrc/net/nagios-base/patches/patch-lib_worker.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nagios-base/patches/patch-base_logging.c
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/nagios-base/patches/patch-cgi_avail.c \
    pkgsrc/net/nagios-base/patches/patch-cgi_histogram.c \
    pkgsrc/net/nagios-base/patches/patch-cgi_trends.c \
    pkgsrc/net/nagios-base/patches/patch-html_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index