Subject: CVS commit: pkgsrc/net
From: S.P.Zeidler
Date: 2019-11-24 21:16:55
Message id: 20191124201655.C3C7AFA97@cvs.NetBSD.org

Log Message:
Update xymon and xymonclient to version 4.3.29.
Add patches to xymon from the xymon code repository to fix compatibility
issues in 4.3.29.

Upstream changelog:

   Changes for 4.3.29
   ==================

   Several buffer overflow security issues have been resolved, as well as
   a potential XSS attack on certain CGI interfaces. Although the ability
   to exploit is limited, all users are urged to upgrade.
   The assigned CVE numbers are:

     CVE-2019-13451, CVE-2019-13452, CVE-2019-13455, CVE-2019-13473,
     CVE-2019-13474, CVE-2019-13484, CVE-2019-13485, CVE-2019-13486

   In addition, revisions have been made to a number of places throughout
   the code to convert the most common sprintf statements to snprintf for
   safer processing, which should reduce the impact of similar parsing.
   Additional work on this will continue in the future.

   The affected CGIs are:

   	history.c (overflow of histlogfn) = CVE-2019-13451
   	reportlog.c (overflow of histlogfn) = CVE-2019-13452
   	csvinfo.c (overflow of dbfn) = CVE-2019-13273
   	csvinfo.c (reflected XSS) = CVE-2019-13274
   	acknowledge.c (overflow of msgline) = CVE-2019-13455

   	appfeed.c (overflow of errtxt) = CVE-2019-13484
   	history.c (overflow of selfurl) = CVE-2019-13485
   	svcstatus.c (overflow of errtxt) = CVE-2019-13486

   We would like to thank the University of Cambridge Computer Security
   Incident Response Team for their assistance in reporting and helping
   resolve these issues.

   Additional Changes:

   On Linux, a few additional tmpfs volumes are ignored by default
   on new (or unmodified) installs. This includes /run/user/<uid>,
   which is a transient, per-session tmpfs on some systems. To re-
   enable monitoring for this (if you are running services under
   a user with a login session), you may need to edit the analysis.cfg(5)
   file.

   After upgrade, these partitions will no longer be alerted on or
   tracked, and their associated RRD files may also be removed:

    /run/user/<uid> (but NOT /run)
    /dev (but NOT /dev/shm)
    /sys/fs/cgroup
    /lib/init/rw

   The default hard limit for an incoming message has been raised from
   10MB to 64MB

   The secure apache config snippet no longer requires a xymongroups file
   to be present (and module loaded), since it's not used by default. This
   will not affect existing installs.

   A --no-cpu-listing option has been added to xymond_client to suppress the
   'top' output in cpu test status messages.

   The conversation used in SMTP checks has been adjusted to perform a proper
   "EHLO" greeting against servers, using the host string 'xymonnet'. \ 
If the
   string needs to be adjusted, however, see protocols.cfg(5)

   "Actual" memory usage (as a percentage) may be >100% on some \ 
platforms
   in certain situations. This alone will not be tagged as "invalid" data
   and should be graphed in RRD.

Files:
RevisionActionfile
1.57modifypkgsrc/net/xymon/Makefile
1.18modifypkgsrc/net/xymon/distinfo
1.3modifypkgsrc/net/xymon/patches/patch-build_Makefile.Linux
1.22modifypkgsrc/net/xymonclient/Makefile
1.17modifypkgsrc/net/xymonclient/distinfo
1.2modifypkgsrc/net/xymonclient/patches/patch-build_Makefile.Linux
1.1addpkgsrc/net/xymon/patches/patch-lib_acklog.c
1.1addpkgsrc/net/xymon/patches/patch-lib_availability.c
1.1addpkgsrc/net/xymon/patches/patch-lib_availability.h
1.1addpkgsrc/net/xymon/patches/patch-lib_eventlog.c
1.1addpkgsrc/net/xymon/patches/patch-lib_holidays.c
1.1addpkgsrc/net/xymon/patches/patch-lib_htmllog.c
1.1addpkgsrc/net/xymon/patches/patch-lib_misc.c
1.1addpkgsrc/net/xymon/patches/patch-lib_stackio.c
1.1addpkgsrc/net/xymon/patches/patch-lib_timefunc.c
1.1addpkgsrc/net/xymon/patches/patch-lib_tree.c
1.1addpkgsrc/net/xymon/patches/patch-web_history.c
1.1addpkgsrc/net/xymon/patches/patch-web_reportlog.c
1.1addpkgsrc/net/xymon/patches/patch-web_showgraph.c
1.1addpkgsrc/net/xymon/patches/patch-xymond_combostatus.c
1.1addpkgsrc/net/xymon/patches/patch-xymond_rrd_do__temperature.c
1.1addpkgsrc/net/xymon/patches/patch-xymond_xymond__history.c
1.1addpkgsrc/net/xymon/patches/patch-xymonnet_xymonnet.c