Send inn-committers mailing list submissions to inn-committers@lists.isc.org
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 inn-committers-requ...@lists.isc.org You can reach the person managing the list at inn-committers-ow...@lists.isc.org 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] f2cdd7: Improve interbracket arrows and indent in Perl (Julien ?LIE) 2. [InterNetNews/inn] 2d09ee: Remove useless trailing commas in Perl scripts (Julien ?LIE) 3. [InterNetNews/inn] ecc994: Improve the formatting of nested ternaries in Perl (Julien ?LIE) 4. [InterNetNews/inn] aff046: Fix the detection of Clang versions (Julien ?LIE) 5. [InterNetNews/inn] a91509: Improve multilib searches in some rare situations (Julien ?LIE) ---------------------------------------------------------------------- Message: 1 Date: Fri, 12 Sep 2025 22:47:56 -0700 From: Julien ?LIE <nore...@github.com> To: inn-committers@lists.isc.org Subject: [InterNetNews/inn] f2cdd7: Improve interbracket arrows and indent in Perl Message-ID: <InterNetNews/inn/push/refs/heads/main/44c953-f2c...@github.com> Content-Type: text/plain; charset=UTF-8 Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: f2cdd7b4c4fd1ced6382396e5af5964499a075f3 https://github.com/InterNetNews/inn/commit/f2cdd7b4c4fd1ced6382396e5af5964499a075f3 Author: Julien ?LIE <julien-e...@users.noreply.github.com> 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 ------------------------------ Message: 2 Date: Fri, 12 Sep 2025 22:49:13 -0700 From: Julien ?LIE <nore...@github.com> To: inn-committers@lists.isc.org Subject: [InterNetNews/inn] 2d09ee: Remove useless trailing commas in Perl scripts Message-ID: <InterNetNews/inn/push/refs/heads/main/f2cdd7-2d0...@github.com> Content-Type: text/plain; charset=UTF-8 Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: 2d09eec58ec770d773016c40ad446feecb59c3b0 https://github.com/InterNetNews/inn/commit/2d09eec58ec770d773016c40ad446feecb59c3b0 Author: Julien ?LIE <julien-e...@users.noreply.github.com> 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 ------------------------------ Message: 3 Date: Fri, 12 Sep 2025 22:50:09 -0700 From: Julien ?LIE <nore...@github.com> To: inn-committers@lists.isc.org Subject: [InterNetNews/inn] ecc994: Improve the formatting of nested ternaries in Perl Message-ID: <InterNetNews/inn/push/refs/heads/main/2d09ee-ecc...@github.com> Content-Type: text/plain; charset=UTF-8 Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: ecc9940da67ca1d2024d6ffa38ff8a0380111ebd https://github.com/InterNetNews/inn/commit/ecc9940da67ca1d2024d6ffa38ff8a0380111ebd Author: Julien ?LIE <julien-e...@users.noreply.github.com> 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 ------------------------------ Message: 4 Date: Fri, 12 Sep 2025 22:50:50 -0700 From: Julien ?LIE <nore...@github.com> To: inn-committers@lists.isc.org Subject: [InterNetNews/inn] aff046: Fix the detection of Clang versions Message-ID: <InterNetNews/inn/push/refs/heads/main/ecc994-aff...@github.com> Content-Type: text/plain; charset=UTF-8 Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: aff04620a49d75383d9d549489dca194d6b79e2f https://github.com/InterNetNews/inn/commit/aff04620a49d75383d9d549489dca194d6b79e2f Author: Julien ?LIE <julien-e...@users.noreply.github.com> 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 ------------------------------ Message: 5 Date: Fri, 12 Sep 2025 22:51:24 -0700 From: Julien ?LIE <nore...@github.com> To: inn-committers@lists.isc.org Subject: [InterNetNews/inn] a91509: Improve multilib searches in some rare situations Message-ID: <InterNetNews/inn/push/refs/heads/main/aff046-a91...@github.com> Content-Type: text/plain; charset=UTF-8 Branch: refs/heads/main Home: https://github.com/InterNetNews/inn Commit: a915098157c3736b0c593d1295838640888ac883 https://github.com/InterNetNews/inn/commit/a915098157c3736b0c593d1295838640888ac883 Author: Julien ?LIE <julien-e...@users.noreply.github.com> 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<prefix>/lib in addition to -L<prefix>/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 ------------------------------ Subject: Digest Footer _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers ------------------------------ End of inn-committers Digest, Vol 173, Issue 1 **********************************************