Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libgtpnl for openSUSE:Factory 
checked in at 2023-11-01 22:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgtpnl (Old)
 and      /work/SRC/openSUSE:Factory/.libgtpnl.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgtpnl"

Wed Nov  1 22:11:02 2023 rev:9 rq:1121670 version:1.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgtpnl/libgtpnl.changes        2023-07-03 
17:43:38.089018623 +0200
+++ /work/SRC/openSUSE:Factory/.libgtpnl.new.17445/libgtpnl.changes     
2023-11-01 22:11:33.943190901 +0100
@@ -1,0 +2,6 @@
+Wed Nov  1 18:20:21 UTC 2023 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.2.5
+  * fix memleak on del_tunnel() failure
+
+-------------------------------------------------------------------

Old:
----
  1.2.4.tar.gz

New:
----
  1.2.5.tar.gz

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

Other differences:
------------------
++++++ libgtpnl.spec ++++++
--- /var/tmp/diff_new_pack.DZwSgF/_old  2023-11-01 22:11:34.395207645 +0100
+++ /var/tmp/diff_new_pack.DZwSgF/_new  2023-11-01 22:11:34.399207794 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libgtpnl
-Version:        1.2.4
+Version:        1.2.5
 Release:        0
 Summary:        GPRS tunnel configuration library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ 1.2.4.tar.gz -> 1.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgtpnl-1.2.4/debian/changelog 
new/libgtpnl-1.2.5/debian/changelog
--- old/libgtpnl-1.2.4/debian/changelog 2023-02-07 14:07:11.000000000 +0100
+++ new/libgtpnl-1.2.5/debian/changelog 2023-09-12 14:18:53.000000000 +0200
@@ -1,3 +1,13 @@
+libgtpnl (1.2.5) unstable; urgency=medium
+
+  [ Neels Janosch Hofmeyr ]
+  * fix memleak on del_tunnel() failure
+
+  [ Oliver Smith ]
+  * debian: set compat level to 10
+
+ -- Pau Espin Pedrol <[email protected]>  Tue, 12 Sep 2023 14:18:53 +0200
+
 libgtpnl (1.2.4) unstable; urgency=medium
 
   [ Oliver Smith ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgtpnl-1.2.4/debian/compat 
new/libgtpnl-1.2.5/debian/compat
--- old/libgtpnl-1.2.4/debian/compat    2023-02-07 14:07:11.000000000 +0100
+++ new/libgtpnl-1.2.5/debian/compat    2023-09-12 14:18:53.000000000 +0200
@@ -1 +1 @@
-9
+10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgtpnl-1.2.4/debian/control 
new/libgtpnl-1.2.5/debian/control
--- old/libgtpnl-1.2.4/debian/control   2023-02-07 14:07:11.000000000 +0100
+++ new/libgtpnl-1.2.5/debian/control   2023-09-12 14:18:53.000000000 +0200
@@ -1,8 +1,8 @@
 Source: libgtpnl
-Maintainer: Harald Welte <[email protected]>
+Maintainer: Osmocom team <[email protected]>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                autotools-dev,
                autoconf,
                automake,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgtpnl-1.2.4/tools/gtp-tunnel.c 
new/libgtpnl-1.2.5/tools/gtp-tunnel.c
--- old/libgtpnl-1.2.4/tools/gtp-tunnel.c       2023-02-07 14:07:11.000000000 
+0100
+++ new/libgtpnl-1.2.5/tools/gtp-tunnel.c       2023-09-12 14:18:53.000000000 
+0200
@@ -130,6 +130,7 @@
        gtp_ifidx = if_nametoindex(argv[2]);
        if (gtp_ifidx == 0) {
                fprintf(stderr, "wrong GTP interface %s\n", argv[2]);
+               gtp_tunnel_free(t);
                return EXIT_FAILURE;
        }
        gtp_tunnel_set_ifidx(t, gtp_ifidx);
@@ -143,6 +144,7 @@
        } else {
                fprintf(stderr, "wrong GTP version %s, use v0 or v1\n",
                        argv[3]);
+               gtp_tunnel_free(t);
                return EXIT_FAILURE;
        }
 

Reply via email to