summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-03-30 11:04:39 -0400
committerredfish2019-03-30 11:04:39 -0400
commite079ae0ef6c954086beff0d4fda1ebebadeab266 (patch)
tree7638720f6c0c3b0a93184e4716d99b8f1568652a
parent52195ef6e4145b64c4f48cec2acc75c514b44490 (diff)
downloadaur-e079ae0ef6c954086beff0d4fda1ebebadeab266.tar.gz
pin python-pyelliptic at 1.5.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ee1e8c2123..7594d5200456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 30 01:25:39 UTC 2019
+# Sat Mar 30 15:04:25 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
pkgver = 0.7.0
@@ -19,8 +19,8 @@ pkgbase = zeronet-git
depends = python-pyasn1
depends = python-pyasn1-modules
depends = python-base58
- depends = python-pyelliptic
depends = python-merkletools
+ depends = python-pyelliptic=1.5.6
depends = python-bencode.py
depends = python-coincurve
depends = python-bitcoinlib
diff --git a/PKGBUILD b/PKGBUILD
index 9577b6453876..7e6076d0fdf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ url="https://zeronet.io/"
depends=('python' 'python-gevent>=1.1.0' 'python-gevent-websocket'
'python-msgpack>=0.4.4' 'python-websocket-client' 'python-rsa'
'python-pysocks' 'python-pyasn1' 'python-pyasn1-modules'
- 'python-base58' 'python-pyelliptic' 'python-merkletools'
+ 'python-base58' 'python-merkletools'
+ 'python-pyelliptic=1.5.6' # 1.5.7 removed ECC API; see ZeroNet #917
'python-bencode.py' 'python-coincurve'
'python-bitcoinlib' 'python-maxminddb')
optdepends=('tor: anonymity')