Oscam Emu Chat Thread

  • Thread starter ooOO_SORGOS_OOoo
  • Start date

DR-10

Super VIP
Messages
4,182
New Release
New Update:08.07.2024
Changeset 11801 (33fba234)
Make webif compression optional:
- new webif compression option WEBIF_COMPRESS (enabled by default)..
- without option WEBIF_COMPRESS you get better compression results using UPX with binary (even the fastest compression gives much better results) or some receivers have filesystem compression (even bigger binary would use less space, because it can be compressed better)
(thx @lpm11)..
Thx @Opti
 
Last edited:

DR-10

Super VIP
Messages
4,182
New Release
New Update:09.07.2024
Changeset 11803 (96debcd7)
Fix webif compression parameter
* remove -Wno-trigraphs flag for make/cmake..
* use 'XX' instead of '??' in javascript code..
* cleanup webif folder before each build..
* remove trailing newlines from html files..
* remove empty log line in cmake builds..
Thx @WXbet
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:21.07.2024
Changeset 11811 (c04157c1)
Introduce upx compression support
* support for upx compression of oscam binary after build (new option `USE_COMPRESS` default off)..
* support for upx compression level adjustment (new option `COMP_LEVEL` default --best)..
* buildlog shows upx version, compression level, build date..
* additional entry for build date in oscam.version file..
* gitlab pipeline installs upx binary automatically and uses upx compression for native make/cmake test builds..
Thx @WXbet
 

kalkan99

VIP
Messages
2,862
11812-6e874d2d

21.07.2024

Fix IPv4 fallback

* automatic fallback to IPv4 if the reader have an AAAA and an A record and the connect via IPv6 failed
* automatic fallback to IPv4 name resolution if a user connects (with a set 'hostname' parameter) and have an AAAA and an A record and IPv6 does not match
* new reader option ipv4force = {0|1} (always use IPv4) to force IPv4 usage
Co-Authored-By: @w33dburner (https://board.streamboard.tv/forum/thread/47800-ipv6-some-fixes/?postID=603397#post603397)

* automatic fallback to IPv4 on server-listener
Co-Authored-By: @azurit3

thanks WXbet
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:22.07.2024
Changeset 11813 (1ecc214e)
Show compression information
* additional entry for compression tool, version and level in the oscam.version file..
* generation of the entry depends on USE_COMPRESS parameter..
* add missing COMP_LEVEL variable helptext in Makefile..
* minor whitespace fix..
Thx @WXbet
 

ceyer

Registered
Messages
21
BTW do the Canal+polska channels Family, Seriale,Film+ Dokument on 11411H still open for you using CS?
I´m using OSCAM and these cls went down in April/May?
 

kalkan99

VIP
Messages
2,862
11816-8605641b

18.08.2024

* build process changes
* new build option WITH_SIGNING supported by make and cmake
* create CA certificate (`config.sh --create-cert`) or use own pre-built certificate (`config.sh --add-cert`)
* embed certificate as `config_cert` variable to config.c (`config.sh --make-config.mak`)
* sign SHA1 hash of binary with private key after build
* append signature to binary (upx binaries are supported as well)
* build process uses the new options in config.sh (--create-cert, --add-cert, --cert-file, --cert-info, --sign-marker)

* runtime signature verification
* extract public key from built-in certificate
* read signature from running binary
* verify SHA1 hash of running binary with extracted public key against signature
* stop running oscam if the verification process fails

* runtime certificate/signature information
* oscam startlog informs about signature verification status and certificate validity
* oscam.version shows signature and certificate details


thanks WXbet
 
Top