Your message dated Mon, 14 Apr 2008 21:17:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455882: fixed in inn2 2.4.4-1
has caused the Debian Bug report #455882,
regarding Minor remarks regarding INN's Debian package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
455882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455882
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: inn2
Version: 2.4.3+20070806-1
Severity: minor

Hi,

Here are some suggestions regarding the package:

--- inn2-2.4.3+20070806.orig/extra/active
+++ inn2-2.4.3+20070806/extra/active
@@ -0,0 +1,8 @@
+control 0000000000 0000000000 n
+control.cancel 0000000000 0000000000 n
+control.checkgroups 0000000000 0000000000 n
+control.newgroup 0000000000 0000000000 n
+control.rmgroup 0000000000 0000000000 n
+junk 0000000000 0000000000 n
+local.general 0000000000 0000000000 y
+local.test 0000000000 0000000000 y

It should be lines like:

control 0000000000 0000000001 n

But why not use the samples/active.minimal file shipped with INN?
(Only local.* should be added to it.)



--- inn2-2.4.3+20070806.orig/extra/newsgroups
+++ inn2-2.4.3+20070806/extra/newsgroups
@@ -0,0 +1,8 @@
+control   Various control messages (no posting)
+control.cancel  Cancel messages (no posting)
+control.checkgroups Hierarchy check control messages (no posting)
+control.newgroup Newsgroup creation control messages (no posting)
+control.rmgroup  Newsgroup removal control messages (no posting)
+junk   Unfiled articles (no posting)
+local.general  Local general group
+local.test  Local test group

There should be final dots at the end of each description.
And there is also a samples/newsgroups.minimal file shipped with INN.



+++ inn2-2.4.3+20070806/debian/inn2.logcheck.violalations.ignore
                                               ^^^^

Isn't there a problem with that name?



--- inn2-2.4.3+20070806.orig/debian/inn2.links
+++ inn2-2.4.3+20070806/debian/inn2.links
@@ -0,0 +1,7 @@
+usr/share/man/man5/active.5 usr/share/man/man5/active.times.5

Why is this man page removed?
"man active.times" should not point to the active man page...



--- inn2-2.4.3+20070806.orig/debian/inn2.cron.d
+++ inn2-2.4.3+20070806/debian/inn2.cron.d
+# Enable this entry to send posted news back to your upstream provider.
+# Not if you use innfeed, of course.
+
+#*/15 * * * * news send-nntp news.myprovider.com

send-nntp is deprecated and nntpsend should be used instead, if need be.



--- inn2-2.4.3+20070806.orig/debian/changelog
+++ inn2-2.4.3+20070806/debian/changelog
@@ -0,0 +1,269 @@
+inn2 (2.4.3+20070806-1) unstable; urgency=low
+
+  * New upstream STABLE snapshot.
+  * Fixed segfaults when reloading incoming.conf (Closes:

The numbers of the bug are missing:  #361073, #429802, #430190, #430191.



--- inn2-2.4.3+20070806.orig/debian/inn2.README.Debian
+++ inn2-2.4.3+20070806/debian/inn2.README.Debian
@@ -0,0 +1,87 @@
+Please check your control.ctl file, the configuration for some popular
+hierarchies like de.*, fr.* and uk.* does not work out of the box with
+gnupg (see <[EMAIL PROTECTED]>).

Is it sure this problem still occurs with stable GnuPG?
Mine is working fine.



--- inn2-2.4.3+20070806.orig/debian/inn2.README.Debian
+++ inn2-2.4.3+20070806/debian/inn2.README.Debian
@@ -0,0 +1,87 @@
+SSL
+~~~
+To enable SSL you need to start /etc/news/bin/nnrpd-ssl with the -S
+flag from inetd or the command line.

A binary in /etc/news/bin? :)



--- inn2-2.4.3+20070806.orig/debian/inn2.init
+++ inn2-2.4.3+20070806/debian/inn2.init

I believe some stuff should be added there for SSL.
At least, in a commented form like:

start () {
   su news -c /usr/lib/news/bin/rc.news
#   su news -c '/usr/lib/news/bin/nnrpd -D -c /etc/news/readers-ssl.conf -p 563 
-S'
}

stop () {
#   su news -c 'killall nnrpd'
   su news -c '/usr/lib/news/bin/rc.news stop'
}


(Or without the specific readers-ssl.conf file if you prefer.)


I hope these remarks will help to improve the quality of the Debian package
(which is already very great by the way).

Regards,

--
Julien ÉLIE

« Bibere humanus est, ergo bibamus. »



--- End Message ---
--- Begin Message ---
Source: inn2
Source-Version: 2.4.4-1

We believe that the bug you reported is fixed in the latest version of
inn2, which is due to be installed in the Debian FTP archive:

