liblzma upstream
|
352b8fa70d
|
liblzma 2018-04-29 (b5be61cc)
Code extracted from:
https://git.tukaani.org/xz.git
at commit b5be61cc06088bb07f488f9baf7d447ff47b37c1 (v5.2.4).
|
2018-08-06 10:24:54 -04:00 |
|
liblzma upstream
|
897b790d57
|
liblzma 2014-12-21 (265e5ffb)
Code extracted from:
https://git.tukaani.org/xz.git
at commit 265e5ffb70d9c175b424621576294d28807efd9b (v5.0.8).
|
2018-08-06 10:23:59 -04:00 |
|
liblzma upstream
|
e4d3914639
|
liblzma 2014-12-21 (265e5ffb)
Code extracted from:
http://git.tukaani.org/xz.git
at commit 265e5ffb70d9c175b424621576294d28807efd9b (v5.0.8).
|
2016-06-29 10:08:26 -04:00 |
|
liblzma upstream
|
d38a37ea15
|
liblzma 2013-06-30 (b69900ed)
Code extracted from:
http://git.tukaani.org/xz.git
at commit b69900ed0b2f914fc6c0a180dcb522dbe5b80ea7 (v5.0.5).
|
2016-06-29 10:02:54 -04:00 |
|
liblzma upstream
|
c289e63491
|
liblzma 5.0.5-gb69900ed (reduced)
Extract upstream liblzma using the following shell code.
url=http://git.tukaani.org/xz.git &&
v=5.0.5 &&
r=b69900ed &&
paths="
COPYING
src/common/common_w32res.rc
src/common/sysdefs.h
src/common/tuklib_integer.h
src/liblzma
" &&
mkdir liblzma-$v-g$r-reduced &&
git clone $url liblzma-git &&
date=$(cd liblzma-git && git log -n 1 --format='%cd' $r) &&
(cd liblzma-git && git archive --format=tar $r -- $paths) |
(cd liblzma-$v-g$r-reduced && tar xv &&
mv src/* . && rmdir src) &&
echo "g$r date: $date"
|
2014-07-21 14:30:16 -04:00 |
|