FS#10597 - pidgin-2.4.2 provides its own CA certificates.
Attached to Project:
Arch Linux
Opened by Eric Belanger (Snowman) - Friday, 06 June 2008, 17:58 GMT
Last edited by Alexander Fehr (pizzapunk) - Tuesday, 26 August 2008, 10:20 GMT
Opened by Eric Belanger (Snowman) - Friday, 06 June 2008, 17:58 GMT
Last edited by Alexander Fehr (pizzapunk) - Tuesday, 26 August 2008, 10:20 GMT
|
Details
I just noticed that pidgin provides its own CA certificates
in /usr/share/purple/ca-certs. It might be a good idea to
use the ones provided by the new ca-certificates package
instead.
BTW, I don't use neither pidgin nor these certificates so I can't say if the pidgin's feature that uses them will still work with the certificates provided by ca-certificates. This FR is just to let you know about this situation. |
This task depends upon
Closed by Alexander Fehr (pizzapunk)
Tuesday, 26 August 2008, 10:20 GMT
Reason for closing: Fixed
Additional comments about closing: pidgin 2.5.0-2
Tuesday, 26 August 2008, 10:20 GMT
Reason for closing: Fixed
Additional comments about closing: pidgin 2.5.0-2
configure option that replaces our need to patch for the certificate
location, so the patch can be removed with that release and the
following change made to the PKGBUILD (in addition to all the patch
removal):
@@ -38,6 +34,7 @@
automake --add-missing || return 1
./configure --prefix=/usr --sysconfdir=/etc \
+ --with-ssl-certificates=/etc/ssl/certs
--disable-perl --disable-cap \
--disable-schemas-install \
--enable-gtkspell --enable-gnutls=yes \