Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] olm 3.2.3
@ 2021-05-24 19:28 jcgruenhage
  2021-05-24 21:38 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: jcgruenhage @ 2021-05-24 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages olm-3.2.3_1
https://github.com/void-linux/void-packages/pull/31097

olm 3.2.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

This PR updates olm to 3.2.3, which contains a security fix. Sadly, the changelog for olm doesn't mention that as explicitly as the element changelog does, so see https://github.com/vector-im/element-web/blob/3a67dc18e9e30ec5f00f214796cc1341477a8761/CHANGELOG.md#security-notice for reference on the security issue. I've also pulled in the element-desktop update in this PR, as it's basically only the olm update anyway.


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

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

From 4729c4c3c5917024e82108cb2ecf04891c9eb65b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 24 May 2021 21:21:56 +0200
Subject: [PATCH 1/3] olm: update to 3.2.3.

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

diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template
index 8af7a1520f24..deb857991289 100644
--- a/srcpkgs/olm/template
+++ b/srcpkgs/olm/template
@@ -1,6 +1,6 @@
 # Template file for 'olm'
 pkgname=olm
-version=3.2.2
+version=3.2.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=a180af4bcdfcd4b8f3e4aa306869d80f7610c81f651347e8e71bd03c31a2b697
+checksum=f61022cb6eb95804464d1abb3408b8cf15299994529c005b9bc93110a91ae2ab
 
 do_check() {
 	cd build/tests

From 331110af31c29f29a50714d495335e6aeefb338a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 24 May 2021 21:22:02 +0200
Subject: [PATCH 2/3] olm-python3: update to 3.2.3.

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

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index 8ebb131e0978..a385714289f0 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,6 +1,6 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
-version=3.2.2
+version=3.2.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=a180af4bcdfcd4b8f3e4aa306869d80f7610c81f651347e8e71bd03c31a2b697
+checksum=f61022cb6eb95804464d1abb3408b8cf15299994529c005b9bc93110a91ae2ab
 # requires unpackaged pytest-{benchmark,isort}
 make_check=no
 

From c916985ff5618e4012f1cf79033ef25f656b1917 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 24 May 2021 21:22:10 +0200
Subject: [PATCH 3/3] element-desktop: update to 1.7.29.

---
 srcpkgs/element-desktop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/element-desktop/template b/srcpkgs/element-desktop/template
index 4917462e90c7..83d9ad80507c 100644
--- a/srcpkgs/element-desktop/template
+++ b/srcpkgs/element-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'element-desktop'
 pkgname=element-desktop
-version=1.7.28
+version=1.7.29
 revision=1
 wrksrc="element-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
@@ -18,8 +18,8 @@ _ghpage="https://github.com/vector-im"
 _archive="archive/v${version}.tar.gz"
 distfiles="${_ghpage}/element-desktop/${_archive}>element-desktop.tar.gz
  ${_ghpage}/element-web/${_archive}>element-web.tar.gz"
-checksum="d2f561131e6ea119116edbd93cece05e03e94d4150ad920fd0c67f1c39f2ffed
- 44245c9c5af532bf17e2fbb40a59e99ca54aef318f43d9816f34b080b84a7da7"
+checksum="e09a893660a42fd6e6725c3edd2388d9417534f31230f28777277c817ebe2ad3
+ 82d9c036c590b69b2b9c9df70c966246ddefdbeb35090ee9bd5fa15ee71b6739"
 
 export USE_SYSTEM_APP_BUILDER=true
 

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

* Re: [PR PATCH] [Merged]: olm 3.2.3
  2021-05-24 19:28 [PR PATCH] olm 3.2.3 jcgruenhage
@ 2021-05-24 21:38 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-05-24 21:38 UTC (permalink / raw)
  To: ml

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

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

olm 3.2.3
https://github.com/void-linux/void-packages/pull/31097

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

This PR updates olm to 3.2.3, which contains a security fix. Sadly, the changelog for olm doesn't mention that as explicitly as the element changelog does, so see https://github.com/vector-im/element-web/blob/3a67dc18e9e30ec5f00f214796cc1341477a8761/CHANGELOG.md#security-notice for reference on the security issue. I've also pulled in the element-desktop update in this PR, as it's basically only the olm update anyway.


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

end of thread, other threads:[~2021-05-24 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 19:28 [PR PATCH] olm 3.2.3 jcgruenhage
2021-05-24 21:38 ` [PR PATCH] [Merged]: " ericonr

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