|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2005-2015 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2005-2016 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.
|
|
@ -8,13 +8,13 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=gnutls |
|
|
PKG_NAME:=gnutls |
|
|
PKG_VERSION:=3.4.13 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.4.14 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_USE_MIPS16:=0 |
|
|
PKG_USE_MIPS16:=0 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4 |
|
|
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4 |
|
|
PKG_MD5SUM:=bdaccae1942c643fe907090438ec942a |
|
|
|
|
|
|
|
|
PKG_MD5SUM:=ad3e269a6793424d5d21c9626e1c9ef1 |
|
|
#PKG_FIXUP:=autoreconf gettext-version
|
|
|
#PKG_FIXUP:=autoreconf gettext-version
|
|
|
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> |
|
|
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> |
|
|
PKG_LICENSE:=LGPLv2.1+ |
|
|
PKG_LICENSE:=LGPLv2.1+ |
|
|