summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-02 18:31:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-02 18:35:21 (EDT)
commiteab0c95114d11805116ac5d7849102e3ec42a331 (patch)
treeec388fa8626370cbde9763734797f4e79006af23
parent9c6ba47dff70a48cb3e98e880bca1c7ada98e263 (diff)
Drop "SSL/" from package descriptions
SSL is disabled, so it's not really an SSL/TLS library as configured.
-rw-r--r--libwolfssl.24-client-dev.pkg/control6
-rw-r--r--libwolfssl.24-client.pkg/control4
-rw-r--r--libwolfssl.24-common.pkg/control6
-rw-r--r--libwolfssl.24-dbg.pkg/control6
-rw-r--r--libwolfssl.24-full-dev.pkg/control6
-rw-r--r--libwolfssl.24-full.pkg/control6
-rw-r--r--substvars16
7 files changed, 25 insertions, 25 deletions
diff --git a/libwolfssl.24-client-dev.pkg/control b/libwolfssl.24-client-dev.pkg/control
index 8df5fcc..ca1427d 100644
--- a/libwolfssl.24-client-dev.pkg/control
+++ b/libwolfssl.24-client-dev.pkg/control
@@ -6,8 +6,8 @@ Depends:
libwolfssl.${Abi-Ver}-client (= ${Binary-Version}),
Conflicts: libwolfssl.${Abi-Ver}-full-dev
# NB: These libdev packages don't replace each other like the lib packages do.
-Description: Lightweight SSL/TLS library - client library - development
+Description: Lightweight TLS library - client library - development files
${Common-Description}
.
- This package provides development files for the wolfSSL SSL/TLS library
- configured for client applications only.
+ This package provides development files for the wolfSSL TLS library configured
+ for client applications only.
diff --git a/libwolfssl.24-client.pkg/control b/libwolfssl.24-client.pkg/control
index 5c45baf..a6d8f47 100644
--- a/libwolfssl.24-client.pkg/control
+++ b/libwolfssl.24-client.pkg/control
@@ -6,8 +6,8 @@ Depends:
{Shlib-Depends},
Conflicts: libwolfssl.${Abi-Ver}-full
Replaces: libwolfssl.${Abi-Ver}-full
-Description: Lightweight SSL/TLS library - client library
+Description: Lightweight TLS library - client library
${Common-Description}
.
- This package provides the wolfSSL SSL/TLS library configured for client
+ This package provides the wolfSSL TLS library configured for client
applications only.
diff --git a/libwolfssl.24-common.pkg/control b/libwolfssl.24-common.pkg/control
index ebae9f5..9ea793f 100644
--- a/libwolfssl.24-common.pkg/control
+++ b/libwolfssl.24-common.pkg/control
@@ -1,8 +1,8 @@
Architecture: all
Platform: all
Section: share
-Description: Lightweight SSL/TLS library - common files
+Description: Lightweight TLS library - common files
${Common-Description}
.
- This package provides source package documentation files for the wolfSSL
- SSL/TLS library.
+ This package provides source package documentation files for the wolfSSL TLS
+ library.
diff --git a/libwolfssl.24-dbg.pkg/control b/libwolfssl.24-dbg.pkg/control
index 7e54356..d2d2275 100644
--- a/libwolfssl.24-dbg.pkg/control
+++ b/libwolfssl.24-dbg.pkg/control
@@ -3,8 +3,8 @@ Platform: all
Section: dbg
Depends:
libwolfssl.${Abi-Ver}-common (>= ${Source-Version}),
-Description: Lightweight SSL/TLS library - debugging library
+Description: Lightweight TLS library - debugging library
${Common-Description}
.
- This package provides the wolfSSL SSL/TLS library configured for client and
- server applications and with debugging symbols and error strings.
+ This package provides the wolfSSL TLS library configured for client and server
+ applications and with debugging symbols and error strings.
diff --git a/libwolfssl.24-full-dev.pkg/control b/libwolfssl.24-full-dev.pkg/control
index 8459bd0..124e238 100644
--- a/libwolfssl.24-full-dev.pkg/control
+++ b/libwolfssl.24-full-dev.pkg/control
@@ -6,8 +6,8 @@ Depends:
libwolfssl.${Abi-Ver}-full (= ${Binary-Version}),
Conflicts: libwolfssl.${Abi-Ver}-client-dev
# NB: These libdev packages don't replace each other like the lib packages do.
-Description: Lightweight SSL/TLS library - client/server library - development
+Description: Lightweight TLS library - client/server library - development files
${Common-Description}
.
- This package provides development files for the wolfSSL SSL/TLS library
- configured for client and server applications.
+ This package provides development files for the wolfSSL TLS library configured
+ for client and server applications.
diff --git a/libwolfssl.24-full.pkg/control b/libwolfssl.24-full.pkg/control
index d7bd524..a913233 100644
--- a/libwolfssl.24-full.pkg/control
+++ b/libwolfssl.24-full.pkg/control
@@ -6,8 +6,8 @@ Depends:
{Shlib-Depends},
Conflicts: libwolfssl.${Abi-Ver}-client
Replaces: libwolfssl.${Abi-Ver}-client
-Description: Lightweight SSL/TLS library - client/server library
+Description: Lightweight TLS library - client/server library
${Common-Description}
.
- This package provides the wolfSSL SSL/TLS library configured for client and
- server applications.
+ This package provides the wolfSSL TLS library configured for client and server
+ applications.
diff --git a/substvars b/substvars
index 4309a77..da0626d 100644
--- a/substvars
+++ b/substvars
@@ -1,10 +1,10 @@
Abi-Version: 24
Common-Description:
- The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS
- library written in ANSI C and targeted for embedded, RTOS, and
- resource-constrained environments - primarily because of its small size, speed,
- and feature set. wolfSSL supports industry standards up to the current TLS 1.3
- and DTLS 1.2 levels, is up to 20 times smaller than OpenSSL, and offers
- progressive ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b. User
- benchmarking and feedback reports dramatically better performance when using
- wolfSSL over OpenSSL.
+ The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight TLS library
+ written in ANSI C and targeted for embedded, RTOS, and resource-constrained
+ environments - primarily because of its small size, speed, and feature set.
+ wolfSSL supports industry standards up to the current TLS 1.3 and DTLS 1.2
+ levels, is up to 20 times smaller than OpenSSL, and offers progressive ciphers
+ such as ChaCha20, Curve25519, NTRU, and Blake2b. User benchmarking and
+ feedback reports dramatically better performance when using wolfSSL over
+ OpenSSL.