Projects
osmocom:master
osmo-pcap
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
osmo-pcap.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-pcap Requires: osmocom-master -Version: 0.4.1.9.7f4d +Version: 0.4.2 Release: 0 Summary: Osmocom's PCAP client and server License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmo-pcap -Source: osmo-pcap_0.4.1.9.7f4d.tar.xz +Source: osmo-pcap_0.4.2.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake >= 1.6 @@ -31,10 +31,10 @@ %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}
View file
commit_7f4debf1b9ca2a9225c485f051016a4421180b99.txt
Deleted
View file
commit_88b5dc63a993e710c54c8c07be5a14fb0f4387e9.txt
Added
View file
osmo-pcap_0.4.1.9.7f4d.dsc -> osmo-pcap_0.4.2.dsc
Changed
@@ -2,21 +2,21 @@ Source: osmo-pcap Binary: osmo-pcap-client, osmo-pcap-server, osmo-pcap-client-dbg, osmo-pcap-server-dbg Architecture: any -Version: 0.4.1.9.7f4d +Version: 0.4.2 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmo-pcap Standards-Version: 3.9.1 Vcs-Browser: https://gitea.osmocom.org/osmocom/osmo-pcap Vcs-Git: https://gitea.osmocom.org/osmocom/osmo-pcap -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev (>= 1.7.0), libgnutls28-dev, libzmq3-dev (>= 3.2.2) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev (>= 1.9.0), libgnutls28-dev, libzmq3-dev (>= 3.2.2) Package-List: osmo-pcap-client deb net extra arch=any osmo-pcap-client-dbg deb net extra arch=any osmo-pcap-server deb net extra arch=any osmo-pcap-server-dbg deb net extra arch=any Checksums-Sha1: - b15698d4364dbe704819d248163fbaacb0d60ae4 48660 osmo-pcap_0.4.1.9.7f4d.tar.xz + f043a65ac634677ce938b9fc654b0882dc596524 48820 osmo-pcap_0.4.2.tar.xz Checksums-Sha256: - 1f0b367223643872f95636bbfdcd753ca00a739dc9d3471667259e37a3a50ff2 48660 osmo-pcap_0.4.1.9.7f4d.tar.xz + 25903331c098428d75a6bb6950d2273a2d135d15e036d8ff294df51ddb565fb1 48820 osmo-pcap_0.4.2.tar.xz Files: - 7fcf50325c34196c0b0179786e5a5d9f 48660 osmo-pcap_0.4.1.9.7f4d.tar.xz + 8cf8876e97195c76eec4871ad186d40b 48820 osmo-pcap_0.4.2.tar.xz
View file
osmo-pcap_0.4.1.9.7f4d.tar.xz/.tarball-version -> osmo-pcap_0.4.2.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.4.1.9-7f4d +0.4.2
View file
osmo-pcap_0.4.1.9.7f4d.tar.xz/configure.ac -> osmo-pcap_0.4.2.tar.xz/configure.ac
Changed
@@ -157,11 +157,11 @@ 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)
View file
osmo-pcap_0.4.1.9.7f4d.tar.xz/contrib/osmo-pcap.spec.in -> osmo-pcap_0.4.2.tar.xz/contrib/osmo-pcap.spec.in
Changed
@@ -30,10 +30,10 @@ %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}
View file
osmo-pcap_0.4.1.9.7f4d.tar.xz/debian/changelog -> osmo-pcap_0.4.2.tar.xz/debian/changelog
Changed
@@ -1,8 +1,27 @@ -osmo-pcap (0.4.1.9.7f4d) unstable; urgency=medium +osmo-pcap (0.4.2) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + arehbein + * Transition to use of 'telnet_init_default' - -- Osmocom OBS scripts <info@osmocom.org> Tue, 13 Jun 2023 10:42:19 +0000 + 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
View file
osmo-pcap_0.4.1.9.7f4d.tar.xz/debian/control -> osmo-pcap_0.4.2.tar.xz/debian/control
Changed
@@ -7,7 +7,7 @@ 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
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.