public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
@ 2018-03-05 19:29 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2018-03-05 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e81a0aa10c5707d00d628a2bc505aaa60abfb2b7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 19:28:13 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 19:28:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81a0aa1

net-misc/ntpsec: [QA] Remove CVS $Id$ line from header.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/ntpsec/files/ntpd.rc-r2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/ntpsec/files/ntpd.rc-r2 b/net-misc/ntpsec/files/ntpd.rc-r2
index 13fcbdd092d..82a950ef5da 100644
--- a/net-misc/ntpsec/files/ntpd.rc-r2
+++ b/net-misc/ntpsec/files/ntpd.rc-r2
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 description="ntpd - the network time protocol daemon"
 pidfile="/run/ntpd.pid"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
@ 2019-11-09 19:15 Steve Arnold
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Arnold @ 2019-11-09 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a04a2aff83b5885ab0249b3ac7e18a9df792f9b9
Author:     Stephen Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 19:13:35 2019 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 19:15:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04a2aff

net-misc/ntpsec: add acct deps, fix logrotate config, some QA issues

* fixes bug 697948 (use acct-group/acct-user)
* fixes bug 698042 (logrotate)
* fixes some QA issues from bug 695088 but leaves (adjusted) clock flags
  for time server requirements
* does not address in-progress bugs

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>

 ...-make-sure-logrotate-config-has-missingok.patch | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/net-misc/ntpsec/files/ntpsec-1.1.7-make-sure-logrotate-config-has-missingok.patch b/net-misc/ntpsec/files/ntpsec-1.1.7-make-sure-logrotate-config-has-missingok.patch
new file mode 100644
index 00000000000..4556d7a50f7
--- /dev/null
+++ b/net-misc/ntpsec/files/ntpsec-1.1.7-make-sure-logrotate-config-has-missingok.patch
@@ -0,0 +1,28 @@
+From 252a301aba9a685b5b6df7824c576f52cc19fb81 Mon Sep 17 00:00:00 2001
+From: Stephen Arnold <nerdboy@gentoo.org>
+Date: Fri, 8 Nov 2019 16:41:16 -0800
+Subject: [PATCH] etc/logrotate-config.ntpd: make sure it has missingok
+
+* note master branch does not need this, but all the releases do
+
+Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
+---
+ etc/logrotate-config.ntpd | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/etc/logrotate-config.ntpd b/etc/logrotate-config.ntpd
+index e5d8616bf..a49129d45 100644
+--- a/etc/logrotate-config.ntpd
++++ b/etc/logrotate-config.ntpd
+@@ -5,6 +5,8 @@
+ 
+ /var/log/ntpd.log {
+     monthly
++    notifempty
++    missingok
+     postrotate
+       /usr/bin/killall -HUP ntpd
+     endscript
+-- 
+2.21.0
+


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
@ 2021-06-11 22:02 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-06-11 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     91465fea510598693a6aba63c5735709aced60cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 22:00:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 22:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91465fea

net-misc/ntpsec: fix syntax error for arm64 in patch

Closes: https://bugs.gentoo.org/795465
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
index 65c13189e9d..6e61a06e12d 100644
--- a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
+++ b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
@@ -13,7 +13,7 @@ https://bugs.gentoo.org/786228
 +       SCMP_SYS(faccessat),
 +#endif
 +#if defined(__aarch64__)
-+       SCMP_SYS(syscall);
++       SCMP_SYS(syscall),
 +#endif
  };
         {


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
@ 2021-11-14  8:58 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-11-14  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ceabbc49d8f1b693febd5a55b3247c4870831d8c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 08:57:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 08:58:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceabbc49

net-misc/ntpsec: add upstream bug reference

Tried to open a PR but gitlab seems to have blocked me
partway through opening it.

Bug: https://bugs.gentoo.org/823692
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch b/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
index 65b718285a8d..d621f0ec7e79 100644
--- a/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
+++ b/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/823692
+https://gitlab.com/NTPsec/ntpsec/-/issues/713
 
 From 170d60b7e269154fb108bb4b010ee5ee0110bf2d Mon Sep 17 00:00:00 2001
 From: Sam James <sam@gentoo.org>


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
@ 2021-11-17  2:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-11-17  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e2ecbd9e86bd990a6f0ffa8127c4146c7ae318b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 02:34:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 02:34:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ecbd9e

net-misc/ntpsec: add link to upstream MR for glibc-2.34 fix

Bug: https://bugs.gentoo.org/823692
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch b/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
index d621f0ec7e79..5936adaf9a49 100644
--- a/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
+++ b/net-misc/ntpsec/files/ntpsec-1.2.1-seccomp-glibc-2-3-4.patch
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/823692
+https://gitlab.com/NTPsec/ntpsec/-/merge_requests/1247
 https://gitlab.com/NTPsec/ntpsec/-/issues/713
 
 From 170d60b7e269154fb108bb4b010ee5ee0110bf2d Mon Sep 17 00:00:00 2001


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

end of thread, other threads:[~2021-11-17  2:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14  8:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-11-17  2:35 Sam James
2021-06-11 22:02 Sam James
2019-11-09 19:15 Steve Arnold
2018-03-05 19:29 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox