/[MITgcm]/MITgcm_contrib/mpack_src/mpack-1.6-4/changelog
ViewVC logotype

Contents of /MITgcm_contrib/mpack_src/mpack-1.6-4/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 23 20:22:57 2008 UTC (17 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
- get new version from: http://packages.qa.debian.org/m/mpack.html
  (files: mpack_1.6.orig.tar.gz, mpack_1.6-4.diff.gz, mpack_1.6-4.dsc)
  and apply patch 'mpack_1.6-4.diff' to original dir: mpack_1.6/
- this fix the MD5 coding on 64.bit platforms (well, seems to).
- added in Contrib to allow separate test (since building mpack seems fishy)

1 mpack (1.6-4) unstable; urgency=low
2
3 * Fixed "munpack no longer preserves filename". Closes: #212283, #356457.
4 Patch by Ian Bygrave <ian@bygrave.me.uk>.
5
6 -- Anibal Monsalve Salazar <anibal@debian.org> Sat, 22 Jul 2006 13:42:22 +1000
7
8 mpack (1.6-3) unstable; urgency=low
9
10 * Set Standards-Version to 3.7.2.
11 * Fixed "New option -a", closes: #184506. Patch by
12 James A Morrison <ja2morri@student.math.uwaterloo.ca>.
13 * Fixed "mpack -o /dev/stdout", closes: #303952.
14 Patch by "Sven Rudolph" <rudsve@drewag.de>.
15
16 -- Anibal Monsalve Salazar <anibal@debian.org> Sun, 25 Jun 2006 09:44:26 +1000
17
18 mpack (1.6-2) unstable; urgency=low
19
20 * New maintainer, closes: #353129.
21 * ACKed NMUs.
22 - "NMU patch", closes: #321685.
23 - "FTBFS with gcc-3.4: conflicting types for 'malloc'", closes: #260652.
24 - "implicit function declarations are evil", closes: #153187.
25 - "Please remove inewsinn from Suggests", closes: #243737.
26 - "'man munpack' typo: Supresses", closes: #311460.
27 * Fixed the following linda errors:
28 - E: mpack; Binary /usr/bin/mpack contains unneeded section comment.
29 - E: mpack; Binary /usr/bin/munpack contains unneeded section comment.
30 * Set priority to standard and added homepage to description.
31 * Added watch file.
32
33 -- Anibal Monsalve Salazar <anibal@debian.org> Fri, 17 Feb 2006 08:13:08 +1100
34
35 mpack (1.6-1.1) unstable; urgency=low
36
37 * Non-maintainer upload.
38 * Include patch by Daniel Schepler (based on earlier patches
39 by Roger Leigh and Andreas Jochens) to fix FTBFS with
40 gcc 4.0 (Closes: #260652) and other code problems
41 (Closes: #153187)
42 * Change priority to optional, I see no reason why this should be
43 standard.
44 * Remove inewsinn from suggests as it isn't in the archive anymore
45 (Closes: #243737)
46 * Fix typo in munpack man page (Closes: #311460)
47 * Bump Standards-Version to 3.6.2 (no changes)
48
49 -- Frank Lichtenheld <djpig@debian.org> Sat, 6 Aug 2005 23:12:56 +0200
50
51 mpack (1.6-1) unstable; urgency=low
52
53 * New upstream version, incorporating a number of Debian patches.
54 * Forward ported Debian patches:
55 - /usr/tmp to /var/tmp
56 - unixpk.c: Don't declare extern int errno
57 * munpack: Mention -t in usage info. Closes: #182825, reported by
58 Dan Jacobson.
59 * Minor changes to function prototypes to fix the more alarming warnings.
60 * Invoke configure instead of just make, now that upstream uses autoconf.
61 * debian/rules: clean now deletes some autoconf junk.
62 * debian/rules: update DEB_BUILD_OPTIONS support to noopt and nostrip.
63 * debian/control: Recommend uudeview instead.
64 * Dropped postinst and prerm, since /usr/doc symlinks are no longer needed.
65 * debian/control: Update to standards version 3.6.0.
66
67 -- Richard Braakman <dark@xs4all.nl> Fri, 25 Jul 2003 19:35:28 +0300
68
69 mpack (1.5-9) unstable; urgency=low
70
71 * Handle empty parameter lists without crashing, such as in
72 "Content-Type: text/plain;". Thanks to Henry Grebler for
73 finding this bug.
74 * [SECURITY] Do not accept disposition filenames like "../a".
75 Security impact is limited because only a single leading "../"
76 was accepted. (closes #134210, reported by Herbert Xu)
77
78 -- Richard Braakman <dark@xs4all.nl> Wed, 17 Jul 2002 12:01:31 +0300
79
80 mpack (1.5-8) unstable; urgency=high
81
82 * [SECURITY] Fix buffer overflows in parsing of MIME headers.
83 * Removed emacs variables from the end of this changelog file.
84
85 -- Richard Braakman <dark@xs4all.nl> Tue, 16 Jul 2002 01:50:55 +0300
86
87 mpack (1.5-7) unstable; urgency=low
88
89 * Only declare "extern int errno" if errno is not a macro.
90
91 -- Richard Braakman <dark@xs4all.nl> Sun, 20 May 2001 19:30:45 +0300
92
93 mpack (1.5-6) unstable; urgency=low
94
95 * Made /var/tmp the default temp directory for mpack, just like
96 it is for munpack. It used to be /tmp. Also fixed the mpack
97 manpage, which used to say /usr/tmp. Spotted by Alex King.
98 (closes #81997)
99 * Moved manpages to /usr/share.
100 * Made debian/rules sensitive to DEB_BUILD_OPTIONS environment variable.
101 * Moved documentation to /usr/share/doc/mpack.
102 * debian/postinst, prerm: Handle compatibility symlink /usr/doc/mpack.
103 * Set Standards-Version to 3.2.1.
104
105 -- Richard Braakman <dark@xs4all.nl> Sun, 28 Jan 2001 12:31:17 +0200
106
107 mpack (1.5-5) unstable; urgency=low
108
109 * Removed README.Debian and moved some bits of it to the copyright file.
110 * Standards-Version 2.4.0.0.
111
112 -- Richard Braakman <dark@xs4all.nl> Sat, 7 Feb 1998 12:39:11 +0100
113
114 mpack (1.5-4) unstable; urgency=low
115
116 * Changed TMPDIR default from /usr/tmp to /var/tmp for FSSTND compliance.
117 * Upgraded to policy version 2.3.0.1.
118 * Renamed README.debian to README.Debian.
119 * Don't use debmake.
120
121 -- Richard Braakman <dark@xs4all.nl> Sun, 18 Jan 1998 02:03:47 +0100
122
123 mpack (1.5-3) unstable; urgency=low
124
125 * Only Suggest rather than Recommend (#5628, #6616, #6881)
126 * Don't stall on non-printable characters in Subject: header (#11148)
127 * Upgraded to policy version 2.1.2.2
128 * Changed to new source format (#9450)
129 * New maintainer
130
131 -- Richard Braakman <dark@xs4all.nl> Mon, 14 Jul 1997 21:52:05 +0200

  ViewVC Help
Powered by ViewVC 1.1.22