gajim: update to 0.16.9. (#9846)
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
--- src/gajim.py 2017-11-27 19:00:24.350830956 +0100
|
||||
+++ src/gajim.py 2017-11-27 19:02:54.072648722 +0100
|
||||
@@ -307,7 +307,8 @@
|
||||
OpenSSL.rand.load_file(str(RNG_SEED))
|
||||
crypto.add_entropy_sources_OpenSSL()
|
||||
OpenSSL.rand.write_file(str(RNG_SEED))
|
||||
-except ImportError:
|
||||
+except (ImportError, AttributeError):
|
||||
+ PYOPENSSL_PRNG_PRESENT = False
|
||||
log.info("PyOpenSSL PRNG not available")
|
||||
|
||||
import traceback
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'gajim'
|
||||
pkgname=gajim
|
||||
version=0.16.8
|
||||
revision=2
|
||||
version=0.16.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-site-packages PYTHON=python2"
|
||||
@@ -14,4 +14,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.gajim.org"
|
||||
license="GPL-3"
|
||||
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.bz2"
|
||||
checksum=46d4887857455b6e104d0478735edb51569bfa384578ffb4f4da81f1649b6a32
|
||||
checksum=21b3973676fb04c8b665c83e65377623f321754634d87e3b072f2a7c77fb086c
|
||||
|
||||
Reference in New Issue
Block a user