Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openntpd: update to 6.8p1
@ 2020-12-09 12:22 4ricci
  2020-12-09 13:00 ` [PR PATCH] [Updated] " 4ricci
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: 4ricci @ 2020-12-09 12:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages openntpd-6.8p1
https://github.com/void-linux/void-packages/pull/27046

openntpd: update to 6.8p1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openntpd-6.8p1-27046.patch --]
[-- Type: text/x-diff, Size: 2392 bytes --]

From c195a6e19f4a9210ca65142f47ba54f16b546987 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 9 Dec 2020 13:21:18 +0100
Subject: [PATCH] openntpd: update to 6.8p1

---
 srcpkgs/openntpd/patches/musl.patch | 26 --------------------------
 srcpkgs/openntpd/template           | 12 ++++--------
 2 files changed, 4 insertions(+), 34 deletions(-)
 delete mode 100644 srcpkgs/openntpd/patches/musl.patch

diff --git a/srcpkgs/openntpd/patches/musl.patch b/srcpkgs/openntpd/patches/musl.patch
deleted file mode 100644
index 99f8f63f93d..00000000000
--- a/srcpkgs/openntpd/patches/musl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/ntpd.h.orig
-+++ src/ntpd.h
-@@ -33,6 +33,10 @@
- 
- #include "ntp.h"
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- #define MAXIMUM(a, b)	((a) > (b) ? (a) : (b))
- 
- #ifndef NTPD_USER
---- src/log.c.orig
-+++ src/log.c
-@@ -24,6 +24,10 @@
- #include <errno.h>
- #include <time.h>
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- static int	 debug;
- static int	 verbose;
- const char	*log_procname;
diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index 8a579147959..825f2c3efcb 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -1,18 +1,17 @@
 # Template file for 'openntpd'
 pkgname=openntpd
-version=6.2p3
-revision=6
+version=6.8p1
+revision=1
 build_style=gnu-configure
 configure_args="--with-privsep-user=${pkgname} --with-cacert=/etc/ssl/certs.pem"
-hostmakedepends="automake libtool"
 makedepends="libressl-devel"
 depends="ca-certificates"
 short_desc="FREE, easy to use implementation of the Network Time Protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="ISC, BSD-3-Clause"
 homepage="http://openntpd.org/"
 distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz"
-checksum=7b02691524197e01ba6b1b4b7595b33956e657ba6d5c4cf2fc20ea3f4914c13a
+checksum=8582db838a399153d4a17f2a76518b638cc3020f58028575bf54127518f55a46
 
 conf_files="/etc/ntpd.conf"
 provides="ntp-daemon-0_1"
@@ -24,9 +23,6 @@ alternatives="
 
 CFLAGS="-fcommon"
 
-pre_configure() {
-	autoreconf -fi
-}
 post_install() {
 	# Rename files for alternatives.
 	mv ${DESTDIR}/usr/bin/{ntpd,$pkgname}

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

* Re: [PR PATCH] [Updated] openntpd: update to 6.8p1
  2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
@ 2020-12-09 13:00 ` 4ricci
  2020-12-09 13:47 ` 4ricci
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-09 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages openntpd-6.8p1
https://github.com/void-linux/void-packages/pull/27046

openntpd: update to 6.8p1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openntpd-6.8p1-27046.patch --]
[-- Type: text/x-diff, Size: 2392 bytes --]

From 29e82fb07a5a18e995139ea19bbf1b005c059262 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 9 Dec 2020 13:21:18 +0100
Subject: [PATCH] openntpd: update to 6.8p1

---
 srcpkgs/openntpd/patches/musl.patch | 26 --------------------------
 srcpkgs/openntpd/template           | 12 ++++--------
 2 files changed, 4 insertions(+), 34 deletions(-)
 delete mode 100644 srcpkgs/openntpd/patches/musl.patch

diff --git a/srcpkgs/openntpd/patches/musl.patch b/srcpkgs/openntpd/patches/musl.patch
deleted file mode 100644
index 99f8f63f93d..00000000000
--- a/srcpkgs/openntpd/patches/musl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/ntpd.h.orig
-+++ src/ntpd.h
-@@ -33,6 +33,10 @@
- 
- #include "ntp.h"
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- #define MAXIMUM(a, b)	((a) > (b) ? (a) : (b))
- 
- #ifndef NTPD_USER
---- src/log.c.orig
-+++ src/log.c
-@@ -24,6 +24,10 @@
- #include <errno.h>
- #include <time.h>
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- static int	 debug;
- static int	 verbose;
- const char	*log_procname;
diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index 8a579147959..825f2c3efcb 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -1,18 +1,17 @@
 # Template file for 'openntpd'
 pkgname=openntpd
-version=6.2p3
-revision=6
+version=6.8p1
+revision=1
 build_style=gnu-configure
 configure_args="--with-privsep-user=${pkgname} --with-cacert=/etc/ssl/certs.pem"
-hostmakedepends="automake libtool"
 makedepends="libressl-devel"
 depends="ca-certificates"
 short_desc="FREE, easy to use implementation of the Network Time Protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="ISC, BSD-3-Clause"
 homepage="http://openntpd.org/"
 distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz"
-checksum=7b02691524197e01ba6b1b4b7595b33956e657ba6d5c4cf2fc20ea3f4914c13a
+checksum=8582db838a399153d4a17f2a76518b638cc3020f58028575bf54127518f55a46
 
 conf_files="/etc/ntpd.conf"
 provides="ntp-daemon-0_1"
@@ -24,9 +23,6 @@ alternatives="
 
 CFLAGS="-fcommon"
 
-pre_configure() {
-	autoreconf -fi
-}
 post_install() {
 	# Rename files for alternatives.
 	mv ${DESTDIR}/usr/bin/{ntpd,$pkgname}

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

* Re: [PR PATCH] [Updated] openntpd: update to 6.8p1
  2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
  2020-12-09 13:00 ` [PR PATCH] [Updated] " 4ricci
