Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-32-gbadaa83

2023-01-19 Thread Miroslav Lichvar
On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote:
> -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> +#ifdef __GLIBC_PREREQ
> +#if __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
>  #define CONVERT_TIMEVAL 1
>  #if defined(_TIME_BITS) && _TIME_BITS == 64

The same issue is on this line ^.

I'll fix that. Thanks for the report.

-- 
Miroslav Lichvar


-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.



Re: [chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-32-gbadaa83

2023-01-19 Thread David Bohman
The current TOT builds fine now. Thanks.

On Thu, Jan 19, 2023 at 2:53 AM Miroslav Lichvar  wrote:
>
> On Thu, Jan 19, 2023 at 09:45:28AM +0100, Miroslav Lichvar wrote:
> > On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote:
> > > -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> > > +#ifdef __GLIBC_PREREQ
> > > +#if __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> > >  #define CONVERT_TIMEVAL 1
> > >  #if defined(_TIME_BITS) && _TIME_BITS == 64
> >
> > The same issue is on this line ^.
>
> It turns out this works with both gcc and clang, even with -Wundef, so
> I'll leave it there.
>
> --
> Miroslav Lichvar
>
>
> --
> To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with 
> "unsubscribe" in the subject.
> For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
> subject.
> Trouble?  Email listmas...@chrony.tuxfamily.org.
>

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.



[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.3-34-g9cba9c8

2023-01-19 Thread git
This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.

The branch, master has been updated
   via  9cba9c8585bc5ebf19bafece118fb2362090547c (commit)
  from  88e711ad9abe3a541863a78efaf8e1b6a143d129 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 9cba9c8585bc5ebf19bafece118fb2362090547c
Author: Miroslav Lichvar 
Date:   Thu Jan 19 16:09:40 2023 +0100

keys+nts: warn if loading world-readable/writable key

Log a warning message if the file specified by the keyfile or
ntsserverkey directive is world-readable or writable, which is likely
an insecure misconfiguration. There is no check of directories
containing the file.

---

Summary of changes:
 keys.c   |  3 +++
 nts_ke_session.c |  2 ++
 util.c   | 23 +++
 util.h   |  4 
 4 files changed, 32 insertions(+)


hooks/post-receive
-- 
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.