- version 0.2.8
- Added ChangeLog.git to dist archive and to devel package docs. - Fixed ncf_close to not close logger as ncf_init did not open any. This caused SEGV's in libvirt, that redirects the global logger to itself and is using multiple ncf instances (bnc#811002). - Fixed pthreads detection and source enablement in configure, added an explicit configure --enable-pthreads option to spec file to cause a failure on detection problems (bnc#811002). - Fixed SEGV at parsing not existing BRIDGE_PATHCOSTS and memory leaks in in loop check, xml parsing and on backup file creation failure while routes file rewrite (bnc#810381). OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcontrol?expand=0&rev=12
This commit is contained in:
parent
ea7b0b28a4
commit
97f1f52d4b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ccd01fe2789e08db1df0ef02b12cebee7986a16c287332b3281a0f646c3bd62a
|
|
||||||
size 355351
|
|
3
netcontrol-0.2.8.tar.bz2
Normal file
3
netcontrol-0.2.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54dbadfab1f519af4b2e2cfa26789e0c2df362a34a893db4fd11e665912d0d14
|
||||||
|
size 360450
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 26 15:01:02 UTC 2013 - mt@suse.de
|
||||||
|
|
||||||
|
- version 0.2.8
|
||||||
|
- Added ChangeLog.git to dist archive and to devel package docs.
|
||||||
|
- Fixed ncf_close to not close logger as ncf_init did not open any.
|
||||||
|
This caused SEGV's in libvirt, that redirects the global logger
|
||||||
|
to itself and is using multiple ncf instances (bnc#811002).
|
||||||
|
- Fixed pthreads detection and source enablement in configure,
|
||||||
|
added an explicit configure --enable-pthreads option to spec
|
||||||
|
file to cause a failure on detection problems (bnc#811002).
|
||||||
|
- Fixed SEGV at parsing not existing BRIDGE_PATHCOSTS and memory
|
||||||
|
leaks in in loop check, xml parsing and on backup file creation
|
||||||
|
failure while routes file rewrite (bnc#810381).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 25 09:39:55 UTC 2013 - mt@suse.de
|
Fri Jan 25 09:39:55 UTC 2013 - mt@suse.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: netcontrol
|
Name: netcontrol
|
||||||
Version: 0.2.7
|
Version: 0.2.8
|
||||||
Release: 0
|
Release: 0.<RELEASE5>
|
||||||
Summary: A network configuration library
|
Summary: A network configuration library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -56,6 +56,7 @@ Authors:
|
|||||||
Marius Tomaschewski <mt@suse.de>
|
Marius Tomaschewski <mt@suse.de>
|
||||||
|
|
||||||
%package -n libnetcontrol0
|
%package -n libnetcontrol0
|
||||||
|
|
||||||
Summary: A network configuration library
|
Summary: A network configuration library
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
|
|
||||||
@ -73,6 +74,7 @@ Authors:
|
|||||||
Marius Tomaschewski <mt@suse.de>
|
Marius Tomaschewski <mt@suse.de>
|
||||||
|
|
||||||
%package -n libnetcontrol-devel
|
%package -n libnetcontrol-devel
|
||||||
|
|
||||||
Summary: Development header and library files
|
Summary: Development header and library files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libnetcontrol0 = %{version}
|
Requires: libnetcontrol0 = %{version}
|
||||||
@ -98,8 +100,9 @@ Authors:
|
|||||||
export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
||||||
%configure \
|
%configure \
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
--enable-network-service \
|
--enable-network-service \
|
||||||
%endif
|
%endif
|
||||||
|
--enable-pthreads \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -119,7 +122,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
|
|
||||||
%files -n libnetcontrol-devel
|
%files -n libnetcontrol-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README COPYING.LGPL COPYING.GPL
|
%doc README COPYING.LGPL COPYING.GPL ChangeLog.git
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/pkgconfig/netcontrol.pc
|
%{_datadir}/pkgconfig/netcontrol.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user