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 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
|
lz4 (1.9.4-1) unstable; urgency=medium
* New upstream release.
* Update d/patches.
- Drop d/patches/0005-CVE-2021-3520.patch.
- Refresh d/patches.
* Update symboles file.
* Update d/copyright.
* Update d/control.
- Add 'Rules-Requires-Root: no'.
- Update Homepage field.
- Update Standards-Version to 4.6.1.
* d/watch: Update to version 4.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 28 Aug 2022 12:00:55 +0900
lz4 (1.9.3-2) unstable; urgency=medium
* Fix CVE-2021-3520. (Closes: #987856)
- This fixed potential memory corruption with negative memmove() size.
- Add d/patches/0005-CVE-2021-3520.patch
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 05 May 2021 16:29:57 +0900
lz4 (1.9.3-1) unstable; urgency=medium
* New upstream release.
* Update d/control.
- Use debhelper-compat, and update to 13.
- Bump Standards-Version to 4.5.0 (no changes)
* Add d/upstream/metadata.
* Update d/liblz4-1.symbols.
Add LZ4F_headerSize@Base 1.9.3.
* Update d/patches.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 01 Dec 2020 06:07:12 +0900
lz4 (1.9.2-2) unstable; urgency=medium
* Fix FTCBFS: Annotate the python3 dependency. (Closes: #944559)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 12 Nov 2019 07:58:47 +0900
lz4 (1.9.2-1) unstable; urgency=medium
* New upstream release. (Closes: #943680)
Fix CVE-2019-17543.
* Add d/patches/change-optimize.patch.
Change optimize and add debugging information.
* Update d/control.
Add python3 to B-D.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 29 Oct 2019 19:19:36 +0900
lz4 (1.9.1-2) unstable; urgency=medium
* Upload to unstable.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 20 Aug 2019 22:43:48 +0900
lz4 (1.9.1-1) experimental; urgency=medium
* New upstream release.
* Update d/patches.
* Update debian/liblz4-1.symbols.
Add APIs following:
- LZ4F_getBlockSize@Base
- LZ4_compress_HC_continue_destSize@Base
- LZ4_compress_HC_destSize@Base
- LZ4_initStream@Base
- LZ4_initStreamHC@Base
- LZ4_resetStreamHC_fast@Base
Remove APIs following:
- LZ4_attach_HC_dictionary@Base
- LZ4_attach_dictionary@Base
- LZ4_compress_fast_extState_fastReset@Base
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 24 May 2019 07:51:04 +0900
lz4 (1.8.3-1) unstable; urgency=medium
* New upstream release.
* Update d/patches.
* Update d/copyright.
Remove unused file paragraph.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 25 Sep 2018 22:26:58 +0900
lz4 (1.8.2-1) unstable; urgency=medium
* New upstream release.
* Add debian/watch file.
* Update debian/liblz4-1.symbols.
Add APIs following:
- LZ4_attach_HC_dictionary@Base
- LZ4_attach_dictionary@Base
- LZ4_compress_fast_extState_fastReset@Base
- LZ4_decoderRingBufferSize@Base
- LZ4_resetStream_fast@Base
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 14 May 2018 16:45:54 +0900
lz4 (1.8.1.2-1) unstable; urgency=medium
* New upstream release.
* Update static link problem fix.
In this fix, add LZ4F_PUBLISH_STATIC_FUNCTIONS to compile option.
This makes the following API available for reference to the library.
- LZ4F_compressBegin_usingCDict@Base
- LZ4F_compressFrame_usingCDict@Base
- LZ4F_createCDict@Base
- LZ4F_decompress_usingDict@Base
- LZ4F_freeCDict@Base
- LZ4F_getErrorCode@Base
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 13 Apr 2018 10:39:09 +0900
lz4 (1.8.0-5) unstable; urgency=medium
* Upload to unstable.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 12 Apr 2018 11:46:55 +0900
lz4 (1.8.0-4) experimental; urgency=medium
* Add liblz4-tool transitional package (Closes: #894279)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 12 Apr 2018 08:31:07 +0900
lz4 (1.8.0-3) experimental; urgency=medium
* Change package name to liblz4-1.
Do not need to change SONAME, so revert it.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 11 Apr 2018 09:02:37 +0900
lz4 (1.8.0-2) experimental; urgency=medium
* Change package name to liblz4-1a.
From 1.8.0, lz4 removed some API in 1.8.0, but upstream dose not bump
the SONAME. We changed to -1a to maintain compatibility.
* Fix Static link. (#882974)
* Update debian/copyright.
- Fix insecure copyright format URI.
- Update copyright information.
* Update Vcs-Browser and Vcs-Git to use salsa.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 08 Nov 2017 13:26:35 +0900
lz4 (1.8.0-1) experimental; urgency=medium
* New upstream release. (Closes: #860168, #821740)
* Bump Standards-Version to 4.1.0.
* Remove patches/ignore_rm_fail.patch.
* Update symbols file.
* Rename liblz4-tool to lz4. (Closes: #781234)
* Change Priority to optional. (Closes: #816620)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 31 Aug 2017 08:07:55 +0900
lz4 (1.7.5-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8.
* Update symbols file.
* Add patches/ignore_rm_fail.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 19 Jun 2017 09:09:28 +0900
lz4 (0.0~r131-2) unstable; urgency=medium
* Add support cross compile. (Closes: #814687)
Thanks to Helmut Grohne <helmut@subdivi.de>.
* Change URL of homepage to https://github.com/Cyan4973/lz4.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Thu, 18 Feb 2016 00:27:54 +0900
lz4 (0.0~r131-1) unstable; urgency=medium
* Snapshot, taken from the trunk (r131).
* Update and enable atches/0001-Disable-valgrind.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sun, 16 Aug 2015 20:46:09 +0900
lz4 (0.0~r130-1) unstable; urgency=medium
* Snapshot, taken from the trunk (r130).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 01 Jun 2015 09:35:45 +0900
lz4 (0.0~r127-1) experimental; urgency=low
* Snapshot, taken from the trunk (r127).
* Update debian/docs.
Add lz4_block_format.txt and LZ4_Frame_Format.html.
* Update liblz4-1.symbols.
* Bump Standards-Version to 3.9.6.
* Update copyright.
Add more infomation of copyright.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 07 Mar 2015 17:21:34 +0900
lz4 (0.0~r122-2) unstable; urgency=medium
* Install pkgconfig file into liblz4-dev. (Closes: #761906)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 17 Sep 2014 08:55:01 +0900
lz4 (0.0~r122-1) unstable; urgency=high
* Snapshot, taken from the trunk (r122).
* Fix test on s390x. (Closes: #757581)
Add patches/0001-Add-support-s390x-architecture.patch.
* Remove patches.
- add-support-kfreebsd.patch, add-support-hurd.patch and Add-LDFLAGS.patch
were applied to upstream.
- Makefile of upstream was updated.
Remove 0001-Remove-test-32-from-test-target.patch.
* Update patches/0001-Disable-valgrind.patch.
* Update debian/rules.
- Re-enable test on s390x.
* Update symbols file.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 17 Sep 2014 01:57:08 +0900
lz4 (0.0~r119-2) unstable; urgency=medium
* Disable test on s390x and sparc. (Closes: #755170)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 29 Jul 2014 01:43:36 +0900
lz4 (0.0~r119-1) unstable; urgency=medium
* Snapshot, taken from the trunk (r119) (Closes: #751256).
* The r119 fixed CVE-2014-4715, and r118 fixed CVE-2014-4611.
* Disable valgrind test.
Add patches/0001-Disable-valgrind.patch.
* Disable test with -m32 option.
Add patches/0001-Remove-test-32-from-test-target.patch.
* Update liblz4-1.symbols.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 15 Jul 2014 10:25:02 +0900
lz4 (0.0~r117-1) unstable; urgency=medium
* Snapshot, taken from the trunk (r117).
* Remove patches/add-ldflags.patch and patches/fix-install.patch.
* Update patches/add-support-kfreebsd.patch.
* Add patches/add-support-hurd.patch (Closes: #749901).
* Add patches/Remove-32bit-test-program-from-target.patch.
* Add patches/Add-LDFLAGS.patch.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 09 Jun 2014 14:57:21 +0900
lz4 (0.0~r114-2) unstable; urgency=low
* Update patches/add-support-kfreebsd.patch.
Support programs.Makefile too.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 22 Mar 2014 14:23:35 +0900
lz4 (0.0~r114-1) unstable; urgency=low
* Snapshot, taken from the trunk (r113).
* Remove support-library-version.patch
Applied to upstream.
* Update add-ldflags.patch.
* Add patches/fix-install.patch.
Fix install library.
* Update symbols file.
* Add patches/add-support-kfreebsd.patch.
Support install on kFreeBSD.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 22 Mar 2014 01:53:20 +0900
lz4 (0.0~r113-2) unstable; urgency=low
* Update debian/control.
- Add Conflict and Replaces field of libz4-1-dbg (Closes: #741003).
- Update package description (Closes: #741001).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 10 Mar 2014 08:34:29 +0900
lz4 (0.0~r113-1) unstable; urgency=low
* Snapshot, taken from the trunk (r113).
* Update debian/rules.
- Change build tool from cmake to GNU make.
* Update debian/control.
- cmake from Build-Depends
- Update Standards-Version to 3.9.5
* Update symbols file.
* Add patches/add-dlflags.patch.
* Add patches/support-library-version.patch.
* Remove old patches.
* Change package name and install script name.
* Add manpage of lz4.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 05 Mar 2014 10:50:41 +0900
lz4 (0.0~r109-1) unstable; urgency=low
* Snapshot, taken from the trunk (r109).
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 25 Dec 2013 07:26:12 +0900
lz4 (0.0~r107-1) unstable; urgency=low
* Snapshot, taken from the trunk (r107).
* Update patches.
* Update symbol file.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 23 Oct 2013 19:51:48 +0900
lz4 (0.0~r99-1) unstable; urgency=low
* New upstream released.
* Add symbols file.
* Update debian/control.
- Update Vcs-Git and Vcs-Browser field.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 31 Jul 2013 12:28:38 +0900
lz4 (0.0~r94-2) unstable; urgency=low
* Fix install path on 32bit build. (Closes: #710458)
Update patches/0001-Fix-install-path.patch.
* Remove unrecognized command line option '-march=native'. (Closes: #710459)
Add patches/remove_optimize.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 31 May 2013 14:05:43 +0900
lz4 (0.0~r94-1) unstable; urgency=low
* Initial release. (Closes: #698256)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Sat, 04 May 2013 08:31:31 +0900
|