mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
olm: update to 2.3.0.
This commit is contained in:
parent
ec75af8f4b
commit
4e367aa850
2 changed files with 3 additions and 6 deletions
|
@ -1,14 +1,11 @@
|
||||||
--- python/olm/_base.py
|
--- python/olm/_base.py
|
||||||
+++ python/olm/_base.py
|
+++ python/olm/_base.py
|
||||||
@@ -1,14 +1,13 @@
|
@@ -1,11 +1,10 @@
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
from ctypes import *
|
from ctypes import *
|
||||||
+from ctypes import util
|
+from ctypes import util
|
||||||
|
|
||||||
def read_random(n):
|
|
||||||
with open("/dev/urandom", "rb") as f:
|
|
||||||
return f.read(n)
|
|
||||||
|
|
||||||
-lib = cdll.LoadLibrary(os.path.join(
|
-lib = cdll.LoadLibrary(os.path.join(
|
||||||
- os.path.dirname(__file__), "..", "..", "build", "libolm.so.2")
|
- os.path.dirname(__file__), "..", "..", "build", "libolm.so.2")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'olm'
|
# Template file for 'olm'
|
||||||
pkgname=olm
|
pkgname=olm
|
||||||
version=2.2.2
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://git.matrix.org/git/olm/about/"
|
homepage="https://git.matrix.org/git/olm/about/"
|
||||||
distfiles="https://git.matrix.org/git/olm/snapshot/${pkgname}-${version}.tar.gz"
|
distfiles="https://git.matrix.org/git/olm/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0c00127e6c4fcb4ec2cb3f78805a9218551b878f75441a1bc282b94c9fdd7b9a
|
checksum=533714fb84860e04c185790d16ef9085f15e902c2105db941d5c7e92b0565ef8
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
# -O0 prevents _FORTIFY_SOURCE working
|
# -O0 prevents _FORTIFY_SOURCE working
|
||||||
|
|
Loading…
Add table
Reference in a new issue