Skip to content

Commit 5e405e3

Browse files
committed
Minor updates.
1 parent 0a49f94 commit 5e405e3

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

debian/control

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Depends: ${misc:Depends},
2222
Conflicts: sctplib1
2323
Replaces: sctplib1
2424
Description: User-space implementation of the SCTP protocol RFC 4960
25-
This package contains the shared library for sctplib.
25+
This package contains the shared library for SCTPLIB.
2626
.
27-
The sctplib library is a fairly complete prototype implementation of the
27+
The SCTPLIB library is a fairly complete prototype implementation of the
2828
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
2929
transport protocol that supports multi-homing, and multiple message streams
3030
multiplexed within an SCTP connection (also named association). SCTP is
@@ -50,10 +50,10 @@ Depends: libsctplib1 (= ${binary:Version}),
5050
Conflicts: sctplib-stable-dev
5151
Replaces: sctplib-stable-dev
5252
Recommends: sctplib-docs
53-
Description: Headers and libraries of the user-space SCTP implementation sctplib
54-
This package contains development files for sctplib.
53+
Description: Headers and libraries of the user-space SCTP implementation SCTPLIB
54+
This package contains development files for SCTPLIB.
5555
.
56-
The sctplib library is a fairly complete prototype implementation of the
56+
The SCTPLIB library is a fairly complete prototype implementation of the
5757
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
5858
transport protocol that supports multi-homing, and multiple message streams
5959
multiplexed within an SCTP connection (also named association). SCTP is
@@ -78,10 +78,10 @@ Depends: libsctplib1,
7878
${shlibs:Depends}
7979
Conflicts: sctplib-stable-doc
8080
Replaces: sctplib-stable-doc
81-
Description: Documentation of the user-space SCTP implementation sctplib
82-
This package contains documentation files for sctplib.
81+
Description: Documentation of the user-space SCTP implementation SCTPLIB
82+
This package contains documentation files for SCTPLIB.
8383
.
84-
The sctplib library is a fairly complete prototype implementation of the
84+
The SCTPLIB library is a fairly complete prototype implementation of the
8585
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
8686
transport protocol that supports multi-homing, and multiple message streams
8787
multiplexed within an SCTP connection (also named association). SCTP is

rpm/sctplib.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Summary: User-space implementation of the SCTP protocol RFC 4960
5656
Group: System Environment/Libraries
5757

5858
%description libsctplib
59-
This package contains the shared library for sctplib.
60-
The sctplib library is a fairly complete prototype implementation of the
59+
This package contains the shared library for SCTPLIB.
60+
The SCTPLIB library is a fairly complete prototype implementation of the
6161
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
6262
transport protocol that supports multi-homing, and multiple message streams
6363
multiplexed within an SCTP connection (also named association). SCTP is
@@ -78,13 +78,13 @@ asynchronous interprocess communication.
7878

7979

8080
%package libsctplib-devel
81-
Summary: Headers and libraries of the user-space SCTP implementation sctplib
81+
Summary: Headers and libraries of the user-space SCTP implementation SCTPLIB
8282
Group: Development/Libraries
8383
Requires: %{name}-libsctplib = %{version}-%{release}
8484

8585
%description libsctplib-devel
86-
This package contains development files for sctplib.
87-
The sctplib library is a fairly complete prototype implementation of the
86+
This package contains development files for SCTPLIB.
87+
The SCTPLIB library is a fairly complete prototype implementation of the
8888
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
8989
transport protocol that supports multi-homing, and multiple message streams
9090
multiplexed within an SCTP connection (also named association). SCTP is
@@ -108,14 +108,14 @@ asynchronous interprocess communication.
108108

109109

110110
%package docs
111-
Summary: Documentation of the user-space SCTP implementation sctplib
111+
Summary: Documentation of the user-space SCTP implementation SCTPLIB
112112
Group: System Environment/Libraries
113113
BuildArch: noarch
114114
Requires: %{name}-libsctplib = %{version}-%{release}
115115

116116
%description docs
117-
This package contains documentation files for sctplib.
118-
The sctplib library is a fairly complete prototype implementation of the
117+
This package contains documentation files for SCTPLIB.
118+
The SCTPLIB library is a fairly complete prototype implementation of the
119119
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
120120
transport protocol that supports multi-homing, and multiple message streams
121121
multiplexed within an SCTP connection (also named association). SCTP is

sctplib.lsm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Begin4
22
Title: sctplib
3-
Version: 1.0.21
4-
Entered-date: 2018-10-03
5-
Description: The sctplib library is a prototype implementation of the Stream
3+
Version: 1.0.22~rc1.6
4+
Entered-date: 2019-08-06
5+
Description: The SCTPLIB library is a prototype implementation of the Stream
66
Control Transmission Protocol (SCTP), a message-oriented
77
reliable transport protocol that supports multi-homing, and
88
multiple message streams multiplexed within an SCTP connection
@@ -14,7 +14,7 @@ Description: The sctplib library is a prototype implementation of the Stream
1414
interface functions between an Upper Layer Protocol (ULP) and an
1515
SCTP instance, the library also provides a number of helper
1616
functions that can be used to manage callbacks and timers, as
17-
well as UDP sockets for simple IPC. Furthermore, sctplib
17+
well as UDP sockets for simple IPC. Furthermore, SCTPLIB
1818
provides support for UDP encapsulation, making it possible to
1919
co-exist with kernel SCTP implementations.
2020
Keywords: Stream Control Transmission Protocol, SCTP, Networking, User-Space

0 commit comments

Comments
 (0)