Notices


Reply
Thread Tools
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#11
Thread "dooble (web browser) update 9jan 13" merged
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 3 Users Say Thank You to HtheB For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#12
:thanx buddy
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#13
Did any one tried the updated release yet???
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#14
There was issue with starting from menu, fixed in 1.41+svn5287-maemo4.
 

The Following 7 Users Say Thank You to AapoRantalainen For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#15
dooble 1.51 released upstream
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 138 | Thanked: 90 times | Joined on Mar 2012
#16
Originally Posted by nokiabot View Post
dooble 1.51 released upstream
Available version 1.52:
http://sourceforge.net/projects/doob...ersion%201.52/
 

The Following 2 Users Say Thank You to Tiran For This Useful Post:
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#17
Version 1.52 in extras-devel

There was one issue which prevents code to compile. Seems it needs QT-4.8 and Maemo has only 4.7.4.

Code:
Source/dsslcipherswindow.cc
  if(sslv3 && tlsv10 && tlsv11 && tlsv12)
    protocol = QSsl::UnknownProtocol;
-  else if(sslv3 && tlsv10)
-    protocol = QSsl::TlsV1SslV3;
  else if(tlsv11 || tlsv12)
    protocol = QSsl::UnknownProtocol;
  else if(tlsv10)
    protocol = QSsl::TlsV1;
  else if(sslv3)
    protocol = QSsl::SslV3;
  else
    protocol = QSsl::UnknownProtocol;
Dooble is about privacy and I just dropped something ssl related code without auditing it.
Attached Images
 

Last edited by AapoRantalainen; 2015-04-06 at 19:03. Reason: image added
 

The Following 9 Users Say Thank You to AapoRantalainen For This Useful Post:
Reply

Tags
dooble

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:47.