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 | 1e0fd6d7dcb88c36e89912bbcca0e727061ec46c (patch) | |
tree | 40666250613d7fdbc892c9bf1a7128c58a7b448f /package/openssl/Makefile | |
parent | d9be507b8ff5a4a2f31591c27ea35fff0ab07c36 (diff) | |
download | master-187ad058-1e0fd6d7dcb88c36e89912bbcca0e727061ec46c.tar.gz master-187ad058-1e0fd6d7dcb88c36e89912bbcca0e727061ec46c.tar.bz2 master-187ad058-1e0fd6d7dcb88c36e89912bbcca0e727061ec46c.zip |
[package] openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & OpenConnect VPN clients (thanks to freezer)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15410 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ \ |