Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-13Release 0.9.6 (2nd try), Fixes sync_sequence_id, tls 1.3 stuff, etc.v0.9.6dequis
Forgot some things. I don't understand m4 so let's do the obvious/dumb thing instead.
2016-11-21Remove --with-ssl-certsdequis
It installs the unused/missing GTE_CyberTrust_Global_Root CA.
2015-12-25Coding style consistenciesjgeboski
2015-07-19debian: initial debian supportjgeboski
2015-07-15configure: added option to install additional CA certsjgeboski
When pidgin is built with --with-system-ssl-certs, libpurple relies on the system to have all required CA certs installed. But when GnuTLS is used, the cert verification process can error when the issuing CA cert of a CA cert is missing. In order to navigate this issue, --with-ssl-certs has been added to allow for the installing of potentially missing CAs. An installation of pidgin where --with-system-ssl-certs is used is recommended to pass this flag to autotools at configuration time. This issue is seen with the Baltimore_CyberTrust_Root CA, which is distributed by ca-certificates. The Baltimore certificate is issued by the GTE_CyberTrust_Global_Root CA, and GTE_CyberTrust_Global_Root is missing from ca-certificates.
2015-07-07Implemented better version handlingjgeboski
2015-06-29Makefile: fixed missing dist filesjgeboski
2015-06-24Makfile: distribute license informationjgeboski
2015-06-19Makefile.mingw: added windows supportjgeboski
2015-06-15Initial commitdownloadsjgeboski