From 373abb90804ba71f980c7120e62f90d3a5c81213 Mon Sep 17 00:00:00 2001 From: Kaian Date: Mon, 8 Apr 2024 10:56:52 +0200 Subject: [PATCH] pkg: version bump to 1.8.1 --- ChangeLog | 5 +++++ configure.ac | 2 +- doc/sngrep.8 | 6 +++--- pkg/apk/APKBUILD | 2 +- pkg/debian/changelog | 6 ++++++ pkg/rpm/SPECS/sngrep.spec | 4 +++- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c44dc549..7ff229b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-04-08 Ivan Alonso + * sngrep 1.8.1 released + + * capture: fix possible buffer overflow while processing headers + 2023-12-20 Ivan Alonso * sngrep 1.8.0 released diff --git a/configure.ac b/configure.ac index 3eb0d851..c8718949 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([sngrep], [1.8.0], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) +AC_INIT([sngrep], [1.8.1], [kaian@irontec.com], [sngrep], [http://www.irontec.com/]) AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([src/config.h]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/sngrep.8 b/doc/sngrep.8 index aea1ceb4..6ebc2a72 100644 --- a/doc/sngrep.8 +++ b/doc/sngrep.8 @@ -1,9 +1,9 @@ .\" Man page for the sngrep .\" -.\" Copyright (c) 2013-2021 Ivan Alonso -.\" Copyright (c) 2013-2021 Irontec S.L. +.\" Copyright (c) 2013-2024 Ivan Alonso +.\" Copyright (c) 2013-2024 Irontec S.L. -.TH SNGREP 8 "Mar 2023" "sngrep 1.8.0" +.TH SNGREP 8 "Mar 2023" "sngrep 1.8.1" .SH NAME diff --git a/pkg/apk/APKBUILD b/pkg/apk/APKBUILD index 1b42b252..4676242d 100644 --- a/pkg/apk/APKBUILD +++ b/pkg/apk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=sngrep -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=0 pkgdesc="display SIP call message flows from a terminal" url="https://github.com/irontec/sngrep" diff --git a/pkg/debian/changelog b/pkg/debian/changelog index 27de91a0..44eb5669 100644 --- a/pkg/debian/changelog +++ b/pkg/debian/changelog @@ -1,3 +1,9 @@ +sngrep (1.8.1) experimental; urgency=low + + * sngrep 1.8.1 released + + -- Ivan Alonso Mon, 08 Apr 2024 10:55:20 +0200 + sngrep (1.8.0) experimental; urgency=low * sngrep 1.8.0 released diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index 040d894a..2c529c17 100644 --- a/pkg/rpm/SPECS/sngrep.spec +++ b/pkg/rpm/SPECS/sngrep.spec @@ -2,7 +2,7 @@ Summary: SIP Messages flow viewer Name: sngrep -Version: 1.8.0 +Version: 1.8.1 Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering @@ -59,6 +59,8 @@ make %{?_smp_mflags} %{__rm} -rf %{buildroot} %changelog +* Mon Apr 08 2024 Ivan Alonso - 1.8.1 + - Version 1.8.1 * Wed Dec 20 2024 Ivan Alonso - 1.8.0 - Version 1.8.0 * Fri Mar 31 2023 Ivan Alonso - 1.7.0