Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chrony: update URLs, remove update file.
@ 2024-05-28 13:09 0x5c
  2024-05-29 10:17 ` [PR PATCH] [Updated] " 0x5c
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 0x5c @ 2024-05-28 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages fix/chronURL
https://github.com/void-linux/void-packages/pull/50555

chrony: update URLs, remove update file.
The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore pattern.

feedback needed:
- Would a URL the NEWS file on Gitlab be prefered over the existing news page? 
   https://gitlab.com/chrony/chrony/-/raw/master/NEWS?ref_type=heads

- Is pulling distfiles from gitlab preferable?

<!-- 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 [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/50555.patch is attached

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

From 1b190e9d979409bc4b786b7595073d7064ce85e4 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Tue, 28 May 2024 09:02:05 -0400
Subject: [PATCH] chrony: update URLs, remove update file.

The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore
pattern.
---
 srcpkgs/chrony/template | 8 ++++----
 srcpkgs/chrony/update   | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/chrony/update

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index eaea8eb6b3dd95..2ad11d64f6c6da 100644
--- a/srcpkgs/chrony/template
+++ b/srcpkgs/chrony/template
@@ -2,7 +2,7 @@
 # When Updating: Please confirm the upstream config still refers to make_dirs
 pkgname=chrony
 version=4.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
  --with-sendmail=/usr/bin/sendmail"
@@ -13,9 +13,9 @@ conf_files="/etc/chrony.conf"
 short_desc="Versatile implementation of the Network Time Protocol (NTP)"
 maintainer="0x5c <dev@0x5c.io>"
 license="GPL-2.0-only"
-homepage="https://chrony.tuxfamily.org/"
-changelog="https://chrony.tuxfamily.org/news.html"
-distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
+homepage="https://chrony-project.org/"
+changelog="https://chrony-project.org/news.html"
+distfiles="https://chrony-project.org/releases/chrony-${version}.tar.gz"
 checksum=19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
diff --git a/srcpkgs/chrony/update b/srcpkgs/chrony/update
deleted file mode 100644
index 4c537fb07f48f3..00000000000000
--- a/srcpkgs/chrony/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="*oldcvs*"

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

* Re: [PR PATCH] [Updated] chrony: update URLs, remove update file.
  2024-05-28 13:09 [PR PATCH] chrony: update URLs, remove update file 0x5c
@ 2024-05-29 10:17 ` 0x5c
  2024-05-29 10:19 ` 0x5c
  2024-05-29 10:23 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: 0x5c @ 2024-05-29 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages fix/chronURL
https://github.com/void-linux/void-packages/pull/50555

chrony: update URLs, remove update file.
The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore pattern.

feedback needed:
- Would a URL the NEWS file on Gitlab be prefered over the existing news page? 
   https://gitlab.com/chrony/chrony/-/raw/master/NEWS?ref_type=heads

- Is pulling distfiles from gitlab preferable?

<!-- 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 [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/50555.patch is attached

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

From 57f79e4c7ba0605b04cd70f009133d2ebceb630f Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Tue, 28 May 2024 09:02:05 -0400
Subject: [PATCH] chrony: update URLs, remove update file.

The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore
pattern.
---
 srcpkgs/chrony/template | 8 ++++----
 srcpkgs/chrony/update   | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/chrony/update

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index eaea8eb6b3dd95..a411730888bef4 100644
--- a/srcpkgs/chrony/template
+++ b/srcpkgs/chrony/template
@@ -2,7 +2,7 @@
 # When Updating: Please confirm the upstream config still refers to make_dirs
 pkgname=chrony
 version=4.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
  --with-sendmail=/usr/bin/sendmail"
@@ -13,9 +13,9 @@ conf_files="/etc/chrony.conf"
 short_desc="Versatile implementation of the Network Time Protocol (NTP)"
 maintainer="0x5c <dev@0x5c.io>"
 license="GPL-2.0-only"
-homepage="https://chrony.tuxfamily.org/"
-changelog="https://chrony.tuxfamily.org/news.html"
-distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
+homepage="https://chrony-project.org/"
+changelog="https://gitlab.com/chrony/chrony/-/raw/master/NEWS?ref_type=heads"
+distfiles="https://chrony-project.org/releases/chrony-${version}.tar.gz"
 checksum=19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
diff --git a/srcpkgs/chrony/update b/srcpkgs/chrony/update
deleted file mode 100644
index 4c537fb07f48f3..00000000000000
--- a/srcpkgs/chrony/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="*oldcvs*"

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

* Re: [PR PATCH] [Updated] chrony: update URLs, remove update file.
  2024-05-28 13:09 [PR PATCH] chrony: update URLs, remove update file 0x5c
  2024-05-29 10:17 ` [PR PATCH] [Updated] " 0x5c