@ 2020-12-09 13:47 ` 4ricci
  2020-12-10  0:37 ` sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-09 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages openntpd-6.8p1
https://github.com/void-linux/void-packages/pull/27046

openntpd: update to 6.8p1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openntpd-6.8p1-27046.patch --]
[-- Type: text/x-diff, Size: 2756 bytes --]

From 1752ebe0976f49946543469f2ae2c971523bdd8b Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 9 Dec 2020 13:21:18 +0100
Subject: [PATCH] openntpd: update to 6.8p1

---
 srcpkgs/openntpd/files/openntpd/run |  2 +-
 srcpkgs/openntpd/patches/musl.patch | 26 --------------------------
 srcpkgs/openntpd/template           | 12 ++++--------
 3 files changed, 5 insertions(+), 35 deletions(-)
 delete mode 100644 srcpkgs/openntpd/patches/musl.patch

diff --git a/srcpkgs/openntpd/files/openntpd/run b/srcpkgs/openntpd/files/openntpd/run
index d49bf2b8964..8c12021bed8 100644
--- a/srcpkgs/openntpd/files/openntpd/run
+++ b/srcpkgs/openntpd/files/openntpd/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 [ -r conf ] && . ./conf
-exec ntpd -d ${OPTS:=-s} 2>&1
+exec ntpd -d ${OPTS} 2>&1
diff --git a/srcpkgs/openntpd/patches/musl.patch b/srcpkgs/openntpd/patches/musl.patch
deleted file mode 100644
index 99f8f63f93d..00000000000
--- a/srcpkgs/openntpd/patches/musl.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/ntpd.h.orig
-+++ src/ntpd.h
-@@ -33,6 +33,10 @@
- 
- #include "ntp.h"
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- #define MAXIMUM(a, b)	((a) > (b) ? (a) : (b))
- 
- #ifndef NTPD_USER
---- src/log.c.orig
-+++ src/log.c
-@@ -24,6 +24,10 @@
- #include <errno.h>
- #include <time.h>
- 
-+#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead)
-+#define __dead          __attribute__((__noreturn__))
-+#endif
-+
- static int	 debug;
- static int	 verbose;
- const char	*log_procname;
diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index 8a579147959..825f2c3efcb 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -1,18 +1,17 @@
 # Template file for 'openntpd'
 pkgname=openntpd
