Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chrony: update to 4.4
@ 2023-08-26 10:10 filiprojek
  2023-08-26 10:14 ` [PR PATCH] [Updated] " filiprojek
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: filiprojek @ 2023-08-26 10:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages chrony
https://github.com/void-linux/void-packages/pull/45777

chrony: update to 4.4
tagging the maintainer @paper42 
It's just a version bump
#### 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-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl



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

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

From d4c973f963caed7a654ec2e6d6bb53f05f114d78 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 12:01:39 +0200
Subject: [PATCH] chrony: update to 4.4

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

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index 758965f7bce25..9f2f9e72bd2c0 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.3
+version=4.4
 revision=2
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
@@ -15,7 +15,7 @@ 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=9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804
+checksum=eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
 

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

* Re: [PR PATCH] [Updated] chrony: update to 4.4
  2023-08-26 10:10 [PR PATCH] chrony: update to 4.4 filiprojek
@ 2023-08-26 10:14 ` filiprojek
  2023-08-26 12:13 ` [PR REVIEW] " mhmdanas
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: filiprojek @ 2023-08-26 10:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages chrony
https://github.com/void-linux/void-packages/pull/45777

chrony: update to 4.4
tagging the maintainer @paper42 
It's just a version bump
#### 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-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl



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

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

From 7d52cca12243f7a690b1f45a92721335dba27636 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sat, 26 Aug 2023 12:01:39 +0200
Subject: [PATCH] chrony: update to 4.4

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

diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template
index 758965f7bce25..81d2ea019b841 100644
--- a/srcpkgs/chrony/template
+++ b/srcpkgs/chrony/template
@@ -1,8 +1,8 @@
 # Template file for 'chrony'
 # When Updating: Please confirm the upstream config still refers to make_dirs
 pkgname=chrony
-version=4.3
-revision=2
+version=4.4
+revision=1
 build_style=gnu-configure
 configure_args="--without-nss --enable-scfilter
  --with-sendmail=/usr/bin/sendmail"
@@ -15,7 +15,7 @@ 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=9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804
+checksum=eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088
 system_accounts="chrony"
 chrony_homedir="/var/lib/chrony"
 

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

* Re: [PR REVIEW] chrony: update to 4.4
  2023-08-26 10:10 [PR PATCH] chrony: update to 4.4 filiprojek
  2023-08-26 10:14 ` [PR PATCH] [Updated] " filiprojek
@ 2023-08-26 12:13 ` mhmdanas
  2023-08-26 13:29 ` filiprojek
  2023-09-05 19:30 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-08-26 12:13 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/45777#discussion_r1306429822

Comment:
Did you check this?

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

* Re: [PR REVIEW] chrony: update to 4.4
  2023-08-26 10:10 [PR PATCH] chrony: update to 4.4 filiprojek
  2023-08-26 10:14 ` [PR PATCH] [Updated] " filiprojek
  2023-08-26 12:13 ` [PR REVIEW] " mhmdanas
@ 2023-08-26 13:29 ` filiprojek
  2023-09-05 19:30 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: filiprojek @ 2023-08-26 13:29 UTC (permalink / raw)
  To: ml

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

New review comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/45777#discussion_r1306438303

Comment:
I'm not sure how I can check this, but if I do a simple grep, I get the following output. So I assume that the upstream config still refers `make_dirs`.

![image](https://github.com/void-linux/void-packages/assets/58117792/58a5cf08-b880-4409-b217-970246ae547c)


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

* Re: [PR PATCH] [Merged]: chrony: update to 4.4
  2023-08-26 10:10 [PR PATCH] chrony: update to 4.4 filiprojek
                   ` (2 preceding siblings ...)
  2023-08-26 13:29 ` filiprojek
@ 2023-09-05 19:30 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-09-05 19:30 UTC (permalink / raw)
  To: ml

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

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

chrony: update to 4.4
https://github.com/void-linux/void-packages/pull/45777

Description:
tagging the maintainer @paper42 
It's just a version bump
#### 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-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl



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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-26 10:10 [PR PATCH] chrony: update to 4.4 filiprojek
2023-08-26 10:14 ` [PR PATCH] [Updated] " filiprojek
2023-08-26 12:13 ` [PR REVIEW] " mhmdanas
2023-08-26 13:29 ` filiprojek
2023-09-05 19:30 ` [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).