Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tarsnap: update to 1.0.40.
@ 2023-05-02 22:31 akierig
  2023-05-02 22:33 ` [PR PATCH] [Updated] " akierig
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: akierig @ 2023-05-02 22:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 0f1884a8e81eafc6849e308d6c5bc28f4053633d Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

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

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..72bbe665fa20 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,7 +1,7 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
 makedepends="e2fsprogs-devel openssl-devel"
@@ -13,7 +13,7 @@ license=proprietary
 homepage="http://www.tarsnap.com/"
 restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
 
 
 post_install() {

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

* Re: [PR PATCH] [Updated] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
@ 2023-05-02 22:33 ` akierig
  2023-05-02 22:40 ` [PR REVIEW] " mhmdanas
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 34786f18c6d0df73abef0e70a9688d35ae4c58bf Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

---
 srcpkgs/tarsnap/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..66555e74b61a 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,24 +1,22 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
 makedepends="e2fsprogs-devel openssl-devel"
 depends="bzip2 xz"
 conf_files="/etc/tarsnap/tarsnap.conf"
-short_desc="An online encrypted backup service (client)"
+short_desc="Tarsnap online encrypted backup service (client)"
 maintainer="Gour <gour@atmarama.net>"
 license=proprietary
 homepage="http://www.tarsnap.com/"
-restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
-
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
+restricted=yes
 
 post_install() {
 	vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
 	rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
 	vlicense COPYING
 }
-

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

* Re: [PR REVIEW] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
  2023-05-02 22:33 ` [PR PATCH] [Updated] " akierig
@ 2023-05-02 22:40 ` mhmdanas
  2023-05-02 22:42 ` [PR PATCH] [Updated] " akierig
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-05-02 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/43721#discussion_r1183111311

Comment:
Repeating the package name isn't necessary, is it?
```suggestion
short_desc="Online encrypted backup service (client)"
```

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

* Re: [PR PATCH] [Updated] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
  2023-05-02 22:33 ` [PR PATCH] [Updated] " akierig
  2023-05-02 22:40 ` [PR REVIEW] " mhmdanas
@ 2023-05-02 22:42 ` akierig
  2023-05-02 22:45 ` akierig
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 27a5a63fc71a0a67d2e7be2f8e841cf7df37e89f Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

---
 srcpkgs/tarsnap/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..d5f03d3af957 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,24 +1,22 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
-makedepends="e2fsprogs-devel openssl-devel"
+makedepends="autoconf e2fsprogs-devel openssl-devel"
 depends="bzip2 xz"
 conf_files="/etc/tarsnap/tarsnap.conf"
-short_desc="An online encrypted backup service (client)"
+short_desc="Tarsnap online encrypted backup service (client)"
 maintainer="Gour <gour@atmarama.net>"
 license=proprietary
 homepage="http://www.tarsnap.com/"
-restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
-
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
+restricted=yes
 
 post_install() {
 	vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
 	rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
 	vlicense COPYING
 }
-

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

* Re: [PR PATCH] [Updated] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
                   ` (2 preceding siblings ...)
  2023-05-02 22:42 ` [PR PATCH] [Updated] " akierig
@ 2023-05-02 22:45 ` akierig
  2023-05-02 22:46 ` [PR REVIEW] " akierig
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 0fdae78a8ede1b61922fc06f33cdc3b8ec444740 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

---
 srcpkgs/tarsnap/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..9f31eb82b60c 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,24 +1,22 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
-makedepends="e2fsprogs-devel openssl-devel"
+makedepends="autoconf e2fsprogs-devel openssl-devel"
 depends="bzip2 xz"
 conf_files="/etc/tarsnap/tarsnap.conf"
-short_desc="An online encrypted backup service (client)"
+short_desc="Online encrypted backup service (client)"
 maintainer="Gour <gour@atmarama.net>"
 license=proprietary
 homepage="http://www.tarsnap.com/"
-restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
-
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
+restricted=yes
 
 post_install() {
 	vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
 	rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
 	vlicense COPYING
 }
-

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

* Re: [PR REVIEW] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
                   ` (3 preceding siblings ...)
  2023-05-02 22:45 ` akierig
@ 2023-05-02 22:46 ` akierig
  2023-05-02 23:13 ` [PR PATCH] [Updated] " akierig
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 22:46 UTC (permalink / raw)
  To: ml

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

