Hello community,

here is the log from the commit of package libosmo-netif for openSUSE:Factory 
checked in at 2017-10-10 11:42:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-netif (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-netif.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-netif"

Tue Oct 10 11:42:26 2017 rev:3 rq:530610 version:0.0.6.85

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-netif/libosmo-netif.changes      
2016-08-10 19:55:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-netif.new/libosmo-netif.changes 
2017-10-10 11:42:27.408867331 +0200
@@ -1,0 +2,16 @@
+Mon Oct  2 23:04:14 UTC 2017 - [email protected]
+
+- Update to new upstream snapshot 0.0.6.85
+  * rtp: return offset in osmo_rtp_snprintf()
+  * somo_stream_srv_fd_cb(): close socket if NODELAY fails
+
+-------------------------------------------------------------------
+Fri Apr 28 21:24:50 UTC 2017 - [email protected]
+
+- Update to new upstream snapshot 0.0.6.67
+  * Fix potential NULL dereference
+  * stream: don't crash in _close() when fd is not initialized
+  * stream: When destroying, make sure to kill reconnect timer
+  * osmux: Fix delay between RTP packets
+
+-------------------------------------------------------------------

Old:
----
  libosmo-netif-0.0.6.19.tar.xz

New:
----
  libosmo-netif-0.0.6.85.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libosmo-netif.spec ++++++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:28.984798163 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:28.988797987 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-netif
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,29 @@
 #
 
 
-%define version_unconverted 0.0.6.19
+%define version_unconverted 0.0.6.85
 
 Name:           libosmo-netif
 Summary:        Osmocom library for muxed audio
-License:        AGPL-3.0+ and GPL-2.0+
+License:        GPL-2.0+
 Group:          Productivity/Telephony/Utilities
-Version:        0.0.6.19
+Version:        0.0.6.85
 Release:        0
-Url:            http://openbsc.osmocom.org/trac/
+Url:            https://osmocom.org/projects/libosmo-netif
 
 Source:         %name-%version.tar.xz
 Patch1:         osmo-talloc.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkg-config >= 0.20
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libosmoabis) >= 0.3.2.3
 BuildRequires:  pkgconfig(libosmocore) >= 0.3.0
 BuildRequires:  pkgconfig(libosmogsm) >= 0.3.0
 BuildRequires:  pkgconfig(libosmovty) >= 0.3.0
+BuildRequires:  pkgconfig(talloc)
 
 %description
 Network interface demuxer library for OsmoCom projects.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:29.024796408 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:29.024796408 +0200
@@ -1,12 +1,12 @@
 <services>
-       <service name="tar_scm" mode="localonly">
+       <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/libosmo-netif</param>
                <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
        </service>
-       <service name="recompress" mode="localonly">
+       <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
-       <service name="set_version" mode="localonly"/>
+       <service name="set_version" mode="disabled"/>
 </services>

++++++ libosmo-netif-0.0.6.19.tar.xz -> libosmo-netif-0.0.6.85.tar.xz ++++++
++++ 4853 lines of diff (skipped)

++++++ osmo-talloc.diff ++++++
--- /var/tmp/diff_new_pack.N0dGST/_old  2017-10-10 11:42:29.164790263 +0200
+++ /var/tmp/diff_new_pack.N0dGST/_new  2017-10-10 11:42:29.164790263 +0200
@@ -11,22 +11,22 @@
  src/channel/abis/Makefile.am |    4 ++--
  5 files changed, 21 insertions(+), 20 deletions(-)
 
-Index: libosmo-netif/configure.ac
+Index: libosmo-netif-0.0.6.85/configure.ac
 ===================================================================
---- libosmo-netif.orig/configure.ac
-+++ libosmo-netif/configure.ac
-@@ -52,6 +52,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
+--- libosmo-netif-0.0.6.85.orig/configure.ac
++++ libosmo-netif-0.0.6.85/configure.ac
+@@ -68,6 +68,7 @@ AC_SEARCH_LIBS([sctp_send], [sctp], [
        AC_MSG_ERROR([sctp_send not found in searched libs])])
  LIBS=$old_LIBS
  
 +PKG_CHECK_MODULES([TALLOC], [talloc])
  AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be 
built))
  
- AC_OUTPUT(
-Index: libosmo-netif/examples/Makefile.am
+ AC_ARG_ENABLE(doxygen,
+Index: libosmo-netif-0.0.6.85/examples/Makefile.am
 ===================================================================
---- libosmo-netif.orig/examples/Makefile.am
-+++ libosmo-netif/examples/Makefile.am
+--- libosmo-netif-0.0.6.85.orig/examples/Makefile.am
++++ libosmo-netif-0.0.6.85/examples/Makefile.am
 @@ -1,5 +1,5 @@
  AM_CPPFLAGS = -I$(top_srcdir)/include
 -AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
@@ -95,10 +95,10 @@
  osmux_test_output_LDADD = $(top_builddir)/src/libosmonetif.la \
 -                        $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
 +                        $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(TALLOC_LIBS)
-Index: libosmo-netif/examples/channel/Makefile.am
+Index: libosmo-netif-0.0.6.85/examples/channel/Makefile.am
 ===================================================================
---- libosmo-netif.orig/examples/channel/Makefile.am
-+++ libosmo-netif/examples/channel/Makefile.am
+--- libosmo-netif-0.0.6.85.orig/examples/channel/Makefile.am
++++ libosmo-netif-0.0.6.85/examples/channel/Makefile.am
 @@ -1,5 +1,5 @@
  AM_CPPFLAGS = -I$(top_srcdir)/include
 -AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
@@ -117,10 +117,10 @@
  abis_ipa_stream_client_LDADD = $(top_builddir)/src/libosmonetif.la    \
 -                             $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
 +                             $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) 
$(TALLOC_LIBS)
-Index: libosmo-netif/src/Makefile.am
+Index: libosmo-netif-0.0.6.85/src/Makefile.am
 ===================================================================
---- libosmo-netif.orig/src/Makefile.am
-+++ libosmo-netif/src/Makefile.am
+--- libosmo-netif-0.0.6.85.orig/src/Makefile.am
++++ libosmo-netif-0.0.6.85/src/Makefile.am
 @@ -3,14 +3,14 @@
  LIBVERSION=3:0:0
  
@@ -138,10 +138,10 @@
  libosmonetif_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
  
  libosmonetif_la_SOURCES = amr.c                       \
-Index: libosmo-netif/src/channel/abis/Makefile.am
+Index: libosmo-netif-0.0.6.85/src/channel/abis/Makefile.am
 ===================================================================
---- libosmo-netif.orig/src/channel/abis/Makefile.am
-+++ libosmo-netif/src/channel/abis/Makefile.am
+--- libosmo-netif-0.0.6.85.orig/src/channel/abis/Makefile.am
++++ libosmo-netif-0.0.6.85/src/channel/abis/Makefile.am
 @@ -1,9 +1,9 @@
  AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
 -AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)


Reply via email to