345
|
1 noffle (1.1.4-3.cvs20030314) unstable; urgency=low
|
342
|
2
|
344
|
3 * Added openbsd-inetd and rlinetd dependency option.
|
345
|
4 * Added french debconf translation, closes: #184779.
|
|
5 Thanks to Philippe Batailler <philippe.batailler@free.fr>.
|
343
|
6 * Updated standards version.
|
342
|
7
|
345
|
8 -- Martin A. Godisch <godisch@debian.org> Fri, 14 Mar 2003 18:15:55 +0100
|
342
|
9
|
338
|
10 noffle (1.1.4-3) unstable; urgency=low
|
322
|
11
|
338
|
12 * Transition to po-debconf, updated build-dependencies.
|
|
13 * Removed dependency on sysvinit.
|
326
|
14 * Added xinetd dependency option and example.
|
335
|
15 * Minor debian/ cleanup.
|
322
|
16
|
338
|
17 -- Martin A. Godisch <godisch@debian.org> Tue, 04 Mar 2003 21:41:51 +0100
|
336
|
18
|
|
19 noffle (1.0.1-1.1.woody.1) stable; urgency=medium
|
|
20
|
|
21 * Fixed init script which broke new noffle installations, closes: #181283.
|
|
22 Explanation: noffle was run as user root in /etc/init.d/noffle, and
|
|
23 created a root-owned lock file, which prevented noffle from being run
|
|
24 as user news from inetd, cron scripts, etc.
|
|
25
|
|
26 -- Martin A. Godisch <godisch@debian.org> Tue, 04 Mar 2003 17:40:10 +0100
|
322
|
27
|
317
|
28 noffle (1.1.4-2) unstable; urgency=low
|
301
|
29
|
310
|
30 * Fixed debconf scripts, closes: #181069.
|
303
|
31 * Clarified init output, closes: #181171.
|
317
|
32 * Added syslog messages, closes: #181320.
|
301
|
33 * Updated debian/rules, incorporated manual patches.
|
315
|
34 * Removed lock directory and noffle.elc on remove/purge.
|
301
|
35 * Added user mailing list address to package description.
|
316
|
36 * Updated maintainer email address.
|
301
|
37
|
317
|
38 -- Martin A. Godisch <godisch@debian.org> Thu, 20 Feb 2003 11:31:10 +0100
|
301
|
39
|
|
40 noffle (1.1.4-1) unstable; urgency=medium
|
|
41
|
|
42 * New upstream release, fixes broken authentication, closes: #180708.
|
|
43 * Removed build-dependency on debhelper.
|
|
44
|
|
45 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 12 Feb 2003 12:26:30 +0100
|
|
46
|
|
47 noffle (1.1.3-1) unstable; urgency=low
|
|
48
|
|
49 * New upstream release.
|
|
50 * Removed some patches which are now in the upstream source.
|
|
51 * Disabled MAINT_BUILD workarounds in debian/rules; they are
|
|
52 not needed, because we do not patch autotools files.
|
|
53
|
|
54 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Fri, 31 Jan 2003 21:09:00 +0100
|
|
55
|
|
56 noffle (1.1.2-2) unstable; urgency=low
|
|
57
|
|
58 * Moved /etc/noffle.conf to /etc/news/noffle.conf, according to policy.
|
|
59 Updated manual pages to reflect the new location.
|
|
60 * Updated and fixed installation scripts.
|
|
61 * Updated debian/rules, debian/copyright, debian/README.Debian.
|
|
62 * Updated description for -g in docs/noffle.1.
|
|
63
|
|
64 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 29 Jan 2003 20:51:44 +0100
|
|
65
|
336
|
66 noffle (1.0.1-1.1) stable-security; urgency=medium
|
|
67
|
|
68 * Non-maintainer upload by the Security Team
|
|
69 * Applied patch from Martin Godisch <godisch@tcs.inf.tu-dresden.de> to
|
|
70 fix buffer overflows. (See Bug#168128)
|
|
71
|
|
72 -- Martin Schulze <joey@infodrom.org> Thu, 23 Jan 2003 10:51:38 +0100
|
|
73
|
301
|
74 noffle (1.1.2-1) unstable; urgency=low
|
|
75
|
|
76 * New maintainer upload, closes: #173756.
|
|
77 * New upstream release:
|
|
78 closes: #120175 (graceful handling of sudden disconnection),
|
|
79 closes: #166559 (filter crosspostings to gmane.spam.detected),
|
|
80 closes: #174882 (--help for ordinary users).
|
|
81 * Updated depends, recommends, suggests, provides, package description,
|
|
82 debhelper compatibility level, Debian standards version.
|
|
83 * Fixed possible strcpy() buffer overflows in src/configfile.c,
|
|
84 src/fetchlist.c, src/protocol.c, src/server.c, closes: #168128.
|
|
85 * Let noffle switch to news:news on startup when root is calling, prevents
|
|
86 root exploits and bad ownerships in the spool directory, e.g. when running
|
|
87 'noffle --query' as root. Removed 'su' in init and cron scripts according
|
|
88 to that change. Group-writeable spool directories are not longer needed.
|
|
89 * Let notification about failed posting preferably be sent to the Reply-To
|
|
90 address, closes: #156952.
|
|
91 * Fixed noffle homepage link, closes: #173743.
|
|
92 * Rewrote config scripts: removed Perl dependency, fixed script idempotency,
|
|
93 closes: #82462, #112225.
|
|
94 * Moved /etc/noffle/conf.debian to /etc/default/noffle, according to policy,
|
|
95 and /etc/noffle/conf to /etc/noffle.conf.
|
|
96 * Moved /var/spool/noffle/lock to /var/lock/noffle, so it will be cleaned on
|
|
97 system startup by /etc/init.d/bootmisc.sh.
|
|
98 * Deprecated /var/log/noffle, since cron.daily's output is logged by syslog
|
|
99 anyway, so syslog's news facility should be used instead.
|
|
100 * Added resource files for slrn and Emacs Gnus, taken from docs/NOTES.
|
|
101 * Removed INSTALL, noffle.lsm, and testing.txt from /usr/share/doc/noffle,
|
|
102 because they do not carry information useful to the end user.
|
|
103 * Added Lintian and Linda overrides to silence warning about news-owned
|
|
104 spool directories.
|
|
105 * Updated README.Debian.
|
|
106 * Added logcheck configuration and debian/watch.
|
|
107 * Thanks to Paul Slootman for sponsoring this package.
|
|
108
|
|
109 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 08 Jan 2003 13:22:10 +0100
|
|
110
|
|
111 noffle (1.0.1-1) unstable; urgency=low
|
|
112
|
|
113 * New upstream release
|
|
114 * This version should fix occasional database corruption.
|
|
115 * Added German template translation; thanks to Sebastian Feltel
|
|
116 <sebastian @ feltel.de>. closes:#101011
|
|
117 * Clarified initial usage in README.Debian. This closes:#100759
|
|
118 but I think that the running as user "news" needs to be detected
|
|
119 int the app (also mentioned in the bug report).
|
|
120 * Clean up permissions of db files in the postinst, and also in the
|
|
121 cron.daily script. closes:#78835
|
|
122 * /etc/noffle/conf and /etc/noffle/conf.debian aren't marked as
|
|
123 conffiles anymore, as they are manipulated by scripts. And they
|
|
124 hardly ever will change anyway.
|
|
125 * Extract current values from config files (if they exist) and put those
|
|
126 into debconf in config script.
|
|
127
|
|
128 -- Paul Slootman <paul@debian.org> Mon, 24 Sep 2001 19:17:48 +0200
|
|
129
|
|
130 noffle (1.0pre8-1) unstable; urgency=low
|
|
131
|
|
132 * New upstream release
|
|
133
|
|
134 -- Paul Slootman <paul@debian.org> Wed, 8 Nov 2000 09:55:38 +0100
|
|
135
|
|
136 noffle (1.0pre7-4) unstable; urgency=low
|
|
137
|
|
138 * Added libgdbmg1-dev to Build-Depends.
|
|
139 * Removed check for mail and sort from configure.in.
|
|
140 The above two changes closes:#72398
|
|
141
|
|
142 -- Paul Slootman <paul@debian.org> Tue, 26 Sep 2000 19:37:45 +0200
|
|
143
|
|
144 noffle (1.0pre7-3) unstable; urgency=low
|
|
145
|
|
146 * Added Build-Depends (debhelper).
|
|
147 * Redirect savelog output to the bit bucket in the cron.daily script.
|
|
148 closes:#71210
|
|
149
|
|
150 -- Paul Slootman <paul@debian.org> Tue, 5 Sep 2000 18:55:43 +0200
|
|
151
|
|
152 noffle (1.0pre7-2) unstable; urgency=low
|
|
153
|
|
154 * Added debconf support. I'm proud of myself :-)
|
|
155 * Changed "LIST ACTIVE" command to just "LIST". Older servers don't
|
|
156 understand the ACTIVE bit. Thanks to Rene H. Larsen for the bug report,
|
|
157 complete with patch. Also forwarded upstream. closes:#70617
|
|
158 * Added --group MAIL to update-inetd command.
|
|
159
|
|
160 -- Paul Slootman <paul@debian.org> Fri, 1 Sep 2000 21:00:11 +0200
|
|
161
|
|
162 noffle (1.0pre7-1) unstable; urgency=low
|
|
163
|
|
164 * New upstream release
|
|
165 * First public version. Lots of tuning still needed.
|
|
166
|
|
167 -- Paul Slootman <paul@debian.org> Wed, 26 Jul 2000 19:13:16 +0200
|
|
168
|
|
169 noffle (1.0pre6-2) unstable; urgency=low
|
|
170
|
|
171 * First version with some real debian stuff (postinst etc.)
|
|
172
|
|
173 -- Paul Slootman <paul@debian.org> Tue, 25 Jul 2000 22:03:34 +0200
|
|
174
|
|
175 noffle (1.0pre6-1) unstable; urgency=low
|
|
176
|
|
177 * Initial Release.
|
|
178 * Only for experimentiing.
|
|
179
|
|
180 -- Paul Slootman <paul@debian.org> Fri, 23 Jun 2000 12:00:59 +0200
|
|
181
|