maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Security certificates have expired. (https://talk.maemo.org/showthread.php?t=100396)

ric9K 2019-11-21 07:50

Re: Security certificates have expired.
 
Quote:

Originally Posted by olf (Post 1562370)
...
Hence using
Code:

if [ ! "$passhash" = "$encpass" ]; then
there and three lines above would make the password comparison always correctly fail
...

Ok, thanks, it works.


Quote:

Originally Posted by olf (Post 1562370)
...
Then you may also leave Backup-Menus's code as it is.
...

Sure, but if we can make BM code cleaner by the way...

ric9K 2019-11-21 11:30

Re: Security certificates have expired.
 
Quote:

Originally Posted by Halftux (Post 1562363)
The files get copied to a temp directory. But now the new openssl and the old libssl get copied.

Code:

cp /usr/lib/libssl.so.0.9.8 /tmp/disk/usr/lib/
/usr/share/backupmenu/extrafiles.tar.gz has a filelist.txt inside, which list copied files and mounted folders. In principle you need to remove the old libssl library and add the new one.

Working.
Added
Code:

cp /usr/lib/libssl.so.1.1 /tmp/disk/usr/lib/
cp /usr/lib/libcrypto.so.1.1 /tmp/disk/usr/lib/

Backupmenu now manages passwords correctly.


All times are GMT. The time now is 20:27.

vBulletin® Version 3.8.8