8000 collectd: Update to 4.10.9 by cjkoenig · Pull Request #290 · openwrt/packages · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

collectd: Update to 4.10.9 #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cjkoenig
Copy link
Contributor
@cjkoenig cjkoenig commented Sep 7, 2014

Signed-off-by: Christoph Koenig christoph.koenig@gmail.com

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
@sbyx sbyx assigned jow- Sep 8, 2014
@hnyman
Copy link
Contributor
hnyman commented Sep 8, 2014

Just for reference:
updating to 4.10.9 would be a step to the right direction, but at the same time we could jump to the current main branch 5.4.x. (as 4.10.x is being phased out).

I have been using 5.4.1 since March. I have submitted in May patches to upgrade collectd to 5.4.1 and to make needed small changes in Luci. (5.4.x series requires also three small changes in Luci)
https://lists.openwrt.org/pipermail/openwrt-devel/2014-May/025197.html
https://lists.openwrt.org/pipermail/openwrt-devel/2014-May/025198.html

@champtar
Copy link
Member
champtar commented Sep 8, 2014

changelog:
2013-04-07, Version 4.10.9

  • Build system: A bad interaction between the Java detection code and
    libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
  • apache, ascent, bind, curl, curl_json, curl_xml, nginx and
    write_http plugins: Portability fixes, protection from infinite
    redirect loops, improved error handling and incorrect dereferences
    have been fixed. Most of these are related to the cURL library.
    Thanks to Dan Fandrich for his patches.
  • logfile plugin: Flush the output file handle. This works around
    caching when logging to STDOUT and redirecting into a file. Thanks
    to Nathan Huff for the patch.
  • network plugin: Build issues under FreeBSD and initialization have
    been fixed. Thanks to Ed Schouten for his patch.
  • mysql plugin: Fix a memory leak in the error handling. Thanks to
    Tomas Doran for his patch.
  • thermal plugin: The initialization of dispatched value lists has
    been fixed. Thanks to Markus Knetschke for his patch.
  • unixsock plugin: Parsing of options with an underscore, e.g.
    "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
    patch.

@champtar
Copy link
Member
champtar commented Sep 8, 2014

i think update BB branch with 4.10.9, and update master with 5.4.*

@karlp
Copy link
Contributor
karlp commented Sep 9, 2014

Big 👍 on moving to 5.4.x for master!

@hnyman
Copy link
Contributor
hnyman commented Sep 9, 2014

I created a pull request #298 about updating to 5.4.1.
Note that applying it requires also simultaneous changes to Luci sources.

@champtar
Copy link
Member
champtar commented Sep 9, 2014

At least @jow- can do that

@jow-
Copy link
Contributor
jow- commented Sep 18, 2014

Ack from me.

@jow-
Copy link
Contributor
jow- commented Sep 18, 2014

Superseded by 7d44d48

@jow- jow- closed this Sep 18, 2014
@cjkoenig cjkoenig deleted the update_collectd branch September 18, 2014 16:43
dajhorn added a commit to dajhorn/openwrt-packages that referenced this pull request Jun 10, 2017
From the upstream NEWS file:

  v1.7.5
  lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
  lz4cat : fix : works with relative path (openwrt#284) and stdin (openwrt#285) (reported by @beiDei8z)
  cli : fix minor notification when using -r recursive mode
  API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (openwrt#290, openwrt#280)
  doc : markdown version of man page, by Takayuki Matsuoka (openwrt#279)
  build : Makefile : fix make -jX lib+exe concurrency (openwrt#277)
  build : cmake : improvements by Michał Górny (openwrt#296)

  v1.7.4.2
  fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (openwrt#274, reported by Antoine Martin)

  v1.7.4
  Improved : much better speed in -mx32 mode
  cli : fix : Large file support in 32-bits mode on Mac OS-X
  fix : compilation on gcc 4.4 (openwrt#272), reported by Antoine Martin

  v1.7.3
  Changed : moved to versioning; package, cli and library have same version number
  Improved: Small decompression speed boost
  Improved: Small compression speed improvement on 64-bits systems
  Improved: Small compression ratio and speed improvement on small files
  Improved: Significant speed boost on ARMv6 and ARMv7
  Fix : better ratio on 64-bits big-endian targets
  Improved cmake build script, by Evan Nemerson
  New liblz4-dll project, by Przemyslaw Skibinki
  Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
  cli : new : --rm and --help commands
  cli : new : preserved file attributes, by Przemyslaw Skibinki
  cli : fix : crash on some invalid inputs
  cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
  cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report openwrt#243
  cli : bench : new : -r recursive mode
  lz4cat : can cat multiple files in a single command line (openwrt#184)
  Added : doc/lz4_manual.html, by Przemyslaw Skibinski
  Added : dictionary compression and frame decompression examples, by Nick Terrell
  Added : Debianization, by Evgeniy Polyakov

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
jp-bennett pushed a commit to jp-bennett/packages that referenced this pull request Jul 29, 2017
From the upstream NEWS file:

  v1.7.5
  lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
  lz4cat : fix : works with relative path (openwrt#284) and stdin (openwrt#285) (reported by @beiDei8z)
  cli : fix minor notification when using -r recursive mode
  API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (openwrt#290, openwrt#280)
  doc : markdown version of man page, by Takayuki Matsuoka (openwrt#279)
  build : Makefile : fix make -jX lib+exe concurrency (openwrt#277)
  build : cmake : improvements by Michał Górny (openwrt#296)

  v1.7.4.2
  fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (openwrt#274, reported by Antoine Martin)

  v1.7.4
  Improved : much better speed in -mx32 mode
  cli : fix : Large file support in 32-bits mode on Mac OS-X
  fix : compilation on gcc 4.4 (openwrt#272), reported by Antoine Martin

  v1.7.3
  Changed : moved to versioning; package, cli and library have same version number
  Improved: Small decompression speed boost
  Improved: Small compression speed improvement on 64-bits systems
  Improved: Small compression ratio and speed improvement on small files
  Improved: Significant speed boost on ARMv6 and ARMv7
  Fix : better ratio on 64
6F99
-bits big-endian targets
  Improved cmake build script, by Evan Nemerson
  New liblz4-dll project, by Przemyslaw Skibinki
  Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
  cli : new : --rm and --help commands
  cli : new : preserved file attributes, by Przemyslaw Skibinki
  cli : fix : crash on some invalid inputs
  cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell
  cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report openwrt#243
  cli : bench : new : -r recursive mode
  lz4cat : can cat multiple files in a single command line (openwrt#184)
  Added : doc/lz4_manual.html, by Przemyslaw Skibinski
  Added : dictionary compression and frame decompression examples, by Nick Terrell
  Added : Debianization, by Evgeniy Polyakov

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0