Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] signal-backup-decode: update to 0.2.1
@ 2021-03-16  1:48 sburris0
  2021-03-16  1:50 ` [PR PATCH] [Updated] " sburris0
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: sburris0 @ 2021-03-16  1:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 55900a9caa6bdc57c31f2942767a75999f79e1a9 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..4b373659c47b 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=0
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -10,4 +10,4 @@ maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
@ 2021-03-16  1:50 ` sburris0
  2021-03-16  1:56 ` sburris0
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-03-16  1:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 55900a9caa6bdc57c31f2942767a75999f79e1a9 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH 1/2] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..4b373659c47b 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=0
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -10,4 +10,4 @@ maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

From 366d15fd870bd3b300cd8897a1bd437da1490783 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:50:00 -0700
Subject: [PATCH 2/2] Update template

---
 srcpkgs/signal-backup-decode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 4b373659c47b..a8a3b1bd9b99 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
 version=0.2.1
-revision=0
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
  2021-03-16  1:50 ` [PR PATCH] [Updated] " sburris0
@ 2021-03-16  1:56 ` sburris0
  2021-03-16  1:58 ` sburris0
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-03-16  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 55900a9caa6bdc57c31f2942767a75999f79e1a9 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH 1/3] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..4b373659c47b 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=0
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -10,4 +10,4 @@ maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

From 366d15fd870bd3b300cd8897a1bd437da1490783 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:50:00 -0700
Subject: [PATCH 2/3] Update template

---
 srcpkgs/signal-backup-decode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 4b373659c47b..a8a3b1bd9b99 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
 version=0.2.1
-revision=0
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"

From efbb9c83a0afa2ec5bbc48dc4439ef79e1eeb2ed Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH 3/3] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..a8a3b1bd9b99 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -10,4 +10,4 @@ maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
  2021-03-16  1:50 ` [PR PATCH] [Updated] " sburris0
  2021-03-16  1:56 ` sburris0
@ 2021-03-16  1:58 ` sburris0
  2021-03-16  2:01 ` sburris0
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-03-16  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 05c5f67d80b003bff694d9d2f09bf7f586fe5434 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..a8a3b1bd9b99 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -10,4 +10,4 @@ maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (2 preceding siblings ...)
  2021-03-16  1:58 ` sburris0
@ 2021-03-16  2:01 ` sburris0
  2021-03-16 20:07 ` tibequadorian
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-03-16  2:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 5c59c48e08e1ceea2a4421478079bdcbb7eb2470 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.1

---
 srcpkgs/signal-backup-decode/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..911891679430 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -9,5 +9,5 @@ short_desc="Decode Signal Android Backups"
 maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (3 preceding siblings ...)
  2021-03-16  2:01 ` sburris0
@ 2021-03-16 20:07 ` tibequadorian
  2021-04-10 16:53 ` [PR PATCH] [Updated] " sburris0
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tibequadorian @ 2021-03-16 20:07 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29502#issuecomment-800567659

