Releases: linuxserver/docker-tvheadend
457c02d3-ls220
LinuxServer Changes:
Rebase to Alpine 3.20.
tvheadend Changes:
Add dependency for recent Fedora versions
d2e41b55-ls219
LinuxServer Changes:
Rebase to Alpine 3.20.
tvheadend Changes:
Remove tvheadend user on purge
This fixes #1722 on my test system.
128d6861-ls218
LinuxServer Changes:
Rebase to Alpine 3.20.
tvheadend Changes:
Replace deprecated interlaced_frame, top_field_first and key_frame
e855f62e-ls217
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
LinuxServer Changes:
Rebase to Alpine 3.19.
tvheadend Changes:
XMLTV: Rating Labels: Use 'NONE' when 'system' attribute is missing
73a6bd00-ls215
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
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
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
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
LinuxServer Changes:
Rebase to Alpine 3.19.
tvheadend Changes:
Update WebUI to allow debug/trace subsystem selection from a list.