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] bf5c11: Fix internal anchor links L<> in
      POD documentation (Julien ?LIE)
   2. [InterNetNews/inn] 0ff91b: Update formatting to new Black's
      2023 stable style (Julien ?LIE)
   3. [InterNetNews/inn] ccacf5: Modernize ckpasswd documentation
      about hash schemes (Julien ?LIE)
   4. [InterNetNews/inn] 63628f: Give better examples of canlock
      hashes (Julien ?LIE)
   5. [InterNetNews/inn] a4898c: innd: Accept trailing whitespace
      in newsfeeds entries (Julien ?LIE)


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

Message: 1
Date: Mon, 06 Feb 2023 11:20:12 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] bf5c11: Fix internal anchor links L<> in
        POD documentation
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: bf5c1190e54da4a7c8812dffb4561326200b1a5a
      
https://github.com/InterNetNews/inn/commit/bf5c1190e54da4a7c8812dffb4561326200b1a5a
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M doc/pod/ckpasswd.pod
    M doc/pod/ctlinnd.pod
    M doc/pod/ovdb.pod
    M doc/pod/ovdb_init.pod

  Log Message:
  -----------
  Fix internal anchor links L<> in POD documentation

Quotes were missing around single words.




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

Message: 2
Date: Mon, 06 Feb 2023 11:22:51 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 0ff91b: Update formatting to new Black's
        2023 stable 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: 0ff91b02387fa4cc49e7d8eae7e5d6f41cf752dc
      
https://github.com/InterNetNews/inn/commit/0ff91b02387fa4cc49e7d8eae7e5d6f41cf752dc
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M samples/nnrpd_access.py
    M samples/nnrpd_auth.py
    M samples/nnrpd_dynamic.py

  Log Message:
  -----------
  Update formatting to new Black's 2023 stable style

Enforce empty lines before classes/functions with sticky leading
comments.  New in Black 23.1.0.


  Commit: d4506a7934dde8fa30ab3a0efbbafc1249e16012
      
https://github.com/InterNetNews/inn/commit/d4506a7934dde8fa30ab3a0efbbafc1249e16012
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

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

  Log Message:
  -----------
  Add previous commit in git blame ignore list


Compare: https://github.com/InterNetNews/inn/compare/bf5c1190e54d...d4506a7934dd


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

Message: 3
Date: Mon, 06 Feb 2023 11:31:24 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] ccacf5: Modernize ckpasswd documentation
        about hash schemes
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: ccacf536b05d0ba281d6f384d93bfa8fc16f6c4a
      
https://github.com/InterNetNews/inn/commit/ccacf536b05d0ba281d6f384d93bfa8fc16f6c4a
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M doc/pod/ckpasswd.pod

  Log Message:
  -----------
  Modernize ckpasswd documentation about hash schemes

No longer give an example of weak hashes from "htpasswd -d" limited to
8 characters.  Mention instead SHA-256 and yescript with openssl and
perl commands to generate them.

Explain what is the cost factor of yescript, and how to generate a
decent salt.




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

Message: 4
Date: Mon, 06 Feb 2023 11:33:14 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 63628f: Give better examples of canlock
        hashes
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: 63628f160f8e9747e9c1c9bba662d6aab69c1b2c
      
https://github.com/InterNetNews/inn/commit/63628f160f8e9747e9c1c9bba662d6aab69c1b2c
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M doc/pod/inn-secrets.conf.pod

  Log Message:
  -----------
  Give better examples of canlock hashes

Reduce lines to less than 72 characters for an optimal display
as man pages.




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

Message: 5
Date: Mon, 06 Feb 2023 11:39:11 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] a4898c: innd: Accept trailing whitespace
        in newsfeeds entries
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: a4898ce6457f24d35e063c7aa23433fc7f9fca21
      
https://github.com/InterNetNews/inn/commit/a4898ce6457f24d35e063c7aa23433fc7f9fca21
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M doc/pod/news.pod
    M innd/newsfeeds.c

  Log Message:
  -----------
  innd: Accept trailing whitespace in newsfeeds entries

A common syntax error in newsfeeds is trailing whitespace like in
":innfeed! " at the end of an entry, due to a copy/paste artifact.

Though inncheck reports it, it's better to make innd ignore trailing
whitespace instead of dying!

close #241




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

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers


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

End of inn-committers Digest, Vol 148, Issue 2
**********************************************

Reply via email to