Skip to content

Commit

Permalink
linux: Update version from 4.13.10 to 4.13.11
Browse files Browse the repository at this point in the history
Announcement and change-log are available online [1][2].

Enable TLS.

```
diff -u /boot/config-4.13.10.mx64.186 /boot/config-4.13.11.mx64.187
--- /boot/config-4.13.10.mx64.186	2017-10-30 14:15:39.000000000 +0100
+++ /boot/config-4.13.11.mx64.187	2017-11-02 23:30:22.000000000 +0100
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.13.10 Kernel Configuration
+# Linux/x86 4.13.11 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -52,7 +52,7 @@
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
 # CONFIG_COMPILE_TEST is not set
-CONFIG_LOCALVERSION=".mx64.186"
+CONFIG_LOCALVERSION=".mx64.187"
 CONFIG_LOCALVERSION_AUTO=y
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y
@@ -795,7 +795,7 @@
 CONFIG_PACKET_DIAG=m
 CONFIG_UNIX=m
 CONFIG_UNIX_DIAG=m
-# CONFIG_TLS is not set
+CONFIG_TLS=m
 CONFIG_XFRM=y
 CONFIG_XFRM_ALGO=m
 CONFIG_XFRM_USER=m
@@ -4424,7 +4424,7 @@
 #
 # Authenticated Encryption with Associated Data
 #
-# CONFIG_CRYPTO_CCM is not set
+CONFIG_CRYPTO_CCM=m
 CONFIG_CRYPTO_GCM=m
 # CONFIG_CRYPTO_CHACHA20POLY1305 is not set
 CONFIG_CRYPTO_SEQIV=m
```

[1] https://lkml.org/lkml/2017/11/2/220
[2] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.13.11
  • Loading branch information
pmenzel committed Nov 13, 2017
1 parent a727f51 commit 8ebaf6c
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 8ebaf6c

Please sign in to comment.