From 2e6de92f11b602d242d093a7868b433964f0162d Mon Sep 17 00:00:00 2001 From: Thomas Dreibholz Date: Sat, 10 Feb 2024 16:15:28 +0100 Subject: [PATCH] New release tsctp-0.7.12. --- CMakeLists.txt | 2 +- ChangeLog | 55 ++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 8 +++++- freebsd/tsctp/Makefile | 2 +- rpm/tsctp.spec | 4 ++- 5 files changed, 67 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6beac54..a621d32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(tsctp LANGUAGES C) SET(BUILD_MAJOR "0") SET(BUILD_MINOR "7") -SET(BUILD_PATCH "11") +SET(BUILD_PATCH "12") SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH}) diff --git a/ChangeLog b/ChangeLog index 240ea92..1dacb00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +commit d036dc62c7f519d502af429840969e1520d2fc91 +Merge: f92e4f2 2b7f83b +Author: Thomas Dreibholz +Date: Sat Feb 10 16:14:58 2024 +0100 + + Merge branch 'master' of github.com:dreibh/tsctp + +commit f92e4f28a2d136e531fcd5ea36b7d293abe5cf5d +Author: Thomas Dreibholz +Date: Sat Feb 10 16:13:46 2024 +0100 + + Debian packaging updates. + +commit 2b7f83b7a2092fdf7e29cc3f3d8d3dc499d188fc +Author: Thomas Dreibholz +Date: Sat Feb 10 13:21:36 2024 +0100 + + FreeBSD packaging update. + +commit f98fac4ab426a64ddc8a3c2a777d76c5a7568e99 +Author: Thomas Dreibholz +Date: Sat Feb 10 13:14:29 2024 +0100 + + Updated FreeBSD packaging files. + +commit 7fd95ed18813fc48ba38950405c9a965d7f7483c +Author: Thomas Dreibholz +Date: Mon Dec 18 10:06:46 2023 +0100 + + Updated FreeBSD packaging. + +commit 4062d51b971085cf0d802bcd983ef2bc2d2c32da +Author: Thomas Dreibholz +Date: Thu Dec 7 13:14:07 2023 +0100 + + FreeBSD packaging update. + +commit 23718df4b442660ebea66fc5ef29b72125a1230b +Author: Thomas Dreibholz +Date: Thu Dec 7 12:32:29 2023 +0100 + + Improved FreeBSD test script. + +commit 1c1bb9228fd349f861804c127ef5507eca9446d2 +Author: Thomas Dreibholz +Date: Wed Dec 6 17:10:56 2023 +0100 + + Updated LSM entry. + +commit f38ebbb67f8d12d84409798b4302e0a4a2b45195 +Author: Thomas Dreibholz +Date: Wed Dec 6 16:54:25 2023 +0100 + + New release tsctp-0.7.11. + commit 5fd6b8f29900cdfa464c7c1af74ac2b47a5e7e7d Author: Thomas Dreibholz Date: Wed Nov 15 11:42:31 2023 +0100 diff --git a/debian/changelog b/debian/changelog index a3c85a7..5b70b5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -tsctp (0.7.11-1ubuntu1) jammy; urgency=medium +tsctp (0.7.12-1ubuntu1) jammy; urgency=medium * New upstream release. * Closes: #998879 (ITP). + -- Thomas Dreibholz Sat, 10 Feb 2024 16:15:26 +0100 + +tsctp (0.7.11-1ubuntu1) jammy; urgency=medium + + * New upstream release. + -- Thomas Dreibholz Wed, 06 Dec 2023 16:54:23 +0100 tsctp (0.7.10-1ubuntu1) jammy; urgency=medium diff --git a/freebsd/tsctp/Makefile b/freebsd/tsctp/Makefile index 9e89bfb..8a07176 100644 --- a/freebsd/tsctp/Makefile +++ b/freebsd/tsctp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tsctp -PORTVERSION= 0.7.11 +PORTVERSION= 0.7.12 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/${PORTNAME}/download/ diff --git a/rpm/tsctp.spec b/rpm/tsctp.spec index 2b1f785..e9a84dd 100644 --- a/rpm/tsctp.spec +++ b/rpm/tsctp.spec @@ -1,5 +1,5 @@ Name: tsctp -Version: 0.7.11 +Version: 0.7.12 Release: 1 Summary: SCTP test tool Group: Applications/Internet @@ -37,6 +37,8 @@ to verify that the SCTP stack is working. %doc %changelog +* Sat Feb 10 2024 Thomas Dreibholz - 0.7.12 +- New upstream release. * Wed Dec 06 2023 Thomas Dreibholz - 0.7.11 - New upstream release. * Thu Jan 19 2023 Thomas Dreibholz - 0.7.10