Oscam Emu Chat Thread

  • Thread starter ooOO_SORGOS_OOoo
  • Start date

kalkan99

VIP
Messages
2,862
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
 

kalkan99

VIP
Messages
2,862
11839-178662a1

03.10.2024

Add support Tongfang3 (NTIC2) CAS (Thanks to nx111)

* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 3 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 2 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 9 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 8 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 7 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 6 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 5 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 4 of 9)
* Add support Tongfang3 (NTIC2) CAS (Thanks to nx111) (part 1 of 9)

thanks ohmza
 

kalkan99

VIP
Messages
2,862
11841-763df442

06.10.2024

* Fix bug where SECA/Nagra card unable to start in CAK7 mode on PCSC reader (Thanks to @Kind Regards)
* Tongfang code clean up
* Tongfang webif code clean up

thanks ohmza
 

kalkan99

VIP
Messages
2,862
11844-712ea76c

06.10.2024

* Fix bug where SECA/Nagra card unable to start in CAK7 mode on PCSC reader (Thanks to @Kind Regards)
* Tongfang code clean up
* Tongfang webif code clean up

thanks ohmza
 

kalkan99

VIP
Messages
2,862
11842-83643e17

07.10.2024

Increase maximum webif entries allowed and removed unused tongfang code

* Remove unused tongfang code

* Increase maximum webif entries allowed (Patch provided by Bust3D)

thanks ohmza
 

DR-10

Super VIP
Messages
4,182
New Release
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
 
Last edited:

kalkan99

VIP
Messages
2,862
11847-d04b935a

02.11.2024

config.sh: remove deprecated option

- update README.config
- remove emu remnants from gitignore

thanks WXbet
 

DR-10

Super VIP
Messages
4,182
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
 

kalkan99

VIP
Messages
2,862
11849-f3d8575c

13.11.2024

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

thanks ohmza
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:14.11.2024
Changeset 118450 (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
 
Last edited:
Top