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. INN commit: trunk/support (config.guess config.sub) (INN Commit) 2. INN commit: branches/2.5/support (config.guess config.sub) (INN Commit) 3. INN commit: trunk/control (perl-nocem.in) (INN Commit) 4. INN commit: branches/2.5/control (perl-nocem.in) (INN Commit) 5. INN commit: trunk/doc (FAQ) (INN Commit) 6. INN commit: branches/2.5/doc (FAQ) (INN Commit) 7. INN commit: trunk/doc/pod (news.pod) (INN Commit) 8. INN commit: branches/2.5/doc/pod (news.pod) (INN Commit) ---------------------------------------------------------------------- Message: 1 Date: Fri, 16 May 2014 23:19:50 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/support (config.guess config.sub) Message-ID: <20140517061950.8a13767...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:19:50 Author: iulius Revision: 9637 Update config.guess and config.sub to upstream versions from 2014-05-17 Modified: trunk/support/config.guess trunk/support/config.sub --------------+ config.guess | 8 ++++---- config.sub | 15 ++++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) Modified: config.guess =================================================================== --- config.guess 2014-05-14 18:06:52 UTC (rev 9636) +++ config.guess 2014-05-17 06:19:50 UTC (rev 9637) @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-03-13' +timestamp='2014-03-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -969,10 +969,10 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) Modified: config.sub =================================================================== --- config.sub 2014-05-14 18:06:52 UTC (rev 9636) +++ config.sub 2014-05-17 06:19:50 UTC (rev 9637) @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-01-01' +timestamp='2014-05-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -283,8 +283,10 @@ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ @@ -296,8 +298,7 @@ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or1k | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -402,8 +403,10 @@ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ @@ -415,6 +418,7 @@ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -1376,7 +1380,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1594,9 +1598,6 @@ mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; ------------------------------ Message: 2 Date: Fri, 16 May 2014 23:20:38 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/support (config.guess config.sub) Message-ID: <20140517062038.e877067...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:20:38 Author: iulius Revision: 9638 Update config.guess and config.sub to upstream versions from 2014-05-17 Modified: branches/2.5/support/config.guess branches/2.5/support/config.sub --------------+ config.guess | 8 ++++---- config.sub | 15 ++++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) Modified: config.guess =================================================================== --- config.guess 2014-05-17 06:19:50 UTC (rev 9637) +++ config.guess 2014-05-17 06:20:38 UTC (rev 9638) @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-03-13' +timestamp='2014-03-23' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -969,10 +969,10 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or1k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - or32:Linux:*:*) + or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) Modified: config.sub =================================================================== --- config.sub 2014-05-17 06:19:50 UTC (rev 9637) +++ config.sub 2014-05-17 06:20:38 UTC (rev 9638) @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-01-01' +timestamp='2014-05-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -283,8 +283,10 @@ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ @@ -296,8 +298,7 @@ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or1k | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -402,8 +403,10 @@ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ @@ -415,6 +418,7 @@ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ @@ -1376,7 +1380,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1594,9 +1598,6 @@ mips*-*) os=-elf ;; - or1k-*) - os=-elf - ;; or32-*) os=-coff ;; ------------------------------ Message: 3 Date: Fri, 16 May 2014 23:24:44 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/control (perl-nocem.in) Message-ID: <20140517062444.9cb9a67...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:24:44 Author: iulius Revision: 9639 Mention the expected rights for ncmring.gpg in perl-nocem man page Modified: trunk/control/perl-nocem.in ---------------+ perl-nocem.in | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) Modified: perl-nocem.in =================================================================== --- perl-nocem.in 2014-05-17 06:20:38 UTC (rev 9638) +++ perl-nocem.in 2014-05-17 06:24:44 UTC (rev 9639) @@ -526,15 +526,19 @@ the authenticity of their notices. You can do: gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg --import <key-file> + chmod 644 <pathetc>/pgp/ncmring.gpg -where <pathetc> is the value of the I<pathetc> parameter set in F<inn.conf> -and <key-file> the file containing the key(s) to import. The keyring must -be located in <pathetc>/pgp/ncmring.gpg; you only have to create the directory -<pathetc>/pgp before using B<gpg> (it will automatically generate the -F<ncmring.gpg> file). For old PGP-generated keys, you may have to use +where <pathetc> is the value of the I<pathetc> parameter set in +F<inn.conf> and <key-file> the file containing the key(s) to import. +The keyring must be located in <pathetc>/pgp/ncmring.gpg; you only +have to create the directory <pathetc>/pgp before using B<gpg> (it will +automatically generate the F<ncmring.gpg> file) and make sure the news +user can read this file, once generated. + +For old PGP-generated keys, you may have to use B<--allow-non-selfsigned-uid> if they are not properly self-signed, -but anyone creating a key really should self-sign the key. Current -PGP implementations do this automatically. +but anyone creating a key really should self-sign the key. Current PGP +implementations do this automatically. The keys of NoCeM issuers can be found in the web site of I<The NoCeM Registry>: L<http://rosalind.home.xs4all.nl/nocemreg/nocemreg.html>. You can even ------------------------------ Message: 4 Date: Fri, 16 May 2014 23:25:27 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/control (perl-nocem.in) Message-ID: <20140517062527.b536c67...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:25:27 Author: iulius Revision: 9640 Mention the expected rights for ncmring.gpg in perl-nocem man page Modified: branches/2.5/control/perl-nocem.in ---------------+ perl-nocem.in | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) Modified: perl-nocem.in =================================================================== --- perl-nocem.in 2014-05-17 06:24:44 UTC (rev 9639) +++ perl-nocem.in 2014-05-17 06:25:27 UTC (rev 9640) @@ -526,15 +526,19 @@ the authenticity of their notices. You can do: gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg --import <key-file> + chmod 644 <pathetc>/pgp/ncmring.gpg -where <pathetc> is the value of the I<pathetc> parameter set in F<inn.conf> -and <key-file> the file containing the key(s) to import. The keyring must -be located in <pathetc>/pgp/ncmring.gpg; you only have to create the directory -<pathetc>/pgp before using B<gpg> (it will automatically generate the -F<ncmring.gpg> file). For old PGP-generated keys, you may have to use +where <pathetc> is the value of the I<pathetc> parameter set in +F<inn.conf> and <key-file> the file containing the key(s) to import. +The keyring must be located in <pathetc>/pgp/ncmring.gpg; you only +have to create the directory <pathetc>/pgp before using B<gpg> (it will +automatically generate the F<ncmring.gpg> file) and make sure the news +user can read this file, once generated. + +For old PGP-generated keys, you may have to use B<--allow-non-selfsigned-uid> if they are not properly self-signed, -but anyone creating a key really should self-sign the key. Current -PGP implementations do this automatically. +but anyone creating a key really should self-sign the key. Current PGP +implementations do this automatically. The keys of NoCeM issuers can be found in the web site of I<The NoCeM Registry>: L<http://rosalind.home.xs4all.nl/nocemreg/nocemreg.html>. You can even ------------------------------ Message: 5 Date: Fri, 16 May 2014 23:31:11 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/doc (FAQ) Message-ID: <20140517063111.b075467...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:31:11 Author: iulius Revision: 9641 Bump version number in FAQ for new INN 2.5.4 release Modified: trunk/doc/FAQ -----+ FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: FAQ =================================================================== --- FAQ 2014-05-17 06:25:27 UTC (rev 9640) +++ FAQ 2014-05-17 06:31:11 UTC (rev 9641) @@ -138,7 +138,7 @@ Subject: 1.2. What is the current version? -The most recently released version of INN is 2.5.3. +The most recently released version of INN is 2.5.4. INN development proceeds in two branches, as with many other free software projects. The STABLE branch is maintenance of the most recently released ------------------------------ Message: 6 Date: Fri, 16 May 2014 23:31:47 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc (FAQ) Message-ID: <20140517063147.0cbf767...@hope.eyrie.org> Date: Friday, May 16, 2014 @ 23:31:46 Author: iulius Revision: 9642 Bump version number in FAQ for new INN 2.5.4 release Modified: branches/2.5/doc/FAQ -----+ FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: FAQ =================================================================== --- FAQ 2014-05-17 06:31:11 UTC (rev 9641) +++ FAQ 2014-05-17 06:31:46 UTC (rev 9642) @@ -137,7 +137,7 @@ Subject: 1.2. What is the current version? -The most recently released version of INN is 2.5.3. +The most recently released version of INN is 2.5.4. INN development proceeds in two branches, as with many other free software projects. The STABLE branch is maintenance of the most recently released ------------------------------ Message: 7 Date: Sat, 17 May 2014 01:16:34 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/doc/pod (news.pod) Message-ID: <20140517081634.0ce6867...@hope.eyrie.org> Date: Saturday, May 17, 2014 @ 01:16:33 Author: iulius Revision: 9643 Typos. Modified: trunk/doc/pod/news.pod ----------+ news.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: news.pod =================================================================== --- news.pod 2014-05-17 06:31:46 UTC (rev 9642) +++ news.pod 2014-05-17 08:16:33 UTC (rev 9643) @@ -256,14 +256,13 @@ Fixed a regression that occurred in S<INN 2.5.3> regarding the path used by default by B<pullnews> for its configuration file. Instead of looking in the running user's home directory, it was looking in the I<pathnews> -directory parametered in F<inn.conf>. Thanks to Tony Evans for the -bug report. +directory set in F<inn.conf>. Thanks to Tony Evans for the bug report. =item * When neither B<wget> nor B<ncftpget> nor B<ncftp> was found at configure time, the path to the B<simpleftp> substitution program shipped with -INN was not proprely set in B<innshellvars>, B<innshellvars.pl>, and +INN was not properly set in B<innshellvars>, B<innshellvars.pl>, and the C<INN::Config> Perl module. Thanks to Christian Garbs for the bug report. ------------------------------ Message: 8 Date: Sat, 17 May 2014 01:17:17 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc/pod (news.pod) Message-ID: <20140517081717.2f08b67...@hope.eyrie.org> Date: Saturday, May 17, 2014 @ 01:17:16 Author: iulius Revision: 9644 Typos Modified: branches/2.5/doc/pod/news.pod ----------+ news.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: news.pod =================================================================== --- news.pod 2014-05-17 08:16:33 UTC (rev 9643) +++ news.pod 2014-05-17 08:17:16 UTC (rev 9644) @@ -84,14 +84,13 @@ Fixed a regression that occurred in S<INN 2.5.3> regarding the path used by default by B<pullnews> for its configuration file. Instead of looking in the running user's home directory, it was looking in the I<pathnews> -directory parametered in F<inn.conf>. Thanks to Tony Evans for the -bug report. +directory set in F<inn.conf>. Thanks to Tony Evans for the bug report. =item * When neither B<wget> nor B<ncftpget> nor B<ncftp> was found at configure time, the path to the B<simpleftp> substitution program shipped with -INN was not proprely set in B<innshellvars>, B<innshellvars.pl>, and +INN was not properly set in B<innshellvars>, B<innshellvars.pl>, and the C<INN::Config> Perl module. Thanks to Christian Garbs for the bug report. ------------------------------ _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers End of inn-committers Digest, Vol 63, Issue 2 *********************************************