Page 23 of 26

Re: Latest Version of OScam

Posted: 01 Sep 2024, 13:51
by kingsman
oscam-git11823-802

* Fix Fransat V7 ECM error on UHD channel and code formatting

Re: Latest Version of OScam

Posted: 01 Sep 2024, 13:51
by kingsman
oscam-git11823-802

Re: Latest Version of OScam

Posted: 01 Sep 2024, 13:52
by kingsman
oscam-git11823-802

Re: Latest Version of OScam

Posted: 04 Sep 2024, 21:42
by kingsman
oscam-git11824-802

signing: increase binary hash to sha256
- replace weaker sha1 hash with sha256
- include openssl version information for signing
- show openssl version for signing as signer in oscam.version
- fix config.sh keep selection error introduced in d16d1e07

Re: Latest Version of OScam

Posted: 04 Sep 2024, 21:43
by kingsman
oscam-git11824-802

Re: Latest Version of OScam

Posted: 04 Sep 2024, 21:43
by kingsman
oscam-git11824-802

Re: Latest Version of OScam

Posted: 05 Sep 2024, 20:43
by kingsman
oscam-git11825-802

* Support nano 9F on Via**** ECM

Re: Latest Version of OScam

Posted: 05 Sep 2024, 20:43
by kingsman
oscam-git11825-802

Re: Latest Version of OScam

Posted: 05 Sep 2024, 20:44
by kingsman
oscam-git11825-802

Re: Latest Version of OScam

Posted: 10 Sep 2024, 21:12
by kingsman
oscam-git11827-802

Changeset 11826
pipeline: add android12 build test - [ci skip]
signing: fix clang errors
- remove logical comparison warning
- transform gcc's nested to static function
- change most of signing functions to static

Changeset 11827
clang: remove build warnings
* -Wunused-but-set-variable warning in module-lcd.c (variable 'cnt' set but not used)
* -Wnon-literal-null-conversion warning in module-led.c (expression which evaluates to zero treated as a null pointer constant of type 'time_t * _Nullable' (aka 'long *'))
* -Wunused-but-set-variable warning in oscam-conf-chk.c (variable 'nfilts' set but not used)
* -Wunused-but-set-variable warning in oscam-config.c (variable 'line' set but not used)
* -Wpointer-sign warning in oscam-net.c (passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'socklen_t * _Nonnull' (aka 'int *') converts between pointers to integer types with different sign)