Commit Graph

20 Commits

Author SHA1 Message Date
Fedor Brunner 80cc75f575 New set of CA certificates is in cacert.pem, used only on Windows.
These CA certificates were copied from debian ca-certificates, which uses
certificates from Mozilla's trust store.

spi CA certificate has be removed, no server in xmpp.net list uses this
CA certificate.
https://xmpp.net/directory.php

I have removed these CA certificates with 1024-bit RSA public keys,
because Mozilla is planning to remove them in Q1 2014 :

Digital_Signature_Trust_Co._Global_CA_1.crt
Digital_Signature_Trust_Co._Global_CA_3.crt
Entrust.net_Secure_Server_CA.crt
Equifax_Secure_CA.crt
Equifax_Secure_eBusiness_CA_1.crt
Equifax_Secure_Global_eBusiness_CA.crt
GTE_CyberTrust_Global_Root.crt
NetLock_Business_=Class_B=_Root.crt
NetLock_Express_=Class_C=_Root.crt
RSA_Root_Certificate_1.crt
Thawte_Premium_Server_CA.crt
Thawte_Server_CA.crt
ValiCert_Class_1_VA.crt
ValiCert_Class_2_VA.crt
Verisign_Class_1_Public_Primary_Certification_Authority.crt
Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt
Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt
Verisign_Class_3_Public_Primary_Certification_Authority.crt
Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt

See:
https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/policy/
https://wiki.mozilla.org/CA:MD5and1024

I'm also removing TurkTrust CA certificates because of this security
incident:
https://blog.mozilla.org/security/2013/01/03/revoking-trust-in-two-turktrust-certficates/

TURKTRUST_Certificate_Services_Provider_Root_1.crt
TURKTRUST_Certificate_Services_Provider_Root_2007.crt
TURKTRUST_Certificate_Services_Provider_Root_2.crt

other/cacert.pem is used only on Windows. On Unix platforms
use CA certificates installed in /etc/ssl/certs
(python-nbxmpp loads CA certificates from /etc/ssl/certs directory)

Fixes #7629
2014-02-17 14:37:29 +01:00
Yann Leboulanger fa90c358bb install dh4096.pem file. Fixes #7563 2013-11-17 09:40:21 +01:00
Yann Leboulanger 33a0835194 add gajim-history-manager manpage 2010-07-27 11:34:44 +02:00
Yann Leboulanger 956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Bruno Tarquini 6123687dda autotools: add a new autoconf variable: ${gajim_srcdir}.
It expanded version is GAJIM_SRCDIR.

It indicate where pyfiles will be installed (for now: PREFIX/share/gajim/src).

simplify src/Makefile.am by using nobase_ and dist_ prefix.
nobase_ allows hiearchical installation instead of flat directory
installation.
2009-11-28 12:54:30 +01:00
Yann Leboulanger ad46e61663 move icons folder on top of tree, as it will be once installed 2009-11-27 20:31:53 +01:00
Yann Leboulanger 5b10d8fe5c base of using icon themes. see #2378 2009-11-27 16:42:32 +01:00
Yann Leboulanger 0ed983bd87 we always build gajim-remote, so always built manpage for gajim-remote 2009-06-10 09:47:06 +02:00
js f7d8631a5c New activity dialog. 2008-07-28 20:57:56 +00:00
js e952be87fd Also install the mood icons. 2008-07-23 00:05:23 +00:00
Yann Leboulanger ae36e4962a don't install gajim-remote man file if we don't install gajim-remote 2008-01-22 16:52:01 +00:00
Stephan Erb 3257748f19 [GustavoCarneiro] Install root certs correctly 2007-08-21 12:55:29 +00:00
Dimitur Kirov 28428a38b1 typo: deploy it in src/common/, not src/ 2006-10-13 08:22:21 +00:00
Dimitur Kirov 62fcc8eb76 move defs.py.in in data/ dir 2006-10-13 08:15:20 +00:00
Dimitur Kirov 595f4bbf4b adding Stefan to AUTHORS file
cleaning Makefile.in-s in make maintainer-clean
skip noisy message in autogen.sh
2006-10-11 12:37:08 +00:00
Dimitur Kirov ead66385e7 move ALL_LINGUAS to po/LINGUAS
fix install location for servers.xml
2006-10-11 09:19:01 +00:00
Stefan Bethge b15387f37a merge autoconf additions to trunk 2006-10-11 02:17:53 +00:00
Dimitur Kirov 524204f4ef typo 2006-10-09 15:25:24 +00:00
Dimitur Kirov f56897745d adding some enable options.
using $(srcdir) for files refered by wildcars
2006-10-05 15:08:07 +00:00
Dimitur Kirov 59b6ae468a merge from trunk
automake based instalation
2006-10-04 00:10:49 +00:00