[InterNetNews/inn] 157056: Use Olson time zone identifiers in the test suite

Julien ÉLIE noreply at github.com
Mon Mar 25 21:25:58 UTC 2024


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 157056b5b21499b01b521a2f0530063f815f5f90
      https://github.com/InterNetNews/inn/commit/157056b5b21499b01b521a2f0530063f815f5f90
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/convdate.pod
    M tests/lib/date-t.c
    M tests/util/convdate.t

  Log Message:
  -----------
  Use Olson time zone identifiers in the test suite

Some tests were failing on Alpine Linux, based on musl, because PST8PDT
and EST5EDT do not use daylight saving time.  This behaviour complies
with POSIX, though different than what other systems do.  Let's then
use Olson time zone identifiers instead (America/Los_Angeles and
America/New_York), and fall back on PST8PDT and EST5EDT if these Olson
identifiers are not recognized.

Also, use America/St_Johns instead of the obsolete Canada/Newfoundland
time zone identifier.

close #200


  Commit: 7fb7f57f313c407d6273d193cb584bacf6d147fd
      https://github.com/InterNetNews/inn/commit/7fb7f57f313c407d6273d193cb584bacf6d147fd
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/innfeed.conf.pod
    M doc/pod/innfeed.pod
    M doc/pod/newsfeeds.pod

  Log Message:
  -----------
  Improve wording about delayer in documentation


  Commit: e503212cba79bb94fcf06a584f6adbef06d447f9
      https://github.com/InterNetNews/inn/commit/e503212cba79bb94fcf06a584f6adbef06d447f9
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M backends/delayer.in
    M configure.ac
    M doc/pod/news.pod
    M samples/newsfeeds.in

  Log Message:
  -----------
  Fix wording about NoCeM notices / messages


  Commit: 48403fb6ea481f4195da9ee30a057090419a0f9e
      https://github.com/InterNetNews/inn/commit/48403fb6ea481f4195da9ee30a057090419a0f9e
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/newslog.pod
    M scripts/scanlogs.in

  Log Message:
  -----------
  scanlogs: Rotate innfeed-delayed.conf when present


  Commit: a6e44a16c4dac40afdc4f80ca323f74a45433c61
      https://github.com/InterNetNews/inn/commit/a6e44a16c4dac40afdc4f80ca323f74a45433c61
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/news.daily.pod
    M scripts/news.daily.in

  Log Message:
  -----------
  news.daily: procbatch on innfeed-delayed backlog


  Commit: 0a9bebc8a9cf363e6b84197bab49efce17122731
      https://github.com/InterNetNews/inn/commit/0a9bebc8a9cf363e6b84197bab49efce17122731
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/scanlogs.pod
    M scripts/scanlogs.in

  Log Message:
  -----------
  scanlogs: Rotate perl-nocem.log when present


  Commit: f229a9d2c5917be65bd2a8270284eba9a0a78849
      https://github.com/InterNetNews/inn/commit/f229a9d2c5917be65bd2a8270284eba9a0a78849
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M scripts/scanlogs.in

  Log Message:
  -----------
  scanlogs: Simplify code for unwanted.log rotation


  Commit: f7ef659bc8749ca1cb4edc2a551e4dd886403ee7
      https://github.com/InterNetNews/inn/commit/f7ef659bc8749ca1cb4edc2a551e4dd886403ee7
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M scripts/innreport_inn.pm

  Log Message:
  -----------
  innreport: Recognize timeout logs from SASL


  Commit: 3330f90403b8be20fe3072c137996e2ea0c34c84
      https://github.com/InterNetNews/inn/commit/3330f90403b8be20fe3072c137996e2ea0c34c84
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M doc/pod/hacking.pod

  Log Message:
  -----------
  HACKING: https for the URL of the NoCeM Registry


  Commit: ad6ab0f33ad2fab05ed95a29d967ca06783195b3
      https://github.com/InterNetNews/inn/commit/ad6ab0f33ad2fab05ed95a29d967ca06783195b3
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M innfeed/connection.c

  Log Message:
  -----------
  innfeed: Write debug log file without spurious CR


  Commit: 3a9230ea200b46969f6be04e7d7af6bdaf098c38
      https://github.com/InterNetNews/inn/commit/3a9230ea200b46969f6be04e7d7af6bdaf098c38
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M innfeed/Makefile
    M innfeed/misc.c

  Log Message:
  -----------
  innfeed: Use a better date and time format in logs

