OSCam Güncel Latest Oscam with emu

  • Konuyu Başlatan Konuyu Başlatan kingsman
  • Başlangıç tarihi Başlangıç tarihi
oscam-git11815-802

* Reduce upx output as it floods the buildlog
 

Ekli dosyalar

same issue

oscam: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
hi friend update your lib ssl with this comande on used puty

if you used ubentu 20
sudo apt-get install libgomp1

wget
tar -zxvf openssl-1.1.1o.tar.gz
cd openssl-1.1.1o
./config
make
make test
sudo make install


if you used ubentu 22

wget

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
 
same issue

oscam: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
After supervision permission:
-first open putty
Put this command:
sudo nano /etc/apt/sources.list

-You see this window
2024-08-11_164252.jpg

Scroll down using the down arrow button on your keyboard
And add this line:
deb bionic-security main

2024-08-11_164252.jpg

-After adding the line at the very last
Press ctrl + x on your keyboard
Then y
Then enter
Until the addition is saved

-And then put this command:
sudo apt update && apt-cache policy libssl1.0-dev

-Then put this last command:
sudo apt-get install libssl1.0-dev

Now you can run oscam withèout problem this version:
 
oscam-git11816-802

* 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
 

Ekli dosyalar

oscam-git11817-802
signing: exclude oscam-signing.* from cmake build if WITH_SIGNING is disabled
 

Ekli dosyalar

oscam-git11818-802
Several bugs fix
* Give back msglog when ECM is "found"
* Fix bug where some log messages were overwritten when compile with CacheEX enabled
* Fix HD04H entitlements expire date display and formatting some codes.
* Fix tag api query to order the results by version and sort descending
 

Ekli dosyalar

Son düzenleme:
oscam-git11819-802
Fix some edge cases
- SSL: support OpenSSL installations in non standard locations (cmake)
- SSL: show OpenSSL include directory in buildlog (cmake)
- SSL: remove -Wunused-value warning for SSL_CTX_set_ecdh_auto dispayed on some systems
- SIGNING: ensure a missing signing certificate is created on first build (cmake)
- SIGNING: fix filtering oscam-signing.[c|h] when WITH_SIGNING is disabled (cmake)
- LIBDVBCSA: fix link filename (cmake)
- LIBDL: link libdl by default for Linux as it is required by some systems (cmake)
- CONFIG: Fix display of configured values
 

Ekli dosyalar

oscam-git11820-802

streamrelay: Force disconnect stream when no data from source
- this eliminates the 30 sec tuner release timeout when switching to streamrelay channels that are not currently broadcasting a program
 

Ekli dosyalar

oscam-git11821-802

* streamrelay: option to adjust reconnection attempts
 

Ekli dosyalar

oscam-git11822-802
* Display info when ECM processing returns error for T0 irdeto card
 

Ekli dosyalar

oscam-git11823-802
* Fix Fransat V7 ECM error on UHD channel and code formatting
 

Ekli dosyalar

oscam-git11824-802
signing: increase binary hash to sha256
- replace weaker sha1 hash with sha256
- include openssl version information for signing
- show openssl version for signing as signer in oscam.version
- fix config.sh keep selection error introduced in d16d1e07
 

Ekli dosyalar

oscam-git11825-802

* Support nano 9F on Via**** ECM
 

Ekli dosyalar

oscam-git11827-802
Changeset 11826

pipeline: add android12 build test - [ci skip]
signing: fix clang errors
- remove logical comparison warning
- transform gcc's nested to static function
- change most of signing functions to static

Changeset 11827
clang: remove build warnings
* -Wunused-but-set-variable warning in module-lcd.c (variable 'cnt' set but not used)
* -Wnon-literal-null-conversion warning in module-led.c (expression which evaluates to zero treated as a null pointer constant of type 'time_t * _Nullable' (aka 'long *'))
* -Wunused-but-set-variable warning in oscam-conf-chk.c (variable 'nfilts' set but not used)
* -Wunused-but-set-variable warning in oscam-config.c (variable 'line' set but not used)
* -Wpointer-sign warning in oscam-net.c (passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'socklen_t * _Nonnull' (aka 'int *') converts between pointers to integer types with different sign)
 

Ekli dosyalar

oscam-git11828-802
pipeline: invoke-sync-gitlab - [ci skip]
* Fix Viaccess pay-per-view entitlement display
 

Ekli dosyalar

oscam-git11829-802

signing: ensure type safety
 

Ekli dosyalar

oscam-git11830-802

signing: fix build warnings
when compiling with openssl versions less than 3 introduced in e3e82f0a
 

Ekli dosyalar

Geri
Üst