Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] olm: update to 3.1.3.
@ 2019-06-26 17:11 voidlinux-github
  2019-06-27  9:39 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-26 17:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/non-Jedi/void-packages olm3.1.3
https://github.com/void-linux/void-packages/pull/12706

olm: update to 3.1.3.
Since these are versioned together, I thought it would be okay to group them in a single commit. Let me know if they need split.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm3.1.3-12706.patch --]
[-- Type: application/text/x-diff, Size: 1873 bytes --]

From 829ce569701fbf81be4f8e32f514f07c1b8f397a Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Wed, 26 Jun 2019 13:06:30 -0400
Subject: [PATCH] olm: update to 3.1.3.

---
 srcpkgs/olm-python/template | 4 ++--
 srcpkgs/olm/template        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/olm-python/template b/srcpkgs/olm-python/template
index 3648ba29e6f..cdb021a5652 100644
--- a/srcpkgs/olm-python/template
+++ b/srcpkgs/olm-python/template
@@ -1,6 +1,6 @@
 # Template file for 'olm-python'
 pkgname=olm-python
-version=3.1.2
+version=3.1.3
 revision=1
 wrksrc="olm-${version}"
 build_wrksrc=python
@@ -14,7 +14,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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 pre_build() {
 	make include/olm/olm.h
diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 57f34b75989..86bdaf2f767 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.2
+version=3.1.3
 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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 do_check() {
 	cd build/tests

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

* Re: olm: update to 3.1.3.
  2019-06-26 17:11 [PR PATCH] olm: update to 3.1.3 voidlinux-github
@ 2019-06-27  9:39 ` voidlinux-github
  2019-06-27 12:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-27  9:39 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12706#issuecomment-506273717
Comment:
Please split, changes in different templates should be in separate commits.

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

* Re: [PR PATCH] [Updated] olm: update to 3.1.3.
  2019-06-26 17:11 [PR PATCH] olm: update to 3.1.3 voidlinux-github
  2019-06-27  9:39 ` voidlinux-github
@ 2019-06-27 12:32 ` voidlinux-github
  2019-06-27 12:32 ` voidlinux-github
  2019-06-29  7:41 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-27 12:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/non-Jedi/void-packages olm3.1.3
https://github.com/void-linux/void-packages/pull/12706

olm: update to 3.1.3.
Since these are versioned together, I thought it would be okay to group them in a single commit. Let me know if they need split.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm3.1.3-12706.patch --]
[-- Type: application/text/x-diff, Size: 2134 bytes --]

From 80f1ae235bfb447ffd76dbdb6187500001c5323e Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Thu, 27 Jun 2019 08:31:52 -0400
Subject: [PATCH 1/2] olm: update to 3.1.3.

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

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 57f34b75989..86bdaf2f767 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.2
+version=3.1.3
 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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 do_check() {
 	cd build/tests

From 463d00873aa26558702c7d446ee5f67944b07457 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Thu, 27 Jun 2019 08:32:14 -0400
Subject: [PATCH 2/2] olm-python: update to 3.1.3.

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

diff --git a/srcpkgs/olm-python/template b/srcpkgs/olm-python/template
index 3648ba29e6f..cdb021a5652 100644
--- a/srcpkgs/olm-python/template
+++ b/srcpkgs/olm-python/template
@@ -1,6 +1,6 @@
 # Template file for 'olm-python'
 pkgname=olm-python
-version=3.1.2
+version=3.1.3
 revision=1
 wrksrc="olm-${version}"
 build_wrksrc=python
@@ -14,7 +14,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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 pre_build() {
 	make include/olm/olm.h

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

* Re: [PR PATCH] [Updated] olm: update to 3.1.3.
  2019-06-26 17:11 [PR PATCH] olm: update to 3.1.3 voidlinux-github
  2019-06-27  9:39 ` voidlinux-github
  2019-06-27 12:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-27 12:32 ` voidlinux-github
  2019-06-29  7:41 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-27 12:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/non-Jedi/void-packages olm3.1.3
https://github.com/void-linux/void-packages/pull/12706

olm: update to 3.1.3.
Since these are versioned together, I thought it would be okay to group them in a single commit. Let me know if they need split.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-olm3.1.3-12706.patch --]
[-- Type: application/text/x-diff, Size: 2134 bytes --]

From 80f1ae235bfb447ffd76dbdb6187500001c5323e Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Thu, 27 Jun 2019 08:31:52 -0400
Subject: [PATCH 1/2] olm: update to 3.1.3.

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

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 57f34b75989..86bdaf2f767 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.1.2
+version=3.1.3
 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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 do_check() {
 	cd build/tests

From 463d00873aa26558702c7d446ee5f67944b07457 Mon Sep 17 00:00:00 2001
From: Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>
Date: Thu, 27 Jun 2019 08:32:14 -0400
Subject: [PATCH 2/2] olm-python: update to 3.1.3.

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

diff --git a/srcpkgs/olm-python/template b/srcpkgs/olm-python/template
index 3648ba29e6f..cdb021a5652 100644
--- a/srcpkgs/olm-python/template
+++ b/srcpkgs/olm-python/template
@@ -1,6 +1,6 @@
 # Template file for 'olm-python'
 pkgname=olm-python
-version=3.1.2
+version=3.1.3
 revision=1
 wrksrc="olm-${version}"
 build_wrksrc=python
@@ -14,7 +14,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=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
+checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13
 
 pre_build() {
 	make include/olm/olm.h

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

* Re: [PR PATCH] [Merged]: olm: update to 3.1.3.
  2019-06-26 17:11 [PR PATCH] olm: update to 3.1.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-27 12:32 ` voidlinux-github
@ 2019-06-29  7:41 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-29  7:41 UTC (permalink / raw)
  To: ml

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

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

olm: update to 3.1.3.
https://github.com/void-linux/void-packages/pull/12706
Description: Since these are versioned together, I thought it would be okay to group them in a single commit. Let me know if they need split.

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

end of thread, other threads:[~2019-06-29  7:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 17:11 [PR PATCH] olm: update to 3.1.3 voidlinux-github
2019-06-27  9:39 ` voidlinux-github
2019-06-27 12:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-27 12:32 ` voidlinux-github
2019-06-29  7:41 ` [PR PATCH] [Merged]: " voidlinux-github

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).