gajim: update to 0.16.9. (#9846)
This commit is contained in:
parent
2a843044f2
commit
3112aa7da7
2 changed files with 3 additions and 15 deletions
|
@ -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'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=0.16.8
|
version=0.16.9
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-site-packages PYTHON=python2"
|
configure_args="--enable-site-packages PYTHON=python2"
|
||||||
|
@ -14,4 +14,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.gajim.org"
|
homepage="https://www.gajim.org"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.bz2"
|
distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.bz2"
|
||||||
checksum=46d4887857455b6e104d0478735edb51569bfa384578ffb4f4da81f1649b6a32
|
checksum=21b3973676fb04c8b665c83e65377623f321754634d87e3b072f2a7c77fb086c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue