Package: uudeview / 0.5.20-9

Metadata

Package Version Patches format
uudeview 0.5.20-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_xdeview_global_MIME.diff | (download)

tcl/xdeview | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 patch xdeview to know where debian mime info is kept.
013_prefer_rename.diff | (download)

uulib/uulib.c | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

 use rename() in preference to copy if possible.
 See 0.5.19+beta20030413-1.
016_document_ v.diff | (download)

man/uudeview.1 | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 add description of -v option to uudeview(1).
 0.5.19+beta20030413-2
017_use_hevea.diff | (download)

doc/Makefile | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 use hevea instead of latex2html, now that latter has moved to
 non-free.
 0.5.19+beta20030413-2
019_long_headers.diff | (download)

uulib/uulib.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix problem with long headers causing
 duplicate output in text files.
 See 0.5.20-1.
022_epsfig.sty.diff | (download)

doc/library.ltx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build problem caused by removal of psfig.sty.
 0.5.20-2
025_CAN 2004 2265.diff | (download)

unix/uudeview.c | 2 1 + 1 - 0 !
uulib/uunconc.c | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 can-2004-2265
 Fix possible (but highly unlikely) race in temporary file generation
 (CAN-2004-2265), by passing the "x" (O_EXCL) flag to fopen when opening
 such files. (Closes: #320541)
 0.5.20-2.1
028_suspicious_file.patch | (download)

uulib/uunconc.c | 3 3 + 0 - 0 !
uulib/uustring.c | 1 1 + 0 - 0 !
uulib/uustring.h | 1 1 + 0 - 0 !
3 files changed, 5 insertions(+)

 suspicious-file patch from 0.5.20-3
 Add file open information so that if S_DATA_SUSPICIOUS message.occurs,
 the name of the bad file is printed. There is probablly a better method
 but I did not see how to obtain the filename from within the function.
031_do_not_force_overwrite.diff | (download)

unix/uudeview.c | 10 3 + 7 - 0 !
1 file changed, 3 insertions(+), 7 deletions(-)

 don't force overwrite mode if auto-rename enabled.
 0.5.20-3
034_do_not_ignore_special_chars.diff | (download)

uulib/uuscan.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 don't ignore special chars when parsing mime.
 0.5.20-3
037_CVE 2008 2266_symlink.diff | (download)

configure.in | 1 1 + 0 - 0 !
unix/uudeview.c | 27 27 + 0 - 0 !
uulib/configure.in | 1 1 + 0 - 0 !
uulib/uunconc.c | 55 55 + 0 - 0 !
4 files changed, 84 insertions(+)

 fixed a classical tempfile symlink attack vulnerability in libuu.
 See Version: 0.5.20-3.1.
040_add_shared_lib.diff | (download)

Makefile.in | 24 9 + 15 - 0 !
configure.in | 2 1 + 1 - 0 !
tcl/Makefile.in | 22 10 + 12 - 0 !
unix/Makefile.in | 26 12 + 14 - 0 !
uulib/Makefile.in | 19 16 + 3 - 0 !
5 files changed, 48 insertions(+), 45 deletions(-)

 build shlib, use ac_prog_install
043_string_format_issue.diff | (download)

unix/uuenview.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix potential security issue (arbitrary string being passed
 as a format string to fprintf).
046_typoes.diff | (download)

acconfig.h | 2 1 + 1 - 0 !
doc/library.ltx | 2 1 + 1 - 0 !
inews/inews.c | 2 1 + 1 - 0 !
inews/nntp.h | 2 1 + 1 - 0 !
man/uudeview.1 | 2 1 + 1 - 0 !
man/uuenview.1 | 2 1 + 1 - 0 !
man/xdeview.1 | 4 2 + 2 - 0 !
tcl/xdeview | 16 8 + 8 - 0 !
unix/uuenview.c | 4 2 + 2 - 0 !
uulib/acconfig.h | 2 1 + 1 - 0 !
uulib/uuscan.c | 2 1 + 1 - 0 !
11 files changed, 20 insertions(+), 20 deletions(-)

 multiple typo fixes, found by lintian.
048_improved_doc_for_ a_option.diff | (download)

man/uuenview.1 | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 improve on documentation for uuenview -a.