OsCam Changelots
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
11849-f3d8575c
13.11.2024
* Remove tivusat hardware global emm fix as it is not required anymore.
thanks ohmza
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
New Update:14.11.2024
Changeset 118451 (d08a0c2c)
- Add EMM filters on Seca/Nagra card..
Thx ohmza
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
New Update:15.11.2024
Changeset 11853 (2c6646fe)
make: Fix missing newlines in buildlog
introduced in 11850 (f9b9c387)..
Thx @WXbet
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
New Update: 17.11.2024
Changeset 11854 (386b2262)
* Add support Tongfang EMM..
Thx ohmza
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- Hannibal_Lecter
- Administration
- Posts: 8173
- Joined: 26 Jun 2024, 08:51
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 203 times
Re: OsCam Changelots
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
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.
Pay-TV reception without a valid subscription is illegal and punishable by law.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 77 Replies
- 5045 Views
-
Last post by Hannibal_Lecter
-
- 37 Replies
- 794 Views
-
Last post by Hannibal_Lecter
-
- 0 Replies
- 159 Views
-
Last post by Hannibal_Lecter
-
- 61 Replies
- 8914 Views
-
Last post by Hannibal_Lecter
-
- 23 Replies
- 4706 Views
-
Last post by Hannibal_Lecter
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests