From f642e3427b45ff34e8c91a0edcd3674998b9d2cc Mon Sep 17 00:00:00 2001 From: JP Mens Date: Thu, 7 Jun 2018 11:02:53 +0200 Subject: [PATCH] add deprecation information for packages of older distros Add deprecation info for older distros closes https://github.com/owntracks/recorder/issues/240 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a9264..8bb0b09 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,10 @@ If those don't work for you, you can build from source. ### Packages -We create packages for releases for a few distributions. Please note that these packages might depend on libmosquitto1 from the [Mosquitto project](http://mosquitto.org/downloads). In particular, for Debian Stretch (9) this is not the case. +We create packages for releases for a few distributions. Please note: + +- that these packages might depend on libmosquitto1 from the [Mosquitto project](http://mosquitto.org/downloads). In particular, for Debian Stretch (9) this is not the case. +- we typically do not build packages for distributions which have been superceded upstream Binaries (`ocat`, `ot-recorder`) from these packages run setuid to user `owntracks` so that they work for all users of the system. Note that, say, certificate files you provide must therefore also be readable by the user `owntracks`. @@ -96,6 +99,8 @@ sudo yum install ot-recorder Debian 7 "Wheezy" (including Rasbian): +- we no longer build for this distribution + ``` curl http://repo.owntracks.org/repo.owntracks.org.gpg.key | sudo apt-key add - echo "deb http://repo.owntracks.org/debian wheezy main" | sudo tee /etc/apt/sources.list.d/owntracks.list > /dev/null @@ -105,6 +110,9 @@ sudo apt-get install ot-recorder Debian 8 "Jessie": +- we no longer build for this distribution + + ``` curl http://repo.owntracks.org/repo.owntracks.org.gpg.key | sudo apt-key add - echo "deb http://repo.owntracks.org/debian jessie main" | sudo tee /etc/apt/sources.list.d/owntracks.list > /dev/null