Debian Patches

Status for inn/1:1.7.2q-50

Patch Description Author Forwarded Bugs Origin Last update
extra_config no
extra_etc no
extra_gpgverify no
extra_send-uucp no
extra_innreport no
extra_doc no
extra_cch no
0_insync_actived no
0_insync_dbz_3.3 no
0_insync_fastrm_symlink no
0_insync_largerhash no
0_insync_misc no
0_insync_overscream no
0_insync_pathfeed no
1_perl_filter_patch no
1_perl_misc no
2_perl_timer diff -ruN inn-1.7.2.orig/innd/art.c inn-1.7.2/innd/art.c no
dbminit_fclose_null prevent fclose(NULL) on dbminit() failure

When fed a bad database, dbminit() could call fclose() on a NULL pointer.
Bug reported by the Mayhem team at CMU.
no
addhist INN can destroy the history database when paused or throttled, because the
history database is closed when INN is in such a mode. It does try to open
the history database briefly, but that's too late.

This patch fixes that: it refuses to do an addhist when the server is throttled,
and it does it in the right way when the server is paused.

Miquel van Smoorenburg <miquels@cistron.nl>, 21-Aug-1997
no
bindaddress no
clientactive.c When posting an article with inews, first the active file is gotten from
the server. Then inews tries to read the distrib.pats file from the server
using CA_listopen. If that _fails_ (no remote copy and no local copy) CAclose
is called by CA_listopen, and CApathname is removed and CAfp closed. Ofcourse
those static variables are references to the active file opened with CAopen()..

The following patch fixes this, but IMO CApathname and CAfp should not
be used at all.

Miquel van Smoorenburg <miquels@cistron.nl>, 23-Mar-1998
no
distribution_crash Re: Distribution bug
You wrote to the Inn-workers mailing list:

>Can somebody send me the patch for fixing the "Distribution: ," bug?
>I need it for the debian INN 1.7.2 package.

Appended is the patch I applied to my Inn-1.7 server.

I hope that helps...

--
Sylvain Robitaille <syl@alcor.concordia.ca> no 2000-01-19
fastrm_allow_symlinks no
fixinterps no
getmodaddr.c no
gnukfreebsd_port Surprisingly, GNU/kFreeBSD has /proc/loadavg and no nlist(3).

diff -ruNp inn-1.7.2.orig/nnrpd/loadave.c inn-1.7.2/nnrpd/loadave.c
no
inet_addr_is_int no
inews-misc no
inewsport diff -ruN inn-1.7.2.orig/frontends/inews.c inn-1.7.2/frontends/inews.c no
inncheck no
innd.c_init_TimeOut no
innwatch_ctlinnd_timeout no
man_sections diff -ruNp inn-1.7.2.orig/dbz/dbz.3z inn-1.7.2/dbz/dbz.3z no
misc_config_files no
misc_inn.conf no
misc_makefiles no
misc_paths.h no
misc_rc.news no
newsgroups_whitespace Patch by Roy Hooper backported from inn 2.x (revision 3236 of 2000-05-13)
to ignore whitespace in Newsgroups headers.

diff -ruNp inn-1.7.2.orig/innd/art.c inn-1.7.2/innd/art.c
no
nnrpd_needs_libcrypt no
nnrpd_perl_edit_headers+bofh This contains part of the BOFH patch by Andrew Gierth and my backport
of the INN 2.x code to modify headers.
no
nntpsend.ctl_in_etc diff -ruN inn-1.7.2.orig/doc/nntpsend.ctl.5 inn-1.7.2/doc/nntpsend.ctl.5 no
no_throttled_rmgroups no
overlapping_strcpy diff -ruN inn-1.7.2.orig/nnrpd/post.c inn-1.7.2/nnrpd/post.c no
parsedate_gcc4 Fixes a FTBFS bug with gcc 4. no
parsedate_y2k no
path_audit no
path_audit_fix diff -urN inn-1.7.2.orig/innd/rc.c inn-1.7.2/innd/rc.c no
poison+remember_trash INN poison and REMEMBER_TRASH patch
I posted this here once before, but now it's been tested and I believe I
can recommend it as stable. This is a merger of Panix's poison patch and
Odd Einar's REMEMBER_TRASH patch. It adds the @pattern syntax for the
hosts.nntp file, so that you can reject U2 postings from unsound peers
with:

peer.name::*,@net.*

entries in hosts.nntp. Posts rejected due to @ or ! entries in hosts.nntp
do not get added to the history file even if REMEMBER_TRASH is set, so if
you later get the same article via a sound path, you'll accept it.

interprets the syntax:

peer.name::@net.*

as rejecting all articles. Be sure to include the initial * in there.

This is a patch against INN 1.7.2-insync-1.1d.
Russ Allbery <rra@stanford.edu> no
posix_arguments diff -ruNp inn-1.7.2.orig/samples/innstat inn-1.7.2/samples/innstat no
rc_initialise_everything diff -ruNp inn-1.7.2.orig/innd/rc.c inn-1.7.2/innd/rc.c no
recommend_ID postings for bookkeeping or other purposes, so they generate them
themselves. But the better place for devising Message-IDs is the
server to guarantee unambiguity. This is a simple NNTP protocol
Message-ID. It can be recognized by the <...@...> syntax.
To utilize this feature, we need better clients, of course.

Patch against: snapshot 19981013
no
rnews_reject_reason diff -ruN inn-1.7.2.orig/frontends/rnews.c inn-1.7.2/frontends/rnews.c no
rnews_unknown Maybe:

inn (1:1.7.2-14) frozen unstable; urgency=medium

* fixed "cant read after 0" bug in rnews.
no
scanlogs_use_innreport diff -ruN inn-1.7.2.orig/samples/scanlogs inn-1.7.2/samples/scanlogs no
sendbatch no
send-uucp no
use_controlchan no
use_strerror diff -ruN inn-1.7.2.orig/config/subst.c inn-1.7.2/config/subst.c no
use_system_prototypes diff -ruNp inn-1.7.2.orig/include/configdata.h inn-1.7.2/include/configdata.h no
wildmat.3 no
xmode INN (1.4unoff4-1) - Miquel van Smoorenburg <miquels@cistron.nl>

* Added "xmode" as alias for "mode"
no
x-trace no
fix_perl510 no
fix_ad_flag honour the Ad flag in newsfeeds

http://inn.eyrie.org/viewcvs/branches/2.4/innd/art.c?r1=7748&r2=7936&pathrev=7936&view=patch
no
modern_sort_args no
siteinfo_format no
fix_perl514 no
fix_perl538 [PATCH] Perl 5.38 compatibility
perl.h in Perl 5.38 STRLEN usage conflicts with the one in macros.h so
we need to include perl.h first
Niko Tyni <ntyni@debian.org> no 2023-07-25
socket_activation no
quieter_shutdown Do not log with LOG_CRIT normal shutdowns no
implicit_pointers implicit pointer conversion for HandleArticle Add a function prototype for HandleArticle() and remove the
existing explicit cast to quiet function pointer conversion
warning which is fatal to the build.
.
implicit pointer conversion xalloc/xrealloc
Perl is using libinn ensure we are including the appropriate headers to
quiet function pointer conversion warning which is fatal to the build.
===================================================================
Andy Whitcroft <apw@ubuntu.com> no
implicit_decls no
format_errors no
check_setuid no

All known versions for source package 'inn'

Links