1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
|
inn2 (2.2.2.2000.01.31-5) stable; urgency=medium
* apply patch from Taketoshi Sano that fixes posting problem introduced
in the -4.1 security fix, closes: #83888, #85482
-- Bdale Garbee <bdale@gag.com> Sun, 1 Apr 2001 12:19:16 -0600
inn2 (2.2.2.2000.01.31-4.1) stable; urgency=high
* Non-maintainer upload by Security Team
* Backported security bugfix from WireX/Immunix that fixes several
temporary file vulnerabilities.
* Backported another security bugfix that fixes a vulnerability in
verifycancel
* Applied patch by Andi Kleen prohibiting innd from crash for two byte
headers
* Hax0red configure to not fail on arm anymore
-- Martin Schulze <joey@finlandia.infodrom.north.de> Fri, 26 Jan 2001 23:43:11 +0100
inn2 (2.2.2.2000.01.31-4) frozen unstable; urgency=low
* add code to the postinst that calls 'hostname --fqdn' to make sure we can
determine the FQDN before we try to start the daemon. Not doing this
caused installs to fail on poorly-configured systems. Closes: #64681
* target frozen since this was tagged important, and could indeed cause an
install or upgrade to fail in some (relatively rare?) cases.
-- Bdale Garbee <bdale@gag.com> Fri, 26 May 2000 21:32:01 -0600
inn2 (2.2.2.2000.01.31-3) frozen unstable; urgency=low
* target frozen since these are release critical
* fix a variety of permission problems including /var/lib/news,
closes: #61077
* permit world execute of /usr/bin/rnews, closes: #61409
-- Bdale Garbee <bdale@gag.com> Thu, 6 Apr 2000 23:17:56 -0600
inn2 (2.2.2.2000.01.31-2) frozen unstable; urgency=low
* target frozen since one of these is release critical
* fix owner, group, and permissions of /var/run/news on fresh installs,
closes: #61030
* minor tweak to default inn.conf so build host isn't the value of pathhost
on new installs, closes: #60779
* fix owner, group, and permissions of /usr/bin/rnews so that it actually
works, closes: #58964
-- Bdale Garbee <bdale@gag.com> Fri, 24 Mar 2000 01:01:57 -0700
inn2 (2.2.2.2000.01.31-1) frozen unstable; urgency=low
* target frozen since some of the bug fixes here qualify as release critical
* roll to current stable CVS snapshot to acquire bug fixes (some significant)
since 2.2.2 release, closes: #55581
* tag many scripts in /usr/lib/news/ as conffiles, so changes aren't lost on
upgrades. This makes particularly good sense given the apparent upstream
attitude that whacking scripts to configure a system is reasonable. Add
lintian overrides since it calls conffiles under /usr errors.
Closes: #55723, #56385
* have inn2 "provide inn" so that other packages that depend on inn don't
get frustrated with us, closes: #56040
* add -L to innflags and turn controlchan on in default inn.conf (to match
what we're shipping in default newsfeeds file), closes: #56383, #56384
* don't remove /usr/lib/news explicitly in postrm, since other packages need
it, closes: #55467
-- Bdale Garbee <bdale@gag.com> Mon, 31 Jan 2000 23:48:44 -0700
inn2 (2.2.2-4) frozen unstable; urgency=low
* change package names from inn to inn2 as part of Debian INN peace project,
which will reinstate 1.7.2 as 'inn'. Target frozen so we ship both 1.7.2
and 2.2.2 with potato!
* add suitable conflicts with inn 1.X packages, leaving check for old
versions in preinst along since it does no harm
* add task-news-server to help new installs target inn2 by default
-- Bdale Garbee <bdale@gag.com> Wed, 19 Jan 2000 11:07:16 -0700
inn (2.2.2-3) frozen unstable; urgency=low
* target frozen since this fixes multiple release-critical bugs
* inewsinn needs to provide inews, closes: #55349
* fix rnews path in all innshellvars flavors, closes: #55307
* since rnews uses nnrpdpostport, inews should also, closes: #54975
* allow inews to work when talking to servers that require authentication
for the "mode reader" command, closes: #31145
* add some more information to README.Debian, and include an explicit
pointer to it from the upgrade check in the preinst
* remove needless leftover example maintainer scripts in debian/Examples
-- Bdale Garbee <bdale@gag.com> Sun, 16 Jan 2000 14:43:12 -0700
inn (2.2.2-2) unstable; urgency=low
* move more config files and related man pages from package inn to inewsinn
so that inews works correctly, closes: #55159
* flag /etc/cron.d/inn as a conffile
* reviewing / closing bugs in inn reported against prior versions that are
fixed or no longer relevant in 2.2.2 ...
* innwatch startup is cleaner than it used to be, closes: #21586, #32416
* logging id different than it used to be, closes: #24504
* expire.ctl doesn't have sequence problem any more, closes: #37737
* Old hosts.nntp and hosts.nntp.nolimit are merged, closes: #48739
* nntpsend.ctl no longer specifies the path, closes: #49673
* startup works fine now, closes: #51944
* control.ctl template is new, and correct, closes: #54526
* crosspost and overview directories are correct, closes: #55062
* history corruption problem should be long since fixed, closes: #11614
* client timeout is set to 10 minutes in /etc/news/inn.conf file by default,
which seems pretty reasonable, and is easy to change. Closes: #12358
* the ancient problem with ctlinnd rmgroup appears fixed, closes: #12559
* the current GetFQDN code appears to be coded to work in more cases than
it once was, closes: #29695
* we use a cron.d script now, so send-uucp, et al, can be scheduled on any
desired interval. Closes: #43016
-- Bdale Garbee <bdale@gag.com> Sat, 15 Jan 2000 01:18:17 -0700
inn (2.2.2-1) unstable; urgency=low
* New upstream release. Enough has changed since the 1.7.2 release that
this is repackaged entirely from scratch.
Closes: #25936, #26255, #43546, #52672, #43896, #54609, #54759
* patch lib/parsedate.y to include "y2k fix" relating to acceptance of
articles with year of 1900. Closes: #53813
* postinst no longer prompts on upgrades, closes: #26659, #44918, #37888
* much newer innfeed, now integrated with inn sources, closes: #14326
* install docs revised, formatted version provided, closes: #43898
* large warning in preinst about upgrades from prior revisions of Debian
INN package requiring manual intervention. The degree of assistance
will improve in future uploads, but may never be fully automatic.
-- Bdale Garbee <bdale@gag.com> Wed, 22 Dec 1999 02:22:33 -0700
inn (1.7.2-12) unstable; urgency=low
* update to reflect current policy
* inndstart *is* provided setuid root, closes: #51944
* fix path in nntpsend.ctl.5, closes: #49673
* if we're upgrading, don't stop to ask user, just use existing config
information, closes: #44918
* deliver Install.txt instead of Install.ms into the doc directory,
closes: #43898
-- Bdale Garbee <bdale@gag.com> Sun, 5 Dec 1999 20:46:07 -0700
inn (1.7.2-11) unstable; urgency=high
* patch to inews.c to fix buffer overrun problem from Martin Schulze
-- Bdale Garbee <bdale@gag.com> Mon, 6 Sep 1999 13:35:19 -0600
inn (1.7.2-10) unstable; urgency=low
* rebuild to depend on perl 5.005, closes 41469, 41925, 41943.
* update postinst text to eliminate version bogosity, closes 41585.
* fix sample sendbatch, closes 41596
* fix source-archive clause in sample newsfeeds file, closes 37862.
* document nntpport, closes 28588.
* fix type of inet_addr to reflect current libc.
-- Bdale Garbee <bdale@gag.com> Mon, 2 Aug 1999 01:22:23 -0600
inn (1.7.2-9) unstable; urgency=low
* fold in Roman Hodek's changes from his 6.1 NMU, closing 38621. This
fixes an ugly i386 dependency in the way inn calls Perl.
* update perl dependency managment to try and cope with new perl policy
-- Bdale Garbee <bdale@gag.com> Sat, 17 Jul 1999 17:13:05 -0600
inn (1.7.2-6) unstable; urgency=low
* new maintainer
* clean up a few lintian complaints
* folding in changes from Christian Kurz that he called -5. We'll call this
-6 even though his changes were not widely distributed, just to avoid any
confusion:
Removed X-Server-Date-Patch as it's not needed.
default moderation address add to /etc/news/moderators (closes: #24549)
Inn now depends on perl (closes: #27754, #32313)
Added gunbatch for gzipped batches (closes: #29899)
Changed debian/rules so inncheck runs without errors.
Added Perl-Support to Inn (closes: #26254)
Changed the examples
-- Bdale Garbee <bdale@gag.com> Wed, 26 May 1999 15:18:53 -0600
inn (1.7.2-4) frozen unstable; urgency=medium
* Fixes:
#21583: inn: inn must replace inewsinn
#20763: inn sends me `not running' and `now running' each night
#21342: inn: install probs
#21582: inn: incorrect prerm fail-upgrade action
#21584: inn: postinst doesn't know abort-upgrade
#20048: inn: poison and REMEMBER_TRASH patch
#21644: inn: a way to not receive certain groups
* Wrt bug #20763: the ctlinnd timeout in innwatch has been increased
to 300 seconds (5 minutes). Hopefully that is enough.. There is no
good alternative, the fact that INN is slow while renumbering is
a basic design flaw. (Though the abp-scheduler patch might help)
-- Miquel van Smoorenburg <miquels@cistron.nl> Fri, 22 May 1998 19:52:55 +0200
inn (1.7.2-3) frozen unstable; urgency=medium
* Move moderators from inewsinn to inn. The server should keep the
moderators data, not inews.
* Fix lib/clientactive.c (still yucky, but should work..)
* Include latest pgpverify script, 1.9, and manpage
* Fix security hole (/tmp/pgp$$) in pgpverify script
* Fixes:
#18579: I can't uninstall INN package
#19776: inn.prerm buggy typos bah!
#18724: inn: /etc/init.d/inn contains sed that never terminates
#19206: inn: Crontab modifications not preserved
#20423: inn: error in removing
#20653: inn: Bug in send-uucp.pl, patch included
#20792: INN: Wrong sfnet maintainer
#20436: inn: on line 16 of the prerm script there is "fi" instead of "esac"
-- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 15 Apr 1998 17:34:23 +0200
inn (1.7.2-2) unstable; urgency=low
* Change over to new crontab -l method
* Fix (pre|post)(inst|rm) scripts in several ways
* Fix inewsinn inn.conf installation
* Set NNRP_DBZINCORE_DELAY to -1
* Fix lintian warnings
Fixes:
#18120: inn: Inn's crontab file should be a conffile
-- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 19 Feb 1998 22:46:25 +0100
inn (1.7.2-1) unstable; urgency=low
* New upstream version
* Fix crontab -l | tail +4
* Fixes bugs:
#15889: /etc/news/inn.conf missing
#16128: manpage uncompressed
#15103: egrep incorrectly searched in /bin by innshellvars*
#14404: /usr/doc/$(PACKAGE)/copyright should not be compressed
-- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 5 Feb 1998 12:52:14 +0100
inn (1.7-1) unstable; urgency=low
* New upstream version
* Fixed bugs:
#9264: Unresolved dependency report for inn
#9315: inn: /etc/news/innshellvars* add /usr/ucb to the PATH
#9832: INN 1.5.1-1 throttled rmgroup really shreds active file ?
#10196: inn: inews complains about missnig subject header when there is one
#10505: Moderated postings fail
#11042: error in /usr/doc/inn/inn-README
#11057: inn: Confusing/dangerous instructions
#11453: inn: max signature length
#11691: libc6
#11851: inn: Documentation for send-uucp.pl
#11852: inn: nntpsend looks for wrong config file
#11900: INN creates `local.*' by default
#11948: inn: nntpsend does not works
#12513: inewsinn should insert a linebreak
#13161: inn-makehistory - Bus error
#13425: inn: egrep moved to /bin
#13488: inewsinn: directs user to docs in a package it doesn't require
#13616: /etc/init.d/inn, /etc/news/hosts.nntp.nolimit are not conffiles
#13781: Can't feed by send-uucp.pl with ihave/sendme.
#13831: inn: scanlogs depends on hard coded path for egrep
#13899: inn: inn uses /usr/bin/egrep, grep doesn't provide that any longer
* Added BUFFSET fix
-- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 22 Oct 1997 14:08:37 +0200
inn (1.5.1-5) unstable; urgency=high
* Fixed sendbatch script (comment in between backtics is illegal)
* libc6 version
-- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 10 Sep 1997 16:31:37 +0200
inn (1.5.1-4) stable unstable; urgency=high
* Add new security patch (with fixed STRCPY): inn-1.5.1-bufferoverflow.patch4
* Applied null-pointer.patch from Michael Shields
* Upped SIG_MAXLINES in configdata.h to 8
* Fix inn-README (perl example). Fixes bug #11042
* Update inn-README and postinst to fix bug #11057
* Make ctlinnd addhist work in paused mode, and fail in throttled mode
* Change ID string
-- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 21 Aug 1997 12:37:48 +0200
inn (1.5.1-3) stable unstable; urgency=high
* Add changelogs to docdir
* innshellvars*: change /usr/ucb -> /usr/sbin (Bug#9315)
* Changed Recommends: pgp to Suggests: (Bug#9264)
* Fix inews to fallback on local moderators file (Bug#10505)
* Fix buffer overruns all over the place
-- Miquel van Smoorenburg <miquels@cistron.nl> Thu, 24 Jul 1997 18:29:33 +0200
inn (1.5.1-2) frozen unstable; urgency=high
* Added security-patch.05 (mailx tilde exploit)
* inewsinn no longer conflicts: inn so installation should no
longer remove your original inn-1.4 package (and configuration).
Expect some dpkg trouble when upgrading from 1.4unoff4 to 1.5.1-2 though.
* Always create .incoming/.outgoing symlinks for backwards compat.
* Do not change ownerships/modes of existing directories
* Fix ownerships/modes of rnews, innd, inndstart, in.nnrpd
* Fix /etc/init.d/inn to comply with console messages standard
* Fix /usr/lib/news/bin/sendbatch
* Fix scanlogs not to nuke active file if log/news/OLD isn't there
* Console messages are a bit more standard now
* Use start-stop-daemon to kill innwatch in /etc/init.d/inn
* Fixed up inncheck - it almost doesn't complain anymore
-- Miquel van Smoorenburg <miquels@cistron.nl> Mon, 28 Apr 1997 13:58:16 +0200
inn (1.5.1-1) unstable; urgency=low
* Upgraded to 1.5.1
* Fixed Bug#6387: expire-with-symlinks problem
* Fixed Bug#6246: inewsinn reconfigures on update
* Moved /var/spool/news,/var/lib/news back into package
* Saves removed conffiles in preinst, restores in postinst
* Set LIKE_PULLERS to DO
* Remove manpage stubs that are now real manpages
* Fix options to sendmail in _PATH_SENDMAIL
* Removed subdirectories from debian/
* create /var/log/news/OLD in postinst
* Fixed most if not all other outstanding bugs
-- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 5 Feb 1997 10:58:16 +0100
inn (1.5-1) unstable; urgency=low
* Upgraded to 1.5
* Undid most patches to 1.4unoff4 because they are in 1.5 proper.
* Added security patch
* Added X-Server-Date: patch
* inn now depends on inewsinn
* Fixed all other outstanding bugs (well, almost).
-- Miquel van Smoorenburg <miquels@cistron.nl> Tue, 17 Dec 1996 16:56:37 +0100
inn (1.4unoff4-2) unstable; urgency=low
* Added inn-dev package for libinn.a and manpages.
* Increased hash table size in expire.c to 2048 (was 128)
* Moved ctlinnd to /usr/sbin
* Moved to new source packaging scheme
-- Miquel van Smoorenburg <miquels@cistron.nl> Wed, 06 Oct 1996 15:38:30 +0200
INN (1.4unoff4-1) - Miquel van Smoorenburg <miquels@cistron.nl>
* Took out the Linux 1.2 patches I put in unoff3.
* added the 64 bits patch (for Linux/Alpha)
* There are some other minor patches for Linux/Alpha
* Added "xmode" as alias for "mode"
* Using MMAP and setsockopt() now - NEEDS 1.3 kernel !
INN (1.4unoff3-1) - Miquel van Smoorenburg <miquels@cistron.nl>
* Took inn1.4sec-8 and 1.4unoff3, folded in some Linux and
other patches.
* Changed all makefiles to support a "prefix" variable for install
* Removed the hacks in debian.rules for installation
* Locks are in /var/run/innd
* Rewrote post install script.
inn (1.4sec-8); priority=MEDIUM
* postinst configuration completely redone. It now sets up a minimal
local installation for you.
* prerm now exists and shuts the server down.
* init scripts changed to System V scheme.
* Descriptions in control files expanded.
* Package now contains /var/lock/news, and uses /var/log (not /var/adm).
* inewsinn postinst looks at and can write /etc/mailname.
INN 1.4sec Debian 7 - iwj
* libinn.a, <inn/*.h>, inn-sys2nf and inn-feedone installed
(in /usr/lib, /usr/include and /usr/bin).
INN 1.4sec Debian 6 - iwj
* innwatch now started by /etc/rc.misc/news.
* inewsinn postinst minor typos fixed.
* Leftover file `t' removed from source and diff distributions.
INN 1.4sec Debian 5 - iwj
* Added documentation about making active and history files.
* Added monthly makehistory -ru crontab run.
* Made postinst always do crontab -u news /etc/news/crontab .
* Removed HAVE_UNIX_DOMAIN - AF_UNIX+SOCK_DGRAM still broken in Linux.
* Fixed /usr/lib/news/bin/inncheck to conform to our permissions scheme.
* Added manpage links for makeactive(8), makehistory(8), newsrequeue(8).
* /var/adm/news now part of package.
INN 1.4sec Debian 4 - iwj
* Added $|=1 to inewsinn postinst script; a few cosmetic fixes.
INN 1.4sec Debian 3 - iwj
* Removed `inet' groups from distrib.pats.
* Put more version number information in ../*.{deb,gz} filenames.
* Added Package_Revision field to `control' file.
* Rationalised debian.rules somewhat, and added `build' stamp file.
* Permissions rationalised.
* Changed /etc/rc.d/rc.news to /etc/rc.misc/news.
* postinst calls Perl as /usr/bin/perl.
* Added this Changelog.
INN 1.4sec Debian 2 - iwj
* inews moved to /usr/bin; rnews moved to /usr/sbin.
* fixed nntpsend not to use PPID variable (it's a bash builtin).
INN 1.4sec Debian 1 - iwj
Initial release, completely untested.
Local variables:
mode: debian-changelog
End:
|