Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. [InterNetNews/inn] 00fec0: Use pod2man --guesswork when the
option is available (Julien ?LIE)
2. [InterNetNews/inn] 3bb60c: Reformat code with new
clang-format-15 (Julien ?LIE)
3. [InterNetNews/inn] 1f6a85: Reformat C code in m4 files with
clang-format-15 (Julien ?LIE)
4. [InterNetNews/inn] 97e9cd: Improve M4 style (Julien ?LIE)
5. [InterNetNews/inn] 4e48ed: getnameinfo: Fix test on riscv64
Debian buildd system (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Fri, 23 Dec 2022 12:47:19 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 00fec0: Use pod2man --guesswork when the
option is available
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 00fec045b45e9038c8c130fba83fb9af1c3182b5
https://github.com/InterNetNews/inn/commit/00fec045b45e9038c8c130fba83fb9af1c3182b5
Author: Julien ?LIE <[email protected]>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M Makefile.global.in
M configure.ac
Log Message:
-----------
Use pod2man --guesswork when the option is available
New in podlators 5.00 recently published, this option permits disabling
heuristics which prevent some patterns like C<@@NCM> (in perl-nocem man page)
from being converted as expected.
------------------------------
Message: 2
Date: Fri, 23 Dec 2022 13:01:35 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 3bb60c: Reformat code with new
clang-format-15
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 3bb60c643401217b80b765cdb7c77a6ba7bf0daf
https://github.com/InterNetNews/inn/commit/3bb60c643401217b80b765cdb7c77a6ba7bf0daf
Author: Julien ?LIE <[email protected]>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M include/inn/innconf.h
M include/inn/secrets.h
M innfeed/connection.c
M innfeed/endpoint.c
M innfeed/host.c
M innfeed/tape.c
Log Message:
-----------
Reformat code with new clang-format-15
Commit: edefdd6fc6f47827c86ee66794f6f8c9e6351cf2
https://github.com/InterNetNews/inn/commit/edefdd6fc6f47827c86ee66794f6f8c9e6351cf2
Author: Julien ?LIE <[email protected]>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M frontends/pullnews.in
Log Message:
-----------
Reformat code with Perltidy 20221112
Commit: 1741ceca5cec8112badb8dd6678c5b95bf1a4ee4
https://github.com/InterNetNews/inn/commit/1741ceca5cec8112badb8dd6678c5b95bf1a4ee4
Author: Julien ?LIE <[email protected]>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Add latest reformatting commits to git blame ignore list
Commit: 4d25f14dbd1628b47870b5a99ea0ab97c7eeacff
https://github.com/InterNetNews/inn/commit/4d25f14dbd1628b47870b5a99ea0ab97c7eeacff
Author: Julien ?LIE <[email protected]>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Add 2 missing commit hashes in git blame ignore list
Compare: https://github.com/InterNetNews/inn/compare/00fec045b45e...4d25f14dbd16
------------------------------
Message: 3
Date: Sat, 24 Dec 2022 01:14:56 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 1f6a85: Reformat C code in m4 files with
clang-format-15
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 1f6a85eaa5f4307c70389e14f83dc001e597fd5f
https://github.com/InterNetNews/inn/commit/1f6a85eaa5f4307c70389e14f83dc001e597fd5f
Author: Julien ?LIE <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M m4/iov-max.m4
M m4/large-fpos.m4
M m4/mmap.m4
M m4/sendfd.m4
M m4/snprintf.m4
Log Message:
-----------
Reformat C code in m4 files with clang-format-15
Commit: 3be3f1a125b40a408a1a2b54cb2d02abac1ff0bf
https://github.com/InterNetNews/inn/commit/3be3f1a125b40a408a1a2b54cb2d02abac1ff0bf
Author: Julien ?LIE <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M m4/aux-libs.m4
M m4/cc-c-o.m4
M m4/compress.m4
M m4/iov-max.m4
M m4/mmap.m4
M m4/modes.m4
M m4/paths.m4
M m4/sendmail.m4
M m4/users.m4
Log Message:
-----------
Homogenize indentation of m4 files
Commit: 4675bd541fe34d2a5467d0178c423357a3759ea2
https://github.com/InterNetNews/inn/commit/4675bd541fe34d2a5467d0178c423357a3759ea2
Author: Julien ?LIE <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Update git blame ignore list with latest commits
Compare: https://github.com/InterNetNews/inn/compare/4d25f14dbd16...4675bd541fe3
------------------------------
Message: 4
Date: Sat, 24 Dec 2022 01:16:29 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 97e9cd: Improve M4 style
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 97e9cdcdf8d8696b665634507d2503eaecb10806
https://github.com/InterNetNews/inn/commit/97e9cdcdf8d8696b665634507d2503eaecb10806
Author: Julien ?LIE <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M m4/aux-libs.m4
M m4/cc-c-o.m4
M m4/compress.m4
M m4/iov-max.m4
M m4/large-fpos.m4
M m4/mmap.m4
M m4/modes.m4
M m4/paths.m4
M m4/prog-ensure.m4
M m4/sendfd.m4
M m4/sendmail.m4
M m4/syslog.m4
M m4/users.m4
Log Message:
-----------
Improve M4 style
- Homogenize the use of quotations with [ and ], and quadrigraphs.
- Use the AS_CASE, AS_ECHO, and AS_IF syntax.
- Replace define() with AC_DEFUN().
------------------------------
Message: 5
Date: Sat, 24 Dec 2022 01:18:39 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 4e48ed: getnameinfo: Fix test on riscv64
Debian buildd system
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 4e48eddb082c0a936ca4ad12dac4ce66ba5b7cf9
https://github.com/InterNetNews/inn/commit/4e48eddb082c0a936ca4ad12dac4ce66ba5b7cf9
Author: Julien ?LIE <[email protected]>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M tests/lib/getnameinfo-t.c
Log Message:
-----------
getnameinfo: Fix test on riscv64 Debian buildd system
Update with latest C TAP Harness upstream version.
Make sure that 0.0.0.0 doesn't resolve before testing an IP address with no
resolution. If it does resolve, skip the tests.
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 146, Issue 1
**********************************************