see #111


  Commit: a18567d6eae6a9c3e6c454fb3e3919780e485fbe
      https://github.com/InterNetNews/inn/commit/a18567d6eae6a9c3e6c454fb3e3919780e485fbe
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M innd/Makefile
    M lib/Makefile
    M nnrpd/Makefile

  Log Message:
  -----------
  Regenerate dependencies with gcc 12


  Commit: 472ef22c7f8f84c5bcc8d3df584a3f15be9ddd0c
      https://github.com/InterNetNews/inn/commit/472ef22c7f8f84c5bcc8d3df584a3f15be9ddd0c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Use Time::HiRes when available


  Commit: e81fbecbedbbb7724c4b165bae3bf37fe90957ce
      https://github.com/InterNetNews/inn/commit/e81fbecbedbbb7724c4b165bae3bf37fe90957ce
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Increase socket timeout


  Commit: c9f3f3f6cf6737f5cabcbdaa4e40c3c5a2b472ab
      https://github.com/InterNetNews/inn/commit/c9f3f3f6cf6737f5cabcbdaa4e40c3c5a2b472ab
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: More debug logs, introduce info level


  Commit: 12a85c13262daf223a290080ad6a42d367cc48fd
      https://github.com/InterNetNews/inn/commit/12a85c13262daf223a290080ad6a42d367cc48fd
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in
    M scripts/innreport_inn.pm

  Log Message:
  -----------
  perl-nocem: Add NoCeM type in logs


  Commit: 465b8f1859447c10bec18d5fb00e460834bbe121
      https://github.com/InterNetNews/inn/commit/465b8f1859447c10bec18d5fb00e460834bbe121
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in
    M scripts/innreport_inn.pm

  Log Message:
  -----------
  perl-nocem: Add issuer in malformed signature logs


  Commit: af0ddfab61d283a7db8a1b4957d8af087d8dd8d3
      https://github.com/InterNetNews/inn/commit/af0ddfab61d283a7db8a1b4957d8af087d8dd8d3
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Clean temp files when no action


  Commit: 6b6b44c07db2dc77ed7685196acaf008f1ee716a
      https://github.com/InterNetNews/inn/commit/6b6b44c07db2dc77ed7685196acaf008f1ee716a
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in
    M doc/pod/news.pod

  Log Message:
  -----------
  perl-nocem: Escape metacharacters in regexp

In particular, recognize issuers with "+".


  Commit: 0f37ff913252ab6e4cb067057bfa078da6803aac
      https://github.com/InterNetNews/inn/commit/0f37ff913252ab6e4cb067057bfa078da6803aac
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Split multiline logs on several lines


  Commit: 8fd585e1b2c395497eb3585e861c72a9f7151552
      https://github.com/InterNetNews/inn/commit/8fd585e1b2c395497eb3585e861c72a9f7151552
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in
    M scripts/innreport.in

  Log Message:
  -----------
  perl-nocem: Use a better date and time log format

Also update innreport to recognize it.

see #111


  Commit: 09334bea81a55bdc9dae29a4aa990c07d2dc1223
      https://github.com/InterNetNews/inn/commit/09334bea81a55bdc9dae29a4aa990c07d2dc1223
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in
    M doc/pod/news.pod
    M doc/pod/newslog.pod
    M samples/nocem.ctl

  Log Message:
  -----------
  perl-nocem: Add -c, -g, -G, -h, -i, -k, -l, and -v

Customizing the behaviour of perl-nocem is now possible!

close #284


  Commit: 15a165159866e47528cc75fd099b7f50aa7f526c
      https://github.com/InterNetNews/inn/commit/15a165159866e47528cc75fd099b7f50aa7f526c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M control/perl-nocem.in

  Log Message:
  -----------
  perl-nocem: Add how to test for carried newsgroups


  Commit: 6e9aa3f685292ff91676a655f9f88882f8ff5a91
      https://github.com/InterNetNews/inn/commit/6e9aa3f685292ff91676a655f9f88882f8ff5a91
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M tests/lib/getaddrinfo-t.c

  Log Message:
  -----------
  Fix undefined behaviour in getaddrinfo test

Patch from upstream rra-c-util.

The portable/getaddrinfo test called gethostbyaddr and then assumed its
results could still be used after calling the getaddrinfo replacement.
However, the getaddrinfo replacement calls gethostbyaddr under the
hood, which is defined as invalidating the previous return data since
gethostbyaddr uses static storage.  Make a copy of the relevant results
instead.


Compare: https://github.com/InterNetNews/inn/compare/7627b634e0e6...6e9aa3f68529

To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications


More information about the inn-committers mailing list