Page 4 of 6

Re: OsCam Changelots

Posted: 10 Sep 2024, 13:58
by Hannibal_Lecter
New Update:1009.2024

Changeset 11827 (2817c29d)

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)

Thx WXbet

Re: OsCam Changelots

Posted: 11 Sep 2024, 05:45
by Hannibal_Lecter
11828-02cc1f43
10.09.2024

* Fix Viaccess pay-per-view entitlement display (Thanks to copy1530 for season log)

thanks ohmza

Re: OsCam Changelots

Posted: 14 Sep 2024, 07:52
by Hannibal_Lecter
New Update:14.09.2024

Changeset 11829 (e3e82f0a)

- signing: ensure type safety..

Thx WXbet

Re: OsCam Changelots

Posted: 14 Sep 2024, 12:58
by Hannibal_Lecter
New Update:14.09.2024

Changeset 11830 (f712ce74)

signing: fix build warnings

- when compiling with openssl versions less than 3 introduced in e3e82f0a..

Thx WXbet

Re: OsCam Changelots

Posted: 15 Sep 2024, 10:26
by Hannibal_Lecter
11831-a883e64b
15.09.2024

signing: fix build warnings
* Fix 'get_emm_type() returns error' on Irdeto global EMMs

thanks ohmza

Re: OsCam Changelots

Posted: 16 Sep 2024, 14:35
by Hannibal_Lecter
11832-88d9daaa

16.09.2024

Replace readdir with scandir

- separate job for invoke-sync-gitlab
- delete remaining unreferenced tag on forced push

thanks WXbet

Re: OsCam Changelots

Posted: 17 Sep 2024, 05:29
by Hannibal_Lecter
11833-1d8753ec

16.09.2024

Proper fix for zeros CW displaying on ecm.info file when streamrelay is used. Patch provided by @cokeaddict

* Fix zeros CW display on ecm.info file when streamrelay is in used. (Thanks to @cokeaddict)

thanks ohmza

Re: OsCam Changelots

Posted: 17 Sep 2024, 08:04
by Hannibal_Lecter
New Update:17.09.2024

Changeset 11834 (7f501c09)

* Fix build errors and memory leaks

introduced in 88d9daaa + 1d8753ec..

Thx WXbet

Re: OsCam Changelots

Posted: 19 Sep 2024, 16:21
by Hannibal_Lecter
11836-b78f542c
19.09.2024

Fix typo on module-dvbapi-stapi5.c introduced on 88d9daaa

thanks ohmza

Re: OsCam Changelots

Posted: 24 Sep 2024, 05:06
by Hannibal_Lecter
11837-9f9870a2
23.09.2024

signing: fix upx decompression
* embed signature so that upx still recognizes its own format (make, cmake)
* update signature validation process
* also sign the binary before compression

thanks WXbet