summaryrefslogtreecommitdiff
path: root/databases/rrdtool
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25rrdtool: remove old commentadam1-3/+1
2022-11-25rrdtool: updated to 1.8.0adam5-21/+38
RRDtool 1.8.0 - 2022-03-13 Bugfixes python bindings: properly convert double values of rrd info failed to expand 'Py_UNUSED', Invalid usage when expanding 'Py_UNUSED' document --showtime in xport help output fix --use-nan-for-all-missing-data update rrdruby.pod add missing rrdruby.pod and rrdpython.pod to dist Set first_weekday to 0 (Sunday), when HAVE__NL_TIME_WEEK_1STDAY is not defined fix median calculation for all NaN inputs fix potential leak in xport during failure fix many warnings raised by Cppcheck fix many compiler warnings from latest gcc ensure proper initialization in rrd_daemon cleanup testsuite better testing avoid invalid read in rrd_client add symbols from rrdc to librrd Fix duplicate write_changes_to_disk() calls when HAVE_LIBRADOS is true and HAVE_MMAP is false documentation updates for SMIN example in docs fix for pyton3 compatibility freemem only for valid status <Christian Kr"oger> fix double meaning of time 0 as uninitialized value fix for zfs not supporting fallocate. this makes resize work on zfs add rrdrados.pod to dist fetch - do not call rrd_freemem on uninitialized pointers use separate pango fontmap per thread switch to python 3 do not leak filename when opening a broken file fix leaks in rrdcached avoid segfault when flushing cache escape json in legend entries fix leak in xport make rrdcgi param parsing more robust fix race in journal_write Features ROUND function for rrd RPN vcpkg support for MSVC builds (see WIN32-BUILD-TIPS.txt) add first_weekday for Windows port add x64 platform for win32 build add --add-jsontime for graphv add --utc to graph add automated testing for win32 builds support TUNE command in rrdcached
2022-11-23massive revision bump after textproc/icu updateadam2-4/+4
2022-08-22rrdtool: explicitly disable libradosmarkd1-1/+2
2022-06-28*: recursive bump for perl 5.36wiz2-4/+4
2022-04-24rrdtool: fix master sitetnn1-2/+4
2022-04-18revbump for textproc/icu updateadam2-4/+4
2021-12-08revbump for icu and libffiadam2-4/+4
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-06-17rrdtool: fix building on Darwinadam1-1/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for textproc/icuadam2-4/+4
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon2-4/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot2-4/+4
2020-06-02Revbump for icuadam2-4/+4
2020-04-25databases/rrdtool: remove redundant SUBST blockrillig1-7/+1
The example file contains an already expanded @exec_prefix@.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz2-4/+4
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz2-4/+4
2019-11-02databases: align variable assignmentsrillig1-5/+5
pkglint -Wall -F --only aligned -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-06-06rrdtool: remove patch after updatewiz1-33/+0
This patch was removed from the distinfo in the 1.7.2 update
2019-05-29rrdtool: updated to 1.7.2adam2-8/+7
RRDtool 1.7.2: Bugfixes * Updated the Makefiles to properly include all needed files into the distribution tar * Cleand up Compiler Warnings * Improved compilation in MinGW environment * fix segfault on non-existent RRD file when using rrdcached * fix bounds handling, documentation and checking on rrdtool xport * Fix %s/%S unit autoscaling in gprint for json/xml * Optimized PDP Calculation
2019-02-11rrdtool: updated to 1.7.1adam9-65/+40
RRDtool 1.7.1: Bugfixes * about 38949 assorted fixes for the windows build of rrdtool * fix many compile time warnings * Re-enable 0-width lines * Include rrd_pdpcalc.pod in Makefile.am also * Lots of spelling fixes for rrdtool source and documentation * fix off by one issue in rrdtool xport output * fix lua extension build * fix python bindings * fix multiple static variable issues in conflict with MT * make translations actually work * Fixed configure --enable / --disable options * rrd_daemon stability fixes * fix tcl bindings * do not call umask ever (not MT safe) Features * Multiline Titles * French translation * Added support for --allow-shrink with --rigid flag * Added SUSPEND/RESUME/SUSPENDALL/RESUMEALL commands for rrd_cached * include the daemon name in the error messag
2018-11-14Revbump after cairo 1.16.0 update.kleink2-4/+4
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon2-4/+4
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-07database/rrdtool: Fix the shared library ID on Darwinminskim1-1/+10
2018-04-16Recursive bump for new fribidi dependency in pango.wiz2-4/+4
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz2-3/+4
2017-09-04Follow some redirects.wiz1-3/+3
2017-08-02limits.h for PATH_MAX.maya2-1/+16
Hopefully helps SmartOS builds.
2017-07-30Removed databases/py-python-rrdtool successor py-rrdtooladam1-4/+1
2017-07-27Makefile.common is also neededadam1-0/+16
2017-07-27RRDtool 1.7.0adam16-110/+62
Bugfixes -------- * made rrd_fetch_cb_wrapper in RRDs more careful with its arguments * many bugfixes to resolve issues identified Coverty scan * fix build issues with libdbl * take the ds step into account while caching data in rrd graph DEF statements * never 'exit' from librrd (even when DEBUG is on) Features -------- * new command rrd list to show rrd files in a directory * configurable log-level for rrdcached * hungarian translation (hu.po) API --- * New Exported funtions: rrd_lcd, rrd_reduce_data, rrd_cf_conf and rrd_list * rrd_list support for perl and python binding * all new and much more complete python bindings working on both python 2.6+ and 3.3+ * extended documentation in rrdlib.pod
2017-02-12Recursive revbump from fonts/harfbuzzryoon2-4/+4
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz2-4/+4
2016-10-18Fix a signedness/unsigned conversion bug causing overflow in rrd_dump.c.he3-3/+20
Bump PKGREVISION.
2016-09-04The Python bindings explicitly need setuptools for the PLIST to match.dholland1-1/+2
Noted by Joerg.
2016-08-27Use <ctype.h> properly. Ride previous bump.dholland7-2/+149
2016-08-27whitespacedholland1-2/+2
2016-08-27oops, whitespacedholland1-2/+2
2016-08-27Make options for the python, tcl, and lua bindings. Enable them bydholland3-8/+81
default and bump PKGREVISION to 2. Also, don't depend on python unless the python option is turned on, and make the lua bindings behave themselves on netbsd where there's a copy of lua in base. Note that the ruby bindings are built in a separate package (databases/ruby-rrdtool) ...probably the python bindings should be as well. Also note that there's another apparently different set of python bindings in databases/py-python-rrdtool. I have no idea which is preferred.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-04-23RRDtool 1.6.0adam3-10/+8
Features * librrd is now fully thread-safe. librrd_th is gone * make lua bindings work with lua 5.1 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c) * new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c) * new CDEF function POW: a,b,POW -> a**b * new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c * re-introducted --showtime option on rrdxport * be more careful in determining the locales idea of first day of the week * lots of spelling fixes all around
2016-02-07Add an RC script for rrdcached(1)khorben2-1/+42
RRDCacheD is a data caching daemon for rrdtool. It receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind.
2016-02-01Changes 1.5.5:adam4-16/+21
Bugfixes -------- * fix JSON output in xport with legend and gprint blocks * fix parse_time mutex unlocking in the error case * don't crash on invalid variable names in CDEF * add mutex locking in rrdc_fetch * fix buffer overflow in rrd_restore * shorten test precision to 7 digits ... * never exit from a library function * buffer overflow in rrd_restore.c
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-26Deal with libintl.h mess.joerg2-1/+17