Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] radicale: fixes and cleanup
@ 2022-10-15 20:57 teldra
  2022-10-16  0:32 ` fanyx
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: teldra @ 2022-10-15 20:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1314 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From b93252c017a709b90e588658a2c2111ffed171a9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 03828eb746dd..dc1e8ebe8cf0 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -39,9 +39,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
@ 2022-10-16  0:32 ` fanyx
  2022-10-16  9:08 ` [PR PATCH] [Updated] " teldra
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2022-10-16  0:32 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1279859298

Comment:
bump the template revision if this is no version upgrade

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
  2022-10-16  0:32 ` fanyx
@ 2022-10-16  9:08 ` teldra
  2022-10-16  9:09 ` teldra
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2022-10-16  9:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From c14dba60185c914217ce064b88a5a904177f392d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 03828eb746dd..e15b3aae915e 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -39,9 +39,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
  2022-10-16  0:32 ` fanyx
  2022-10-16  9:08 ` [PR PATCH] [Updated] " teldra
@ 2022-10-16  9:09 ` teldra
  2022-11-13 10:50 ` fanyx
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2022-10-16  9:09 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1279927756

Comment:
> bump the template revision if this is no version upgrade

Yes, done.

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (2 preceding siblings ...)
  2022-10-16  9:09 ` teldra
@ 2022-11-13 10:50 ` fanyx
  2022-11-13 11:02 ` [PR PATCH] [Updated] " teldra
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2022-11-13 10:50 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1312700646

Comment:
@teldra can you rebase/resolve the issues here?
Would love to ping one of the maintainers to get it merged.

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (3 preceding siblings ...)
  2022-11-13 10:50 ` fanyx
@ 2022-11-13 11:02 ` teldra
  2022-11-14 13:22 ` teldra
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2022-11-13 11:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From 3772a0a81787a973463829e3c4d5ff18d1a36698 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 62e0125da827..2ecfa2988390 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
@@ -36,9 +36,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (4 preceding siblings ...)
  2022-11-13 11:02 ` [PR PATCH] [Updated] " teldra
@ 2022-11-14 13:22 ` teldra
  2022-11-14 13:24 ` teldra
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2022-11-14 13:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From 041a6aa7b29ed0ae9dace65cd458ad8234020c2a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 62e0125da827..2ecfa2988390 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
@@ -36,9 +36,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (5 preceding siblings ...)
  2022-11-14 13:22 ` teldra
@ 2022-11-14 13:24 ` teldra
  2022-11-14 15:23 ` fanyx
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2022-11-14 13:24 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1313699098

Comment:
@fanyx should be done



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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (6 preceding siblings ...)
  2022-11-14 13:24 ` teldra
@ 2022-11-14 15:23 ` fanyx
  2023-02-10 12:23 ` [PR PATCH] [Updated] " teldra
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: fanyx @ 2022-11-14 15:23 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1313925660

Comment:
@paper42 can you take a look?

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (7 preceding siblings ...)
  2022-11-14 15:23 ` fanyx
@ 2023-02-10 12:23 ` teldra
  2023-02-10 12:26 ` teldra
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 12:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From d8595eecda13646d594e51126c78d1d2f008c368 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463..2ecfa2988390 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -36,9 +36,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (8 preceding siblings ...)
  2023-02-10 12:23 ` [PR PATCH] [Updated] " teldra
@ 2023-02-10 12:26 ` teldra
  2023-02-10 12:31 ` teldra
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 12:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From 752a072a167e42483eb254cf895d4c1d92548de5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463..0f1499c4791d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
@@ -36,9 +36,10 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
+	vsconf config
+	vsconf rights
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (9 preceding siblings ...)
  2023-02-10 12:26 ` teldra
@ 2023-02-10 12:31 ` teldra
  2023-02-10 15:44 ` classabbyamp
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 12:31 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1425748652

Comment:
Can you take a look? @classabbyamp 

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (10 preceding siblings ...)
  2023-02-10 12:31 ` teldra
@ 2023-02-10 15:44 ` classabbyamp
  2023-02-10 16:27 ` [PR PATCH] [Updated] " teldra
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2023-02-10 15:44 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1425995103

Comment:
why install to both /etc and /usr/share/examples? 

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (11 preceding siblings ...)
  2023-02-10 15:44 ` classabbyamp
