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
|
zip (3.0-12) unstable; urgency=medium
* Rename all debian/patches/* to have .patch ending.
* Fix manpage typo (amgibuities -> ambiguities).
* Update dependency on debhelper.
-- Santiago Vila <sanvila@debian.org> Tue, 02 Feb 2021 22:47:00 +0100
zip (3.0-11) unstable; urgency=medium
* Ship a debian/copyright file in source package instead of generating
it a build time. Closes: #795569.
-- Santiago Vila <sanvila@debian.org> Sun, 16 Aug 2015 23:38:04 +0200
zip (3.0-10) unstable; urgency=medium
* Remove build date embedded in binary to make the build reproducible.
One should really look at jenkins.debian.net. Closes: #779042.
-- Santiago Vila <sanvila@debian.org> Sun, 17 May 2015 15:35:52 +0200
zip (3.0-9) unstable; urgency=medium
* Switch to dh. Package should now build reproducibly. Closes: #779042.
-- Santiago Vila <sanvila@debian.org> Sun, 17 May 2015 12:41:32 +0200
zip (3.0-8) unstable; urgency=low
* Dropped copyright sentence saying zcrypt was in the public domain.
The whole zip package is now under Info-ZIP license.
* Added recommended targets build-arch and build-indep.
* Dropped obsolete Conflicts and Replaces on zip-crypt, for which
the last version was a dummy transitional package.
* The copyright file is generated from copyright.in at build time.
Added lintian override for no-debian-copyright.
-- Santiago Vila <sanvila@debian.org> Mon, 14 Oct 2013 18:51:24 +0200
zip (3.0-7) unstable; urgency=low
* Use the right strip command when cross-building. Closes: #695429.
-- Santiago Vila <sanvila@debian.org> Sun, 24 Feb 2013 17:12:14 +0100
zip (3.0-6) unstable; urgency=low
* Added Multi-Arch: foreign.
-- Santiago Vila <sanvila@debian.org> Sat, 30 Jun 2012 14:20:38 +0200
zip (3.0-5) unstable; urgency=low
* Build with hardening flags. Closes: #673476.
-- Santiago Vila <sanvila@debian.org> Mon, 21 May 2012 19:17:26 +0200
zip (3.0-4) unstable; urgency=low
* zipnote.c: Close `in_file' instead of undefined file `x'.
Should make zipnote to work again. Closes: #628594.
-- Santiago Vila <sanvila@debian.org> Thu, 09 Jun 2011 15:30:08 +0200
zip (3.0-3) unstable; urgency=low
* Added homepage field to control file.
* Switch to 3.0 (quilt) source format.
* Support cross-build.
-- Santiago Vila <sanvila@debian.org> Sun, 21 Feb 2010 17:08:02 +0100
zip (3.0-2) unstable; urgency=low
* Fixed two manpage spelling errors (lintian warning).
* Mark old changelog entries as such (lintian warning).
* Remove .comment section from executables (lintian warning).
* Added stack markings to avoid executable stack. Closes: #528280.
* Added bzip2 support. Use "-Z bzip2" on the command line to enable it.
-- Santiago Vila <sanvila@debian.org> Mon, 08 Feb 2010 17:51:18 +0100
zip (3.0-1) unstable; urgency=low
* New upstream release. Closes: #496986, #520562.
* This release has large file support. Closes: #308345.
* zipcloak, zipnote and zipsplit have now manpages. Closes: #411828.
* Warning: If you use any of the new features, you might need unzip 6.0
(not released yet) for unzipping. You have been warned.
-- Santiago Vila <sanvila@debian.org> Sat, 11 Apr 2009 20:27:34 +0200
zip (2.32-1) unstable; urgency=low
* New upstream release.
* Changed unix/configure to not break DEB_BUILD_OPTIONS.
-- Santiago Vila <sanvila@debian.org> Thu, 6 Jul 2006 18:53:40 +0200
zip (2.31-3) unstable; urgency=low
* Put manpages in section 1, not 1L (Closes: #308045).
* Fixed another typo (Closes: #309877).
-- Santiago Vila <sanvila@debian.org> Wed, 25 May 2005 16:03:26 +0200
zip (2.31-2) unstable; urgency=low
* Fixed manpage typo (Closes: #301914).
-- Santiago Vila <sanvila@debian.org> Sun, 24 Apr 2005 19:23:48 +0200
zip (2.31-1) unstable; urgency=low
* New upstream release.
-- Santiago Vila <sanvila@debian.org> Wed, 23 Mar 2005 20:12:12 +0100
zip (2.30-8) unstable; urgency=medium
* Applied patch for Bug#279867 (CAN-2004-1010) by Greg Roelofs.
Based on the patch by Josh Bressers, this one actually makes long
filenames to be supported, as the string `name' is now allocated
dynamically.
-- Santiago Vila <sanvila@debian.org> Mon, 15 Nov 2004 17:06:32 +0100
zip (2.30-7) unstable; urgency=medium
* Fixed buffer overflow in unix.c, which happens when creating archives
with very long file names (Closes: #279867). This is CAN-2004-1010.
Patch by Martin Pitt, gives an error if len >= FNMAX. Thanks a lot.
-- Santiago Vila <sanvila@debian.org> Wed, 10 Nov 2004 19:10:28 +0100
zip (2.30-6) unstable; urgency=low
* Removed doc symlinks.
* Check for strchr using -fno-builtin to make gcc happy.
* Added DEB_BUILD_OPTIONS support for noopt, dropped debug.
-- Santiago Vila <sanvila@debian.org> Sun, 24 Aug 2003 13:26:10 +0200
zip (2.30-5) unstable; urgency=low
* Moved from non-US/main to main. Section: utils.
-- Santiago Vila <sanvila@debian.org> Sun, 24 Mar 2002 15:56:28 +0100
zip (2.30-4) unstable; urgency=low
* Added support for DEB_BUILD_OPTIONS.
* Updated upstream URL in copyright file.
-- Santiago Vila <sanvila@debian.org> Sun, 11 Nov 2001 16:19:30 +0100
zip (2.30-3) unstable; urgency=low
* Added encryption support, moved to non-US/main.
* Install man symlinks for zipnote, zipsplit and zipcloak, following
clarified policy about this (Closes: #99575).
* Modified unix/unix.c to compile under gcc-3.0/glibc-2.2 where printf
is now a macro (Closes: #99659). Patch by Matthew Wilcox, modified
later by Christian Spieler.
* Removed some redundant bits from extended description.
* Conflicts and Replaces are now versioned.
* Recommends: unzip again.
-- Santiago Vila <sanvila@debian.org> Mon, 18 Jun 2001 17:37:32 +0200
zip (2.30-2) unstable; urgency=low
* Updated upstream URL in copyright file.
-- Santiago Vila <sanvila@debian.org> Mon, 1 Jan 2001 18:09:38 +0100
zip (2.30-1) unstable; urgency=low
* New upstream release.
* Standards-Version: 3.1.1.
* Removed Recommends: unzip.
* Fixed URL location in copyright file.
* Moved to main. License is now DFSG-compliant.
* copyright file generated from `LICENSE' file.
-- Santiago Vila <sanvila@ctv.es> Wed, 12 Jan 2000 13:22:41 +0100
zip (2.20-3) unstable; urgency=low
* copyright file is not generated from README anymore (Bug #35019).
The result was not completely appropriate for a copyright file.
* Removed `email-from-greg' file, since it did not have any real value.
-- Santiago Vila <sanvila@ctv.es> Sun, 4 Apr 1999 00:31:55 +0200
zip (2.20-2) unstable; urgency=low
* Conflicts: zip-crypt, Replaces: zip-crypt.
-- Santiago Vila <sanvila@ctv.es> Wed, 3 Dec 1997 17:46:34 +0100
zip (2.20-1) unstable; urgency=low
* `copyright' file is generated from README automatically.
* New upstream release, using pristine source.
* Distribution unstable, Section non-free.
* build is no longer a PHONY target.
* Added WHATSNEW to /usr/doc/zip.
* First libc6 release.
* Added md5sums.
-- Santiago Vila <sanvila@ctv.es> Tue, 4 Nov 1997 20:54:11 +0100
zip (2.10-4) unstable; urgency=low
* Simplified debian/rules a little bit.
* Changed section from `misc' to `utils'.
* Removed spurious symlinks for zipsplit and zipnote. If some automated
bug reporting program complains, it's a bug in the automated reporting
program, not our fault.
* Copied `history' as is. Added the symlink changelog -> history.
* Added TODO to /usr/doc/zip.
* New maintainer.
-- Santiago Vila <sanvila@ctv.es> Sun, 16 Feb 1997 19:05:35 +0100
zip (2.10-3) unstable; urgency=low
* removed zipcloak from the distribution (no encryption)
* added symlinks to zip.1.gz for zipsplit and zipnote. Useless - man
picks it up even without symlinks - but it'll at least stop automated
bug reports complaining about the "lack".
* renamed the Debian changelog
* installed the upstream changelog
* gzipped the copyright notice
-- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Wed, 8 Jan 1996 19:39:00 +1100
zip (2.10-2) unstable; urgency=low
* New Debian revision: I uploaded the wrong copy of zip_2.10-1. Oops.
-- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Sat, 16 Nov 1996 18:17:00 +1100
zip (2.10-1) unstable; urgency=low
* New upstream version (InfoZIP's 2.1, which is being called 2.10 for
Debian: InfoZIP view this as an identical version number.)
* Modified the copyright to include the copyright from 2.1 - just in case
it's changed.
* corrected several bugs in the rules script - all should work fine now.
* removed zipgrep from the zip package (it's in unzip, where it really
belongs.)
-- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Wed, 13 Nov 1996 19:35:24 +1100
zip (2.01-14) unstable; urgency=low
* Stripped the installed binaries
* Upgraded to the 2.1.1.0 source format
* Received email from the upstream maintainers: zip can now go into
the distribution proper. Yippee! :-)
* Added the email in question to the copyright information document.
-- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Sat, 19 Oct 1996 18:33:55 +1000
Old Changelog:
30 July 1996 Stuart Lamble <lamble@yoyo.cc.monash.edu.au>
* New maintainer.
* Changed debian.rules to support multiple architectures in the control
file.
* Uses dpkg-name rather than a manual mv of the end .deb file.
zip 2.01 Debian 2 - 5/9/95 Carl Streeter <streeter@cae.wisc.edu>
* initial release (used 2 to avoid confusion with old zip)
|