OsCam Changelots

User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#51

Post by Hannibal_Lecter »

New Update:09.10.2024
Changeset 11845 (44d9b86c)

Fix build error with non C99 capable toolchains
* Fix build error with non C99 builds..

module-webif.c: In function ‘send_oscam_scanusb’:
module-webif.c:7167:2: error: ‘for’ loop initial declarations are only allowed in C99 mode..
for (uint8_t i = 0; i < (sizeof(elems) / sizeof(elems[0])); i+=5)..
module-webif.c:7167:2: note: use option -std=c99 or -std=gnu99 to compile your code..

* pipeline: add build test for ancient and latest toolchains..
ancient: oldest version of gcc, glibc, library..
latest: latest version of gcc, glibc, library..

Thx WXbet
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#52

Post by Hannibal_Lecter »

New Update: 01.11.2024
Changeset 11846 (ae6e55a9)

Irdeto and nagra cak7 with seca/nagra card bugs fix

* Fix 'get_emm_type() returns error' on CAK7 Seca/Nagra card..
* Fix some ECM error messages don't display properly..

Thx ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#53

Post by Hannibal_Lecter »

New Release

New Update:13.11.2024
Changeset 11848 (37a283a7)

signing: build warning when using elliptic curve signature algorithms with OpenSSL versions before 1.0.0
* pipeline: use rsa signature algorithm for ancient toolchain..

Thx @WXbet
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#54

Post by Hannibal_Lecter »

11849-f3d8575c
13.11.2024

* Remove tivusat hardware global emm fix as it is not required anymore.

thanks ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#55

Post by Hannibal_Lecter »

New Update:14.11.2024
Changeset 11850 (f9b9c387)
FreeBSD support (thanks to khimtiki)

- Makefile, CMakeLists.txt, config.sh: use gdate + gnustat + gsplit as alternatives if available (coreutils package in FreeBSD)..
- config.sh: fix "xargs: unterminated quote" and "Bad substitution" errors in sh shells..
- globals.h: do not include sysmacros.h for FreeBSD..
- oscam-signing.h: adjust trust store location + filename by operating system..

Thx WXbet
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#56

Post by Hannibal_Lecter »

New Update:14.11.2024
Changeset 118451 (d08a0c2c)

- Add EMM filters on Seca/Nagra card..

Thx ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#57

Post by Hannibal_Lecter »

New Update:15.11.2024
Changeset 11852 (7b970c25)


* Revert the change done to oscam-emm.c on 11806 back to the previous state..

Thx ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#58

Post by Hannibal_Lecter »

New Update:15.11.2024
Changeset 11853 (2c6646fe)
make: Fix missing newlines in buildlog
introduced in 11850 (f9b9c387)..

Thx @WXbet
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#59

Post by Hannibal_Lecter »

New Update: 17.11.2024
Changeset 11854 (386b2262)


* Add support Tongfang EMM..

Thx ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8173
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 203 times
Germany

Re: OsCam Changelots

#60

Post by Hannibal_Lecter »

New Update:18.11.2024
Changeset 11855 (8676f706)

Remove hard-coding CAIDs and switch to already built-in webif configuration
* Utilize already existed "Force Even SA" webif configuration instead of hard-coding CAIDs. For 1884 and 1856 cards, you must enable "Force Even SA" in order to have EMM working properly..

Thx ohmza
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Image
Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests