Commit 43ecb087 authored by Anthony G. Basile's avatar Anthony G. Basile
Browse files

Bump tor and kernel for amd64, x86

 tor-0.2.4.19
 linux-3.12.6 + hardened-patches-3.12.6-3.extras
parent 6aa5cbb8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#!/bin/bash

BUSYBOX=busybox-1.21.1
TOR=tor-0.2.4.19
TOR=tor-0.2.4.20
NTPD=openntpd-3.9p1
OPENSSH=openssh-6.1p1

KVERSION=3.12.4
KVERSION=3.12.6
LINUX=linux-${KVERSION}
PATCHES=hardened-patches-${KVERSION}-1.extras
PATCHES=hardened-patches-${KVERSION}-3.extras

################################################################################