diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-07-27 12:23:40 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:35:12 +0200 |
commit | 5647cc7bd49232839281d28c7575fb5e0a84515c (patch) | |
tree | c4e3da3a42dfb913381e4da7ee6a33b43f0bf5c0 | |
parent | 5b614e33476269ccb7b526e9e7e5f67eacdb9dc1 (diff) | |
download | upstream-5647cc7bd49232839281d28c7575fb5e0a84515c.tar.gz upstream-5647cc7bd49232839281d28c7575fb5e0a84515c.tar.bz2 upstream-5647cc7bd49232839281d28c7575fb5e0a84515c.zip |
treewide: Bump PKG_RELEASE due to mbedtls update
Bump PKG_RELEASE on packages that depends on (lib)mbedtls to avoid library
mismatch.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 2 | ||||
-rw-r--r-- | package/network/services/openvpn/Makefile | 2 | ||||
-rw-r--r-- | package/network/utils/curl/Makefile | 2 | ||||
-rw-r--r-- | package/utils/px5g/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 6cd08a6cb4..9bb093d734 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile index 51ae9a3840..e0c9d4b3ce 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:=6 +PKG_RELEASE:=7 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index 7b93b7f9c1..66bf4f3db8 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.61.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \ diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile index 549d4e587e..7b5748425d 100644 --- a/package/utils/px5g/Makefile +++ b/package/utils/px5g/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_LICENSE:=LGPL-2.1 PKG_BUILD_DIR:=$(BUILD_DIR)/px5g-$(BUILD_VARIANT) |