include important patches from 0.6.5.3
This commit is contained in:
parent
944a4708cf
commit
bc3a2de1e1
8
Makefile
8
Makefile
@ -3,8 +3,8 @@ RELEASE=4.0
|
|||||||
# source form https://github.com/zfsonlinux/
|
# source form https://github.com/zfsonlinux/
|
||||||
|
|
||||||
ZFSVER=0.6.5
|
ZFSVER=0.6.5
|
||||||
ZFSPKGREL=pve4~jessie
|
ZFSPKGREL=pve5~jessie
|
||||||
SPLPKGREL=pve1~jessie
|
SPLPKGREL=pve2~jessie
|
||||||
ZFSPKGVER=${ZFSVER}-${ZFSPKGREL}
|
ZFSPKGVER=${ZFSVER}-${ZFSPKGREL}
|
||||||
SPLPKGVER=${ZFSVER}-${SPLPKGREL}
|
SPLPKGVER=${ZFSVER}-${SPLPKGREL}
|
||||||
|
|
||||||
@ -65,7 +65,11 @@ download:
|
|||||||
git clone https://github.com/zfsonlinux/pkg-zfs.git
|
git clone https://github.com/zfsonlinux/pkg-zfs.git
|
||||||
# list tags with: git tag --list 'master/*'
|
# list tags with: git tag --list 'master/*'
|
||||||
cd pkg-spl; git checkout master/debian/jessie/0.6.5-1
|
cd pkg-spl; git checkout master/debian/jessie/0.6.5-1
|
||||||
|
# manual merge spl-0.6.5.3
|
||||||
|
cd pkg-spl; git merge --no-edit spl-0.6.5.3
|
||||||
cd pkg-zfs; git checkout master/debian/jessie/0.6.5.2-2
|
cd pkg-zfs; git checkout master/debian/jessie/0.6.5.2-2
|
||||||
|
# manual cherry-pick relevant 0.6.5.3 updates
|
||||||
|
cd pkg-zfs; git cherry-pick cd887ab869bb506c88a66ba8c225ca42680b89d f9f5394f74f7bf421eb484e8d1653257d92f5ace
|
||||||
tar czf ${SPLSRC} pkg-spl
|
tar czf ${SPLSRC} pkg-spl
|
||||||
tar czf ${ZFSSRC} pkg-zfs
|
tar czf ${ZFSSRC} pkg-zfs
|
||||||
|
|
||||||
|
BIN
pkg-spl.tar.gz
BIN
pkg-spl.tar.gz
Binary file not shown.
BIN
pkg-zfs.tar.gz
BIN
pkg-zfs.tar.gz
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
spl-linux (0.6.5-pve2~jessie) unstable; urgency=medium
|
||||||
|
|
||||||
|
* update to 0.6.5.3
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 17:40:58 +0100
|
||||||
|
|
||||||
spl-linux (0.6.5-pve1~jessie) unstable; urgency=medium
|
spl-linux (0.6.5-pve1~jessie) unstable; urgency=medium
|
||||||
|
|
||||||
* update to master/debian/jessie/0.6.5-1
|
* update to master/debian/jessie/0.6.5-1
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
zfs-linux (0.6.5-pve5~jessie) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Illumos 6267 - dn_bonus evicted too early
|
||||||
|
|
||||||
|
* Fix use-after-free in vdev_disk_physio_completion
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2015 17:42:42 +0100
|
||||||
|
|
||||||
zfs-linux (0.6.5-pve4~jessie) unstable; urgency=medium
|
zfs-linux (0.6.5-pve4~jessie) unstable; urgency=medium
|
||||||
|
|
||||||
* update to master/debian/jessie/0.6.5.2-2
|
* update to master/debian/jessie/0.6.5.2-2
|
||||||
|
Loading…
Reference in New Issue
Block a user