From: John Crispin Date: Sun, 3 Jul 2011 19:19:51 +0000 (+0000) Subject: Upgrade loop-aes to 3.6c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=97dbf6cb59d33bd49a1e3175ab6f891721cb97f4;p=openwrt%2Fsvn-archive%2Fpackages.git Upgrade loop-aes to 3.6c This patch upgrades loop-aes to latest version 3.6c. This fixes #9614, however, I didn't test other platforms or other kernel version than 2.6.39.2. Signed-off-by: Michael Heimpold SVN-Revision: 27414 --- diff --git a/utils/loop-aes/Makefile b/utils/loop-aes/Makefile index b5f592109..709619c91 100644 --- a/utils/loop-aes/Makefile +++ b/utils/loop-aes/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=loop-aes -PKG_VERSION:=3.4b +PKG_VERSION:=3.6c PKG_RELEASE:=1 PKG_SOURCE:=loop-AES-v$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=5552e8a2572c5fa416a28493f9e0ec8f +PKG_MD5SUM:=a030eb9af42e167d11434e2475187f00 PKG_BUILD_DIR:=$(BUILD_DIR)/loop-AES-v$(PKG_VERSION) PKG_BUILD_PARALLEL:=1