Skip to content

Commit e2b3043

Browse files
committed
New release sctplib-1.0.30.
1 parent bc64882 commit e2b3043

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
lines changed

ChangeLog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
commit bc648821b36bb1c4cb5f93494d768da8b745fabb
2+
Author: Thomas Dreibholz <dreibh@simula.no>
3+
Date: Sat Jan 21 22:03:27 2023 +1100
4+
5+
Updated build scripts
6+
7+
commit 208cbcd59ab7575c00cf74c9839b388385848354
8+
Author: Thomas Dreibholz <dreibh@simula.no>
9+
Date: Fri Jan 6 21:38:01 2023 +1100
10+
11+
URL change from UDE to NNTB.
12+
13+
commit 9dc7333629c284c9c40881aec3636f004fe3068d
14+
Author: Thomas Dreibholz <dreibh@simula.no>
15+
Date: Fri Jan 6 10:22:13 2023 +1100
16+
17+
Updated CI scripts
18+
19+
commit 8c14ccd913aa9fcdd096019a8a52c2a039656c5e
20+
Author: Thomas Dreibholz <dreibh@simula.no>
21+
Date: Fri Jan 6 10:21:46 2023 +1100
22+
23+
Updated build scripts
24+
25+
commit 3938859c5ab085742524da7e7837f07597d4d767
26+
Author: Thomas Dreibholz <dreibh@simula.no>
27+
Date: Sun Sep 11 13:06:06 2022 +0200
28+
29+
New release sctplib-1.0.29.
30+
131
commit d745d0e0ed91ee166760fcffe12a5fe7e167daeb
232
Author: Thomas Dreibholz <dreibh@simula.no>
333
Date: Wed Aug 31 11:47:32 2022 +0200

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# $Id$
44
# ###########################################################################
55

6-
AC_INIT([sctplib], [1.0.30~rc0], [dreib@iem.uni-due.de])
6+
AC_INIT([sctplib], [1.0.30], [dreib@iem.uni-due.de])
77
AM_INIT_AUTOMAKE
88
AC_CONFIG_MACRO_DIR([m4])
99
AC_CANONICAL_HOST

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
sctplib (1:1.0.30~rc0-1ubuntu1) jammy; urgency=medium
1+
sctplib (1:1.0.30-1ubuntu1) jammy; urgency=medium
22

33
* New upstream release.
4-
* Closes: #934049 (ITP).
54
* debian/control: Updated standards version to 4.6.2.
5+
* Closes: #934049 (ITP).
66

7-
-- Thomas Dreibholz <thomas.dreibholz@gmail.com> Fri, 06 Jan 2023 21:27:40 +1100
7+
-- Thomas Dreibholz <thomas.dreibholz@gmail.com> Sun, 22 Jan 2023 22:48:59 +1100
88

99
sctplib (1:1.0.29-1ubuntu1) jammy; urgency=medium
1010

freebsd/sctplib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# $FreeBSD: head/net/sctplib/Makefile 509201 2019-08-18 11:11:21Z pi $
33

44
PORTNAME= sctplib
5-
PORTVERSION= 1.0.30~rc0
5+
PORTVERSION= 1.0.30
66
CATEGORIES= net
77
MASTER_SITES= https://www.nntb.no/~dreibh/sctplib/download/
88

rpm/sctplib.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sctplib
2-
Version: 1.0.30~rc0
2+
Version: 1.0.30
33
Release: 1
44
Summary: User-space implementation of the SCTP protocol RFC 4960
55
License: LGPL-3+
@@ -128,6 +128,8 @@ Technology Group at the IEM of the University of Essen, Germany.
128128

129129

130130
%changelog
131+
* Sun Jan 22 2023 Thomas Dreibholz <thomas.dreibholz@gmail.com> - 1.0.30
132+
- New upstream release.
131133
* Sun Sep 11 2022 Thomas Dreibholz <dreibh@iem.uni-due.de> - 1.0.29
132134
- New upstream release.
133135
* Thu Feb 17 2022 Thomas Dreibholz <dreibh@iem.uni-due.de> - 1.0.28

0 commit comments

Comments
 (0)