aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 15:50:49 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 15:50:50 +0200
commit88b5dc63a993e710c54c8c07be5a14fb0f4387e9 (patch)
tree2b271128b6fd79df5a6569471b8567aea5ac940e
parent7f4debf1b9ca2a9225c485f051016a4421180b99 (diff)
Bump version: 0.4.1.9-7f4d-dirty → 0.4.20.4.2
-rw-r--r--configure.ac8
-rw-r--r--contrib/osmo-pcap.spec.in8
-rw-r--r--debian/changelog25
-rw-r--r--debian/control2
4 files changed, 34 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index f0541f2..8a27118 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,11 +157,11 @@ AC_SUBST([PCAP_LIBS])
AC_SUBST([PCAP_CFLAGS])
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
# libosmogb: needed for osmocom/gprs includes
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.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 7083c98..0aa079a 100644
--- a/contrib/osmo-pcap.spec.in
+++ b/contrib/osmo-pcap.spec.in
@@ -29,10 +29,10 @@ BuildRequires: systemd-rpm-macros
%endif
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gnutls)
-BuildRequires: pkgconfig(libosmocore) >= 1.7.0
-BuildRequires: pkgconfig(libosmogb) >= 1.7.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmocore) >= 1.9.0
+BuildRequires: pkgconfig(libosmogb) >= 1.9.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
+BuildRequires: pkgconfig(libosmovty) >= 1.9.0
BuildRequires: pkgconfig(libzmq) >= 3.2.2
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index c7b0aa3..4f67187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+osmo-pcap (0.4.2) unstable; urgency=medium
+
+ [ arehbein ]
+ * Transition to use of 'telnet_init_default'
+
+ [ Daniel Willmann ]
+ * osmo_{client,server}_main: Remove tall_ctr_ctx and tall_msgb_ctx
+ * osmo_{client,server}_main: Remove is_config_node in vty_app_info
+ * cosmetic: Remove trailing whitespace
+
+ [ Pau Espin Pedrol ]
+ * server: Call osmo_fd_unregister() before closing and changing bfd->fd
+
+ [ Max ]
+ * CI/CD: drop travis support
+
+ [ Oliver Smith ]
+ * debian: set compat level to 10
+ * systemd: depend on networking-online.target
+
+ [ Vadim Yanitskiy ]
+ * tests: $(BUILT_SOURCES) is not defined
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 15:50:49 +0200
+
osmo-pcap (0.4.1) unstable; urgency=medium
[ Max ]
diff --git a/debian/control b/debian/control
index 5ff42ba..846998b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10),
autotools-dev,
libpcap0.8-dev,
pkg-config,
- libosmocore-dev (>= 1.7.0),
+ libosmocore-dev (>= 1.9.0),
libgnutls28-dev,
libzmq3-dev (>= 3.2.2)
Standards-Version: 3.9.1