mirror of https://gerrit.osmocom.org/osmo-pcap
Bump version: 0.4.1.9-7f4d-dirty → 0.4.2
Change-Id: I26ebcdcad2e7913d6a76277917ce4210bff20e1fchanges/81/34381/1 0.4.2
parent
7f4debf1b9
commit
88b5dc63a9
|
@ -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)
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue