Hello community, here is the log from the commit of package osmo-pcap for openSUSE:Leap:15.2 checked in at 2020-02-19 18:44:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/osmo-pcap (Old) and /work/SRC/openSUSE:Leap:15.2/.osmo-pcap.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-pcap" Wed Feb 19 18:44:59 2020 rev:1 rq:775590 version:0.1.2 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.osmo-pcap.new.26092/osmo-pcap.changes 2020-02-19 18:45:00.422632657 +0100 @@ -0,0 +1,118 @@ +------------------------------------------------------------------- +Sun Jan 5 12:17:28 UTC 2020 - Martin Hauke <[email protected]> + +- Update to new upstream release 0.1.2 + * server: Add pcap snaplen VTY cmd + * client: Add pcap snaplen VTY cmd + * Add support for generating IPIP to osmo-pcap-client + * client: Allow to bind to a specific source_ip + * client: Allow to configure and connect multiple servers + * client: Enable a non-blocking connect to the PCAP server + * client: Prepare to work with a list of servers + * server: Introduce tls mode for the server + * server: Add zmq based event and data interface to the server + * server: Add zmq interface for publishing events + * server: Deal with jumbo frames on the wire + * gprs: Do not collect BVC FLOW CONTROL / ACK messages + +------------------------------------------------------------------- +Thu Dec 28 10:11:24 UTC 2017 - [email protected] + +- Update to new upstream release 0.0.6 + * No changelog was provided + +------------------------------------------------------------------- +Sat Apr 22 14:43:34 UTC 2017 - [email protected] + +- Update to version 0.0.6.git1488925061.4776b29: + * jenkins: Add the build script from jenkins here + * distcheck: Need to package .version on Ubuntu as well + * jenkins: Attempt to fix build on FreeBSD and not break Linux + * freebsd: Include netinet/in.h and hopefully fix the build + * freebsd: Another fix for the next file + * jenkins: Attempt to fix FreeBSD distcheck + * todo: Update with my long term goal to have TLS support + * todo: Add another of my wishlist items + * ci: Add travis.yml for the github account + * server: Add a config knob to not store the pcap stream + * server: Add zmq interface for publishing events + * server: Add zmq based event and data interface to the server + * todo: With zeromq we can stream the data anywhere we want + * misc: Update the todo with an obvious thing to do + * vty: Fix compiler warning about type changes + * misc: Address compiler warning about deprecated header + * stats: Initialize the stats(d) backend in the client/server + * client: Fail to start if it can't bind the telnet interface + * server: Fail if the telnet interface can not be bound + * client: First round of statistics in the pcap client + * client: Additional counters for the statistics + * server: Add global and per client counters and begin to count + * client: Use pcap_stats and export them as statistics + * tests: Enable the vty tests for the osmo-pcap as well + * tls: Add initial ideas about TLS in the client/server + * client: Add API function to close and re-connect network connection + * client: Initial support for TLS in the client + * server: Update copyright after zmq changes + * server: Move to a write_queue for the conn socket + * server: Add API function to close a connection + * server: Re-factor the read dispatch and connection close + * server: Introduce tls mode for the server + * server: Allow to enable tls for the pcap server + * server: Add vty interface for the TLS configuration + * doc: Add initial documentation for the tls support + * test: Add tls config file and enable tls a bit + * client: Prepare to have multiple server connections + * client: Finish renaming client to conn in other places of the code + * client: Prepare to work with a list of servers + * client: Enable a non-blocking connect to the PCAP server + * client: Allow to configure and connect multiple servers + * client: Do not connect default connection if no ip/port present + * client: Allow to stop and remove a connection + * client: disconnect before connecting the connection + * client: Tolerate an invalid pcap_handle + * debian: Make a new release with the new features we gained + * client: Allow to bind to a specific source_ip + * debian: Make a new release with the new feature + * debian: Add -dbg packages for the osmo-pcap-client and osmo-pcap-server + +------------------------------------------------------------------- +Sat Feb 20 22:20:47 UTC 2016 - [email protected] + +- Update to version 0.0.6.git1453123519.3fedbf8: + + misc: Add a readme to describe the project purpose a bit + + misc: Update the readme + + Point to a stand-a-lone repository with many many packages + + Mention the packages available + +------------------------------------------------------------------- +Sat Dec 26 23:00:43 UTC 2015 - [email protected] + +- Update to version 0.0.6.git1449177446.c016b5d: + + gprs: Do not collect BVC FLOW CONTROL / ACK messages + + debian: Make a new release of the code + + server: Fix the language and refer to the received data length + + server: Deal with jumbo frames on the wire + + client: Allow receiving jumbo frames on the client as well + + debian: Make a new release + + client: Deal with external representation for pcap files + + Make a new release with 64bit client fixes + +------------------------------------------------------------------- +Mon Sep 21 07:38:33 UTC 2015 - [email protected] + +- Update to version 0.0.6.git1441897900.f42bbbc: + + gprs: Add a custom GPRS filter + + gprs: Remove left over for counting llc frames + + debian: Prepare a new release + +------------------------------------------------------------------- +Mon Dec 22 21:41:20 UTC 2014 - [email protected] + +- Update to version 0.0.4.git1419284011.07d96eb: + + build: Replace deprecated INCLUDES with AM_CPPFLAGS + +------------------------------------------------------------------- +Sun Dec 21 22:15:38 UTC 2014 - [email protected] + +- initial package, version 0.0.4.git1365611892.4edd6e6 + New: ---- _service osmo-pcap-0.1.2.tar.xz osmo-pcap.changes osmo-pcap.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-pcap.spec ++++++ # # spec file for package osmo-pcap # # Copyright (c) 2015, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: osmo-pcap Version: 0.1.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://openbsc.osmocom.org Source: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake >= 1.6 BuildRequires: libpcap-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libosmocore) >= 0.11.0 BuildRequires: pkgconfig(libosmogb) BuildRequires: pkgconfig(libosmogsm) >= 0.11.0 BuildRequires: pkgconfig(libosmovty) >= 0.11.0 BuildRequires: pkgconfig(libzmq) >= 3.2.2 %description Osmocom tools to help with pcap tracing. Run osmo_pcap_client locally and send traces to a different system. %prep %setup -q %build echo "%{version}" >.tarball-version autoreconf -fi %configure \ --docdir=%{_docdir}/%{name} \ --with-systemdsystemunitdir=%{_unitdir} make %{?_smp_mflags} %install %make_install install -d %{buildroot}/%{_sbindir} ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-pcap-client ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcosmo-pcap-server %preun %service_del_preun osmo-pcap-client.service osmo-pcap-server.service %postun %service_del_postun osmo-pcap-client.service osmo-pcap-server.service %pre %service_add_pre osmo-pcap-client.service osmo-pcap-server.service %post %service_add_post osmo-pcap-client.service osmo-pcap-server.service %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) %files %license COPYING %doc AUTHORS %doc %{_docdir}/%{name}/examples %dir %{_sysconfdir}/osmocom %config(noreplace) %{_sysconfdir}/osmocom/osmo-pcap-client.cfg %config(noreplace) %{_sysconfdir}/osmocom/osmo-pcap-server.cfg %{_bindir}/osmo-pcap-client %{_bindir}/osmo-pcap-server %{_unitdir}/osmo-pcap-client.service %{_unitdir}/osmo-pcap-server.service %dir %{_datadir}/osmo-pcap %{_datadir}/osmo-pcap/osmo_pcap_clean_old %{_sbindir}/rcosmo-pcap-client %{_sbindir}/rcosmo-pcap-server %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/osmo-pcap</param> <param name="revision">0.1.2</param> <param name="versionformat">0.1.2</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services>
