Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Releases: mutability/dump1090

dump1090-mutability (1.08.2302.14+1mu-5)

30 Dec 00:05
Compare
Choose a tag to compare
  • Add Provides: fatsv-data-source

dump1090-flightaware (1.18+mu1-3)

30 Dec 00:03
Compare
Choose a tag to compare

This package is based on the FlightAware version of dump1090.
It does not include the extras found in the mutability version; for those, use a dump1090-mutability release.

  • Add Provides: fatsv-data-source.

dump1090-mr (1.08.2302.14+1-3)

28 Dec 15:07
Compare
Choose a tag to compare

This package is based on the MalcolmRobb version of dump1090.
It does not include the extras found in the mutability version; for those, use a dump1090-mutability release.

  • Remove spurious dependencies on net-tools
  • Update Build-Depends based on glitches found building under pbuilder.
  • Update package configuration and support scripts based on those from dump1090-mutability.

dump1090-flightaware (1.18+mu1-2)

28 Dec 21:43
Compare
Choose a tag to compare

This package is based on the FlightAware version of dump1090.
It does not include the extras found in the mutability version; for those, use a dump1090-mutability release.

  • Add Conflicts: piaware for faup1090, as the standard package provides the same binary.
  • Update to use the configuration / packaging scripts developed for dump1090-mutability.
  • Include $(CPPFLAGS) when compiling faup1090, so it sees the hardening defines.

dump1090-mutability (1.08.2302.14+1mu-4)

27 Dec 22:26
Compare
Choose a tag to compare
  • Remove half-implemented --no-decode option.
  • Remove Windows support files that aren't needed for the Debian package.
  • Remove some legacy support scripts not needed by the Debian package.
  • Add support for controlling the accuracy of the receiver location
    written in the JSON metadata used by the webmap.
  • Oversampling is now less scary!
  • Warn if --modeac is used together with --oversample.
  • Link to github from the webmap.

dump1090-mutability (1.08.2302.14+1mu-3)

10 Dec 22:05
Compare
Choose a tag to compare
  • Ask about json interval before json dir and skip the dir question if
    the interval is disabled, it makes more sense that way.
  • Be much more cautious about missing config settings so we don't explode
    so badly if something is omitted.
  • Use the package version as the version number compiled into the binary.
  • Add data/receiver.json (generated once) and support for it in script.js.
  • Internal webserver rearrangement to support multiple json files.
  • Dongle "device index" actually accepts serial numbers too, document that.
  • Add input validation to most of the config questions.

dump1090-mutability (1.08.2302.14+1mu-2)

10 Dec 01:17
Compare
Choose a tag to compare
  • Fix a memory leak from use of realpath() in HTTP request processing.
  • Add direct support for FATSV-format output, adapted from the FlightAware
    fork.
  • Big rearrangement of configuration to add debconf support.
  • Update Build-Depends based on glitches found building under pbuilder.

dump1090-flightaware (1.18+mu1-1)

07 Dec 21:54
Compare
Choose a tag to compare
Pre-release

Initial release of a repackaging of the FlightAware fork of dump1090 (and faup1090)

dump1090-mutability (1.08.2302.14+1mu-1)

06 Dec 23:21
Compare
Choose a tag to compare

Initial release of a package based on the mutability fork with oversampling support and other goodies.

The default configuration of the package is deliberately locked down - it will not run the built-in webserver and it will only listen for connections from localhost. To change this, edit /etc/default/dump1090-mutability as desired.

I'd recommend using an external webserver in preference to the internal webserver. The package installs a sample configuration suitable for use with lighttpd - see /etc/lighttpd/conf-available/89-dump1090.conf. To use this (assuming you have lighttpd installed), run "sudo lighty-enable-mod dump1090".

dump1090-mr (1.08.2302.14+1-2)

06 Dec 18:48
Compare
Choose a tag to compare
Pre-release
  • Pass --name / --user to start-stop-daemon when starting
  • Log to /var/log/dump1090-mr.log (configurable via LOGFILE)
  • Log stats once an hour by default (configurable via STATS_INTERVAL)
  • Include a logrotate configuration