Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cef69db4b4 | |||
| 13aaebfc6c | |||
| 76a76a7551 | |||
| a553b0721c | |||
| 6a4ab85881 | |||
| fbda4e96ee | |||
| 1f7d10e6e1 | |||
| 07e60a18c8 | |||
| 09e82a8f66 | |||
| c28374a20c |
@@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=22
|
||||
# rebuild packages with new KREL and run 'make abiupdate'
|
||||
KREL=5
|
||||
|
||||
PKGREL=10
|
||||
PKGREL=10~bpo10+1
|
||||
|
||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||
@@ -104,7 +104,7 @@ ${ZFSDIR}.prepared: ${ZFSONLINUX_SUBMODULE}
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEBS}
|
||||
tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH}
|
||||
tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster --arch ${ARCH}
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
||||
Vendored
+36
@@ -1,3 +1,9 @@
|
||||
pve-kernel (5.11.22-10~bpo10+1) buster-backports; urgency=medium
|
||||
|
||||
* Rebuild for Debian Buster based releases
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 28 Sep 2021 10:30:51 +0200
|
||||
|
||||
pve-kernel (5.11.22-10) bullseye; urgency=medium
|
||||
|
||||
* update sources to Ubuntu-5.11.0-38.42
|
||||
@@ -20,6 +26,12 @@ pve-kernel (5.11.22-9) bullseye; urgency=medium
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Sep 2021 10:11:11 +0200
|
||||
|
||||
pve-kernel (5.11.22-8~bpo10+1) buster-backports; urgency=medium
|
||||
|
||||
* Rebuild for buster-backports.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 09 Sep 2021 12:52:26 +0200
|
||||
|
||||
pve-kernel (5.11.22-8) bullseye; urgency=medium
|
||||
|
||||
* update to Ubuntu-5.11.0-34.36
|
||||
@@ -53,6 +65,12 @@ pve-kernel (5.11.22-5) bullseye; urgency=medium
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Jul 2021 18:25:44 +0200
|
||||
|
||||
pve-kernel (5.11.22-4~bpo10) bullseye; urgency=medium
|
||||
|
||||
* backport to Debian Buster based releases
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Jul 2021 17:53:37 +0200
|
||||
|
||||
pve-kernel (5.11.22-4) bullseye; urgency=medium
|
||||
|
||||
* fix CVE-2021-33909: seq_file: disallow extremely large seq buffer
|
||||
@@ -91,12 +109,24 @@ pve-kernel (5.11.22-1) bullseye; urgency=medium
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 08:53:17 +0200
|
||||
|
||||
pve-kernel (5.11.21-1~bpo10) buster; urgency=medium
|
||||
|
||||
* backport to Debian Buster based releases
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 02 Jun 2021 11:34:45 +0200
|
||||
|
||||
pve-kernel (5.11.21-1) bullseye; urgency=medium
|
||||
|
||||
* update sources to stable release 5.11.21 with Ubuntu-5.11.0-19.20
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Jun 2021 16:38:57 +0200
|
||||
|
||||
pve-kernel (5.11.17-1~bpo10) buster; urgency=medium
|
||||
|
||||
* backport to Debian Buster based releases
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 12 May 2021 12:45:37 +0200
|
||||
|
||||
pve-kernel (5.11.17-1) bullseye; urgency=medium
|
||||
|
||||
* update sources to stable release 5.11.17 with Ubuntu-5.11.0-18.19
|
||||
@@ -109,6 +139,12 @@ pve-kernel (5.11.12-1) bullseye; urgency=medium
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Apr 2021 10:31:19 +0200
|
||||
|
||||
pve-kernel (5.11.7-1~bpo10) pve pmg; urgency=medium
|
||||
|
||||
* backport to Debian Buster based releases
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Mar 2021 16:17:24 +0100
|
||||
|
||||
pve-kernel (5.11.7-1) pve pmg; urgency=medium
|
||||
|
||||
* update sources to Ubuntu-5.11.0-12.13
|
||||
|
||||
+1
-1
Submodule submodules/zfsonlinux updated: 484fdeae51...b7ce537d24
Reference in New Issue
Block a user