Package: bandwidthd / 2.0.1+cvs20090917-5
Metadata
Package | Version | Patches format |
---|---|---|
bandwidthd | 2.0.1+cvs20090917-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
22_disableconf.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
disable installation of bandwidthd.conf from orig source |
21_fixversion.patch | (download) |
configure.in |
4 2 + 2 - 0 ! |
fix version in configure script |
31_usepqsql.patch | (download) |
configure.in |
36 32 + 4 - 0 ! |
add configure option for pgsql support Add configure option --enable-pgsql to manually be able to select instead of automagically choosing at build-time, to be able to build both the static- and postgresql-version of bandwidthd |
41_syntaxwhere.patch | (download) |
conf.y |
4 2 + 2 - 0 ! |
include filename in syntax error logging Say which file the syntax error is in, to make logged error message clear. |
42_graphmailheader.patch | (download) |
graph.c |
4 2 + 2 - 0 ! |
add missing "mail" table header to generated static html. |
43_cdfsyntax.patch | (download) |
bandwidthd.c |
2 1 + 1 - 0 ! |
add missing comma to fix syntax in created cdf files. I've been using bandwidthd for a while, but since upgrading to lucid I noticed my parsing started acting up, so I investigated. Eventually discovered that bandwidthd's CDF writing has been broken since a certain commit last year: http://bandwidthd.cvs.sourceforge.net/viewvc/bandwidthd/bandwidthd/bandwidthd.c?r1=1.52&r2=1.53 You can see there's two fprintf statements there, but after that commit there is no comma between the last value of the first fprintf, and the first value of the second fprintf. It's even easier to spot if you look at an actual line in a CDF file since this, where you get a field like "01329001" which is a concatenation of "0" and "1329001". The fix for this is of course trivial, you just need to add a comma to the end of the first fprintf on line 827: |
44_fixrecovercdf.patch | (download) |
bandwidthd.c |
4 2 + 2 - 0 ! |
fix recover cdf option Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660810 |
61_php_fix_html_and_input_validation.patch | (download) |
phphtdocs/details.php |
72 45 + 27 - 0 ! |
make html output valid and prevent sql injection in php code. |
71_sh_bd_purge_add_shebang.patch | (download) |
phphtdocs/bd_pgsql_purge.sh |
6 4 + 2 - 0 ! |
add proper script header and use for loop, since echo -e is bashism. |
81_phpdbconfig.patch | (download) |
phphtdocs/config.conf |
7 4 + 3 - 0 ! |
fetch database credentials from external file |
98_autoheader.patch | (download) |
config.h.in |
221 221 + 0 - 0 ! |
run autoheader && rm -rf autom4te.cache |
99_autoconf.patch | (download) |
configure |
9421 9421 + 0 - 0 ! |
run autoconf && rm -rf autom4te.cache |