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] 34a159: Prefix libinn-related man pages
with "libinn_" (Julien ?LIE)
2. [InterNetNews/inn] 9a0597: Prefix libinn-related man pages
with "libinn_" (Julien ?LIE)
3. [InterNetNews/inn] 50e097: Rename libauth and libstorage to
libinnauth and li... (Julien ?LIE)
4. [InterNetNews/inn] dc85fe: NEWS: Fix wording as libauth is
not built as a lib... (Julien ?LIE)
5. [InterNetNews/inn] 843dfa: Remove references to collabra
(Julien ?LIE)
6. [InterNetNews/inn] 6ae01b: Remove references to collabra
(Julien ?LIE)
7. [InterNetNews/inn] 911b55: Reformat mkmanifest with perltidy
(Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sat, 05 Feb 2022 08:13:30 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 34a159: Prefix libinn-related man pages
with "libinn_"
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: 34a1592a7b73bb422818f0da5eec0b2973495402
https://github.com/InterNetNews/inn/commit/34a1592a7b73bb422818f0da5eec0b2973495402
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M MANIFEST
M doc/man/Makefile
R doc/man/dbz.3
M doc/man/libinn.3
A doc/man/libinn_dbz.3
M doc/pod/Makefile
M doc/pod/actsync.pod
M doc/pod/archive.pod
R doc/pod/clientlib.pod
M doc/pod/ctlinnd.pod
M doc/pod/distrib.pats.pod
M doc/pod/expire.ctl.pod
M doc/pod/expire.pod
M doc/pod/getlist.pod
M doc/pod/history.pod
M doc/pod/incoming.conf.pod
M doc/pod/inn.conf.pod
M doc/pod/innd.pod
R doc/pod/inndcomm.pod
M doc/pod/install.pod
A doc/pod/libinn_clientlib.pod
A doc/pod/libinn_inndcomm.pod
A doc/pod/libinn_list.pod
A doc/pod/libinn_qio.pod
A doc/pod/libinn_tst.pod
A doc/pod/libinn_uwildmat.pod
M doc/pod/libstorage.pod
R doc/pod/list.pod
M doc/pod/makedbz.pod
M doc/pod/makehistory.pod
M doc/pod/moderators.pod
M doc/pod/news.pod
M doc/pod/newsfeeds.pod
M doc/pod/nnrpd.pod
M doc/pod/prunehistory.pod
R doc/pod/qio.pod
M doc/pod/readers.conf.pod
M doc/pod/storage.conf.pod
R doc/pod/tst.pod
R doc/pod/uwildmat.pod
M frontends/mailpost.in
M include/inn/options.h
M samples/distrib.pats
M scripts/innupgrade.in
Log Message:
-----------
Prefix libinn-related man pages with "libinn_"
Rename 7 man pages so as not to consume namespace.
Initially reported for list(3) which conflicts with the man page of
sys/queue.h, a popular, if obscure, double-linked list implementation
available on all modern BSDs.
This commit will then fix Debian bug 1004888.
------------------------------
Message: 2
Date: Sat, 05 Feb 2022 08:20:48 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 9a0597: Prefix libinn-related man pages
with "libinn_"
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: 9a0597bcab17e43b8678732d7c22811e227bb085
https://github.com/InterNetNews/inn/commit/9a0597bcab17e43b8678732d7c22811e227bb085
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M MANIFEST
M doc/man/Makefile
R doc/man/dbz.3
M doc/man/libinn.3
A doc/man/libinn_dbz.3
M doc/pod/Makefile
M doc/pod/actsync.pod
M doc/pod/archive.pod
R doc/pod/clientlib.pod
M doc/pod/ctlinnd.pod
M doc/pod/distrib.pats.pod
M doc/pod/expire.ctl.pod
M doc/pod/expire.pod
M doc/pod/getlist.pod
M doc/pod/history.pod
M doc/pod/incoming.conf.pod
M doc/pod/inn.conf.pod
M doc/pod/innd.pod
R doc/pod/inndcomm.pod
M doc/pod/install.pod
A doc/pod/libinn_clientlib.pod
A doc/pod/libinn_inndcomm.pod
A doc/pod/libinn_list.pod
A doc/pod/libinn_qio.pod
A doc/pod/libinn_tst.pod
A doc/pod/libinn_uwildmat.pod
M doc/pod/libstorage.pod
R doc/pod/list.pod
M doc/pod/makedbz.pod
M doc/pod/makehistory.pod
M doc/pod/moderators.pod
M doc/pod/news.pod
M doc/pod/newsfeeds.pod
M doc/pod/nnrpd.pod
M doc/pod/prunehistory.pod
R doc/pod/qio.pod
M doc/pod/readers.conf.pod
M doc/pod/storage.conf.pod
R doc/pod/tst.pod
R doc/pod/uwildmat.pod
M frontends/mailpost.in
M include/inn/options.h
M samples/distrib.pats
M scripts/innupgrade.in
Log Message:
-----------
Prefix libinn-related man pages with "libinn_"
Rename 7 man pages so as not to consume namespace.
Initially reported for list(3) which conflicts with the man page of
sys/queue.h, a popular, if obscure, double-linked list implementation
available on all modern BSDs.
This commit will then fix Debian bug 1004888.
------------------------------
Message: 3
Date: Sat, 05 Feb 2022 08:57:43 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 50e097: Rename libauth and libstorage to
libinnauth and li...
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: 50e097d3a7557eba6d6b0f93484d4ba9ec2d81f7
https://github.com/InterNetNews/inn/commit/50e097d3a7557eba6d6b0f93484d4ba9ec2d81f7
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M MANIFEST
M Makefile
M Makefile.global.in
M TODO
M authprogs/Makefile
M authprogs/auth_krb5.c
M authprogs/ckpasswd.c
M authprogs/domain.c
M authprogs/ident.c
R authprogs/libauth.c
R authprogs/libauth.h
A authprogs/libinnauth.c
A authprogs/libinnauth.h
M authprogs/radius.c
M doc/man/Makefile
M doc/pod/Makefile
M doc/pod/external-auth.pod
M doc/pod/hacking.pod
M doc/pod/inn.conf.pod
R doc/pod/libauth.pod
A doc/pod/libinnauth.pod
A doc/pod/libinnstorage.pod
R doc/pod/libstorage.pod
M doc/pod/news.pod
M scripts/innupgrade.in
M storage/Makefile
M storage/buffindexed/ovmethod.mk
M storage/tradindexed/ovmethod.mk
Log Message:
-----------
Rename libauth and libstorage to libinnauth and libinnstorage
Let's homogenize the names of our libraries.
------------------------------
Message: 4
Date: Sat, 05 Feb 2022 09:09:34 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] dc85fe: NEWS: Fix wording as libauth is
not built as a lib...
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: dc85fe5ebb8bffc52fc99e7b8a5decbfa4eb493a
https://github.com/InterNetNews/inn/commit/dc85fe5ebb8bffc52fc99e7b8a5decbfa4eb493a
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M doc/pod/news.pod
Log Message:
-----------
NEWS: Fix wording as libauth is not built as a library
------------------------------
Message: 5
Date: Sat, 05 Feb 2022 13:58:05 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 843dfa: Remove references to collabra
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: 843dfa9d206c28ed7043b2c46f1ea964f062d37b
https://github.com/InterNetNews/inn/commit/843dfa9d206c28ed7043b2c46f1ea964f062d37b
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M doc/pod/newsfeeds.pod
M samples/newsfeeds.in
Log Message:
-----------
Remove references to collabra
Netscape Collabra Server was an NNTP server known to create control messages
with the collabra-internal distribution when newsgroups were created or
removed locally.
It is no longer in use. Remove the references to it in newsfeeds.
------------------------------
Message: 6
Date: Sat, 05 Feb 2022 13:59:13 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 6ae01b: Remove references to collabra
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: 6ae01b5a08f090d018ed5dcbea1891f322ea2939
https://github.com/InterNetNews/inn/commit/6ae01b5a08f090d018ed5dcbea1891f322ea2939
Author: Julien ?LIE <[email protected]>
Date: 2022-02-05 (Sat, 05 Feb 2022)
Changed paths:
M doc/pod/newsfeeds.pod
M samples/newsfeeds.in
Log Message:
-----------
Remove references to collabra
Netscape Collabra Server was an NNTP server known to create control messages
with the collabra-internal distribution when newsgroups were created or
removed locally.
It is no longer in use. Remove the references to it in newsfeeds.
------------------------------
Message: 7
Date: Sat, 05 Feb 2022 15:07:44 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 911b55: Reformat mkmanifest with perltidy
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: 911b55b870bf5afa6a1ca2d96a2a2c1d04492695
https://github.com/InterNetNews/inn/commit/911b55b870bf5afa6a1ca2d96a2a2c1d04492695
Author: Julien ?LIE <[email protected]>
Date: 2022-02-06 (Sun, 06 Feb 2022)
Changed paths:
M support/mkmanifest
Log Message:
-----------
Reformat mkmanifest with perltidy
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 136, Issue 3
**********************************************