Updated changelog with Alin Dobre's changes.
Merged branch 'pkg/deb/master' of github.com/alindobre/rrdtool-1.x.
Optionally recommend fonts-dejavu-core.
… as (the preferred) alternative to ttf-dejavu-core.
Thanks to Martin-Éric Racine for reporting this!
Closes: #743947
… as (the preferred) alternative to ttf-dejavu-core.
Thanks to Martin-Éric Racine for reporting this!
Closes: #743947
The new upstream release fixes #686825.
patches: Added CVE-2013-2131.
This is an upstream patch fixing a format string vulnerability in rrdgraph.
Thanks to Henri Salo for reporting this!
Closes: #708866
Raised urgency to medium for this.
This is an upstream patch fixing a format string vulnerability in rrdgraph.
Thanks to Henri Salo for reporting this!
Closes: #708866
Raised urgency to medium for this.
Updated changelog to 1.4.8-1.
Merged branch 'upstream'.
Updated to upstream version 1.4.8.
Updated changelog to mention the merged NMU.
Removed unneeded meta-information introduced in 1.4.7-2.1.
Merged branch 'rrdtool-1.4.7-2.1'.
Diff for NMU version 1.4.7-2.1.
Fix new file paths
The ifOctets.tcl and pkgIndex.tcl files are now in usr/share/rrdtool.
Signed-off-by: Alin Dobre <alinmd@gmail.com>
The ifOctets.tcl and pkgIndex.tcl files are now in usr/share/rrdtool.
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Proper versioning and NMU specification
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Removed already applied patch
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Removed already applied Ruby bindings patch
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Removed already tcl-8.5 applied patch
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Added changelog entry for 1.4.8
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Imported upstream version 1.4.8
Signed-off-by: Alin Dobre <alinmd@gmail.com>
Signed-off-by: Alin Dobre <alinmd@gmail.com>
changelog: Fixed last changelog regarding the versioned build-dep on tcl-dev.
Added debian/patches/bts664724-rrdcached-j-segfault.
Fixed segfault in rrdcached when starting without having the journal directory
available: canonicalize the journal path after creating the directory; else,
realpath(3) will return NULL causing strdup() to segfault. Also, check the
return value of realpath(3) before further using it.
Thanks to Helmut Grohne for reporting this.
Closes: #664724
Fixed segfault in rrdcached when starting without having the journal directory
available: canonicalize the journal path after creating the directory; else,
realpath(3) will return NULL causing strdup() to segfault. Also, check the
return value of realpath(3) before further using it.
Thanks to Helmut Grohne for reporting this.
Closes: #664724
Diff for NMU version 1.4.7-1.2.
Diff for NMU version 1.4.7-1.1.
The tcl binding supports tcl < 8.5, too.
Remove a restriction which was an accidental left over from a test-build
against a new tcl version. Makes backporting easier.
Remove a restriction which was an accidental left over from a test-build
against a new tcl version. Makes backporting easier.
Updating changelog.
Migrate to dh_python2.
Ack NMU.
Closes: #619688
Thanks: Luk Claes
Closes: #619688
Thanks: Luk Claes
Refreshing patches, dropping bts625631-gcc4.5.
snapshot changelog.
Merge commit 'upstream/1.4.7'
Imported Upstream version 1.4.7
control: Updated standards-version to 3.9.2.
rrdtool.doc-base: Fixed a spelling error detected by lintian.
control: Removed prehistoric 'Conflicts'.
… introduced for an incompatibility with Woody.
… introduced for an incompatibility with Woody.
source/format: Explicitly state version 1.0 for now.
changelog: Set urgency to high because of the fix for #625631.
patches: Added bts625631-gcc4.5, fixing an compiler issue when using GCC 4.5.
Thanks to Maxime Petazzoni for reporting this and Sven Hartge for pointing out
the upstream fix by anicka@suse.cz.
Closes: #625631
Thanks to Maxime Petazzoni for reporting this and Sven Hartge for pointing out
the upstream fix by anicka@suse.cz.
Closes: #625631
changelog: Reupload to unstable.
… which has Tcl 8.5 by now.
… which has Tcl 8.5 by now.
patches: Added tcl-8.5.
… fixing an issue identified by Tcl 8.5 in the Tcl bindings: So far, a strict
version of the "Tcl" package was requested, which seems to have been ignored
by Tcl < 8.5. This requirement has been removed.
… fixing an issue identified by Tcl 8.5 in the Tcl bindings: So far, a strict
version of the "Tcl" package was requested, which seems to have been ignored
by Tcl < 8.5. This requirement has been removed.
control: Rebuild against Tcl 8.5.
* Build-depend on tcl-dev (>= 8.5) and tcl (>= 8.5).
* Uploading to experimental, which hosts Tcl 8.5 for now.
Closes: #582211
* Build-depend on tcl-dev (>= 8.5) and tcl (>= 8.5).
* Uploading to experimental, which hosts Tcl 8.5 for now.
Closes: #582211
patches: Removed bts573638-rrdcgi-segfault and bts573299-rrdgraph-M.
These patches have been included upstream.
These patches have been included upstream.
copyright: Updated for 1.4.3.
changelog: Updated to 1.4.3-1.
Merge branch 'upstream'
Imported upstream version 1.4.3.
control: Updated Standards-Version to 3.8.4 -- no changes.
patches: Added bts573299-rrdgraph-M.
This fixes short option parsing in rrd_graph() by adding support for '-M' as
documented in the manpage.
Thanks to Ralf Hildebrandt for reporting this!
Closes: #573299
This fixes short option parsing in rrd_graph() by adding support for '-M' as
documented in the manpage.
Thanks to Ralf Hildebrandt for reporting this!
Closes: #573299
patches: Added bts573638-rrdcgi-segfault.
This is an upstream patch fixing a segfault in rrdcgi's printlasttime() (and
possibly others).
Also, updated changelog to 1.4.2-2.
Thanks to Robert Luberda for reporting this!
Closes: #573638
This is an upstream patch fixing a segfault in rrdcgi's printlasttime() (and
possibly others).
Also, updated changelog to 1.4.2-2.
Thanks to Robert Luberda for reporting this!
Closes: #573638
changelog: Upload to unstable.
Updated changelog.
Added debian/rrdcached.doc-base.
… pointing to /u/s/d/rrdcached/html/.
… pointing to /u/s/d/rrdcached/html/.
Added debian/rrdtool.doc-base.
… pointing to /u/s/d/rrdtool/html/.
… pointing to /u/s/d/rrdtool/html/.
control: liblua5.1-rrd-dev: Do not duplicate liblua5.1-rrd0 short desc.
Identified by lintian.
Identified by lintian.
control: Let librrd-ruby depend on ${misc:Depends}.
… to shut up lintian, mostly.
… to shut up lintian, mostly.
control, rules: Switched from Ruby 1.9 to Ruby 1.9.1.
This affects the librrd-ruby1.9 and rrdtool-dbg packages.
Closes: #565833, #565835
This affects the librrd-ruby1.9 and rrdtool-dbg packages.
Closes: #565833, #565835
changelog: Packaging the new upstream release closes #559370.
Updated copyright for 1.4.2.
The new upstream release fixes #550919 (typos in the manpages).
Updated changelog to 1.4.2-1.
Merge branch 'upstream'
Merged branch 'experimental'.
Conflicts:
debian/changelog
Conflicts:
debian/changelog
Imported upstream version 1.4.2.
rrdtool.install: Install librrd.3 only from section 3.
That section includes RRDs.3pm and RRDp.3pm as well, which are installed to
the appropriate -perl packages.
That section includes RRDs.3pm and RRDp.3pm as well, which are installed to
the appropriate -perl packages.
Merge branch 'upstream-1.4' into experimental
Updated CHANGES.
This file has to be created manually :-/
This file has to be created manually :-/
Updated changelog.
control: Let rrdtool-dbg recommend liblua5.1-rrd0.
rules: Run dh_installinit for the "rrdcached" package.
liblua5.1-rrd-dev.install: Fixed the path of lua-rrd.h.
The path needs to be relative to debian/tmp/.
The path needs to be relative to debian/tmp/.
Running ldconfig is not needed for lua.
Add lua-rrd.h.
rrdcached.postrm: Remove /var/lib/rrdcached/ on purge.
rrdcached.init.d: Removed ".d" from the journal directory.
This is often used for config directories, so might be confusing.
This is often used for config directories, so might be confusing.
rrdcached.init.d: Added journal and base directory to the default OPTS.
patches: Removed compiler-warning-fixes - included upstream.
Merge branch 'upstream-1.4' into experimental
rrdtool.install: Install manpages in section 3 as well.
Merge branch 'upstream-1.4' into experimental
rrdcached.{default,init.d}: Set the default command line options.
Using '-l unix:/var/run/rrdcached.sock -F' for now.
Using '-l unix:/var/run/rrdcached.sock -F' for now.
Build-conflict on lua50 as the lua binding autofoo stuff is buggy as hell.
Updating changelog.
Merge branch 'experimental' of git.snow-crash.org:pkg-rrdtool into experimental
More Lua binding stuff.
Add Lua bindings to debian/control.
Build lua extension in debian/rules.
rrdcached.{init.d,default}: Added an init script for rrdcached.
The script currently supports start, stop, status, restart, force-reload. It
is based on the collectd init script.
The script currently supports start, stop, status, restart, force-reload. It
is based on the collectd init script.
Added new binary package 'rrdcached'.
patches: Reintroduced compiler-warning-fixes updated for 1.4.
control: Let the synopsis start with a small letter.
… as suggested in dev-ref 6.2.2.
… as suggested in dev-ref 6.2.2.
librrd4.symbols: Added symbols introduced in 1.4~rc2.
rules: Set examples/rrdcached/RRDCached.pm's file mode to 0644.
The upstream Makefile declares this file as a script.
The upstream Makefile declares this file as a script.
control: Updated Standards-Version to 3.8.3.
rules: Use DEB_HOST_ARCH_CPU instead of DEB_HOST_GNU_TYPE.
… to check for the build host.
… to check for the build host.