13.0°E
11622 V 9700
4:2:2
ID: AVP_OU_A
CW: AB 11 21 DD AB AB 11 67
Greek Cup : AEK vs OFI
13.0°E
11622 V 9700
4:2:2
ID: AVP_OU_A
CW: AB 11 21 DD AB AB 11 67
Greek Cup : AEK vs OFI
Oscam 2.26.01-11929-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11929-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11929-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
fix build without READER_NAGRA_MERLIN
The cak7type member is only defined in struct s_reader when
READER_NAGRA_MERLIN is enabled. Wrap all cak7type references
in icc_async.c and reader-nagra-common.c with the same ifdef
guard to fix compilation errors when building without
READER_NAGRA_MERLIN support.
The reader-nagra-common.c functions are shared between both
READER_NAGRA and READER_NAGRA_MERLIN. The else block (standard
NAGRA code) is always compiled and used by READER_NAGRA, while
the cak7type checks are only needed for READER_NAGRA_MERLIN.
Fixes:
error: 'struct s_reader' has no member named 'cak7type'
introduced in 28f2598b
Display More
Thanks WXbet
Oscam 2.26.01-11928-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11928-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11928-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
cleanup reader macros
* Fix cak7_mode guard mismatch
- cak7_mode: used by both READER_NAGRA and READER_NAGRA_MERLIN
- cak7type: used only by READER_NAGRA_MERLIN
Separate guards save 1 byte in READER_NAGRA-only builds and
ensure no unused struct members exist in any build configuration.
* cleanup reader macros
- Gate struct s_reader members, WebIF fields, and config tokens behind precise reader macros so builds exclude Videoguard/Nagra/Viaccess-only data when those modules aren’t compiled.
- Wrap AES-key helpers, reader option handlers, and Nagra/Videoguard EMM logic in the same feature flags to keep unused code out of minimal builds.
- Ensure Merlin-only arrays and filters, GPIO/ATR settings, and sendcmd handling compile only with the relevant reader backends.
thx @lpm11
Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv>
Display More
Thanks tem_invictus
Patch version 2.26.01-11928-802 (28f2598b)
cleanup reader macros
* Fix cak7_mode guard mismatch
- cak7_mode: used by both READER_NAGRA and READER_NAGRA_MERLIN
- cak7type: used only by READER_NAGRA_MERLIN
Separate guards save 1 byte in READER_NAGRA-only builds and
ensure no unused struct members exist in any build configuration.
* cleanup reader macros
- Gate struct s_reader members, WebIF fields, and config tokens behind precise reader macros so builds exclude Videoguard/Nagra/Viaccess-only data when those modules aren’t compiled.
- Wrap AES-key helpers, reader option handlers, and Nagra/Videoguard EMM logic in the same feature flags to keep unused code out of minimal builds.
- Ensure Merlin-only arrays and filters, GPIO/ATR settings, and sendcmd handling compile only with the relevant reader backends.
thx @lpm11
Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv>
Display More
Oscam 2.26.01-11927-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11927-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11927-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
cleanup nagra-merlin code
- Flatten the IRDINFO parser to compute expire_date once and set card_valid_to where applicable, eliminating redundant cs_add_entitlement()/addProvider() calls.
- Reuse a single IDEA_KEY_SCHEDULE and drop redundant zeroing of MDC2 buffers since the crypto routines already overwrite them.
- Replace the generic xxxor() helper with a dedicated xor8() to reflect the only actual usage and tighten the CAK7 key builders.
thx to @lpm11
Thanks tem_invictus
Oscam 2.26.01-11926-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11926-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11926-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
fix: security crash guard
- Harden DVBAPI filter handling: require a valid curpid before touching ECM fields and abort section-filter setup when the demux PID lookup fails, preventing null-pointer crashes.
- WebIF robustness sweep: gate every popen/fopen/access use and preserve pointer assignments so the UI now reports missing scripts/files instead of dereferencing null handles.
- Reader safety: add missing allocation checks in Conax/DRE code paths and keep Nagra readers’ csystem_data alive after failed init to avoid double-free crashes.
- Crash/diagnostics fixes: protect cs_dumpstack()/detect_valgrind() against failed file opens and clamp the CoolAPI status lookup to stay inside the cnxt_status[] table.
thx to @lpm11
Thanks tem_invictus
Oscam 2.26.01-11925-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11925-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11925-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
cleanup deadcode clocktypes
* Remove librt dependency
clock_gettime no longer used after cleanup deadcode clocktypes patch.
CLOCKFIX now only uses gettimeofday() which doesn't require librt.
* cleanup deadcode clocktypes
thx to @lpm11
Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv>
Thanks tem_invictus
Oscam 2.26.01-11924-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11924-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11924-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
Remove dead code, simplify functions, drop libm dependency
- eliminate dead code: ifd_azbox.c while(ret), ifd_sci.c sh4_stb,
reader-dre-st20.c verbose, module-cccam.c is_dcw_corrupted
- remove constant parameters: chk_is_null_nodeid len (always 8),
CAK7do_cmd len (always 0x10)
- simplify: NULLFREE macro (free(NULL) is safe), cs_strlen,
tolower/toupper without isupper/islower check, ifd_stinger.c
mhz assignment, ifd_sci.c tries++ refactoring
- use MIN/MAX macros in module-cccam.c rating clamping
- refactor reader-conax.c CWPK_CNX with memcpy
- replace fmod with pure C in reader-nagracak7.c, drop libm dependency
- Makefile/CMakeLists.txt: remove libm, keep $(LIB_PTHREAD),
$(LIB_DL), $(LIB_RT) variables for toolchain flexibility
thx to @lpm11
Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv>
Display More
Thanks tem_invictus
Patch version 2.26.01-11924-802 (ea61ff66)
Remove dead code, simplify functions, drop libm dependency
- eliminate dead code: ifd_azbox.c while(ret), ifd_sci.c sh4_stb,
reader-dre-st20.c verbose, module-cccam.c is_dcw_corrupted
- remove constant parameters: chk_is_null_nodeid len (always 8),
CAK7do_cmd len (always 0x10)
- simplify: NULLFREE macro (free(NULL) is safe), cs_strlen,
tolower/toupper without isupper/islower check, ifd_stinger.c
mhz assignment, ifd_sci.c tries++ refactoring
- use MIN/MAX macros in module-cccam.c rating clamping
- refactor reader-conax.c CWPK_CNX with memcpy
- replace fmod with pure C in reader-nagracak7.c, drop libm dependency
- Makefile/CMakeLists.txt: remove libm, keep $(LIB_PTHREAD),
$(LIB_DL), $(LIB_RT) variables for toolchain flexibility
thx to @lpm11
Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv>
Display More
Oscam 2.26.01-11923-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11923-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11923-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
* drop dead code in newcamd module
des_key_spread will never leave key[7] non-null - v2mask and getmask would never be executed
thx to @lpm11
Thanks tem_invictus
Oscam 2.26.01-11922-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11922-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11922-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Webif style color Red_Grey/ Dark_Grey/ Dark_Grey_V2/ Blue_Shadow.
Build by VeRDe
Regards
Oscam 2.26.01-11922-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11922-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11922-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
*skip download-secure-files install if already present - [ci skip]
Prevents 'text file busy' error when concurrent jobs attempt to
overwrite the binary while it's in use by another process.
*fix: improvement to sleep
Simplify implementation of sleep; also fix invalid sleep time when sleep was interrupted by EINTR
thx to @lpm11
Thanks WXbet and tem_invictus
Patch version 2.26.01-11922-802 (738e4605)
*skip download-secure-files install if already present - [ci skip]
Prevents 'text file busy' error when concurrent jobs attempt to
overwrite the binary while it's in use by another process.
*fix: improvement to sleep
Simplify implementation of sleep; also fix invalid sleep time when sleep was interrupted by EINTR
thx to @lpm11
Any new keys for 19.2 11817 tonight?
Astra 1KR-1L-1M-1N ( 19.2E )
11817 V 31428
DVB-S2 - 4:2:0 - 16APSK
ID: Astra 1 Service 1
Event: NFL - Carolina Panthers vs Los Angeles Rams
CW: 51 B0 96 97 15 C5 23 FD
Astra 1KR-1L-1M-1N ( 19.2E )
11817 V 31428
DVB-S2 - 4:2:0 - 16APSK
ID: Astra 1 Service 3
Event: NFL - Chicago Bears vs Green Bay Packers
CW: 1B 29 DE 22 89 7A C9 CC
Oscam 2.26.01-11921-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11921-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11921-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Webif style color Red_Grey/ Dark_Grey/ Dark_Grey_V2/ Blue_Shadow.
Build by VeRDe
Regards
Display MoreEuropean challenge cup Rugby
Stade francais v Exeter
7e
11163 H 7200
ID: SF INTER DIRTY UK
4:2:0
CW please?
CW: AC DC 20 A8 26 A2 10 D8
Display MoreChampions cup Rugby
Vodacom Bulls v Bristol Bears
7E
11693 H 7200
ID: ICC- Vodacom Bulls
4:2:0
CW please?
CW: 34 AA 12 F0 AA 34 AA 88
Oscam 2.26.01-11921-802 emu-icam-ipv6 ARM _Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11921-802 emu-icam-ipv6 MIPSEL_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
Oscam 2.26.01-11921-802 emu-icam-ipv6 AARCH64_Open SSL 3.2.1/3.3.0/3.3.1/3.3.2/3.4.0/3.4.1/3.5.0/3.5.2/3.6.0 (only bin)
CCcam.cfg reading to OSCam
Support for TVSat 183E
Build by VeRDe
Thanks tem_invictus