packages/openswan: update to 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1f0bb0c9a3
commit
6db944f20f
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2010 OpenWrt.org
|
# Copyright (C) 2006-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=openswan
|
PKG_NAME:=openswan
|
||||||
PKG_VERSION:=2.6.35
|
PKG_VERSION:=2.6.37
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.openswan.org/download
|
PKG_SOURCE_URL:=http://www.openswan.org/download
|
||||||
PKG_MD5SUM:=7909a251fbbb807914545b7f42437013
|
PKG_MD5SUM:=e5c948555088df06cfadcfbe6c13adfe
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
#include <linux/kernel.h> /* printk() */
|
#include <linux/kernel.h> /* printk() */
|
||||||
--- a/linux/net/ipsec/ipsec_alg_cryptoapi.c
|
--- a/linux/net/ipsec/ipsec_alg_cryptoapi.c
|
||||||
+++ b/linux/net/ipsec/ipsec_alg_cryptoapi.c
|
+++ b/linux/net/ipsec/ipsec_alg_cryptoapi.c
|
||||||
@@ -28,10 +28,11 @@
|
@@ -26,10 +26,11 @@
|
||||||
* modprobe ipsec_cryptoapi des_ede3=0 (everything but 3DES)
|
* modprobe ipsec_cryptoapi des_ede3=0 (everything but 3DES)
|
||||||
*/
|
*/
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user