diff --git a/.gitignore b/.gitignore index d5a3701..ff4b80e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/strace-5.11.tar.xz +/strace-5.12.tar.xz diff --git a/sources b/sources index 24c68d9..36c673d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strace-5.11.tar.xz) = 688bec8d620c7ca701561ed7479e42687cc30737f944b82201731d827775cd2864787ecca7c93ba149b06d5d654d9f6bd109a977f8138bab34339cd5930828f0 +SHA512 (strace-5.12.tar.xz) = 289cf82da4c69270458953b45d09c8eb05a6624898d3ac493c3ec293cd5ad07205084ad0af021dab2be9c0dc53f0301816113a746d96c78780b79231a185e7c9 diff --git a/strace.spec b/strace.spec index 5b83335..b8b0b25 100644 --- a/strace.spec +++ b/strace.spec @@ -1,6 +1,6 @@ Summary: Tracks and displays system calls associated with a running process Name: strace -Version: 5.11 +Version: 5.12 Release: 1%{?dist} # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ @@ -29,11 +29,14 @@ BuildRequires: pkgconfig(bluez) # Install binutils-devel to enable symbol demangling. %if 0%{?fedora} >= 20 || 0%{?centos} >= 6 || 0%{?rhel} >= 6 %define buildrequires_stacktrace BuildRequires: elfutils-devel binutils-devel +%define buildrequires_selinux BuildRequires: libselinux-devel %endif %if 0%{?suse_version} >= 1100 %define buildrequires_stacktrace BuildRequires: libdw-devel binutils-devel +%define buildrequires_selinux BuildRequires: libselinux-devel %endif %{?buildrequires_stacktrace} +%{?buildrequires_selinux} # OBS compatibility %{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release} @@ -59,7 +62,7 @@ received by a process. %setup -q echo -n %version-%release > .tarball-version echo -n 2021 > .year -echo -n 2021-02-07 > doc/.strace.1.in.date +echo -n 2021-04-04 > doc/.strace.1.in.date %build echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION' @@ -103,106 +106,109 @@ echo 'END OF TEST SUITE INFORMATION' %{_mandir}/man1/* %changelog -* Wed Feb 17 2021 Dmitry V. Levin - 5.11-1 +* Mon Apr 26 2021 Dmitry V. Levin - 5.12-1 +- v5.11 -> v5.12. + +* Wed Feb 17 2021 Dmitry V. Levin - 5.11-1 - v5.10 -> v5.11. -* Mon Dec 14 2020 Dmitry V. Levin - 5.10-1 +* Mon Dec 14 2020 Dmitry V. Levin - 5.10-1 - v5.9 -> v5.10. -* Thu Sep 24 2020 Dmitry V. Levin - 5.9-1 +* Thu Sep 24 2020 Dmitry V. Levin - 5.9-1 - v5.8 -> v5.9. -* Thu Aug 06 2020 Dmitry V. Levin - 5.8-1 +* Thu Aug 06 2020 Dmitry V. Levin - 5.8-1 - v5.7 -> v5.8. -* Mon Jun 01 2020 Dmitry V. Levin - 5.7-1 +* Mon Jun 01 2020 Dmitry V. Levin - 5.7-1 - v5.6 -> v5.7. -* Tue Apr 07 2020 Dmitry V. Levin - 5.6-1 +* Tue Apr 07 2020 Dmitry V. Levin - 5.6-1 - v5.5 -> v5.6. -* Thu Feb 06 2020 Dmitry V. Levin - 5.5-1 +* Thu Feb 06 2020 Dmitry V. Levin - 5.5-1 - v5.4 -> v5.5. -* Thu Nov 28 2019 Dmitry V. Levin - 5.4-1 +* Thu Nov 28 2019 Dmitry V. Levin - 5.4-1 - v5.3 -> v5.4. -* Wed Sep 25 2019 Dmitry V. Levin - 5.3-1 +* Wed Sep 25 2019 Dmitry V. Levin - 5.3-1 - v5.2 -> v5.3. -* Fri Jul 12 2019 Dmitry V. Levin - 5.2-1 +* Fri Jul 12 2019 Dmitry V. Levin - 5.2-1 - v5.1 -> v5.2. -* Wed May 22 2019 Dmitry V. Levin - 5.1-1 +* Wed May 22 2019 Dmitry V. Levin - 5.1-1 - v5.0 -> v5.1. -* Tue Mar 19 2019 Dmitry V. Levin - 5.0-1 +* Tue Mar 19 2019 Dmitry V. Levin - 5.0-1 - v4.26 -> v5.0 (resolves: #478419, #526740, #851457, #1609318, #1610774, #1662936, #1676045). -* Wed Dec 26 2018 Dmitry V. Levin - 4.26-1 +* Wed Dec 26 2018 Dmitry V. Levin - 4.26-1 - v4.25 -> v4.26. -* Tue Oct 30 2018 Dmitry V. Levin - 4.25-1 +* Tue Oct 30 2018 Dmitry V. Levin - 4.25-1 - v4.24 -> v4.25. -* Tue Aug 14 2018 Dmitry V. Levin - 4.24-1 +* Tue Aug 14 2018 Dmitry V. Levin - 4.24-1 - v4.23 -> v4.24. -* Thu Jun 14 2018 Dmitry V. Levin - 4.23-1 +* Thu Jun 14 2018 Dmitry V. Levin - 4.23-1 - v4.22 -> v4.23. - Enabled libdw backend for -k option (#1568647). -* Thu Apr 05 2018 Dmitry V. Levin - 4.22-1 +* Thu Apr 05 2018 Dmitry V. Levin - 4.22-1 - v4.21 -> v4.22. -* Tue Feb 13 2018 Dmitry V. Levin - 4.21-1 +* Tue Feb 13 2018 Dmitry V. Levin - 4.21-1 - v4.20 -> v4.21. -* Mon Nov 13 2017 Dmitry V. Levin - 4.20-1 +* Mon Nov 13 2017 Dmitry V. Levin - 4.20-1 - v4.19 -> v4.20. -* Tue Sep 05 2017 Dmitry V. Levin - 4.19-1 +* Tue Sep 05 2017 Dmitry V. Levin - 4.19-1 - v4.18 -> v4.19. -* Wed Jul 05 2017 Dmitry V. Levin - 4.18-1 +* Wed Jul 05 2017 Dmitry V. Levin - 4.18-1 - v4.17 -> v4.18. -* Wed May 24 2017 Dmitry V. Levin - 4.17-1 +* Wed May 24 2017 Dmitry V. Levin - 4.17-1 - v4.16 -> v4.17. -* Tue Feb 14 2017 Dmitry V. Levin - 4.16-1 +* Tue Feb 14 2017 Dmitry V. Levin - 4.16-1 - v4.15 -> v4.16. -* Wed Dec 14 2016 Dmitry V. Levin - 4.15-1 +* Wed Dec 14 2016 Dmitry V. Levin - 4.15-1 - v4.14-100-g622af42 -> v4.15. -* Wed Nov 16 2016 Dmitry V. Levin - 4.14.0.100.622a-1 +* Wed Nov 16 2016 Dmitry V. Levin - 4.14.0.100.622a-1 - v4.14 -> v4.14-100-g622af42: + implemented syscall fault injection. -* Tue Oct 04 2016 Dmitry V. Levin - 4.14-1 +* Tue Oct 04 2016 Dmitry V. Levin - 4.14-1 - v4.13 -> v4.14: + added printing of the mode argument of open and openat syscalls when O_TMPFILE flag is set (#1377846). -* Tue Jul 26 2016 Dmitry V. Levin - 4.13-1 +* Tue Jul 26 2016 Dmitry V. Levin - 4.13-1 - v4.12 -> v4.13. -* Tue May 31 2016 Dmitry V. Levin - 4.12-1 +* Tue May 31 2016 Dmitry V. Levin - 4.12-1 - v4.11-163-g972018f -> v4.12. * Fri Feb 05 2016 Fedora Release Engineering - 4.11.0.163.9720-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -* Fri Jan 15 2016 Dmitry V. Levin - 4.11.0.163.9720-1 +* Fri Jan 15 2016 Dmitry V. Levin - 4.11.0.163.9720-1 - New upstream snapshot v4.11-163-g972018f: + fixed decoding of syscalls unknown to the kernel on s390/s390x (#1298294). -* Wed Dec 23 2015 Dmitry V. Levin - 4.11-2 +* Wed Dec 23 2015 Dmitry V. Levin - 4.11-2 - Enabled experimental -k option on x86_64 (#1170296). -* Mon Dec 21 2015 Dmitry V. Levin - 4.11-1 +* Mon Dec 21 2015 Dmitry V. Levin - 4.11-1 - New upstream release: + print nanoseconds along with seconds in stat family syscalls (#1251176). @@ -212,7 +218,7 @@ echo 'END OF TEST SUITE INFORMATION' * Mon May 11 2015 Marcin Juszkiewicz - 4.10-2 - Backport set of upstream patches to get it buildable on AArch64 -* Fri Mar 06 2015 Dmitry V. Levin - 4.10-1 +* Fri Mar 06 2015 Dmitry V. Levin - 4.10-1 - New upstream release: + enhanced ioctl decoding (#902788). @@ -222,7 +228,7 @@ echo 'END OF TEST SUITE INFORMATION' * Mon Aug 18 2014 Fedora Release Engineering - 4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild -* Fri Aug 15 2014 Dmitry V. Levin - 4.9-1 +* Fri Aug 15 2014 Dmitry V. Levin - 4.9-1 - New upstream release: + fixed build when and conflict (#993384); + updated CLOCK_* constants (#1088455); @@ -241,7 +247,7 @@ echo 'END OF TEST SUITE INFORMATION' * Sun Aug 04 2013 Fedora Release Engineering - 4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Mon Jun 03 2013 Dmitry V. Levin - 4.8-1 +* Mon Jun 03 2013 Dmitry V. Levin - 4.8-1 - New upstream release: + fixed ERESTARTNOINTR leaking to userspace on ancient kernels (#659382); + fixed decoding of *xattr syscalls (#885233); @@ -254,14 +260,14 @@ echo 'END OF TEST SUITE INFORMATION' * Sat Jul 21 2012 Fedora Release Engineering - 4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -* Wed May 02 2012 Dmitry V. Levin 4.7-1 +* Wed May 02 2012 Dmitry V. Levin 4.7-1 - New upstream release. + implemented proper handling of real SIGTRAPs (#162774). * Sat Jan 14 2012 Fedora Release Engineering - 4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Mon Mar 14 2011 Dmitry V. Levin - 4.6-1 +* Mon Mar 14 2011 Dmitry V. Levin - 4.6-1 - New upstream release. + fixed a corner case in waitpid handling (#663547). @@ -274,7 +280,7 @@ echo 'END OF TEST SUITE INFORMATION' + fixed FTBFS (#539044). * Wed Oct 21 2009 Roland McGrath - 4.5.19-1 -- New upstream release, work mostly by Dmitry V. Levin +- New upstream release, work mostly by Dmitry V. Levin + exit/kill strace with traced process exitcode/signal (#105371); + fixed build on ARM EABI (#507576); + fixed display of 32-bit argv array on 64-bit architectures (#519480);