Accepting request 749339 from home:tiwai:branches:devel:tools

- Update to criu 3.13:
  New features:
  * VDSO: arm32 support
  * Add TLS support for page server communications
  * "Ignore" mode for --manage-cgroups
  * Restore SO_BROADCAST option for inet sockets
  Bugfixes:
  * Auxiliary events were left in inotify queues
  * Lazy-pages daemon didn't detect stack pages and surrounders
    properly and marked them as "lazy"
  * Memory and resource leakage were detected by coverity, cppcheck
    and clang
  Improvements:
  * Use gettimeofday() directly from vdso for restore timings
  * Reformat all .py code into pep8 style

OBS-URL: https://build.opensuse.org/request/show/749339
OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=93
This commit is contained in:
Takashi Iwai 2019-11-18 16:39:17 +00:00 committed by Git OBS Bridge
parent aedda80480
commit 24c2ec109e
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ef276cefa4bad2ab9f3ac63c975fe95d0522fd2b8469852c7524487aabf0efc
size 820168

3
criu-3.13.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea027f2acb55c62d47aec0c7776c723e5a877978e60d3574961b6f4c538fc9fa
size 840361

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 18 16:47:34 CET 2019 - tiwai@suse.de
- Update to criu 3.13:
New features:
* VDSO: arm32 support
* Add TLS support for page server communications
* "Ignore" mode for --manage-cgroups
* Restore SO_BROADCAST option for inet sockets
Bugfixes:
* Auxiliary events were left in inotify queues
* Lazy-pages daemon didn't detect stack pages and surrounders
properly and marked them as "lazy"
* Memory and resource leakage were detected by coverity, cppcheck
and clang
Improvements:
* Use gettimeofday() directly from vdso for restore timings
* Reformat all .py code into pep8 style
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 19:27:24 UTC 2019 - antoine.belvire@opensuse.org Wed Sep 4 19:27:24 UTC 2019 - antoine.belvire@opensuse.org

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -22,7 +22,7 @@
%endif %endif
Name: criu Name: criu
Version: 3.12 Version: 3.13
Release: 0 Release: 0
Summary: Checkpoint/Restore In Userspace Tools Summary: Checkpoint/Restore In Userspace Tools
License: GPL-2.0-only License: GPL-2.0-only
@ -124,6 +124,7 @@ ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
%{_sbindir}/crtools %{_sbindir}/crtools
%{_bindir}/compel %{_bindir}/compel
%{_bindir}/crit %{_bindir}/crit
%{_mandir}/man1/compel.1%{?ext_man}
%{_mandir}/man1/crit.1%{?ext_man} %{_mandir}/man1/crit.1%{?ext_man}
%{_mandir}/man8/criu.8%{?ext_man} %{_mandir}/man8/criu.8%{?ext_man}
%{_mandir}/man8/crtools.8%{?ext_man} %{_mandir}/man8/crtools.8%{?ext_man}