New review comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/43721#discussion_r1183113824

Comment:
I am supremely annoyed by xlint's insistance on not starting with an article.

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

* Re: [PR PATCH] [Updated] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
                   ` (4 preceding siblings ...)
  2023-05-02 22:46 ` [PR REVIEW] " akierig
@ 2023-05-02 23:13 ` akierig
  2023-05-02 23:14 ` akierig
  2023-05-24 19:05 ` [PR PATCH] [Closed]: " akierig
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 23:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From b0b8252cc36692475ae12072d7c9e2869e3d00b4 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

---
 srcpkgs/tarsnap/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..0535954f9d75 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,24 +1,22 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
-makedepends="e2fsprogs-devel openssl-devel"
+makedepends="autoconf-archive e2fsprogs-devel openssl-devel"
 depends="bzip2 xz"
 conf_files="/etc/tarsnap/tarsnap.conf"
-short_desc="An online encrypted backup service (client)"
+short_desc="Online encrypted backup service (client)"
 maintainer="Gour <gour@atmarama.net>"
 license=proprietary
 homepage="http://www.tarsnap.com/"
-restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
-
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
+restricted=yes
 
 post_install() {
 	vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
 	rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
 	vlicense COPYING
 }
-

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

* Re: [PR PATCH] [Updated] tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
                   ` (5 preceding siblings ...)
  2023-05-02 23:13 ` [PR PATCH] [Updated] " akierig
@ 2023-05-02 23:14 ` akierig
  2023-05-24 19:05 ` [PR PATCH] [Closed]: " akierig
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-02 23:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages tarnsap-1.0.40
https://github.com/void-linux/void-packages/pull/43721

tarsnap: update to 1.0.40.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

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

From 61049c5257cd22327c3d39a66e9188fa76e63787 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 2 May 2023 12:59:27 -0500
Subject: [PATCH] tarsnap: update to 1.0.40.

---
 srcpkgs/tarsnap/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tarsnap/template b/srcpkgs/tarsnap/template
index afcaef2b4e75..54af438d0e06 100644
--- a/srcpkgs/tarsnap/template
+++ b/srcpkgs/tarsnap/template
@@ -1,24 +1,22 @@
 # Template file for 'tarsnap'
 pkgname=tarsnap
-version=1.0.39
-revision=2
+version=1.0.40
+revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/${pkgname}"
 makedepends="e2fsprogs-devel openssl-devel"
 depends="bzip2 xz"
 conf_files="/etc/tarsnap/tarsnap.conf"
-short_desc="An online encrypted backup service (client)"
+short_desc="Online encrypted backup service (client)"
 maintainer="Gour <gour@atmarama.net>"
 license=proprietary
 homepage="http://www.tarsnap.com/"
-restricted=yes
 distfiles="https://www.tarsnap.com/download/tarsnap-autoconf-${version}.tgz"
-checksum=5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082
-
+checksum=bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
+restricted=yes
 
 post_install() {
 	vinstall tar/tarsnap.conf.sample 644 etc/tarsnap tarsnap.conf
 	rm ${PKGDESTDIR}/etc/tarsnap/tarsnap.conf.sample
 	vlicense COPYING
 }
-

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

* Re: [PR PATCH] [Closed]: tarsnap: update to 1.0.40.
  2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
                   ` (6 preceding siblings ...)
  2023-05-02 23:14 ` akierig
@ 2023-05-24 19:05 ` akierig
  7 siblings, 0 replies; 9+ messages in thread
From: akierig @ 2023-05-24 19:05 UTC (permalink / raw)
  To: ml

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

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

tarsnap: update to 1.0.40.
https://github.com/void-linux/void-packages/pull/43721

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64


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

end of thread, other threads:[~2023-05-24 19:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 22:31 [PR PATCH] tarsnap: update to 1.0.40 akierig
2023-05-02 22:33 ` [PR PATCH] [Updated] " akierig
2023-05-02 22:40 ` [PR REVIEW] " mhmdanas
2023-05-02 22:42 ` [PR PATCH] [Updated] " akierig
2023-05-02 22:45 ` akierig
2023-05-02 22:46 ` [PR REVIEW] " akierig
2023-05-02 23:13 ` [PR PATCH] [Updated] " akierig
2023-05-02 23:14 ` akierig
2023-05-24 19:05 ` [PR PATCH] [Closed]: " akierig

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