Hello community,

here is the log from the commit of package znc for openSUSE:Factory checked in 
at 2015-11-28 15:18:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/znc (Old)
 and      /work/SRC/openSUSE:Factory/.znc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "znc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/znc/znc.changes  2015-08-05 19:17:31.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.znc.new/znc.changes     2015-11-28 
15:19:01.000000000 +0100
@@ -1,0 +2,42 @@
+Tue Nov 17 12:33:57 UTC 2015 - [email protected]
+
+- Update to 1.6.2
+  * fixes
+               + Fixed a use-after-delete in webadmin. It was already 
+                       partially fixed in ZNC 1.4; since 1.4 it has been still 
+                       possible to trigger, but much harder.
+               + Fixed a startup failure when awaynick and simple_away were 
+                       both loaded, and simple_away had arguments.
+               + Fixed a build failure when using an ancient OpenSSL version.
+               + Fixed a build failure when using OpenSSL which was built 
+                       without SSLv3 support.
+               + Bindhost was sometimes used as ident.
+               + CAP :END wasn't parsed correctly, causing timeout during 
+                       login for some clients.
+               + Fixed channel keys if client joined several channels in 
+                       single command.
+               + Fixed memory leak when reading an invalid config.
+       * autovoice
+               + Check for autovoices when we are opped.
+       * controlpanel
+               + Fixed DelCTCPReply case-insensitivity.
+       * dcc
+               + Add missing return statement. It was harmless.
+       * modpython
+               + Fixed a memory leak.
+       * modules_online
+               + Wrong ident was used before.
+       * stickychan
+               + Fixed to unstick inaccessible channels to avoid infinite 
+                       join loops.
+       * internal changes
+               + Fixed the nick passed to CModule::OnChanMsg() so it has 
+                       channel permissions set.
+               + Fixed noisy -Winconsistent-missing-override compilation 
+                       warnings.
+               + Initialized some fields in constructors of modules before 
+                       OnLoad().
+- Make building more verbose
+- Partially fixes bsc#956254 - CVE-2014-9043
+
+-------------------------------------------------------------------

Old:
----
  znc-1.6.1.tar.gz
  znc-1.6.1.tar.gz.sig

New:
----
  znc-1.6.2.tar.gz
  znc-1.6.2.tar.gz.sig

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

Other differences:
------------------
++++++ znc.spec ++++++
--- /var/tmp/diff_new_pack.03k7bv/_old  2015-11-28 15:19:02.000000000 +0100
+++ /var/tmp/diff_new_pack.03k7bv/_new  2015-11-28 15:19:02.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           znc
-Version:        1.6.1
+Version:        1.6.2
 Release:        0
 Summary:        Advanced IRC Bouncer
 License:        Apache-2.0
@@ -36,16 +36,16 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(tcl)
 BuildRequires:  pkgconfig(zlib)
-%if 0%{?suse_version} == 1310
-BuildRequires:  cyrus-sasl-devel
-%else
-BuildRequires:  pkgconfig(libsasl2)
-%endif
 Requires(pre):  shadow
 Provides:       %{name}-extra = %{version}
 Obsoletes:      %{name}-extra < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %systemd_requires
+%if 0%{?suse_version} == 1310
+BuildRequires:  cyrus-sasl-devel
+%else
+BuildRequires:  pkgconfig(libsasl2)
+%endif
 
 %description
 ZNC is an IRC bounce with many advanced features like detaching, multiple
@@ -110,14 +110,15 @@
 %build
 export CFLAGS="%{optflags} -fstack-protector-all"
 export CXXFLAGS="%{optflags} -fstack-protector-all"
-%configure --enable-cyrus \
+%configure \
+  --enable-cyrus \
           --enable-perl \
           --enable-tcl \
           --with-tcl=%{_libdir} \
           --enable-python \
           --with-systemdsystemunitdir=%{_unitdir}
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++++++ znc-1.6.1.tar.gz -> znc-1.6.2.tar.gz ++++++
++++ 28355 lines of diff (skipped)



Reply via email to