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] 5a365e: Several bug fixes in CNFS storage
      token handling (Julien ?LIE)
   2. [InterNetNews/inn] 920e4a: mksnapshot: Unconditionaly use an
      English date time (Julien ?LIE)
   3. [InterNetNews/inn] be333a: Use pod2man --guesswork when the
      option is available (Julien ?LIE)
   4. [InterNetNews/inn] 51dcb3: Reformat code with new
      clang-format-15 (Julien ?LIE)
   5. [InterNetNews/inn] 910c48: Improve M4 style (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Sat, 24 Dec 2022 01:25:33 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 5a365e: Several bug fixes in CNFS storage
        token handling
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 5a365e68d8c3a51ae5a65ecbc7fad98a0b467cfc
      
https://github.com/InterNetNews/inn/commit/5a365e68d8c3a51ae5a65ecbc7fad98a0b467cfc
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M doc/pod/news.pod
    M storage/cnfs/cnfs.c

  Log Message:
  -----------
  Several bug fixes in CNFS storage token handling

Fixed 3 bugs reported by Kamil Jo?ca on CNFS:

- a duplicate entry returned by makehistory on fully wrapped cyclic buffers
(the first article of the cyclic buffer appeared twice in the output);

- an untimely removal from history of the first article of a fully wrapped
cyclic buffer (expire wrongly thought the storage token of the first article
was no longer existing after a wrap);

- an off-by-one cycle number for the first article of the previous cycle
number of a cyclic buffer containing articles from two different cycle numbers
(makehistory returned the current cycle number for it instead of the previous
one).

close #248




------------------------------

Message: 2
Date: Sat, 24 Dec 2022 01:27:09 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 920e4a: mksnapshot: Unconditionaly use an
        English date time
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 920e4a5ce78e21451753fecddf88c5d862002c16
      
https://github.com/InterNetNews/inn/commit/920e4a5ce78e21451753fecddf88c5d862002c16
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M support/mksnapshot

  Log Message:
  -----------
  mksnapshot: Unconditionaly use an English date time

When generating snapshots, beta versions or release candidates on a localized
system, the date wasn't in the expected format in the README.release-candidate
file or like.


  Commit: d0ec5d97619ed1ec4bd1207f5af55ce1dfe28a24
      
https://github.com/InterNetNews/inn/commit/d0ec5d97619ed1ec4bd1207f5af55ce1dfe28a24
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M doc/pod/makehistory.pod
    M expire/makehistory.c

  Log Message:
  -----------
  Typos and homogenization of style


Compare: https://github.com/InterNetNews/inn/compare/5a365e68d8c3...d0ec5d97619e


------------------------------

Message: 3
Date: Sat, 24 Dec 2022 01:27:26 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] be333a: Use pod2man --guesswork when the
        option is available
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: be333a5073512131d8ed85f8212d726a67ca2821
      
https://github.com/InterNetNews/inn/commit/be333a5073512131d8ed85f8212d726a67ca2821
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 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: 4
Date: Sat, 24 Dec 2022 01:34:26 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 51dcb3: Reformat code with new
        clang-format-15
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 51dcb3d07ab47db78e120d40b191bf7094d1ebd2
      
https://github.com/InterNetNews/inn/commit/51dcb3d07ab47db78e120d40b191bf7094d1ebd2
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 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: 7245d9c0f80bfa9fe04075b9ab4f1e8dc09451e7
      
https://github.com/InterNetNews/inn/commit/7245d9c0f80bfa9fe04075b9ab4f1e8dc09451e7
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  Reformat code with Perltidy 20221112


  Commit: 1b3db008156dfabfc59c06e27cb1818209904c65
      
https://github.com/InterNetNews/inn/commit/1b3db008156dfabfc59c06e27cb1818209904c65
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  Add latest reformatting commits to git blame ignore list


  Commit: 3fba6186d8c25ac2be10bef8e4f246bfc989e787
      
https://github.com/InterNetNews/inn/commit/3fba6186d8c25ac2be10bef8e4f246bfc989e787
  Author: Julien ?LIE <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  Add 2 missing commit hashes in git blame ignore list


  Commit: 0e6ac03d351318cf580b4e4eca3cf9f036c61e28
      
https://github.com/InterNetNews/inn/commit/0e6ac03d351318cf580b4e4eca3cf9f036c61e28
  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: 7914233a81d436cfaea9466ff02279f27f76101c
      
https://github.com/InterNetNews/inn/commit/7914233a81d436cfaea9466ff02279f27f76101c
  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: 53853a427d77bc6500a54f0d5338c196efadd0a9
      
https://github.com/InterNetNews/inn/commit/53853a427d77bc6500a54f0d5338c196efadd0a9
  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/be333a507351...53853a427d77


------------------------------

Message: 5
Date: Sat, 24 Dec 2022 01:34:41 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 910c48: Improve M4 style
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 910c486ba278c803f3b45994135d6f39ef048486
      
https://github.com/InterNetNews/inn/commit/910c486ba278c803f3b45994135d6f39ef048486
  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().




------------------------------

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 2
**********************************************

Reply via email to