Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 3004dd7

Browse files
author
CentOS Sources
committedSep 20, 2019
import kernel-3.10.0-1062.1.2.el7
1 parent a8cad00 commit 3004dd7

10 files changed

+21
-162
lines changed
 

‎.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
SOURCES/kernel-abi-whitelists-1062.tar.bz2
22
SOURCES/kernel-kabi-dw-1062.tar.bz2
3-
SOURCES/linux-3.10.0-1062.1.1.el7.tar.xz
3+
SOURCES/linux-3.10.0-1062.1.2.el7.tar.xz
44
SOURCES/rheldup3.x509
55
SOURCES/rhelkpatch1.x509
6-
SOURCES/centos-kpatch.x509
7-
SOURCES/centos-ldup.x509
8-
SOURCES/centos.cer

‎.kernel.metadata

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
d6914bd8d9b24dcd384d2da39fa8b04fa3de713a SOURCES/kernel-abi-whitelists-1062.tar.bz2
22
e01030ef3029e113eeff62bf9ea0dcf09b86d4e2 SOURCES/kernel-kabi-dw-1062.tar.bz2
3-
201ca66921e47e94fa8934cd2e0faadca5b25829 SOURCES/linux-3.10.0-1062.1.1.el7.tar.xz
3+
af6f6e7a6b81080f580a3f9f10e3bcc4df68bab5 SOURCES/linux-3.10.0-1062.1.2.el7.tar.xz
44
95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509
55
d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509
6-
5a7d05a8298cf38d43689470e8e43230d8add0f9 SOURCES/centos-kpatch.x509
7-
c61172887746663d3bdd9acaa263cbfacf99e8b3 SOURCES/centos-ldup.x509
8-
6e9105eb51e55a46761838f289a917611cad8091 SOURCES/centos.cer

‎SOURCES/Makefile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RPMVERSION:=3.10.0
99
# marker is git tag which we base off of for exporting patches
1010
MARKER:=v3.10
1111
PREBUILD:=
12-
BUILD:=1062.1.1
12+
BUILD:=1062.1.2
1313
DIST:=.el7
1414
SPECFILE:=kernel.spec
1515
RPM:=$(REDHAT)/rpm

‎SOURCES/centos-ca-secureboot.der

-879 Bytes
Binary file not shown.

‎SOURCES/centossecureboot001.crt

-81
This file was deleted.

‎SOURCES/debrand-rh-i686-cpu.patch

-11
This file was deleted.

‎SOURCES/debrand-rh_taint.patch

-25
This file was deleted.

‎SOURCES/debrand-single-cpu.patch

-12
This file was deleted.

‎SOURCES/x509.genkey

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ prompt = no
55
x509_extensions = myexts
66

77
[ req_distinguished_name ]
8-
O = CentOS
9-
CN = CentOS Linux kernel signing key
10-
emailAddress = security@centos.org
8+
O = Red Hat
9+
CN = Red Hat Enterprise Linux kernel signing key
10+
emailAddress = secalert@redhat.com
1111

1212
[ myexts ]
1313
basicConstraints=critical,CA:FALSE

‎SPECS/kernel.spec

+15-21
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Summary: The Linux kernel
1414
%global distro_build 1062
1515

1616
%define rpmversion 3.10.0
17-
%define pkgrelease 1062.1.1.el7
17+
%define pkgrelease 1062.1.2.el7
1818

1919
# allow pkg_release to have configurable %%{?dist} tag
20-
%define specrelease 1062.1.1%{?dist}
20+
%define specrelease 1062.1.2%{?dist}
2121

2222
%define pkg_release %{specrelease}%{?buildid}
2323

@@ -281,7 +281,7 @@ Summary: The Linux kernel
281281
# problems with the newer kernel or lack certain things that make
282282
# integration in the distro harder than needed.
283283
#
284-
%define package_conflicts initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 3.13.1-201, squashfs-tools < 4.0, wireless-tools < 29-3, xfsprogs < 4.3.0, kmod < 20-9, kexec-tools < 2.0.14-3, shim-x64 < 12-2
284+
%define package_conflicts initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 3.13.1-201, squashfs-tools < 4.0, wireless-tools < 29-3, xfsprogs < 4.3.0, kmod < 20-9, kexec-tools < 2.0.14-3
285285

