From noreply at github.com Sat Sep 13 05:47:56 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:47:56 -0700 Subject: [InterNetNews/inn] f2cdd7: Improve interbracket arrows and indent in Perl Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: f2cdd7b4c4fd1ced6382396e5af5964499a075f3 https://github.com/InterNetNews/inn/commit/f2cdd7b4c4fd1ced6382396e5af5964499a075f3 Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M .perltidyrc M contrib/analyze-traffic.in M contrib/backlogstat.in M contrib/thdexpire.in M control/controlchan.in M control/modules/newgroup.pl M frontends/pullnews.in M frontends/scanspool.in M perl/INN/ovsqlite_client.pm M scripts/inncheck.in M scripts/innreport.in M scripts/innreport_inn.pm M scripts/innupgrade.in M storage/buildconfig.in Log Message: ----------- Improve interbracket arrows and indent in Perl Use the new flags implemented by perltidy 20250105. To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 05:49:13 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:49:13 -0700 Subject: [InterNetNews/inn] 2d09ee: Remove useless trailing commas in Perl scripts Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: 2d09eec58ec770d773016c40ad446feecb59c3b0 https://github.com/InterNetNews/inn/commit/2d09eec58ec770d773016c40ad446feecb59c3b0 Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M .perlcriticrc M .perltidyrc M control/perl-nocem.in M perl/INN/ovsqlite_client.pm M scripts/inncheck.in Log Message: ----------- Remove useless trailing commas in Perl scripts We no longer need the CodeLayout::RequireTrailingCommaAtNewline perlcritic policy. To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 05:50:09 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:50:09 -0700 Subject: [InterNetNews/inn] ecc994: Improve the formatting of nested ternaries in Perl Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: ecc9940da67ca1d2024d6ffa38ff8a0380111ebd https://github.com/InterNetNews/inn/commit/ecc9940da67ca1d2024d6ffa38ff8a0380111ebd Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M Makefile M frontends/cnfsstat.in Log Message: ----------- Improve the formatting of nested ternaries in Perl Add --warn-nested-ternaries to perltidy code checks. To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 05:50:50 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:50:50 -0700 Subject: [InterNetNews/inn] aff046: Fix the detection of Clang versions Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: aff04620a49d75383d9d549489dca194d6b79e2f https://github.com/InterNetNews/inn/commit/aff04620a49d75383d9d549489dca194d6b79e2f Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M frontends/ovdb_stat.c M include/innperl.h M innfeed/imap_connection.c Log Message: ----------- Fix the detection of Clang versions Use __clang_major__ instead of LLVM_VERSION_MAJOR. To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 05:51:24 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:51:24 -0700 Subject: [InterNetNews/inn] a91509: Improve multilib searches in some rare situations Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: a915098157c3736b0c593d1295838640888ac883 https://github.com/InterNetNews/inn/commit/a915098157c3736b0c593d1295838640888ac883 Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M m4/lib-pathname.m4 Log Message: ----------- Improve multilib searches in some rare situations Fix a FreeBSD PR reported upstream, and fixed in rra-c-util. Always add -L/lib in addition to -L/lib{32,64} even if the latter exists. Then hopefully the correct multilib directory will always be first in the search path and any 32-bit libraries in the /lib directory will be ignored. It may only increase the risk that we incorrectly link with the 32-bit version of the library because the Fedora-style multilib layout unfortunately used /lib for 32-bit libraries on 64-bit systems. close #326 To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 05:52:28 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 22:52:28 -0700 Subject: [InterNetNews/inn] a719bb: Update to latest rra-c-util upstream version Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: a719bbb65cf86e2287fcff296fa1dc98a5a6c25e https://github.com/InterNetNews/inn/commit/a719bbb65cf86e2287fcff296fa1dc98a5a6c25e Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M include/inn/buffer.h M include/inn/xwrite.h M include/portable/macros.h M lib/getaddrinfo.c M m4/cc-flags.m4 M m4/sqlite3.m4 M m4/systemd.m4 M support/getc-tap-harness M support/getrra-c-util Log Message: ----------- Update to latest rra-c-util upstream version To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 06:30:36 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 23:30:36 -0700 Subject: [InterNetNews/inn] 463499: Unconditionally include limits.h Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: 463499ed612ef71b34d79423560614b69d5236fb https://github.com/InterNetNews/inn/commit/463499ed612ef71b34d79423560614b69d5236fb Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M configure.ac M innfeed/article.c M innfeed/endpoint.c M innfeed/host.c M lib/fdlimit.c M m4/iov-max.m4 M nnrpd/article.c M storage/buffindexed/buffindexed.c M storage/cnfs/cnfs.c M storage/ovdb/ovdb.c Log Message: ----------- Unconditionally include limits.h According to the Autoconf manual, hosted environments that are still of interest for portable code provide all of the headers specified in C89, which includes limits.h. There's no need in checking for it. To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications From noreply at github.com Sat Sep 13 06:48:06 2025 From: noreply at github.com (=?UTF-8?B?SnVsaWVuIMOJTElF?=) Date: Fri, 12 Sep 2025 23:48:06 -0700 Subject: [InterNetNews/inn] ba39e0: Typo fixes Message-ID: Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: ba39e0ace92aea2f9e59117f1757deaf28416d91 https://github.com/InterNetNews/inn/commit/ba39e0ace92aea2f9e59117f1757deaf28416d91 Author: Julien ?LIE Date: 2025-09-13 (Sat, 13 Sep 2025) Changed paths: M backends/actsyncd.in M backends/batcher.c M backends/ninpaths.c M configure.ac M contrib/thdexpire.in M doc/pod/inn.conf.pod M doc/pod/libinn_dbz.pod M innfeed/host.h M lib/dbz.c M nnrpd/commands.c M storage/tradspool/tradspool.c Log Message: ----------- Typo fixes To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications