Package: mpack / 1.6-19

Metadata

Package Version Patches format
mpack 1.6-19 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_legacy.patch | (download)

README.unix | 2 1 + 1 - 0 !
codes.c | 2 1 + 1 - 0 !
decode.c | 34 30 + 4 - 0 !
encode.c | 22 13 + 9 - 0 !
magic.c | 1 1 + 0 - 0 !
md5.h | 6 4 + 2 - 0 !
mkreadme.pl | 2 1 + 1 - 0 !
part.c | 9 4 + 5 - 0 !
unixos.c | 29 21 + 8 - 0 !
unixpk.c | 25 17 + 8 - 0 !
unixpk.man | 15 14 + 1 - 0 !
unixunpk.c | 10 6 + 4 - 0 !
unixunpk.man | 4 2 + 2 - 0 !
uudecode.c | 27 22 + 5 - 0 !
xmalloc.c | 6 3 + 3 - 0 !
15 files changed, 140 insertions(+), 54 deletions(-)

 changed directory to store temporary files to /tmp.
02_fix permissions.patch | (download)

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

 fix permissions.
03_specify filename replacement character.patch | (download)

unixos.c | 5 3 + 2 - 0 !
unixunpk.c | 10 8 + 2 - 0 !
unixunpk.man | 9 9 + 0 - 0 !
3 files changed, 20 insertions(+), 4 deletions(-)

 allow user to specify filename replacement character.
04_fix return error code.patch | (download)

unixunpk.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 munpack should return 1 on errors.
05_include bug report in manpages.patch | (download)

unixpk.man | 2 2 + 0 - 0 !
unixunpk.man | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 include bug report email in manpages.
06_fix makefile.patch | (download)

Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix makefile so the package can be built with debhelper.
07_fix decode base64 attachment.patch | (download)

decode.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix munpack fail to decode a base64 attachment
 It's a patch for a bug in Ubuntu but it also affects Debian.
08_fix mime version.patch | (download)

encode.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix non-standard use of mime-version in mail headers
09_remove debugging message.patch | (download)

unixunpk.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove a message used for debugging purposes only left behind
manpage fixes.patch | (download)

unixpk.man | 41 22 + 19 - 0 !
unixunpk.man | 122 68 + 54 - 0 !
2 files changed, 90 insertions(+), 73 deletions(-)

 editorial changes