inn2-dev_2.4.4-1_i386.deb
  to pool/main/i/inn2/inn2-dev_2.4.4-1_i386.deb
inn2-inews_2.4.4-1_i386.deb
  to pool/main/i/inn2/inn2-inews_2.4.4-1_i386.deb
inn2_2.4.4-1.diff.gz
  to pool/main/i/inn2/inn2_2.4.4-1.diff.gz
inn2_2.4.4-1.dsc
  to pool/main/i/inn2/inn2_2.4.4-1.dsc
inn2_2.4.4-1_i386.deb
  to pool/main/i/inn2/inn2_2.4.4-1_i386.deb
inn2_2.4.4.orig.tar.gz
  to pool/main/i/inn2/inn2_2.4.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated inn2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Apr 2008 22:01:48 +0200
Source: inn2
Binary: inn2 inn2-inews inn2-dev
Architecture: source i386
Version: 2.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description: 
 inn2       - 'InterNetNews' news server
 inn2-dev   - The libinn.a library, headers and man pages
 inn2-inews - NNTP client news injector, from InterNetNews (INN)
Closes: 407752 444720 455104 455882 471081 475059
Changes: 
 inn2 (2.4.4-1) unstable; urgency=low
 .
   * New upstream STABLE snapshot.
     + Rotates innfeed.log. (Closes: #407752)
     + Make inews not fail if MODE READER fails because the connection has
       not been authenticated yet. (Closes: #475059)
   * Removed S from Default-Stop in the init script. (Closes: #471081)
   * Updated debconf translation: pt. (Closes: #444720)
   * Fixed a typo in the name of debian/inn2.logcheck.violations.ignore.
   * Stop overwriting active.times(5) with a symlink, inn now has it.
   * Fixed many minor issues pointed out by Julien Élie. (Closes: #455882)
   * Removed patches merged upstream: daemonize-ovdb_init,
     fix-crash-on-reload, hashfeeds.
   * Remove /var/lib/news/ on purge. (Closes: #455104)
Checksums-Sha1: 
 b5698426a6e83b807d159c65404c2929d7d5ede9 1078 inn2_2.4.4-1.dsc
 8f8aa50ede00b3702584e595aea87a46890cb87d 1893940 inn2_2.4.4.orig.tar.gz
 54d37653cc5bc6c38781a3e58101c7d15196b798 41884 inn2_2.4.4-1.diff.gz
 cd14b81f4c33f1e8e064ce597cb88ed690d09933 3166692 inn2_2.4.4-1_i386.deb
 bacd7857dacf23fe8adb1a4ea9697a0df752acb8 152100 inn2-inews_2.4.4-1_i386.deb
 374486fa1f3f4fb5b6e01fda174ff3bca5978358 248372 inn2-dev_2.4.4-1_i386.deb
Checksums-Sha256: 
 49bcc975ef1fdc5b33865618b3d4f2808d9d34f58bb6924e21defca590a49f1b 1078 
inn2_2.4.4-1.dsc
 0b1d044d396774fae0b36f661570ce7f5244f285c742ebbaa0ed8d8ab2bd91d8 1893940 
inn2_2.4.4.orig.tar.gz
 7ac93c36fc744fea27a583d6e4954dad4aee817979ff6db6a726063f8043eddb 41884 
inn2_2.4.4-1.diff.gz
 13042a87ba430bd44dad0be828c00acb3c9203acca95b1c6bc636014592aa18f 3166692 
inn2_2.4.4-1_i386.deb
 ca5fbfc08a477fd3450cbf575173d059b25d14dcc97ad3839c9ee0681d809644 152100 
inn2-inews_2.4.4-1_i386.deb
 46fa095d37140089a49c4a35a38d2740739168155afbfc64007070d7279e4803 248372 
inn2-dev_2.4.4-1_i386.deb
Files: 
 0acab7d5708d639cb2aa19687ff88e23 1078 news extra inn2_2.4.4-1.dsc
 f78babdb04eb0c3a02eef421e845227c 1893940 news extra inn2_2.4.4.orig.tar.gz
 42a13e657a2e5e55862449e38f518b14 41884 news extra inn2_2.4.4-1.diff.gz
 4954f614b27e6fb367c64d4524465292 3166692 news extra inn2_2.4.4-1_i386.deb
 d413013b92664869fe13e71bc996146a 152100 news extra inn2-inews_2.4.4-1_i386.deb
 4853ef208217dcaa59fc436398fe0696 248372 devel extra inn2-dev_2.4.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIA7yqFGfw2OHuP7ERAjO4AJ9UhGNPqrUqSmvtcxY/nCSDZkdXtACdFX0G
KjU2AtsNjyETOsfSyrl4scM=
=22q5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to