diff options
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | wolfutil.pkg/control | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +wolfutil (1.0.0-2) trunk + + * Work around broken shared library dependencies. + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 09 Aug 2020 22:25:37 -0400 + wolfutil (1.0.0-1) trunk * Initial release. diff --git a/wolfutil.pkg/control b/wolfutil.pkg/control index bd12835..84b2c6f 100644 --- a/wolfutil.pkg/control +++ b/wolfutil.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Section: util -Depends: ${Shlib-Depends} +Depends: libwolfssl.24:${Host-Arch}, ${Shlib-Depends} Description: Command-line TLS client utility wolfutil is a command-line tool for the wolfSSL embedded (SSL/)TLS library. It is similar to the OpenSSL command-line tool, providing only |