commit cccb684a69addc7936cc2be9c712f9e71c3bbb1d Author: Anthony G. Basile blueness@gentoo.org Date: Wed Apr 9 17:15:55 2014 -0400
Bump kernel and to for amd64 and i686
tor-0.2.4.21 linux-3.13.8 + hardened-patches-3.13.8-3.extras --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sh b/build.sh index 2e4612f..a9f4020 100755 --- a/build.sh +++ b/build.sh @@ -1,14 +1,14 @@ #!/bin/bash
BUSYBOX=busybox-1.21.1 -TOR=tor-0.2.4.20 +TOR=tor-0.2.4.21 NTPD=openntpd-3.9p1 OPENSSH=openssh-6.1p1 HAVEGED=haveged-1.9.1
-KVERSION=3.13.5 +KVERSION=3.13.8 LINUX=linux-${KVERSION} -PATCHES=hardened-patches-${KVERSION}-1.extras +PATCHES=hardened-patches-${KVERSION}-3.extras
################################################################################
tor-commits@lists.torproject.org