-version=6.2p3
-revision=6
+version=6.8p1
+revision=1
 build_style=gnu-configure
 configure_args="--with-privsep-user=${pkgname} --with-cacert=/etc/ssl/certs.pem"
-hostmakedepends="automake libtool"
 makedepends="libressl-devel"
 depends="ca-certificates"
 short_desc="FREE, easy to use implementation of the Network Time Protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="ISC, BSD-3-Clause"
 homepage="http://openntpd.org/"
 distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar.gz"
-checksum=7b02691524197e01ba6b1b4b7595b33956e657ba6d5c4cf2fc20ea3f4914c13a
+checksum=8582db838a399153d4a17f2a76518b638cc3020f58028575bf54127518f55a46
 
 conf_files="/etc/ntpd.conf"
 provides="ntp-daemon-0_1"
@@ -24,9 +23,6 @@ alternatives="
 
 CFLAGS="-fcommon"
 
-pre_configure() {
-	autoreconf -fi
-}
 post_install() {
 	# Rename files for alternatives.
 	mv ${DESTDIR}/usr/bin/{ntpd,$pkgname}

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

* Re: openntpd: update to 6.8p1
  2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
  2020-12-09 13:00 ` [PR PATCH] [Updated] " 4ricci
  2020-12-09 13:47 ` 4ricci
@ 2020-12-10  0:37 ` sgn
  2020-12-10 10:07 ` [PR PATCH] [Closed]: " 4ricci
  2020-12-10 16:01 ` 4ricci
  4 siblings, 0 replies; 21+ messages in thread
From: sgn @ 2020-12-10  0:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27046#issuecomment-742154529

Comment:
This needs more testing, #27053 has more discussion.

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

* Re: [PR PATCH] [Closed]: openntpd: update to 6.8p1
  2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
                   ` (2 preceding siblings ...)
  2020-12-10  0:37 ` sgn
@ 2020-12-10 10:07 ` 4ricci
  2020-12-10 16:01 ` 4ricci
  4 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 10:07 UTC (permalink / raw)
  To: ml

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

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

openntpd: update to 6.8p1
https://github.com/void-linux/void-packages/pull/27046

Description:


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

* Re: [PR PATCH] [Closed]: openntpd: update to 6.8p1
  2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
                   ` (3 preceding siblings ...)
  2020-12-10 10:07 ` [PR PATCH] [Closed]: " 4ricci
@ 2020-12-10 16:01 ` 4ricci
  4 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 16:01 UTC (permalink / raw)
  To: ml

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

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

openntpd: update to 6.8p1
https://github.com/void-linux/void-packages/pull/27046

Description:


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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (12 preceding siblings ...)
  2021-09-29 22:57 ` ericonr
@ 2021-09-30  3:11 ` CameronNemo
  13 siblings, 0 replies; 21+ messages in thread
From: CameronNemo @ 2021-09-30  3:11 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-930730792

Comment:
@ericonr done, thanks for the note!

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (11 preceding siblings ...)
  2021-08-27 11:28 ` 4ricci
@ 2021-09-29 22:57 ` ericonr
  2021-09-30  3:11 ` CameronNemo
  13 siblings, 0 replies; 21+ messages in thread
From: ericonr @ 2021-09-29 22:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-930604925

Comment:
Per #33072, please remove the musl patch.

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

* Re: openntpd: update to 6.8p1
  2021-09-23 12:19 [PR PATCH] " daerich
@ 2021-09-29 22:56 ` ericonr
  0 siblings, 0 replies; 21+ messages in thread
From: ericonr @ 2021-09-29 22:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33072#issuecomment-930604765

Comment:
Duplicate of #27053

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (10 preceding siblings ...)
  2021-01-29  4:02 ` ericonr
@ 2021-08-27 11:28 ` 4ricci
  2021-09-29 22:57 ` ericonr
  2021-09-30  3:11 ` CameronNemo
  13 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2021-08-27 11:28 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-907133694

Comment:
@CameronNemo this should be rebased (and `-fcommon` is no more needed).

```diff
diff --git a/srcpkgs/openntpd/template b/srcpkgs/openntpd/template
index 3e64e53c7f..55428ba368 100644
--- a/srcpkgs/openntpd/template
+++ b/srcpkgs/openntpd/template
@@ -4,7 +4,8 @@ version=6.8p1
 revision=1
 build_style=gnu-configure
 configure_args="--with-privsep-user=openntpd --with-cacert=/etc/ssl/certs.pem"
-makedepends="libressl-devel"
+hostmakedepends="automake libtool"
+makedepends="libtls-devel"
 depends="ca-certificates"
 short_desc="FREE, easy to use implementation of the Network Time Protocol"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -21,7 +22,9 @@ alternatives="
  ntpd:ntpd.8:/usr/share/man/man8/openntpd.8
  ntpd:ntpd:/etc/sv/openntpd"
 
-CFLAGS="-fcommon"
+pre_configure() {
+	autoreconf -fi
+}
 
 post_install() {
 	# Rename files for alternatives.
```

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (9 preceding siblings ...)
  2020-12-31 21:05 ` CameronNemo
@ 2021-01-29  4:02 ` ericonr
  2021-08-27 11:28 ` 4ricci
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: ericonr @ 2021-01-29  4:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-769559854

Comment:
@Duncaen ok to merge?

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (8 preceding siblings ...)
  2020-12-22  1:54 ` CameronNemo
@ 2020-12-31 21:05 ` CameronNemo
  2021-01-29  4:02 ` ericonr
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: CameronNemo @ 2020-12-31 21:05 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-753156179

Comment:
rebased

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (7 preceding siblings ...)
  2020-12-18  2:46 ` CameronNemo
@ 2020-12-22  1:54 ` CameronNemo
  2020-12-31 21:05 ` CameronNemo
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: CameronNemo @ 2020-12-22  1:54 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-749293111

Comment:
>I do not believe there are any API incompatibilities with LibreSSL 3.1.5 either, if you would like to remain with that version

from the issue I filed with portable repo.

I think this PR is good to go.

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (6 preceding siblings ...)
  2020-12-10 17:06 ` CameronNemo
@ 2020-12-18  2:46 ` CameronNemo
  2020-12-22  1:54 ` CameronNemo
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: CameronNemo @ 2020-12-18  2:46 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-747832762

Comment:
Tested for x86_64 and aarch64-musl. Did not notice any issues when the RTC is working properly.

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (5 preceding siblings ...)
  2020-12-10 15:49 ` 4ricci
@ 2020-12-10 17:06 ` CameronNemo
  2020-12-18  2:46 ` CameronNemo
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: CameronNemo @ 2020-12-10 17:06 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742657465

Comment:
@4ricci thanks for the tips. I agree on all points and made the changes you suggested.

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (4 preceding siblings ...)
  2020-12-10 10:10 ` 4ricci
@ 2020-12-10 15:49 ` 4ricci
  2020-12-10 17:06 ` CameronNemo
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 15:49 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742605931

Comment:
I also think that the runit script should exec `openntpd` directly, otherwise it would not work if it was not set as the default `ntpd` through `xbps-alternatives`.
This probably should be done for all packages providing daemons with alternatives.

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (3 preceding siblings ...)
  2020-12-10 10:10 ` 4ricci
@ 2020-12-10 10:10 ` 4ricci
  2020-12-10 15:49 ` 4ricci
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 10:10 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742418556

Comment:
I'm the author of #27046. I enabled constraints in the config and checked that `ntpctl -s status` reported the offset, but nothing more. So I agree this needs more testing.

Just a couple of things to fix here:
-  There's no need for `hostmakedepends` and `pre_configure()`. They were added in 8ea888740dfccdc9e608214c2424219910825cfe because a patch modified `configure.ac`
- The license is ISC, not MIT ([https://github.com/openntpd-portable/openntpd-portable/blob/master/COPYING](https://github.com/openntpd-portable/openntpd-portable/blob/master/COPYING))

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
                   ` (2 preceding siblings ...)
  2020-12-10 10:05 ` 4ricci
@ 2020-12-10 10:10 ` 4ricci
  2020-12-10 10:10 ` 4ricci
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 10:10 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742418556

Comment:
I'm the author of #27046. I enabled constraints in the config and checked that `ntpctl -s status` reported the offset, but nothing more. So I agree this needs more testing.

Just a couple of things to fix here:
-  There's no need for `hostmakedepends` and `pre_configure()`. They were added in 8ea888740dfccdc9e608214c2424219910825cfe because a patch modified `configure.ac`
- The license is ISC, not MIT ([](https://github.com/openntpd-portable/openntpd-portable/blob/master/COPYING))

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
  2020-12-09 20:14 ` Duncaen
  2020-12-09 20:15 ` Duncaen
@ 2020-12-10 10:05 ` 4ricci
  2020-12-10 10:10 ` 4ricci
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: 4ricci @ 2020-12-10 10:05 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742418556

Comment:
I'm the author of #27046. I enabled constraints in the config and checked that `ntpctl -s status` reported the offset, but nothing more. So I agree this needs more testing.

Just a couple of things to fix here:
-  There's no need for `hostmakedepends` and `pre_configure()`. They were added in 8ea888740dfccdc9e608214c2424219910825cfe because a patch modified `configure.ac`
- The license is ISC, not MIT ([https://github.com/openntpd-portable/openntpd-portable/blob/master/COPYING](url))

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
  2020-12-09 20:14 ` Duncaen
@ 2020-12-09 20:15 ` Duncaen
  2020-12-10 10:05 ` 4ricci
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: Duncaen @ 2020-12-09 20:15 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742021915

Comment:
The announcement mentioned:

> To build OpenNTPD with time constraint support, libtls from LibreSSL 3.2.2 or later is recommended.

I  think constrains need some extra testing.

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

* Re: openntpd: update to 6.8p1
  2020-12-09 18:02 [PR PATCH] " CameronNemo
@ 2020-12-09 20:14 ` Duncaen
  2020-12-09 20:15 ` Duncaen
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 21+ messages in thread
From: Duncaen @ 2020-12-09 20:14 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/27053#issuecomment-742021915

Comment:
The announcement said mentioned:

> To build OpenNTPD with time constraint support, libtls from LibreSSL 3.2.2 or later is recommended.

I  think constrains need some extra testing.

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

end of thread, other threads:[~2021-09-30  3:11 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 12:22 [PR PATCH] openntpd: update to 6.8p1 4ricci
2020-12-09 13:00 ` [PR PATCH] [Updated] " 4ricci
2020-12-09 13:47 ` 4ricci
2020-12-10  0:37 ` sgn
2020-12-10 10:07 ` [PR PATCH] [Closed]: " 4ricci
2020-12-10 16:01 ` 4ricci
2020-12-09 18:02 [PR PATCH] " CameronNemo
2020-12-09 20:14 ` Duncaen
2020-12-09 20:15 ` Duncaen
2020-12-10 10:05 ` 4ricci
2020-12-10 10:10 ` 4ricci
2020-12-10 10:10 ` 4ricci
2020-12-10 15:49 ` 4ricci
2020-12-10 17:06 ` CameronNemo
2020-12-18  2:46 ` CameronNemo
2020-12-22  1:54 ` CameronNemo
2020-12-31 21:05 ` CameronNemo
2021-01-29  4:02 ` ericonr
2021-08-27 11:28 ` 4ricci
2021-09-29 22:57 ` ericonr
2021-09-30  3:11 ` CameronNemo
2021-09-23 12:19 [PR PATCH] " daerich
2021-09-29 22:56 ` ericonr

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