Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] borg: update to 1.2.0.
@ 2022-03-24 16:57 TinfoilSubmarine
  2022-03-24 17:49 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-03-24 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages borg
https://github.com/void-linux/void-packages/pull/36319

borg: update to 1.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36319.patch is attached

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

From 1fa9a7375884ba87cdc3672aba56401a3fda61f3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 24 Mar 2022 12:52:43 -0400
Subject: [PATCH] borg: update to 1.2.0.

---
 srcpkgs/borg/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 05f9d91f16a8..8b3e690851d9 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,19 +1,24 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.1.17
-revision=3
+version=1.2.0
+revision=1
 wrksrc="borgbackup-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-devel openssl-devel"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
-depends="python3-llfuse python3-setuptools python3-packaging"
+make_check_args="-k not(benchmark)"
+make_check_target="build/lib.*/borg/testsuite"
+hostmakedepends="python3-setuptools python3-dateutil python3-pkgconfig"
+makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
+depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
+# llfuse is purposefully not included in checkdepends since the tests using it
+# don't work in chroot
+checkdepends="python3-pytest ${depends/python3-llfuse/}"
 short_desc="Deduplicating backup program with compression and encryption"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://borgbackup.github.io/"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674
+checksum=e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,7 +40,7 @@ post_install() {
 	done
 
 	cd scripts/shell_completions
-	vinstall bash/${pkgname} 644 usr/share/bash-completion/completions ${pkgname}
-	vinstall fish/${pkgname}.fish 644 usr/share/fish/vendor_completions.d
-	vinstall zsh/_${pkgname} 644 usr/share/zsh/site-functions _${pkgname}
+	vcompletion bash/${pkgname} bash
+	vcompletion fish/${pkgname}.fish fish
+	vcompletion zsh/_${pkgname} zsh
 }

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

* Re: [PR PATCH] [Updated] borg: update to 1.2.0.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
@ 2022-03-24 17:49 ` TinfoilSubmarine
  2022-03-24 18:03 ` leahneukirchen
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-03-24 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages borg
https://github.com/void-linux/void-packages/pull/36319

borg: update to 1.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36319.patch is attached

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

From c484da81c2b598b6371dd78d6ff7f056de171ea4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 24 Mar 2022 12:52:43 -0400
Subject: [PATCH] borg: update to 1.2.0.

---
 srcpkgs/borg/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 05f9d91f16a8..7bed7d2f11bf 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,19 +1,24 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.1.17
-revision=3
+version=1.2.0
+revision=1
 wrksrc="borgbackup-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-devel openssl-devel"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
-depends="python3-llfuse python3-setuptools python3-packaging"
+make_check_args="-k not(benchmark)"
+make_check_target="build/lib.*/borg/testsuite"
+hostmakedepends="python3-setuptools python3-dateutil python3-pkgconfig"
+makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
+depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
+# llfuse is purposefully not included in checkdepends since the tests using it
+# don't work in chroot
+checkdepends="python3-pytest e2fsprogs ${depends/python3-llfuse/}"
 short_desc="Deduplicating backup program with compression and encryption"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://borgbackup.github.io/"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674
+checksum=e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,7 +40,7 @@ post_install() {
 	done
 
 	cd scripts/shell_completions
-	vinstall bash/${pkgname} 644 usr/share/bash-completion/completions ${pkgname}
-	vinstall fish/${pkgname}.fish 644 usr/share/fish/vendor_completions.d
-	vinstall zsh/_${pkgname} 644 usr/share/zsh/site-functions _${pkgname}
+	vcompletion bash/${pkgname} bash
+	vcompletion fish/${pkgname}.fish fish
+	vcompletion zsh/_${pkgname} zsh
 }

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

* Re: borg: update to 1.2.0.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
  2022-03-24 17:49 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-03-24 18:03 ` leahneukirchen
  2022-03-24 18:10 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2022-03-24 18:03 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/36319#issuecomment-1077897377

Comment:
Can this still talk to 1.1 servers?

Let's wait a bit more before merging.

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

* Re: [PR PATCH] [Updated] borg: update to 1.2.0.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
  2022-03-24 17:49 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-03-24 18:03 ` leahneukirchen
@ 2022-03-24 18:10 ` TinfoilSubmarine
  2022-03-24 18:11 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-03-24 18:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages borg
https://github.com/void-linux/void-packages/pull/36319

borg: update to 1.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36319.patch is attached

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

From ad0fda38cedcf2c612086a22a89fca3fdbdaad9d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 24 Mar 2022 12:52:43 -0400
Subject: [PATCH] borg: update to 1.2.0.

---
 srcpkgs/borg/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 05f9d91f16a8..42c171b9a69d 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,19 +1,24 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.1.17
-revision=3
+version=1.2.0
+revision=1
 wrksrc="borgbackup-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-devel openssl-devel"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
-depends="python3-llfuse python3-setuptools python3-packaging"
+make_check_args="-k not((benchmark)or(test_readonly_check)or(test_readonly_diff)or(test_readonly_export_tar)or(test_readonly_extract)or(test_readonly_info)or(test_readonly_list))"
+make_check_target="build/lib.*/borg/testsuite"
+hostmakedepends="python3-setuptools python3-dateutil python3-pkgconfig"
+makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
+depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
+# llfuse is purposefully not included in checkdepends since the tests using it
+# don't work in chroot
+checkdepends="python3-pytest ${depends/python3-llfuse/}"
 short_desc="Deduplicating backup program with compression and encryption"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://borgbackup.github.io/"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674
+checksum=e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,7 +40,7 @@ post_install() {
 	done
 
 	cd scripts/shell_completions
-	vinstall bash/${pkgname} 644 usr/share/bash-completion/completions ${pkgname}
-	vinstall fish/${pkgname}.fish 644 usr/share/fish/vendor_completions.d
-	vinstall zsh/_${pkgname} 644 usr/share/zsh/site-functions _${pkgname}
+	vcompletion bash/${pkgname} bash
+	vcompletion fish/${pkgname}.fish fish
+	vcompletion zsh/_${pkgname} zsh
 }

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

* Re: borg: update to 1.2.0.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-03-24 18:10 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-03-24 18:11 ` TinfoilSubmarine
  2022-06-07 15:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-03-24 18:11 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/36319#issuecomment-1077904190