286286
# We moved the drm include files into kernel-headers, make sure there's
287287
# a recent enough libdrm-devel on the system that doesn't have those.
@@ -396,16 +396,16 @@ Source10: sign-modules
396396
Source11: x509.genkey
397397
Source12: extra_certificates
398398
%if %{?released_kernel}
399-
Source13: centos-ca-secureboot.der
400-
Source14: centossecureboot001.crt
401-
%define pesign_name centossecureboot001
399+
Source13: securebootca.cer
400+
Source14: secureboot.cer
401+
%define pesign_name redhatsecureboot301
402402
%else
403-
Source13: centos-ca-secureboot.der
404-
Source14: centossecureboot001.crt
405-
%define pesign_name centossecureboot001
403+
Source13: redhatsecurebootca2.cer
404+
Source14: redhatsecureboot003.cer
405+
%define pesign_name redhatsecureboot003
406406
%endif
407-
Source15: centos-ldup.x509
408-
Source16: centos-kpatch.x509
407+
Source15: rheldup3.x509
408+
Source16: rhelkpatch1.x509
409409

410410
Source18: check-kabi
411411

@@ -449,9 +449,6 @@ Source9999: lastcommit.stat
449449

450450
# empty final patch to facilitate testing of kernel patches
451451
Patch999999: linux-kernel-test.patch
452-
Patch1000: debrand-single-cpu.patch
453-
Patch1001: debrand-rh_taint.patch
454-
Patch1002: debrand-rh-i686-cpu.patch
455452

456453
BuildRoot: %{_tmppath}/kernel-%{KVRA}-root
457454

@@ -635,11 +632,11 @@ kernel-gcov includes the gcov graph and source files for gcov coverage collectio
635632
%endif
636633

637634
%package -n kernel-abi-whitelists
638-
Summary: The CentOS Linux kernel ABI symbol whitelists
635+
Summary: The Red Hat Enterprise Linux kernel ABI symbol whitelists
639636
Group: System Environment/Kernel
640637
AutoReqProv: no
641638
%description -n kernel-abi-whitelists
642-
The kABI package contains information pertaining to the CentOS
639+
The kABI package contains information pertaining to the Red Hat Enterprise
643640
Linux kernel ABI, including lists of kernel symbols that are needed by
644641
external Linux kernel modules, and a yum plugin to aid enforcement.
645642

@@ -792,9 +789,6 @@ cd linux-%{KVRA}
792789
cp $RPM_SOURCE_DIR/kernel-%{version}-*.config .
793790

794791
ApplyOptionalPatch linux-kernel-test.patch
795-
ApplyOptionalPatch debrand-single-cpu.patch
796-
ApplyOptionalPatch debrand-rh_taint.patch
797-
ApplyOptionalPatch debrand-rh-i686-cpu.patch
798792

799793
# Any further pre-build tree manipulations happen here.
800794

@@ -1776,8 +1770,8 @@ fi
17761770
%kernel_variant_files %{with_kdump} kdump
17771771

17781772
%changelog
1779-
* Tue Sep 03 2019 CentOS Sources <bugs@centos.org> - 3.10.0-1062.1.1.el7
1780-
- Apply debranding changes
1773+
* Mon Sep 16 2019 Bruno Meneguele <bmeneg@redhat.com> [3.10.0-1062.1.2.el7]
1774+
- [vhost] vhost: make sure log_num < in_num (Eugenio Perez) [1750879 1750880] {CVE-2019-14835}
17811775

17821776
* Tue Aug 13 2019 Bruno Meneguele <bmeneg@redhat.com> [3.10.0-1062.1.1.el7]
17831777
- [fs] nfsv4.1: Avoid false retries when RPC calls are interrupted (Benjamin Coddington) [1739077 1732427]

0 commit comments

Comments
 (0)