Projects
osmocom:master
osmo-pcap
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 36
View file
osmo-pcap.spec
Changed
@@ -14,13 +14,13 @@ Name: osmo-pcap Requires: osmocom-master -Version: 0.5.0.63.222b +Version: 0.6.0 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.5.0.63.222b.tar.xz +Source: osmo-pcap_0.6.0.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake >= 1.6 @@ -31,11 +31,11 @@ %endif BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libosmo-netif) >= 1.5.0 -BuildRequires: pkgconfig(libosmocore) >= 1.10.0 -BuildRequires: pkgconfig(libosmogb) >= 1.10.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.10.0 -BuildRequires: pkgconfig(libosmovty) >= 1.10.0 +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(libzmq) >= 3.2.2 %{?systemd_requires}
View file
commit_222b23c5184fd179560a50030367ac5874e3f8be.txt
Deleted
View file
commit_e1e6867f144437c5c9db4708e5b20dac93a82d8b.txt
Added
View file
osmo-pcap_0.5.0.63.222b.dsc -> osmo-pcap_0.6.0.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.5.0.63.222b +Version: 0.6.0 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.10.0), libosmo-netif-dev (>= 1.5.0), libgnutls28-dev, libzmq3-dev (>= 3.2.2) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, libpcap0.8-dev, pkg-config, libosmocore-dev (>= 1.11.0), libosmo-netif-dev (>= 1.6.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: - bd70a622cca3bf94934ad9d02d5779989ba08ffe 64836 osmo-pcap_0.5.0.63.222b.tar.xz + 7adfc5d19c5de451d75d13a48af5bf01d5de2042 65636 osmo-pcap_0.6.0.tar.xz Checksums-Sha256: - 8865b68a940f06d6ebd309ba51b8eaea5056c224bb3fcc0093c6c78e27b6a950 64836 osmo-pcap_0.5.0.63.222b.tar.xz + 8a92384e304124123ca5e372c70baa2a557ceb660535041f41c14cf414fecf04 65636 osmo-pcap_0.6.0.tar.xz Files: - 602c79b845d9e4ff41f6c40bec5567cb 64836 osmo-pcap_0.5.0.63.222b.tar.xz + 18c58d94aeddbc4f7c578c18b74c392d 65636 osmo-pcap_0.6.0.tar.xz
View file
osmo-pcap_0.5.0.63.222b.tar.xz/.tarball-version -> osmo-pcap_0.6.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.5.0.63-222b +0.6.0
View file
osmo-pcap_0.5.0.63.222b.tar.xz/TODO-RELEASE -> osmo-pcap_0.6.0.tar.xz/TODO-RELEASE
Changed
@@ -7,5 +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.10.0 iofd_msgb_alloc() supports allocating 0xfffff bytes. libosmocore Change-Id I6f9125916a301414301587f84fc3db98549a2f3f -libosmo-netif >1.5.0 osmo_stream_srv_set_segmentation_cb2()
View file
osmo-pcap_0.5.0.63.222b.tar.xz/configure.ac -> osmo-pcap_0.6.0.tar.xz/configure.ac
Changed
@@ -163,12 +163,12 @@ AC_SUBST(PCAP_CFLAGS) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) # libosmogb: needed for osmocom/gprs includes -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +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(LIBZMQ, libzmq >= 3.2.2) PKG_CHECK_MODULES(LIBGNUTLS, gnutls)
View file
osmo-pcap_0.5.0.63.222b.tar.xz/contrib/osmo-pcap.spec.in -> osmo-pcap_0.6.0.tar.xz/contrib/osmo-pcap.spec.in
Changed
@@ -30,11 +30,11 @@ %endif BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libosmo-netif) >= 1.5.0 -BuildRequires: pkgconfig(libosmocore) >= 1.10.0 -BuildRequires: pkgconfig(libosmogb) >= 1.10.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.10.0 -BuildRequires: pkgconfig(libosmovty) >= 1.10.0 +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(libzmq) >= 3.2.2 %{?systemd_requires}
View file
osmo-pcap_0.5.0.63.222b.tar.xz/debian/changelog -> osmo-pcap_0.6.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,71 @@ -osmo-pcap (0.5.0.63.222b) unstable; urgency=medium +osmo-pcap (0.6.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Pau Espin Pedrol + * pcap-server: Take into account PDU len when calculating pcap max-size + * pcap-server: Move write checks to reopen pcap into helper functions + * pcap-server: New vty command 'no max-file-size' + * tests/Makefile.am: Fix trailing whitespace + * src/Makefile.am: Improve formatting + * pcap-server: Fix no max-file-size regression + * pcap-server: Move stats to its own file + * pcap-server: Make rotate-localtime feature configurable through VTY + * pcap-server: Improve log error opening pcap file + * pcap-server: Avoid pcap time-based rotation if wall clock went backwards + * pcap-client: Move conns llist initialization to constructor + * pcap-client: Split client-conn allocation to its own constructor function + * pcap-client: Alloc default client conn similarly to other ones + * pcap-client: Add missing '_conn' in function names + * pcap-client: Split wrapped ctr generic calculation to helper function + * pcap-client: Decouple dev capture handling from client + * pcap-client: Improve pcap_handle logging + * pcap-client: Improve conn logging + * pcap-client: Move stats to its own file + * pcap-client,pcap-server: Use rate_ctr_inc2 and rate_ctr_add2 APIs + * pcap-client: Add per iface counter group instance + * pcap-client: Allow recording on several interfaces + * pcap-server: Use osmo_talloc_replace_string() to replace base-path + * pcap-server: Move struct osmo_pcap_server alloc to its own helper function + * pcap-server: remove unneeded check for null base_path + * pcap-server: Resolve real path of pcap file before opening + * pcap-server: Introduce VTY cmd 'no completed-path' + * Use #pragma once in all header files + * server: Rename static functions + * server: Simplify (store|no-store) feature + * cosmetic: server: document functions + * server: Simplify code paths in read_cb_* + * server: Delay reopen of pcap only until necessary + * server: Store read buf max len as conn field + * server: Split osmo_pcap_conn alloc to its own function + * server: Rename function osmo_pcap_server_delete -> osmo_pcap_conn_free + * cosmetic: server: Fix typo in comment + * server: Rename func client_data() -> zmq_send_client_data() + * Cleanup and reorder includes in header files + * Makefile.am: proper format and reorder source file lists + * client: Introduce osmo_pcap_file to prepare support for pcapng + * client: Support generation of pcapng file format + * server: Support storing of pcapng format + * server: Rename osmo_pcap_server_close_trace -> osmo_pcap_conn_close_trace + * Rename osmo_pcap_server_close_conn -> osmo_pcap_conn_close + * server: Split network code into its own file + * server: Avoid lseek syscall on every packet write to pcap file + * cosmetic: osmo_tls: Fix indentation whitespace + * server: Move osmo_pcap_server_alloc() to osmo_server_core.c + * server: Use osmo_sockaddr in remote_addr field + * tests: Remove unneeded .o files after osmo-pcap-server network/core file split + * cosmetic: server: Fix formatting of return in main() + * server: Move conn->file_hdr release to osmo_pcap_conn_close() + * server: Add osmo_pcap_server_free() for completeness + * server: Split buffer read from full msg handling + * server: Log unable to figure out pcap vs pcapng + * server: Limit rx buffer size to UINT16_MAX + * server: Use osmo_stream_srv_link on tcp listen socket + * server: Correct error check calling osmo_pcap_conn_process_data() + * server: Use osmo_stream_srv for non-tls read tcp sock + * server: Introduce struct osmo_pcap_wr_file + * server: Implement non-blocking write to pcap file with osmo_io + * server: zero-copy msgb from tcp read to file write - -- Osmocom OBS scripts <info@osmocom.org> Wed, 22 Jan 2025 12:22:12 +0000 + -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 12:50:57 +0100 osmo-pcap (0.5.0) unstable; urgency=medium
View file
osmo-pcap_0.5.0.63.222b.tar.xz/debian/control -> osmo-pcap_0.6.0.tar.xz/debian/control
Changed
@@ -7,8 +7,8 @@ autotools-dev, libpcap0.8-dev, pkg-config, - libosmocore-dev (>= 1.10.0), - libosmo-netif-dev (>= 1.5.0), + libosmocore-dev (>= 1.11.0), + libosmo-netif-dev (>= 1.6.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
.