Page 19 of 26

Re: Latest Version of OScam

Posted: 21 Jul 2024, 13:51
by kingsman
oscam-git11810-802

* Update README.config

Re: Latest Version of OScam

Posted: 21 Jul 2024, 13:52
by kingsman
oscam-git11810-802

Re: Latest Version of OScam

Posted: 21 Jul 2024, 13:52
by kingsman
oscam-git11810-802

Re: Latest Version of OScam

Posted: 21 Jul 2024, 23:44
by kingsman
oscam-git11811-802

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

Re: Latest Version of OScam

Posted: 21 Jul 2024, 23:44
by kingsman
oscam-git11811-802

Re: Latest Version of OScam

Posted: 21 Jul 2024, 23:45
by kingsman
oscam-git11811-802

Re: Latest Version of OScam

Posted: 22 Jul 2024, 01:34
by kingsman
oscam-git11812-802

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
* automatic fallback to IPv4 on server-listener

Re: Latest Version of OScam

Posted: 22 Jul 2024, 01:34
by kingsman
oscam-git11812-802

Re: Latest Version of OScam

Posted: 22 Jul 2024, 01:34
by kingsman
oscam-git11812-802

Re: Latest Version of OScam

Posted: 23 Jul 2024, 01:33
by kingsman
oscam-git11813-802

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