From 5b0374c5c94874c7f0f217a09cc4a545105fba5e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 27 May 2022 22:11:55 +0200 Subject: [PATCH] Add release for v2.1.4 This change adds a release for v2.1.4 which fixes an issue where the configuration file is overwritten if it is a symlink. --- README.md | 8 ++++---- debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 110e236..d42c803 100644 --- a/README.md +++ b/README.md @@ -120,13 +120,13 @@ On the UniFi Dream Machine (Pro), use `unifi-os shell` to enter UniFi OS from within UbiOS. ```bash # Download udm-iptv package -curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.3/udm-iptv_2.1.3_all.deb +curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.4/udm-iptv_2.1.4_all.deb # Download a recent igmpproxy version curl -O -L http://ftp.debian.org/debian/pool/main/i/igmpproxy/igmpproxy_0.3-1_arm64.deb # Update APT sources and install dialog package for interactive install apt update && apt install dialog # Install udm-iptv and igmpproxy -apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.3_all.deb +apt install ./igmpproxy_0.3-1_arm64.deb ./udm-iptv_2.1.4_all.deb ``` It may be possible that `apt` reports a warning after installation (like shown below), @@ -215,8 +215,8 @@ of the package and installing it via `apt`. The service should automatically restart after upgrading. ```bash -curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.3/udm-iptv_2.1.3_all.deb -apt install ./udm-iptv_2.1.3_all.deb +curl -O -L https://github.com/fabianishere/udm-iptv/releases/download/v2.1.4/udm-iptv_2.1.4_all.deb +apt install ./udm-iptv_2.1.4_all.deb ``` ### Removal diff --git a/debian/changelog b/debian/changelog index 494b11e..4c13260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +udm-iptv (2.1.4) stable; urgency=medium + + * Overwrite actual file if config file is symlink + + -- Fabian Mastenbroek Sat, 16 Apr 2022 12:15:00 +0100 + udm-iptv (2.1.3) stable; urgency=high * Fix script for users that do not use watch functionality