This change log will be updated whenever a new official release is made
- Remove unrecognized
--disable-dvbaes
option when building minisatip - Bump
chrony
to 4.5 - Update Dropbear download URL
- Build
oscam
from git, bump to equivalent of r11763 (e1d2fb78
) - Modify yum repository base URLs to point to CERN's mirror
- Document how to harden an installation
- Bump
minisatip
to v1.3.11
- Replace
ntpd
withchronyd
, seems more stable and resilient to network changes (thanks @crycode-de) - Fix missing
i2c_mangle
kernel module - Make the build leaner by removing NFS and "customd" startup script support
- Downgrade
minisatip
to v1.2.12 - Add SFTP support to the SSH server for easier file editing and access
- Fix building OScam due to some changes in the SVN checkout URL as well as the certificate used
- Rewrite ntpd startup script, fixes minisatip uptime display
- Add
addr2line
utility so we can debug various crashes - Fix filesystem permissions which prevented
authorized_keys
from being used by Dropbear
- Upgrade
minisatip
to v1.2.38 - Configure
minisatip
to use/etc/sysconfig/minisatip
as cache directory, fixes "bootid" being reset every time. Might help with disappearing auto-discovered SAT>IP servers in tvheadend.
- Upgrade Dropbear to 2022.82
- Upgrade
minisatip
to v1.2.12 (issues from the previous build have been fixed)
Note that the -U
option has been replaced by -A
. For example, -U 0-2:3
would now be
-A 0:0:0,0:1:0,0:2:0,1:3:0
or -A 0:0:0,0:1:0,0:2:0,1:3:1
.
- Downgrade
minisatip
to v1.1.83 (issues reported in #28) - Re-instante the
upgrade-fw
script, adapt it to support local upgrades only
- Update
minisatip
to v1.1.87
- Update
minisatip
to v1.1.50 - Re-enable SAT>IP client support in minisatip
- Enable DVB-CSA support in minisatip (due to CPU limitations only 1-2 streams can be decoded simultaneously)
- Remove the
upgrade-fw
script and some other unused/obsolete utilities - Improve the build process (less verbosity, no root-owned files polluting the working directory)
- Update
oscam
to revision 11693 - Update
minisatip
to v1.1.9-bf62510 - Replace bundled
senddsq
with upstream (https://github.com/akosinov/unicable, contains one minor fix since last version) - Remove bundled
multicast-rtp
script - the firmware ships without Python so the script is essentially useless
- Update
minisatip
to191fe62a7a5aaada03ef274511b24238c210693c
, should fix sending of UDP packets (#3) - Don't skip SSL certificate checks when running
wget
- Include
senddsq
, a tool for sending DiseqC sequences - Use Docker to build new releases, provides a stable reproduceable environment
- Remove tvheadend and Python support in an attempt to make this easier to maintain
- Improve build speed by using multi-threading and more efficient file operations
- Update
minisatip
to 1.0.4 (1.0.4-eef7333
), now using upstream directly instead of a fork- Previous versions of
minisatip
have been removed. If you've been usingminisatip7
orminisatip8
you'll need to update your configuration to useMINISATIP="yes"
andMINISATIP_OPTS=
instead.
- Previous versions of
- Disable SAT>IP client support in
- Include iperf3 for debugging ethernet capacity issues