Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] olm: update to 3.2.1.
@ 2020-12-29  9:48 ndowens
  2021-01-05 21:32 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ndowens @ 2020-12-29  9:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages olm
https://github.com/void-linux/void-packages/pull/27524

olm: update to 3.2.1.


A patch file from https://github.com/void-linux/void-packages/pull/27524.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm-27524.patch --]
[-- Type: text/x-diff, Size: 1046 bytes --]

From b4253f5b7901e1c99e858d3880712c1ed7828319 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 03:48:29 -0600
Subject: [PATCH] olm: update to 3.2.1.

---
 srcpkgs/olm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 62fd5a09164..39aabed41d3 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.5
+version=3.2.1
 revision=1
 build_style=cmake
 short_desc="Implementation of the Double Ratchet cryptographic ratchet"
@@ -8,7 +8,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"
 homepage="https://gitlab.matrix.org/matrix-org/olm"
 distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
-checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
+checksum=a0482f8c8e80eb11578e8a8655b677fe943b86ac33affd46d67dff4261afeb6a
 
 do_check() {
 	cd build/tests

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
@ 2021-01-05 21:32 ` Chocimier
  2021-01-05 22:09 ` [PR PATCH] [Updated] " ndowens
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-05 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27524#issuecomment-754912027

Comment:
Can you update olm-python3 too?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
  2021-01-05 21:32 ` Chocimier
@ 2021-01-05 22:09 ` ndowens
  2021-01-05 22:09 ` ndowens
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2021-01-05 22:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages olm
https://github.com/void-linux/void-packages/pull/27524

olm: update to 3.2.1.


A patch file from https://github.com/void-linux/void-packages/pull/27524.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm-27524.patch --]
[-- Type: text/x-diff, Size: 2234 bytes --]

From b2d01e6ef034df48ca6af82313e94694d95559a2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 5 Jan 2021 16:10:26 -0600
Subject: [PATCH 1/2] olm-python3: update to 3.2.1.

---
 srcpkgs/olm-python3/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index 80c75317452..3782478af4e 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
-version=3.1.5
-revision=3
+version=3.2.1
+revision=1
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module
@@ -13,8 +13,12 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"
 homepage="https://gitlab.matrix.org/matrix-org/olm"
 distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
-checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
+checksum=a0482f8c8e80eb11578e8a8655b677fe943b86ac33affd46d67dff4261afeb6a
 
 pre_build() {
 	make include/olm/olm.h
 }
+
+do_check() {
+	: # Requires itself to run check
+}

From eae9d489fafa5e2c9b59db2124d4f942ed4949ac Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 03:48:29 -0600
Subject: [PATCH 2/2] olm: update to 3.2.1.

---
 srcpkgs/olm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 62fd5a09164..39aabed41d3 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.5
+version=3.2.1
 revision=1
 build_style=cmake
 short_desc="Implementation of the Double Ratchet cryptographic ratchet"
@@ -8,7 +8,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"
 homepage="https://gitlab.matrix.org/matrix-org/olm"
 distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
-checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
+checksum=a0482f8c8e80eb11578e8a8655b677fe943b86ac33affd46d67dff4261afeb6a
 
 do_check() {
 	cd build/tests

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
  2021-01-05 21:32 ` Chocimier
  2021-01-05 22:09 ` [PR PATCH] [Updated] " ndowens
@ 2021-01-05 22:09 ` ndowens
  2021-01-07 22:30 ` [PR PATCH] [Updated] " Chocimier
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2021-01-05 22:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27524#issuecomment-754932426

Comment:
> Can you update olm-python3 too?

Done

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
                   ` (2 preceding siblings ...)
  2021-01-05 22:09 ` ndowens
@ 2021-01-07 22:30 ` Chocimier
  2021-01-07 22:30 ` Chocimier
  2021-01-07 22:35 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/ndowens/void-packages olm
https://github.com/void-linux/void-packages/pull/27524

olm: update to 3.2.1.


A patch file from https://github.com/void-linux/void-packages/pull/27524.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm-27524.patch --]
[-- Type: text/x-diff, Size: 2516 bytes --]

From 826054f2fe472c45b830bdfc9047bf0d3f2be965 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 03:48:29 -0600
Subject: [PATCH 1/2] olm: update to 3.2.1.

---
 srcpkgs/olm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 62fd5a09164..39aabed41d3 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.5
+version=3.2.1
 revision=1
 build_style=cmake
 short_desc="Implementation of the Double Ratchet cryptographic ratchet"
@@ -8,7 +8,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"
 homepage="https://gitlab.matrix.org/matrix-org/olm"
 distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
-checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
+checksum=a0482f8c8e80eb11578e8a8655b677fe943b86ac33affd46d67dff4261afeb6a
 
 do_check() {
 	cd build/tests

From 62a042f68853a64fb5df3bef3956470f3e92400f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 5 Jan 2021 16:10:26 -0600
Subject: [PATCH 2/2] olm-python3: update to 3.2.1.

---
 srcpkgs/olm-python3/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index 80c75317452..2ac1d725ac7 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,20 +1,25 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
-version=3.1.5
-revision=3
+version=3.2.1
+revision=1
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"
 makedepends="python3-devel libffi-devel olm-devel"
 depends="python3-cffi python3-future"
+checkdepends="python3-pytest python3-future"
 short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
 maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"
 homepage="https://gitlab.matrix.org/matrix-org/olm"
 distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
-checksum=1cd4d92ae56373836362c3300ee79a14005a26cda3d399d278d468ba5c7c0713
+checksum=a0482f8c8e80eb11578e8a8655b677fe943b86ac33affd46d67dff4261afeb6a
 
 pre_build() {
 	make include/olm/olm.h
 }
+
+do_check() {
+	PYTHONPATH=$(cd build/lib.linux-* && pwd) python3 -m pytest
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
                   ` (3 preceding siblings ...)
  2021-01-07 22:30 ` [PR PATCH] [Updated] " Chocimier
@ 2021-01-07 22:30 ` Chocimier
  2021-01-07 22:35 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/27524#issuecomment-756427559

Comment:
Added tests that almost pass.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: olm: update to 3.2.1.
  2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
                   ` (4 preceding siblings ...)
  2021-01-07 22:30 ` Chocimier
@ 2021-01-07 22:35 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-07 22:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

There's a merged pull request on the void-packages repository

olm: update to 3.2.1.
https://github.com/void-linux/void-packages/pull/27524

Description:


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-07 22:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29  9:48 [PR PATCH] olm: update to 3.2.1 ndowens
2021-01-05 21:32 ` Chocimier
2021-01-05 22:09 ` [PR PATCH] [Updated] " ndowens
2021-01-05 22:09 ` ndowens
2021-01-07 22:30 ` [PR PATCH] [Updated] " Chocimier
2021-01-07 22:30 ` Chocimier
2021-01-07 22:35 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).