Skip to content

Commit

Permalink
Update kernel and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Mar 2, 2017
1 parent fe30a58 commit 1b88337
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 46 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ../util.mk
DOCKER_VERSION := 1.13.0
DOCKER_VERSION := 17.03.0-ce
DOCKER_CHANNEL := get

all: ../download/docker.tar.gz
Expand All @@ -10,4 +10,4 @@ all: ../download/docker.tar.gz
$(eval $(call cache,\
https://${DOCKER_CHANNEL}.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz, \
../download/docker.tar.gz, \
fc194bb95640b1396283e5b23b5ff9d1b69a5e418b5b3d774f303a7642162ad6))
4a9766d99c6818b2d54dc302db3c9f7b352ad0a80a2dc179ec164a3ba29c2d3e))
8 changes: 4 additions & 4 deletions kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PCD_VERSION ?= $(shell git describe --tags --always --dirty)

KERNEL_VERSION ?= 4.8.17
GRSEC_VERSION ?= 3.1-4.8.17-201701151620
KERNEL_VERSION ?= 4.9.13
GRSEC_VERSION ?= 3.1-4.9.13-201702270729
LOCAL_VERSION ?= -${PCD_VERSION}

PWD = $(shell pwd)
Expand Down Expand Up @@ -54,12 +54,12 @@ linux: ../download/linux-${KERNEL_VERSION}.tar.xz ../download/grsec-${GRSEC_VERS
$(eval $(call cache,\
https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz, \
../download/linux-${KERNEL_VERSION}.tar.xz, \
eabae4a85799287e15b23f3812864913ef703a03bfb4aec2bce23fbc97c160fe)) #kernel
36464aec4fb32ed192252645819abb55ceb21eef17b3f7210b4a673e7486a268)) #kernel

$(eval $(call cache,\
https://grsecurity.net/test/grsecurity-${GRSEC_VERSION}.patch,\
../download/grsec-${GRSEC_VERSION}.patch, \
1764cd74215bd9158f4a8353b84c58eb6f20490fcc29d417f55121bf1adbea81)) #grsec
39bfbe21a7fdaa0af1e92ba46e637017b593cdebe3d15aab6a3e1e473adc4113)) #grsec

clean:
-rm linux-${KERNEL_VERSION}.tar.xz
Expand Down
Loading

0 comments on commit 1b88337

Please sign in to comment.