Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] radicale: update to 3.1.5.
@ 2022-02-21  9:49 teldra
  2022-02-21 13:46 ` Anachron
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: teldra @ 2022-02-21  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From c7aa872d18e08bf921eb27787318dac0c5d65b8c Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
- add README.voidlinux to briefly describe, how to add this file
---
 srcpkgs/radicale/files/README.voidlinux | 6 ++++++
 srcpkgs/radicale/template               | 7 +++----
 2 files changed, 9 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/radicale/files/README.voidlinux

diff --git a/srcpkgs/radicale/files/README.voidlinux b/srcpkgs/radicale/files/README.voidlinux
new file mode 100644
index 000000000000..5f91c991ebe3
--- /dev/null
+++ b/srcpkgs/radicale/files/README.voidlinux
@@ -0,0 +1,6 @@
+## Create a new htpasswd file with the user "user1"
+$ htpasswd -c /etc/radicale/users user1
+$ chmod 640 /etc/radicale/users
+
+## Add another user
+$ htpasswd /etc/radicale/users user2
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..4591de6cac6e 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,11 +32,11 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md
+	vdoc "${FILESDIR}/README.voidlinux"
 }
 
 radicale2_package() {

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

* Re: radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
@ 2022-02-21 13:46 ` Anachron
  2022-03-13 22:36 ` [PR REVIEW] " paper42
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Anachron @ 2022-02-21 13:46 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/35726#issuecomment-1046897915

Comment:
Whats up with the readme?
Thats not required, is it?

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

* Re: [PR REVIEW] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
  2022-02-21 13:46 ` Anachron
@ 2022-03-13 22:36 ` paper42
  2022-03-14 15:44 ` [PR PATCH] [Updated] " teldra
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-03-13 22:36 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35726#discussion_r825513963

Comment:
I think this is documented upstream and not void specific, is it?

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
  2022-02-21 13:46 ` Anachron
  2022-03-13 22:36 ` [PR REVIEW] " paper42
@ 2022-03-14 15:44 ` teldra
  2022-03-14 15:46 ` teldra
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-14 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From c46331b374dbbadfa5820eb892a8ff30033e4a26 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
- add README.voidlinux to briefly describe, how to add this file
---
 srcpkgs/radicale/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..4591de6cac6e 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,11 +32,11 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md
+	vdoc "${FILESDIR}/README.voidlinux"
 }
 
 radicale2_package() {

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (2 preceding siblings ...)
  2022-03-14 15:44 ` [PR PATCH] [Updated] " teldra
@ 2022-03-14 15:46 ` teldra
  2022-03-14 15:47 ` [PR REVIEW] " teldra
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-14 15:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From e4b613add81417ca939a5b969c26e17b374c348b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
- add README.voidlinux to briefly describe, how to add this file
---
 srcpkgs/radicale/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..4591de6cac6e 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,11 +32,11 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md
+	vdoc "${FILESDIR}/README.voidlinux"
 }
 
 radicale2_package() {

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

* Re: [PR REVIEW] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (3 preceding siblings ...)
  2022-03-14 15:46 ` teldra
@ 2022-03-14 15:47 ` teldra
  2022-03-14 15:48 ` [PR PATCH] [Updated] " teldra
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-14 15:47 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/35726#discussion_r826104234

Comment:
Removed.

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (4 preceding siblings ...)
  2022-03-14 15:47 ` [PR REVIEW] " teldra
@ 2022-03-14 15:48 ` teldra
  2022-03-31 23:14 ` teldra
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-14 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From 42256403536fac033d042afa5619f0a3d729a4d0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
- add README.voidlinux to briefly describe, how to add this file
---
 srcpkgs/radicale/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..65eb085022c0 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,7 +32,6 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (5 preceding siblings ...)
  2022-03-14 15:48 ` [PR PATCH] [Updated] " teldra
@ 2022-03-31 23:14 ` teldra
  2022-03-31 23:15 ` teldra
  2022-04-02 15:37 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-31 23:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From 3b9b56a6dc3c62fcf0c8f740b5893260cfcf1713 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
---
 srcpkgs/radicale/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..65eb085022c0 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,7 +32,6 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (6 preceding siblings ...)
  2022-03-31 23:14 ` teldra
@ 2022-03-31 23:15 ` teldra
  2022-04-02 15:37 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: teldra @ 2022-03-31 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/35726

radicale: update to 3.1.5.
<!-- 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/35726.patch is attached

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

From 66a7ce939aab9b8c68cb1574f8e7fe034f25d8c0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 21 Feb 2022 10:17:21 +0100
Subject: [PATCH] radicale: update to 3.1.5.

- remove conf file entry, because it changes filerights after updates
---
 srcpkgs/radicale/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 8d81e3b61304..65eb085022c0 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
+checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
- /etc/radicale/users
  /etc/sv/radicale/log/run"
 make_dirs="
  /etc/radicale 755 root root
@@ -33,7 +32,6 @@ replaces="radicale2<3.0.6"
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/
-	vinstall /dev/null 640 etc/radicale users
 	vinstall config 644 usr/share/examples/radicale
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale

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

* Re: [PR PATCH] [Merged]: radicale: update to 3.1.5.
  2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
                   ` (7 preceding siblings ...)
  2022-03-31 23:15 ` teldra
@ 2022-04-02 15:37 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2022-04-02 15:37 UTC (permalink / raw)
  To: ml

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

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

radicale: update to 3.1.5.
https://github.com/void-linux/void-packages/pull/35726

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-04-02 15:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21  9:49 [PR PATCH] radicale: update to 3.1.5 teldra
2022-02-21 13:46 ` Anachron
2022-03-13 22:36 ` [PR REVIEW] " paper42
2022-03-14 15:44 ` [PR PATCH] [Updated] " teldra
2022-03-14 15:46 ` teldra
2022-03-14 15:47 ` [PR REVIEW] " teldra
2022-03-14 15:48 ` [PR PATCH] [Updated] " teldra
2022-03-31 23:14 ` teldra
2022-03-31 23:15 ` teldra
2022-04-02 15:37 ` [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).