Skip to content

Releases: linuxserver/docker-tvheadend

d2e41b55-ls219

29 Jun 16:10
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

tvheadend Changes:

Remove tvheadend user on purge

This fixes #1722 on my test system.

128d6861-ls218

27 Jun 13:29
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20.

tvheadend Changes:

Replace deprecated interlaced_frame, top_field_first and key_frame

e855f62e-ls217

22 Jun 15:52
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Use safer htsmsg_add_str2 when copying de->de_directory

de->de_directory may be null. htsmsg_add_str passes str unchecked to underlying strlen function. __strlen_avx2 will segfault if str is null.

htsmsg_add_str2 checks the value of args before passing them to htsmsg_add_str, which should prevent this.

Fixes #1712

366e5629-ls216

15 Jun 15:53
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

XMLTV: Rating Labels: Use 'NONE' when 'system' attribute is missing

73a6bd00-ls215

25 May 15:55
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file. Also, use the modern $() syntax instead of ``
and quote all variable assignments.

73a6bd00-ls214

18 May 15:59
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file. Also, use the modern $() syntax instead of ``
and quote all variable assignments.

73a6bd00-ls213

11 May 16:01
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file. Also, use the modern $() syntax instead of ``
and quote all variable assignments.

73a6bd00-ls212

04 May 15:54
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Fix echo target for superuser file in Debian postinst

aba5e60792177d6a2a867445559f4806973b3258 was causing the username
and password to get printed to the console instead of being put in
the correct file. Also, use the modern $() syntax instead of ``
and quote all variable assignments.

b1005850-ls211

20 Apr 15:59
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Update WebUI to allow debug/trace subsystem selection from a list.

223f83b6-ls210

13 Apr 15:58
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.19.

tvheadend Changes:

Add subsystems to JSON API.