@ 2024-05-29 10:19 ` 0x5c
  2024-05-29 10:23 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: 0x5c @ 2024-05-29 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages fix/chronURL
https://github.com/void-linux/void-packages/pull/50555

chrony: update URLs, remove update file.
The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore pattern.

feedback needed:
- Would a URL the NEWS file on Gitlab be prefered over the existing news page? 
   https://gitlab.com/chrony/chrony/-/raw/master/NEWS?ref_type=heads

- Is pulling distfiles from gitlab preferable?

<!-- 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 [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/50555.patch is attached

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

From f1eb89a7fb606839074c057ffa03a35bff5fff1b Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Tue, 28 May 2024 09:02:05 -0400
Subject: [PATCH] chrony: update URLs, remove update file.

The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore
pattern.
---
 srcpkgs/chrony/template | 8 ++++----
 srcpkgs/chrony/update   | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/chrony/update

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index eaea8eb6b3dd95..b6d50d76365f2f 100644
--- a/srcpkgs/chrony/template
+++ b/srcpkgs/chrony/template
@@ -2,7 +2,7 @@
 # When Updating: Please confirm the upstream config still refers to make_dirs
 pkgname=chrony
 version=4.5
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
  --with-sendmail=/usr/bin/sendmail"
@@ -13,9 +13,9 @@ conf_files="/etc/chrony.conf"
 short_desc="Versatile implementation of the Network Time Protocol (NTP)"
 maintainer="0x5c <dev@0x5c.io>"
 license="GPL-2.0-only"
-homepage="https://chrony.tuxfamily.org/"
-changelog="https://chrony.tuxfamily.org/news.html"
-distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
+homepage="https://chrony-project.org/"
+changelog="https://gitlab.com/chrony/chrony/-/raw/master/NEWS"
+distfiles="https://chrony-project.org/releases/chrony-${version}.tar.gz"
 checksum=19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
diff --git a/srcpkgs/chrony/update b/srcpkgs/chrony/update
deleted file mode 100644
index 4c537fb07f48f3..00000000000000
--- a/srcpkgs/chrony/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="*oldcvs*"

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

* Re: [PR PATCH] [Merged]: chrony: update URLs, remove update file.
  2024-05-28 13:09 [PR PATCH] chrony: update URLs, remove update file 0x5c
  2024-05-29 10:17 ` [PR PATCH] [Updated] " 0x5c
  2024-05-29 10:19 ` 0x5c
@ 2024-05-29 10:23 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-05-29 10:23 UTC (permalink / raw)
  To: ml

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

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

chrony: update URLs, remove update file.
https://github.com/void-linux/void-packages/pull/50555

Description:
The chrony project has moved from tuxfamily to chrony-project.org
The update file is not needed since no distfile matches that ignore pattern.

~~feedback needed:~~
- ~~Would a URL the NEWS file on Gitlab be prefered over the existing news page? 
   https://gitlab.com/chrony/chrony/-/raw/master/NEWS?ref_type=heads~~

- ~~Is pulling distfiles from gitlab preferable?~~

<!-- 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 [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] 4+ messages in thread

end of thread, other threads:[~2024-05-29 10:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 13:09 [PR PATCH] chrony: update URLs, remove update file 0x5c
2024-05-29 10:17 ` [PR PATCH] [Updated] " 0x5c
2024-05-29 10:19 ` 0x5c
2024-05-29 10:23 ` [PR PATCH] [Merged]: " classabbyamp

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