Comment:
I just tested it with a server which still has 1.1.16.

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

* Re: [PR PATCH] [Updated] borg: update to 1.2.0.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-03-24 18:11 ` TinfoilSubmarine
@ 2022-06-07 15:52 ` TinfoilSubmarine
  2022-08-03 22:57 ` borg: update to 1.2.1 paper42
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-06-07 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages borg
https://github.com/void-linux/void-packages/pull/36319

borg: update to 1.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36319.patch is attached

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

From 158f265e43b922053b9a576eb08f01e5b443d448 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 24 Mar 2022 12:52:43 -0400
Subject: [PATCH] borg: update to 1.2.1.

---
 srcpkgs/borg/template | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 05f9d91f16a8..5875354bf26e 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,19 +1,24 @@
 # Template file for 'borg'
 pkgname=borg
-version=1.1.17
-revision=3
+version=1.2.1
+revision=1
 wrksrc="borgbackup-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-devel openssl-devel"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
-depends="python3-llfuse python3-setuptools python3-packaging"
+make_check_args="-k not((benchmark)or(test_readonly_check)or(test_readonly_diff)or(test_readonly_export_tar)or(test_readonly_extract)or(test_readonly_info)or(test_readonly_list))"
+make_check_target="build/lib.*/borg/testsuite"
+hostmakedepends="python3-setuptools python3-dateutil python3-pkgconfig"
+makedepends="python3-devel openssl-devel acl-devel liblz4-devel libzstd-devel"
+depends="python3-llfuse python3-msgpack python3-packaging python3-argon2"
+# llfuse is purposefully not included in checkdepends since the tests using it
+# don't work in chroot
+checkdepends="python3-pytest ${depends/python3-llfuse/}"
 short_desc="Deduplicating backup program with compression and encryption"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause"
 homepage="https://borgbackup.github.io/"
 changelog="https://borgbackup.readthedocs.io/en/stable/changes.html#changelog"
 distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
-checksum=7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674
+checksum=9f9ce2d1923cb33a147ee6d08177d860974567721b1142fca67914a02e64c633
 
 export BORG_OPENSSL_PREFIX="${XBPS_CROSS_BASE}/usr"
 export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
@@ -35,7 +40,7 @@ post_install() {
 	done
 
 	cd scripts/shell_completions
-	vinstall bash/${pkgname} 644 usr/share/bash-completion/completions ${pkgname}
-	vinstall fish/${pkgname}.fish 644 usr/share/fish/vendor_completions.d
-	vinstall zsh/_${pkgname} 644 usr/share/zsh/site-functions _${pkgname}
+	vcompletion bash/${pkgname} bash
+	vcompletion fish/${pkgname}.fish fish
+	vcompletion zsh/_${pkgname} zsh
 }

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

* Re: borg: update to 1.2.1.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2022-06-07 15:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-08-03 22:57 ` paper42
  2022-08-05 18:24 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-08-03 22:57 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36319#issuecomment-1204563380

Comment:
@leahneukirchen do you think we could merge this now?

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

* Re: borg: update to 1.2.1.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2022-08-03 22:57 ` borg: update to 1.2.1 paper42
@ 2022-08-05 18:24 ` TinfoilSubmarine
  2022-08-05 18:25 ` TinfoilSubmarine
  2022-08-06 14:29 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-08-05 18:24 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/36319#issuecomment-1206730984

Comment:
I use rsync.net and they have 1.2.1 on their servers:
```
ssh rsync.net borg --version
```

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

* Re: borg: update to 1.2.1.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2022-08-05 18:24 ` TinfoilSubmarine
@ 2022-08-05 18:25 ` TinfoilSubmarine
  2022-08-06 14:29 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: TinfoilSubmarine @ 2022-08-05 18:25 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/36319#issuecomment-1206730984

Comment:
I use rsync.net and they have 1.2.1 on their servers:
```
$ ssh rsync.net borg --version
borg0 1.2.1
```

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

* Re: [PR PATCH] [Merged]: borg: update to 1.2.1.
  2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2022-08-05 18:25 ` TinfoilSubmarine
@ 2022-08-06 14:29 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2022-08-06 14:29 UTC (permalink / raw)
  To: ml

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

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

borg: update to 1.2.1.
https://github.com/void-linux/void-packages/pull/36319

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 10+ messages in thread

end of thread, other threads:[~2022-08-06 14:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 16:57 [PR PATCH] borg: update to 1.2.0 TinfoilSubmarine
2022-03-24 17:49 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-03-24 18:03 ` leahneukirchen
2022-03-24 18:10 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-03-24 18:11 ` TinfoilSubmarine
2022-06-07 15:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-08-03 22:57 ` borg: update to 1.2.1 paper42
2022-08-05 18:24 ` TinfoilSubmarine
2022-08-05 18:25 ` TinfoilSubmarine
2022-08-06 14:29 ` [PR PATCH] [Merged]: " leahneukirchen

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