Comment:
A patch [exists](https://github.com/pajowu/signal-backup-decode/commit/de0c58c9c0a9453dd62e7e9f91c8d2a6a0395eb5.patch)

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (4 preceding siblings ...)
  2021-03-16 20:07 ` tibequadorian
@ 2021-04-10 16:53 ` sburris0
  2021-04-10 16:57 ` sburris0
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-04-10 16:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 9484547406623c2ca74bb03263805c478990fb81 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.1

---
 .../patches/signal-backup-decode-0.2.1-aes_ctr.patch | 12 ++++++++++++
 srcpkgs/signal-backup-decode/template                |  8 ++++----
 2 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch

diff --git a/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch b/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch
new file mode 100644
index 000000000000..ff0f96858455
--- /dev/null
+++ b/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch
@@ -0,0 +1,12 @@
+diff --git a/src/decrypter.rs b/src/decrypter.rs
+index b660aac..0247fd0 100644
+--- a/src/decrypter.rs
++++ b/src/decrypter.rs
+@@ -125,7 +125,6 @@ impl std::fmt::Display for DecryptError {
+ #[cfg(test)]
+ mod tests {
+ 	use super::*;
+-	use aes_ctr::stream_cipher::NewStreamCipher;
+ 
+ 	#[test]
+ 	fn increase_iv() {
diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..911891679430 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -9,5 +9,5 @@ short_desc="Decode Signal Android Backups"
 maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (5 preceding siblings ...)
  2021-04-10 16:53 ` [PR PATCH] [Updated] " sburris0
@ 2021-04-10 16:57 ` sburris0
  2021-04-10 22:31 ` tibequadorian
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-04-10 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 1961147b427218fb3922330739035b9bd8a744df Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.1

---
 .../signal-backup-decode-0.2.1-aes_ctr.patch  | 39 +++++++++++++++++++
 srcpkgs/signal-backup-decode/template         |  8 ++--
 2 files changed, 43 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch

diff --git a/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch b/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch
new file mode 100644
index 000000000000..bf8084a2f65c
--- /dev/null
+++ b/srcpkgs/signal-backup-decode/patches/signal-backup-decode-0.2.1-aes_ctr.patch
@@ -0,0 +1,39 @@
+From de0c58c9c0a9453dd62e7e9f91c8d2a6a0395eb5 Mon Sep 17 00:00:00 2001
+From: xduugu <xduugu@gmx.com>
+Date: Sat, 24 Oct 2020 21:45:07 +0000
+Subject: [PATCH] Fix tests module (#34)
+
+Compiling the tests module fails because of a missing import:
+
+error[E0433]: failed to resolve: use of undeclared type or module `aes_ctr`
+   --> src/decrypter.rs:128:6
+    |
+128 |     use aes_ctr::stream_cipher::NewStreamCipher;
+    |         ^^^^^^^ use of undeclared type or module `aes_ctr`
+
+It turned out, however, that NewStreamCipher is never used. Therefore,
+it is sufficient to remove the problematic import line.
+
+warning: unused import: `aes_ctr::stream_cipher::NewStreamCipher`
+   --> src/decrypter.rs:128:6
+    |
+128 |     use aes_ctr::stream_cipher::NewStreamCipher;
+    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+    |
+---
+ src/decrypter.rs | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/decrypter.rs b/src/decrypter.rs
+index b660aac..0247fd0 100644
+--- a/src/decrypter.rs
++++ b/src/decrypter.rs
+@@ -125,7 +125,6 @@ impl std::fmt::Display for DecryptError {
+ #[cfg(test)]
+ mod tests {
+ 	use super::*;
+-	use aes_ctr::stream_cipher::NewStreamCipher;
+ 
+ 	#[test]
+ 	fn increase_iv() {
+
diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..911891679430 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.1
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -9,5 +9,5 @@ short_desc="Decode Signal Android Backups"
 maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=99d499a0b12ae73004ef1a217a231700061898c577f392b5ea733d4902ddb178

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

* Re: signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (6 preceding siblings ...)
  2021-04-10 16:57 ` sburris0
@ 2021-04-10 22:31 ` tibequadorian
  2021-04-11  1:50 ` [PR PATCH] [Updated] " sburris0
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: tibequadorian @ 2021-04-10 22:31 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/29502#issuecomment-817210861

Comment:
There's a new release https://github.com/pajowu/signal-backup-decode/releases/tag/v0.2.3

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

* Re: [PR PATCH] [Updated] signal-backup-decode: update to 0.2.1
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (7 preceding siblings ...)
  2021-04-10 22:31 ` tibequadorian
@ 2021-04-11  1:50 ` sburris0
  2021-04-11  1:59 ` signal-backup-decode: update to 0.2.3 sburris0
  2021-04-11  3:47 ` [PR PATCH] [Closed]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-04-11  1:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages patch-1
https://github.com/void-linux/void-packages/pull/29502

signal-backup-decode: update to 0.2.1
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

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

From 77cafbdaf4142a615ae1fac65bbb3afac4132ea9 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Mon, 15 Mar 2021 18:47:05 -0700
Subject: [PATCH] signal-backup-decode: update to 0.2.3

---
 srcpkgs/signal-backup-decode/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/signal-backup-decode/template b/srcpkgs/signal-backup-decode/template
index 119546b61ea7..747736adeb5e 100644
--- a/srcpkgs/signal-backup-decode/template
+++ b/srcpkgs/signal-backup-decode/template
@@ -1,7 +1,7 @@
 # Template file for 'signal-backup-decode'
 pkgname=signal-backup-decode
-version=0.2.0
-revision=2
+version=0.2.3
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel sqlite-devel"
@@ -9,5 +9,5 @@ short_desc="Decode Signal Android Backups"
 maintainer="Spencer Burris <sburris@posteo.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/pajowu/signal-backup-decode"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=9a454bb894963e7f6301bdcd3db2c7978fb0cfb7e6fce3f4f553ccad7f955fe9
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=e7727b6628004cd027e374bcd8a004d8c3e68b3ba03e82ce2c9e04ee58623ed2

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

* Re: signal-backup-decode: update to 0.2.3
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (8 preceding siblings ...)
  2021-04-11  1:50 ` [PR PATCH] [Updated] " sburris0
@ 2021-04-11  1:59 ` sburris0
  2021-04-11  3:47 ` [PR PATCH] [Closed]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: sburris0 @ 2021-04-11  1:59 UTC (permalink / raw)
  To: ml

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

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/pull/29502#issuecomment-817234166

Comment:
Ah, didn't see it when I checked earlier. Everything should be good now, thanks.

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

* Re: [PR PATCH] [Closed]: signal-backup-decode: update to 0.2.3
  2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
                   ` (9 preceding siblings ...)
  2021-04-11  1:59 ` signal-backup-decode: update to 0.2.3 sburris0
@ 2021-04-11  3:47 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-04-11  3:47 UTC (permalink / raw)
  To: ml

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

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

signal-backup-decode: update to 0.2.3
https://github.com/void-linux/void-packages/pull/29502

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] 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
-->


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

end of thread, other threads:[~2021-04-11  3:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  1:48 [PR PATCH] signal-backup-decode: update to 0.2.1 sburris0
2021-03-16  1:50 ` [PR PATCH] [Updated] " sburris0
2021-03-16  1:56 ` sburris0
2021-03-16  1:58 ` sburris0
2021-03-16  2:01 ` sburris0
2021-03-16 20:07 ` tibequadorian
2021-04-10 16:53 ` [PR PATCH] [Updated] " sburris0
2021-04-10 16:57 ` sburris0
2021-04-10 22:31 ` tibequadorian
2021-04-11  1:50 ` [PR PATCH] [Updated] " sburris0
2021-04-11  1:59 ` signal-backup-decode: update to 0.2.3 sburris0
2021-04-11  3:47 ` [PR PATCH] [Closed]: " 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).