Hello community,

here is the log from the commit of package osmo-ggsn for openSUSE:Factory 
checked in at 2020-01-08 17:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-ggsn (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-ggsn.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-ggsn"

Wed Jan  8 17:55:19 2020 rev:5 rq:761611 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-ggsn/osmo-ggsn.changes      2019-08-22 
10:50:08.733717817 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-ggsn.new.6675/osmo-ggsn.changes    
2020-01-08 17:55:38.561675310 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 11:01:31 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to new upstream release 1.5.0
+  * sgsnemu: Fix null-pointer format string argument
+  * ggsn, sgsnemu: Drop use of no-op deprecated gtp_retrans* APIs
+  * ggsn: Implement echo req/resp and recovery
+  * libgtp: Introduce cb_recovery3
+  * ggsn_vty.c: Improve output of VTY show pdp-context
+  * gtp-kernel.c: Fix wrong use of in46a_from_eua, print IPv6 euas
+- Update patch:
+  * build-fixes.diff
+
+-------------------------------------------------------------------

Old:
----
  osmo-ggsn-1.4.0.tar.xz

New:
----
  osmo-ggsn-1.5.0.tar.xz

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

Other differences:
------------------
++++++ osmo-ggsn.spec ++++++
--- /var/tmp/diff_new_pack.hTw3lG/_old  2020-01-08 17:55:39.081675583 +0100
+++ /var/tmp/diff_new_pack.hTw3lG/_new  2020-01-08 17:55:39.081675583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-ggsn
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -19,8 +19,8 @@
 %define _lto_cflags %nil
 
 Name:           osmo-ggsn
-%define lname   libgtp5
-Version:        1.4.0
+%define lname   libgtp6
+Version:        1.5.0
 Release:        0
 Summary:        GPRS Support Node
 License:        GPL-2.0-only AND LGPL-2.1-or-later
@@ -66,7 +66,9 @@
 applications that want to make use of libgtp.
 
 %prep
-%autosetup -p1
+%setup -q
+%patch1 -p1 -F2
+sed -i 's|/usr/bin/osmo-ggsn|/usr/sbin/osmo-ggsn|g' 
contrib/systemd/osmo-ggsn.service
 
 %build
 echo "%version" >.tarball-version
@@ -116,7 +118,7 @@
 %config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf
 
 %files -n %lname
-%_libdir/libgtp.so.5*
+%_libdir/libgtp.so.6*
 
 %files -n libgtp-devel
 %_includedir/%name/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hTw3lG/_old  2020-01-08 17:55:39.105675595 +0100
+++ /var/tmp/diff_new_pack.hTw3lG/_new  2020-01-08 17:55:39.105675595 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-ggsn</param>
-               <param name="revision">1.4.0</param>
-               <param name="versionformat">1.4.0</param>
+               <param name="revision">1.5.0</param>
+               <param name="versionformat">1.5.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ build-fixes.diff ++++++
--- /var/tmp/diff_new_pack.hTw3lG/_old  2020-01-08 17:55:39.113675600 +0100
+++ /var/tmp/diff_new_pack.hTw3lG/_new  2020-01-08 17:55:39.113675600 +0100
@@ -65,14 +65,14 @@
 -noinst_LIBRARIES = libmisc.a
 +noinst_LTLIBRARIES = libmisc.la
  
- noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h in46_addr.h 
netdev.h gtp-kernel.h
+ noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h in46_addr.h 
netdev.h gtp-kernel.h util.h
  
 -AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb 
$(LIBOSMOCORE_CFLAGS)
 +AM_CPPFLAGS = -DSBINDIR='"$(sbindir)"' $(LIBOSMOCORE_CFLAGS)
 +AM_CFLAGS = -fno-builtin -Wall
  
--libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c 
in46_addr.c netdev.c
-+libmisc_la_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c 
in46_addr.c netdev.c
+-libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c 
in46_addr.c netdev.c util.c
++libmisc_la_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c 
in46_addr.c netdev.c util.c
 +libmisc_la_LIBADD = ${LIBOSMOCORE_LIBS}
  
  if ENABLE_GTP_KERNEL

++++++ osmo-ggsn-1.4.0.tar.xz -> osmo-ggsn-1.5.0.tar.xz ++++++
++++ 3083 lines of diff (skipped)


Reply via email to