From 6e1b300742777f288db22c958d6f64e241b66086 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 29 Jun 2022 11:54:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0.12-3cc7-dirty=20?= =?UTF-8?q?=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I23c62ffbff6e3ef432adf6f8b3003f290a959889 --- TODO-RELEASE | 1 - configure.ac | 10 +++++----- contrib/osmo-gbproxy.spec.in | 10 +++++----- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 4 ++-- 5 files changed, 36 insertions(+), 13 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index f17d4ce8..1c5d61f5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #component what description / commit summary line -configure.ac libosmocore depend on next released libosmocore after 1.6.0 with (struct bssgp_bvc_fsm_ops)->reset_ack_notification diff --git a/configure.ac b/configure.ac index 560827f5..48021aa9 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index 42c13cdb..3cc0543a 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmocore) >= 1.6.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 -BuildRequires: pkgconfig(libosmogb) >= 1.6.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 -BuildRequires: pkgconfig(libosmovty) >= 1.6.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmogb) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index e6f31fdb..fc3ef0de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +osmo-gbproxy (1:0.3.0) unstable; urgency=medium + + [ Daniel Willmann ] + * gbproxy: Fix error return value + * gbproxy: Also try to route STATUS messages with truncated PDU in error + * gbproxy: Fix crash when FLUSH_LL_ACK does not contain a BVCI IE + * gbproxy_peer: Free all related BVCs if the cell is freed + * gbproxy: Only route to an SGSN if the BVC is not blocked + * gbproxy_peer: Use designated initializers for bvc_ctr_description + * gbproxy_peer: Add rate counters when forwarding packets fail + * gbproxy: Ensure PtP-BVCs are reset when we reset the SGSN SIG-BVC + + [ Pau Espin Pedrol ] + * Drop unneeded ax_check_compile_flag.m4 + + [ Alexander Couzens ] + * docs: usermanual: reorder gb/ns2 chapter to keep all ns2 part together + * docs: usermanual: add new chapter gb-ns2-maintenance + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol Wed, 29 Jun 2022 11:54:09 +0200 + osmo-gbproxy (1:0.2.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 2244ddc3..aa4332c6 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>=9), libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.6.0), - osmo-gsm-manuals-dev (>= 1.2.0) + libosmocore-dev (>= 1.7.0), + osmo-gsm-manuals-dev (>= 1.3.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy