pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcap/+/43316?usp=email )

Change subject: Bump version: 0.8.0.15-603c-dirty → 0.8.1
......................................................................

Bump version: 0.8.0.15-603c-dirty → 0.8.1

Change-Id: I0e048f4b8d023e7bce3f23e4ac4cadb9e4f13deb
---
M TODO-RELEASE
M configure.ac
M contrib/osmo-pcap.spec.in
M debian/changelog
M debian/control
5 files changed, 35 insertions(+), 13 deletions(-)

Approvals:
  pespin: Looks good to me, approved; Verified




diff --git a/TODO-RELEASE b/TODO-RELEASE
index b52b9a8..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +7,3 @@
 # If any interfaces have been added since the last public release: c:r:a + 1.
 # If any interfaces have been removed or changed since the last public 
release: c:r:0.
 #library       what                    description / commit summary line
-libosmocore >1.12.1   osmo_iofd_set_io_buffers(..., 0) returning maximum 
available write buffer value.
diff --git a/configure.ac b/configure.ac
index 76ae2ae..1de6f8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,12 +163,12 @@
 AC_SUBST([PCAP_CFLAGS])

 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2)
 # libosmogb: needed for osmocom/gprs includes
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0)
 PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2)
 PKG_CHECK_MODULES(LIBGNUTLS, gnutls)

diff --git a/contrib/osmo-pcap.spec.in b/contrib/osmo-pcap.spec.in
index 72a92ab..7939204 100644
--- a/contrib/osmo-pcap.spec.in
+++ b/contrib/osmo-pcap.spec.in
@@ -29,11 +29,11 @@
 %endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gnutls)
-BuildRequires:  pkgconfig(libosmo-netif) >= 1.6.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.11.0
-BuildRequires:  pkgconfig(libosmogb) >= 1.11.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.11.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.11.0
+BuildRequires:  pkgconfig(libosmo-netif) >= 1.8.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.14.2
+BuildRequires:  pkgconfig(libosmogb) >= 1.14.2
+BuildRequires:  pkgconfig(libosmogsm) >= 1.14.2
+BuildRequires:  pkgconfig(libosmovty) >= 1.14.2
 BuildRequires:  pkgconfig(libzmq) >= 3.2.2
 %{?systemd_requires}

diff --git a/debian/changelog b/debian/changelog
index ade28be..317b04c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+osmo-pcap (0.8.1) unstable; urgency=medium
+
+  [ Pau Espin Pedrol ]
+  * server: Clarify reason of rolling pcap due to max-file-size vty config
+  * server: wr_file: Request up to 8 iofd write buffers if available
+
+  [ Vadim Yanitskiy ]
+  * server: vty: fix docs for cfg_server_rotate_localtime[_mod_n]
+  * doc: clarify 'pcap snaplen' / 'max-snaplen'
+  * client: fix off-by-one in wrapped pcap stats counter
+  * client: vty: do not print NULL tls hostname
+  * server: do not abort process on short conn message
+  * client: Fix 32-bit overflow when computing pcapng EPB timestamp
+  * server: fix zmq message leak on send failure
+  * server: fix msgb leak on duplicate link header
+  * client: honor IPv4 header length in GPRS filter
+  * tls: do not treat GNUTLS_E_AGAIN/INTERRUPTED as fatal on read
+  * server: vty: validate rotate-localtime modulus against the new interval
+  * server: fix NULL deref of file_hdr_msg when store is disabled
+  * tls: fix broken certificate hostname verification
+
+ -- Pau Espin Pedrol <[email protected]>  Thu, 20 Aug 2026 11:08:39 +0200
+
 osmo-pcap (0.8.0) unstable; urgency=medium

   * server: vty: Fix writing config max-snaplen param
diff --git a/debian/control b/debian/control
index 5c28919..88b2db2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@
                autotools-dev,
                libpcap0.8-dev,
                pkg-config,
-               libosmocore-dev (>= 1.11.0),
-               libosmo-netif-dev (>= 1.6.0),
+               libosmocore-dev (>= 1.14.2),
+               libosmo-netif-dev (>= 1.8.0),
                libgnutls28-dev,
                libzmq3-dev (>= 3.2.2)
 Standards-Version: 3.9.1

--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/43316?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I0e048f4b8d023e7bce3f23e4ac4cadb9e4f13deb
Gerrit-Change-Number: 43316
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to