diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-31 19:32:41 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-01 21:42:41 +0100 |
commit | 2f1b73b70dcc9b7c73142205a530309a25b8410d (patch) | |
tree | 77f005516009dda32daf4bd343ee7a9b8614376e /package/utils | |
parent | 77e2a24e6240778c7a0af848e3b8d852161da41f (diff) | |
download | upstream-2f1b73b70dcc9b7c73142205a530309a25b8410d.tar.gz upstream-2f1b73b70dcc9b7c73142205a530309a25b8410d.tar.bz2 upstream-2f1b73b70dcc9b7c73142205a530309a25b8410d.zip |
treewide: Trigger reinstall of all wolfssl dependencies
The ABI of the wolfssl library changed a bit between version 5.5.3 and
5.5.4. This release update will trigger a rebuild of all packages which
are using wolfssl to make sure they are adapted to the new ABI.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit ee47a28cec01c7943238bae45f65a98e4fc9abbe)
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/px5g-wolfssl/Makefile | 2 | ||||
-rw-r--r-- | package/utils/uencrypt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/px5g-wolfssl/Makefile b/package/utils/px5g-wolfssl/Makefile index ea805acd8b..687a999ca7 100644 --- a/package/utils/px5g-wolfssl/Makefile +++ b/package/utils/px5g-wolfssl/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g-wolfssl -PKG_RELEASE:=$(COMMITCOUNT).1 +PKG_RELEASE:=$(COMMITCOUNT).2 PKG_LICENSE:=GPL-2.0-or-later PKG_USE_MIPS16:=0 diff --git a/package/utils/uencrypt/Makefile b/package/utils/uencrypt/Makefile index dc08f6672a..ccdb21dcd6 100644 --- a/package/utils/uencrypt/Makefile +++ b/package/utils/uencrypt/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uencrypt -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_FLAGS:=nonshared PKG_LICENSE:=GPL-2.0-or-later |