@ 2023-02-10 16:27 ` teldra
  2023-02-10 16:30 ` teldra
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From 51ccba1419d5e6df4f8e0b4b9465483e4497f2dd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463..1d48bce4b86f 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
@@ -36,9 +36,8 @@ do_check() {
 }
 
 post_install() {
-	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall config 755 etc/radicale/
+	vinstall rights 755 etc/radicale/
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (12 preceding siblings ...)
  2023-02-10 16:27 ` [PR PATCH] [Updated] " teldra
@ 2023-02-10 16:30 ` teldra
  2023-02-10 18:02 ` classabbyamp
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 16:30 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1426053292

Comment:
> why install to both /etc and /usr/share/examples?

yes, thought about it. unnecessary redundancy.
I removed examples, because otherwise there could be user configs removed, right? @classabbyamp 

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (13 preceding siblings ...)
  2023-02-10 16:30 ` teldra
@ 2023-02-10 18:02 ` classabbyamp
  2023-02-10 21:19 ` [PR PATCH] [Updated] " teldra
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2023-02-10 18:02 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1426156008

Comment:
i think this solution is not right. it does not make sense to install config files as executable. i think the proper solution would be to `chown` in an `INSTALL` script, see `srcpkgs/fcron/INSTALL` for an example

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

* Re: [PR PATCH] [Updated] radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (14 preceding siblings ...)
  2023-02-10 18:02 ` classabbyamp
@ 2023-02-10 21:19 ` teldra
  2023-02-10 21:27 ` teldra
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 21:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 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/39973

radicale: fixes and cleanup
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39973.patch is attached

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

From 3579becf1dce0f220ad42f75d0d8f58f32324c30 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 15 Oct 2022 22:56:04 +0200
Subject: [PATCH] radicale: fixes and cleanup

---
 srcpkgs/radicale/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463..2d6f1562af8f 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.1.8
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
@@ -37,8 +37,7 @@ do_check() {
 
 post_install() {
 	vinstall config 644 etc/radicale/
-	vinstall rights 640 etc/radicale/
-	vinstall config 644 usr/share/examples/radicale
+	vinstall rights 644 etc/radicale/
 	vinstall radicale.wsgi 644 usr/share/radicale
 	vsv radicale
 	vdoc README.md

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (15 preceding siblings ...)
  2023-02-10 21:19 ` [PR PATCH] [Updated] " teldra
@ 2023-02-10 21:27 ` teldra
  2023-02-11  0:56 ` classabbyamp
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: teldra @ 2023-02-10 21:27 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1426365925

Comment:
> i think this solution is not right. it does not make sense to install config files as executable. i think the proper solution would be to `chown` in an `INSTALL` script, see `srcpkgs/fcron/INSTALL` for an example

do you think, chmod 644 is suitable?  I don't know, why I came up with 755.
after double checking, updating radicale works flawless here. (https://github.com/void-linux/void-packages/issues/38923)

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (16 preceding siblings ...)
  2023-02-10 21:27 ` teldra
@ 2023-02-11  0:56 ` classabbyamp
  2023-05-12  1:50 ` github-actions
  2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: classabbyamp @ 2023-02-11  0:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1426541189

Comment:
is there a reason why `rights` was installed as `640` before? if so, chowning (or chgrping) is still what I think is right, not giving everyone read access.

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

* Re: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (17 preceding siblings ...)
  2023-02-11  0:56 ` classabbyamp
@ 2023-05-12  1:50 ` github-actions
  2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2023-05-12  1:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39973#issuecomment-1544989342

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: radicale: fixes and cleanup
  2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
                   ` (18 preceding siblings ...)
  2023-05-12  1:50 ` github-actions
@ 2023-05-26  1:53 ` github-actions
  19 siblings, 0 replies; 21+ messages in thread
From: github-actions @ 2023-05-26  1:53 UTC (permalink / raw)
  To: ml

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

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

radicale: fixes and cleanup
https://github.com/void-linux/void-packages/pull/39973

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

#### Testing the changes
- I tested the changes in this PR: **YES**
should fix https://github.com/void-linux/void-packages/issues/38923

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 21+ messages in thread

end of thread, other threads:[~2023-05-26  1:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-15 20:57 [PR PATCH] radicale: fixes and cleanup teldra
2022-10-16  0:32 ` fanyx
2022-10-16  9:08 ` [PR PATCH] [Updated] " teldra
2022-10-16  9:09 ` teldra
2022-11-13 10:50 ` fanyx
2022-11-13 11:02 ` [PR PATCH] [Updated] " teldra
2022-11-14 13:22 ` teldra
2022-11-14 13:24 ` teldra
2022-11-14 15:23 ` fanyx
2023-02-10 12:23 ` [PR PATCH] [Updated] " teldra
2023-02-10 12:26 ` teldra
2023-02-10 12:31 ` teldra
2023-02-10 15:44 ` classabbyamp
2023-02-10 16:27 ` [PR PATCH] [Updated] " teldra
2023-02-10 16:30 ` teldra
2023-02-10 18:02 ` classabbyamp
2023-02-10 21:19 ` [PR PATCH] [Updated] " teldra
2023-02-10 21:27 ` teldra
2023-02-11  0:56 ` classabbyamp
2023-05-12  1:50 ` github-actions
2023-05-26  1:53 ` [PR PATCH] [Closed]: " github-actions

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