diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-05-21 13:58:52 +0200 |
|---|---|---|
| committer | John Crispin <john@phrozen.org> | 2018-05-22 20:47:20 +0200 |
| commit | cb11b23d601f1a8a96fed1bb903452c941770ae7 (patch) | |
| tree | 44855d369c67aa6430505445a6d85ed6dac21594 /package/network | |
| parent | 2437e0f67050cad79cc1778b18cefd8d3cd86d07 (diff) | |
| download | mtk-20170518-cb11b23d601f1a8a96fed1bb903452c941770ae7.zip mtk-20170518-cb11b23d601f1a8a96fed1bb903452c941770ae7.tar.gz mtk-20170518-cb11b23d601f1a8a96fed1bb903452c941770ae7.tar.bz2 | |
mbedtls: update to version 2.9.0
The soversion was changed in this version again and is now aligned with
the 2.7.2 version.
The size of the ipkg file stayed mostly the same.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network')
| -rw-r--r-- | package/network/services/openvpn/Makefile | 2 | ||||
| -rw-r--r-- | package/network/utils/curl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 552ed15..374e14f 100644 --- a/package/network/services/openvpn/Makefile +++ b/package/network/services/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.4.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index d40b198..92b3cab 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=curl PKG_VERSION:=7.60.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ |
