Skip to content

Commit 11f0da6

Browse files
authored
[security]: update kernel to 4.19.152 (sonic-net#191)
security changelog from https://salsa.debian.org/kernel-team/linux/-/raw/buster-security/debian/changelog remove e1000-Do-not-perform-reset-in-reset_task-if-we-are-a.patch as it is included in the debian upstream kernel Signed-off-by: Guohan Lu <[email protected]>
1 parent 79ab859 commit 11f0da6

6 files changed

+111
-176
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SHELL = /bin/bash
33
.SHELLFLAGS += -e
44

55
KERNEL_ABI_MINOR_VERSION = 2
6-
KVERSION_SHORT ?= 4.19.0-9-$(KERNEL_ABI_MINOR_VERSION)
6+
KVERSION_SHORT ?= 4.19.0-12-$(KERNEL_ABI_MINOR_VERSION)
77
KVERSION ?= $(KVERSION_SHORT)-amd64
8-
KERNEL_VERSION ?= 4.19.118
9-
KERNEL_SUBVERSION ?= 2+deb10u1
8+
KERNEL_VERSION ?= 4.19.152
9+
KERNEL_SUBVERSION ?= 1
1010
kernel_procure_method ?= build
1111
CONFIGURED_ARCH ?= amd64
1212

@@ -51,7 +51,7 @@ DSC_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).dsc
5151
DEBIAN_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).debian.tar.xz
5252
ORIG_FILE = linux_$(KERNEL_VERSION).orig.tar.xz
5353
BUILD_DIR=linux-$(KERNEL_VERSION)
54-
SOURCE_FILE_BASE_URL="http://security.debian.org/debian-security/pool/updates/main/l/linux"
54+
SOURCE_FILE_BASE_URL="https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux"
5555

5656
DSC_FILE_URL = "$(SOURCE_FILE_BASE_URL)/$(DSC_FILE)"
5757
DEBIAN_FILE_URL = "$(SOURCE_FILE_BASE_URL)/$(DEBIAN_FILE)"

0 commit comments

Comments
 (0)