Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37525574
en ru br
ALT Linux repos
S:3.0.5-alt4
5.0: 0.8.6-alt5.M50.1
4.1: 0.8.6-alt5.M41.1
4.0: 0.8.6-alt5.M40.1
3.0: 0.7.3-alt1

Group :: Networking/WWW
RPM: dillo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dillo-3.0.5-alt-ca_location_fix.patch
Download


Fix selection of system-wide CA store
--- dpi/https.c
+++ dpi/https.c
@@ -169,7 +169,7 @@ static void yes_ssl_support(void)
    /*FIXME - provide for sysconfdir variables and such*/
    if (exit_error == 0){
       if (SSL_CTX_load_verify_locations(
-         ssl_context, NULL, "/etc/ssl/certs/" ) == 0){
+         ssl_context, "/usr/share/ca-certificates/ca-bundle.crt", NULL ) == 0){
          MSG("Error opening system x509 certificate location\n");
          exit_error = 1;
       }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin