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/doc/pod (hook-perl.pod) (INN Commit) 2. INN commit: branches/2.5/doc/pod (hook-perl.pod) (INN Commit) 3. INN commit: branches/2.5/doc/pod (install.pod) (INN Commit) 4. INN commit: trunk/doc/pod (hacking.pod) (INN Commit) 5. INN commit: branches/2.5/doc/pod (hacking.pod) (INN Commit) ---------------------------------------------------------------------- Message: 1 Date: Sun, 21 Jul 2013 20:22:51 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/doc/pod (hook-perl.pod) Message-ID: <20130722032251.e58dc67...@hope.eyrie.org> Date: Sunday, July 21, 2013 @ 20:22:51 Author: eagle Revision: 9506 Update URL to download Perl in the Perl hook documentation Modified: trunk/doc/pod/hook-perl.pod ---------------+ hook-perl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: hook-perl.pod =================================================================== --- hook-perl.pod 2013-07-08 19:30:33 UTC (rev 9505) +++ hook-perl.pod 2013-07-22 03:22:51 UTC (rev 9506) @@ -19,7 +19,7 @@ For Perl filtering support, you need to have Perl S<version 5.004> or newer. Earlier versions of Perl will fail with a link error at compilation time. -L<http://www.perl.com/download.csp> should have the latest Perl version. +L<http://www.perl.com/get.html> should have the latest Perl version. To enable Perl support, you have to specify B<--with-perl> when you run configure. See F<INSTALL> for more information. ------------------------------ Message: 2 Date: Sun, 21 Jul 2013 20:23:03 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc/pod (hook-perl.pod) Message-ID: <20130722032303.7fae167...@hope.eyrie.org> Date: Sunday, July 21, 2013 @ 20:23:03 Author: eagle Revision: 9507 Update URL to download Perl in the Perl hook documentation Modified: branches/2.5/doc/pod/hook-perl.pod ---------------+ hook-perl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: hook-perl.pod =================================================================== --- hook-perl.pod 2013-07-22 03:22:51 UTC (rev 9506) +++ hook-perl.pod 2013-07-22 03:23:03 UTC (rev 9507) @@ -19,7 +19,7 @@ For Perl filtering support, you need to have Perl S<version 5.004> or newer. Earlier versions of Perl will fail with a link error at compilation time. -L<http://www.perl.com/download.csp> should have the latest Perl version. +L<http://www.perl.com/get.html> should have the latest Perl version. To enable Perl support, you have to specify B<--with-perl> when you run configure. See F<INSTALL> for more information. ------------------------------ Message: 3 Date: Sun, 21 Jul 2013 20:24:16 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc/pod (install.pod) Message-ID: <20130722032416.d04cf67...@hope.eyrie.org> Date: Sunday, July 21, 2013 @ 20:24:16 Author: eagle Revision: 9508 Fix another old URL for downloading Perl Modified: branches/2.5/doc/pod/install.pod -------------+ install.pod | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: install.pod =================================================================== --- install.pod 2013-07-22 03:23:03 UTC (rev 9507) +++ install.pod 2013-07-22 03:24:16 UTC (rev 9508) @@ -88,16 +88,15 @@ =item * INN requires at least S<B<Perl 5.8.0>> to build and to run several -subsystems. In order to process control messages, B<controlchan> needs -the C<MIME::Parser> module available from CPAN (C<MIME-tools> -in F<modules/by-module/MIME/>, for instance on L<ftp://ftp.perl.org/>). This +subsystems. In order to process control messages, B<controlchan> +needs the C<MIME::Parser> module available from CPAN (C<MIME-tools> in +F<modules/by-module/MIME/>, for instance on L<ftp://ftp.perl.org/>). This Perl module has probably already been packaged for your distribution. -INN is tested primarily with newer versions of Perl, so it's -generally recommended that you install the latest stable distribution of -Perl before compiling INN. For instructions on obtaining and installing -Perl, see L<http://www.perl.com/pub/language/info/software.html>. Note -that you may need to use the same compiler and options (particularly -large file support) for Perl and INN. +INN is tested primarily with newer versions of Perl, so it's generally +recommended that you install the latest stable distribution of Perl before +compiling INN. For instructions on obtaining and installing Perl, see +L<http://www.perl.com/get.html>. Note that you may need to use the same +compiler and options (particularly large file support) for Perl and INN. If you're using a version of Perl prior to 5.6.0, you may need to make sure that the Perl versions of your system header files have been ------------------------------ Message: 4 Date: Sun, 21 Jul 2013 20:26:45 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk/doc/pod (hacking.pod) Message-ID: <20130722032645.2e9f067...@hope.eyrie.org> Date: Sunday, July 21, 2013 @ 20:26:44 Author: eagle Revision: 9509 Update the URL for NoCeM Modified: trunk/doc/pod/hacking.pod -------------+ hacking.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: hacking.pod =================================================================== --- hacking.pod 2013-07-22 03:24:16 UTC (rev 9508) +++ hacking.pod 2013-07-22 03:26:44 UTC (rev 9509) @@ -663,7 +663,7 @@ Make sure that F<samples/control.ctl> and F<samples/nocem.ctl> are in sync with the master version at L<ftp://ftp.isc.org/pub/usenet/CONFIG/control.ctl> and -L<http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html>. +L<http://rosalind.home.xs4all.nl/nocemreg/nocemreg.html>. =item 3. ------------------------------ Message: 5 Date: Sun, 21 Jul 2013 20:26:55 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5/doc/pod (hacking.pod) Message-ID: <20130722032655.cfc5767...@hope.eyrie.org> Date: Sunday, July 21, 2013 @ 20:26:55 Author: eagle Revision: 9510 Update the URL for NoCeM Modified: branches/2.5/doc/pod/hacking.pod -------------+ hacking.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: hacking.pod =================================================================== --- hacking.pod 2013-07-22 03:26:44 UTC (rev 9509) +++ hacking.pod 2013-07-22 03:26:55 UTC (rev 9510) @@ -640,7 +640,7 @@ Make sure that F<samples/control.ctl> and F<samples/nocem.ctl> are in sync with the master version at L<ftp://ftp.isc.org/pub/usenet/CONFIG/control.ctl> -and L<http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html>. +and L<http://rosalind.home.xs4all.nl/nocemreg/nocemreg.html>. =item 3. ------------------------------ _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers End of inn-committers Digest, Vol 53, Issue 5 *********************************************