Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minidlna for openSUSE:Factory 
checked in at 2022-03-07 17:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minidlna (Old)
 and      /work/SRC/openSUSE:Factory/.minidlna.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minidlna"

Mon Mar  7 17:47:25 2022 rev:7 rq:959869 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/minidlna/minidlna.changes        2021-10-11 
15:32:37.618942097 +0200
+++ /work/SRC/openSUSE:Factory/.minidlna.new.1958/minidlna.changes      
2022-03-07 17:47:32.067109562 +0100
@@ -1,0 +2,15 @@
+Mon Mar  7 12:07:23 CET 2022 - [email protected]
+
+- update to version 1.3.1 (bsc#1196814)
+  - Fixed a potential crash in SSDP request parsing.
+  - Fixed a configure script failure on some platforms.
+  - Protect against DNS rebinding attacks. (CVE-2022-26505)
+  - Fix an socket leakage issue on some platforms.
+  - Minor bug fixes.
+- added patch minidlna-1.3.0-1.3.1.patch as the new version
+  was not tagged or released upstream
+- added BR for automake to fix build and readd autogen call
+- drop patch minidlna-multiple_definition.patch (upstreamed)
+- add "su minidlna minidlna" to the logrotate config
+
+-------------------------------------------------------------------

Old:
----
  minidlna-multiple_definition.patch

New:
----
  minidlna-1.3.0-1.3.1.patch

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

Other differences:
------------------
++++++ minidlna.spec ++++++
--- /var/tmp/diff_new_pack.H4v763/_old  2022-03-07 17:47:32.803109349 +0100
+++ /var/tmp/diff_new_pack.H4v763/_new  2022-03-07 17:47:32.807109348 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minidlna
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2012 by Lars Vogdt <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,14 @@
 
 
 Name:           minidlna
-Version:        1.3.0
+Version:        1.3.1
+%define oversion 1.3.0
 Release:        0
 Summary:        DLNA compatible server
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Other
 URL:            http://sourceforge.net/projects/minidlna/
-Source0:        
http://prdownloads.sourceforge.net/minidlna/%{name}-%{version}.tar.gz
+Source0:        
http://prdownloads.sourceforge.net/minidlna/%{name}-%{oversion}.tar.gz
 # Systemd unit file
 Source1:        %{name}.service
 # tmpfiles configuration for the /run directory
@@ -33,9 +34,11 @@
 Source3:        minidlna_logrotate
 # systemd-sysusers user configuration
 Source4:        %{name}-user.conf
+# unreleased version 1.3.1 from GIT
+Patch0:         minidlna-1.3.0-1.3.1.patch
 # VDR FIX thanks to Boris from openSuse
-Patch0:         minidlna-vdr.diff
-Patch1:         minidlna-multiple_definition.patch
+Patch1:         minidlna-vdr.diff
+BuildRequires:  automake
 BuildRequires:  flac-devel
 BuildRequires:  libexif-devel
 BuildRequires:  libid3tag-devel
@@ -57,12 +60,11 @@
 compliant with DLNA/UPnP-AV clients.
 
 %prep
-%setup -q
-%patch0
-%patch1 -p1
+%setup -q -n %{name}-%{oversion}
+%autopatch -p1
 
 %build
-#./autogen.sh
+./autogen.sh
 
 # Edit the default config file
 sed -i 's/#log_dir=\/var\/log/#log_dir=\/var\/log\/minidlna/' \

++++++ minidlna-1.3.0-1.3.1.patch ++++++
++++ 1502 lines (skipped)

++++++ minidlna-vdr.diff ++++++
--- /var/tmp/diff_new_pack.H4v763/_old  2022-03-07 17:47:32.871109329 +0100
+++ /var/tmp/diff_new_pack.H4v763/_new  2022-03-07 17:47:32.875109329 +0100
@@ -1,7 +1,7 @@
 Index: utils.c
 ===================================================================
---- utils.c.orig       2017-05-17 22:55:17.000000000 +0200
-+++ utils.c    2017-06-29 01:34:45.635284163 +0200
+--- a/utils.c.orig     2017-05-17 22:55:17.000000000 +0200
++++ a/utils.c  2017-06-29 01:34:45.635284163 +0200
 @@ -400,6 +400,7 @@ is_video(const char * file)
  #ifdef TIVO_SUPPORT
                ends_with(file, ".TiVo") ||

++++++ minidlna_logrotate ++++++
--- /var/tmp/diff_new_pack.H4v763/_old  2022-03-07 17:47:32.911109318 +0100
+++ /var/tmp/diff_new_pack.H4v763/_new  2022-03-07 17:47:32.915109317 +0100
@@ -1,4 +1,5 @@
 /var/log/minidlna/*.log {
+    su minidlna minidlna
     compress
     dateext
     notifempty

Reply via email to