Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chrony: update to 4.5.
@ 2023-12-11 20:44 mhmdanas
  2023-12-11 20:45 ` [PR REVIEW] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-12-11 20:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages chrony-4.5
https://github.com/void-linux/void-packages/pull/47697

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

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

<!--
#### 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/47697.patch is attached

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

From d930ae173b8bfa258b50d32ea4dd978fd62e8445 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 11 Dec 2023 20:44:27 +0000
Subject: [PATCH] chrony: update to 4.5.

---
 srcpkgs/chrony/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index 81d2ea019b841..b6569f0d223bb 100644
--- a/srcpkgs/chrony/template
+++ b/srcpkgs/chrony/template
@@ -1,7 +1,7 @@
 # Template file for 'chrony'
 # When Updating: Please confirm the upstream config still refers to make_dirs
 pkgname=chrony
-version=4.4
+version=4.5
 revision=1
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
@@ -14,14 +14,12 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
 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"
-checksum=eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088
+distfiles="https://download.tuxfamily.org/chrony/chrony-${version}.tar.gz"
+checksum=19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
 
-make_dirs="
-	/var/log/chrony 0755 chrony chrony
-	/var/lib/chrony	0755 chrony chrony"
+make_dirs="/var/lib/chrony 0755 chrony chrony"
 
 provides="ntp-daemon-0_1"
 alternatives="

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

* Re: [PR REVIEW] chrony: update to 4.5.
  2023-12-11 20:44 [PR PATCH] chrony: update to 4.5 mhmdanas
@ 2023-12-11 20:45 ` mhmdanas
  2023-12-19 15:41 ` leahneukirchen
  2023-12-19 15:41 ` [PR PATCH] [Closed]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-12-11 20:45 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47697#discussion_r1423105775

Comment:
`logdir /var/log/chrony` stopped being in the default config at some point, so I've removed this.

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

* Re: chrony: update to 4.5.
  2023-12-11 20:44 [PR PATCH] chrony: update to 4.5 mhmdanas
  2023-12-11 20:45 ` [PR REVIEW] " mhmdanas
@ 2023-12-19 15:41 ` leahneukirchen
  2023-12-19 15:41 ` [PR PATCH] [Closed]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-12-19 15:41 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47697#issuecomment-1863005136

Comment:
b6725437ad9

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

* Re: [PR PATCH] [Closed]: chrony: update to 4.5.
  2023-12-11 20:44 [PR PATCH] chrony: update to 4.5 mhmdanas
  2023-12-11 20:45 ` [PR REVIEW] " mhmdanas
  2023-12-19 15:41 ` leahneukirchen
@ 2023-12-19 15:41 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-12-19 15:41 UTC (permalink / raw)
  To: ml

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

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

chrony: update to 4.5.
https://github.com/void-linux/void-packages/pull/47697

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

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

<!--
#### 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:[~2023-12-19 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 20:44 [PR PATCH] chrony: update to 4.5 mhmdanas
2023-12-11 20:45 ` [PR REVIEW] " mhmdanas
2023-12-19 15:41 ` leahneukirchen
2023-12-19 15:41 ` [PR PATCH] [Closed]: " 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).