diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-25 16:33:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-25 16:33:00 +0000 |
commit | 2a54a83244c0db241c06a1abcffa9383a283d234 (patch) | |
tree | 90e8208096a1a487ec7aa939b84804cfce6ebf49 /package/openssl/Makefile | |
parent | 5282bfd7314dc429504443035d61f4f5e09fbcec (diff) | |
download | upstream-2a54a83244c0db241c06a1abcffa9383a283d234.tar.gz upstream-2a54a83244c0db241c06a1abcffa9383a283d234.tar.bz2 upstream-2a54a83244c0db241c06a1abcffa9383a283d234.zip |
openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & OpenConnect VPN clients (thanks to freezer)
SVN-Revision: 15410
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index e064631e67..11a9ef2e28 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=0.9.8k -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ |