904f19
Summary: Tracks and displays system calls associated with a running process
904f19
Name: strace
904f19
Version: 4.24
aa77e6
Release: 6%{?dist}
904f19
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
904f19
License: LGPL-2.1+ and GPL-2.0+
904f19
Group: Development/Debuggers
904f19
URL: https://strace.io/
904f19
Source: https://strace.io/files/%{version}/%{name}-%{version}.tar.xz
904f19
904f19
BuildRequires: libacl-devel time gzip
904f19
BuildRequires: pkgconfig(bluez)
904f19
BuildRequires: elfutils-devel binutils-devel
904f19
904f19
## General bug fixes
904f19
# v4.25~91 "evdev: fix decoding of bit sets"
904f19
Patch1:  0001-evdev-fix-decoding-of-bit-sets.patch
904f19
# v4.25~90 "evdev: fix decoding of EVIOCGBIT(0, ...)"
904f19
Patch2:  0002-evdev-fix-decoding-of-EVIOCGBIT-0.patch
904f19
# v4.25~83 "xlat: fix typo in smc_protocols.in"
904f19
Patch3:  0003-xlat-fix-typo-in-smc_protocols.in.patch
904f19
904f19
## Pre-requisite for the queueing patch
904f19
# v4.25~82 "strace.c: introduce struct tcb_wait_data"
904f19
Patch4:  0004-strace.c-introduce-struct-tcb_wait_data.patch
904f19
904f19
## Documentation
904f19
# v4.26~83 "Document -X option in strace -h output"
904f19
Patch5:  0005-Document-X-option-in-strace-h-output.patch
904f19
904f19
## Addresses https://bugzilla.redhat.com/1660759 ("strace prints "xlat_idx:
904f19
## Unexpected xlat value 0 at index 4" messages")
904f19
# v4.26~36 "evdev: fix off-by-one error in decode_bitset"
904f19
Patch6:  0006-evdev-fix-off-by-one-error-in-decode_bitset.patch
904f19
# v4.26~35 "nlattr: fix off-by-one error in indexed xlat lookup"
904f19
Patch7:  0007-nlattr-fix-off-by-one-error-in-indexed-xlat-lookup.patch
904f19
# v4.26~34 "aio: fix off-by-one error in indexed xlat lookup"
904f19
Patch8:  0008-aio-fix-off-by-one-error-in-indexed-xlat-lookup.patch
904f19
# v4.26~31 "rtnl_link: fix off-by-one errors in indexed and sorted xlat lookups"
904f19
Patch9:  0009-rtnl_link-fix-off-by-one-errors-in-indexed-and-sorte.patch
904f19
# v4.26~30 "rtnl_link: fix off-by-one errors in indexed and sorted xlat lookups"
904f19
Patch10: 0010-xlat_idx-do-not-issue-warnings-for-holes-in-indices.patch
904f19
904f19
## man page updates
904f19
# v4.26~27 "strace.1.in: print names of entities in bold, provide man page sections"
904f19
Patch11: 0011-strace.1.in-print-names-of-entities-in-bold-provide-.patch
904f19
# v4.26~26 "strace.1.in: consistently use CTRL-combinations"
904f19
Patch12: 0012-strace.1.in-consistently-use-CTRL-combinations.patch
904f19
904f19
## License change
904f19
# v4.26~53 "tests: change the license to GPL-2.0-or-later"
904f19
Patch13: 0013-tests-change-the-license-to-GPL-2.0-or-later.patch
904f19
# v4.26~52 "Change the license of strace to LGPL-2.1-or-later"
904f19
Patch14: 0014-Change-the-license-of-strace-to-LGPL-2.1-or-later.patch
904f19
904f19
## Tests fixes, can be hit on newer kernels
904f19
# v5.0~95 "tests: use tail_alloc instead of calloc in bpf-obj_get_info_by_fd-prog*"
904f19
Patch15: 0015-tests-use-tail_alloc-instead-of-calloc-in-bpf-obj_ge.patch
904f19
# v5.0~94 "tests: fix prog_info initialization in bpf-obj_get_info_by_fd-prog*"
904f19
Patch16: 0016-tests-fix-prog_info-initialization-in-bpf-obj_get_in.patch
904f19
904f19
## General bug fixes
904f19
# v5.0~71 "Merge "<... resumed>" printing"
904f19
Patch17: 0017-Merge-.-resumed-printing.patch
904f19
# v5.0~69 "Use accessors for tcp->s_ent, return a stub struct if it is NULL"
904f19
Patch18: 0018-Use-accessors-for-tcp-s_ent-return-a-stub-struct-if-.patch
904f19
# v5.0~66 "syscall.c: set MEMORY_MAPPING_CHANGE in stub sysent"
904f19
Patch19: 0019-syscall.c-set-MEMORY_MAPPING_CHANGE-in-stub-sysent.patch
904f19
904f19
## Addresses https://bugzilla.redhat.com/1662936 ("strace reports
904f19
## 'ptrace(SYSCALL): No such process' on multi-threaded testcase on RHEL-8")
904f19
# v5.0~67 "Make inline message on failed restart attempt more verbose"
904f19
Patch20: 0020-Make-inline-message-on-failed-restart-attempt-more-v.patch
904f19
# v5.0~64 "ptrace_restart: do not print diagnostics when ptrace returns ESRCH"
904f19
Patch21: 0021-ptrace_restart-do-not-print-diagnostics-when-ptrace-.patch
904f19
904f19
## Pre-requisites for the queueing patch
904f19
# v5.0~60 "tests: add kill_child test"
904f19
Patch22: 0022-tests-add-kill_child-test.patch
904f19
# v5.0~30 "tests: move PTRACE_SEIZE check to a separate file"
904f19
Patch23: 0023-tests-move-PTRACE_SEIZE-check-to-a-separate-file.patch
904f19
# v5.0~29 "tests: check tracing of orphaned process group"
904f19
Patch24: 0024-tests-check-tracing-of-orphaned-process-group.patch
904f19
# v5.0~27 "tests: check tracing of looping threads"
904f19
Patch25: 0025-tests-check-tracing-of-looping-threads.patch
904f19
904f19
## Implementation of tcp queueing
904f19
## Addresses https://bugzilla.redhat.com/1609318 ("Some threads are not created
904f19
## when strace with -f option is executed") and all previous its incarnations
904f19
## (478419, 526740, 851457, 1610774).
904f19
# v5.0~26 "Add a generic list implementation"
904f19
Patch26: 0026-Add-a-generic-list-implementation.patch
904f19
# v5.0~25 "Implement queueing of threads before dispatching them"
904f19
Patch27: 0027-Implement-queueing-of-threads-before-dispatching-the.patch
904f19
904f19
## Pre-requisites for "evdev: fix array size calculation in decode_bitset_"
904f19
# v4.25~30 "macros: add ROUNDUP macro"
904f19
Patch28: 0028-macros-add-ROUNDUP-macro.patch
904f19
# v5.0~45 "util: update dumpstr" (only macros.h change)
904f19
Patch29: 0029-util-update-dumpstr.patch
904f19
904f19
## Reported by covscan
904f19
# v5.2-3-g7ada13f "evdev: avoid bit vector decoding on non-successful and 0 return codes"
904f19
Patch30: 0030-evdev-avoid-bit-vector-decoding-on-non-successful-an.patch
904f19
# v5.2-4-g96194ed "evdev: fix array size calculation in decode_bitset_"
904f19
Patch31: 0031-evdev-fix-array-size-calculation-in-decode_bitset_.patch
904f19
904f19
## Pre-requisite for "tests: test evdev bitset decoding more thoroughly"
904f19
# v4.25~89 "tests: check decoding of successful evdev ioctl"
904f19
Patch32: 0032-tests-check-decoding-of-successful-evdev-ioctl.patch
904f19
904f19
## Test for patches "evdev: avoid bit vector decoding on non-successful and 0
904f19
## return codes" and "evdev: fix array size calculation in decode_bitset_"
904f19
# v5.2-5-gcdd8206 "tests: test evdev bitset decoding more thoroughly"
904f19
Patch33: 0033-tests-test-evdev-bitset-decoding-more-thoroughly.patch
904f19
904f19
# v4.26~65 "s390x: beautify sthyi data tail prints"
904f19
Patch34: 0034-s390x-beautify-sthyi-data-tail-prints.patch
904f19
904f19
## Reported by covscan
904f19
# v5.2-84-g91281fec "v4l2: avoid shifting left a signed number by 31 bit"
904f19
Patch35: 0035-v4l2-avoid-shifting-left-a-signed-number-by-31-bit.patch
904f19
# v5.2~21 "syscall.c: avoid infinite loop in subcalls parsing"
904f19
Patch36: 0036-syscall.c-avoid-infinite-loop-in-subcalls-parsing.patch
904f19
# v5.2~19 "kvm: avoid bogus vcpu_info assignment in vcpu_register"
904f19
Patch37: 0037-kvm-avoid-bogus-vcpu_info-assignment-in-vcpu_registe.patch
aa77e6
# v5.4~97 "xlat: use unsgined type for mount_flags fallback values"
aa77e6
Patch38: 0038-xlat-use-unsgined-type-for-mount_flags-fallback-valu.patch
aa77e6
aa77e6
## Missing stack traces on attach (https://bugzilla.redhat.com/1788636)
aa77e6
## RHEL 7: https://bugzilla.redhat.com/1790052
aa77e6
## RHEL 8: https://bugzilla.redhat.com/1790053
aa77e6
## RHEL 6 DTS: https://bugzilla.redhat.com/1790058
aa77e6
## RHEL 7 DTS: https://bugzilla.redhat.com/1790057
aa77e6
## RHEL 8 DTS: https://bugzilla.redhat.com/1790054
aa77e6
# v5.4-18-g69b2c33 "unwind-libdw: fix initialization of libdwfl cache"
aa77e6
Patch39: 0039-unwind-libdw-fix-initialization-of-libdwfl-cache.patch
aa77e6
# v5.4-63-g8e515c7 "tests: add strace-k-p test"
aa77e6
Patch41: 0041-tests-add-strace-k-p-test.patch
aa77e6
aa77e6
## Some ipc tests from strace internal testsuite occasionally fail
aa77e6
## https://bugzilla.redhat.com/1795251 https://bugzilla.redhat.com/1795261
aa77e6
## https://bugzilla.redhat.com/1794490 https://bugzilla.redhat.com/1795273
aa77e6
# v5.3~102 "tests: fix expected output for some ipc tests"
aa77e6
Patch43: 0043-tests-fix-expected-output-for-some-ipc-tests.patch
aa77e6
# v5.4~49 "tests: fix -a argument in ipc_msgbuf-Xraw test"
aa77e6
Patch44: 0044-tests-fix-a-argument-in-ipc_msgbuf-Xraw-test.patch
904f19
904f19
## RHEL-only: headers on some builders do not provide O_TMPFILE
904f19
Patch200: 0200-strace-provide-O_TMPFILE-fallback-definition.patch
904f19
## RHEL-only: aarch64 brew builders are extremely slow on qual_fault.test
904f19
Patch201: 0201-limit-qual_fault-scope-on-aarch64.patch
904f19
904f19
904f19
# In the past we had a separate strace64 package, these days the
904f19
# stndard 64 bit build provides that functionality.  For tracing
904f19
# 32 bit applications on ppc and s390 we still have strace32
904f19
Obsoletes: strace64
904f19
904f19
%define strace32_arches ppc s390
904f19
904f19
%description
904f19
The strace program intercepts and records the system calls called and
904f19
received by a running process.  Strace can print a record of each
904f19
system call, its arguments and its return value.  Strace is useful for
904f19
diagnosing problems and debugging, as well as for instructional
904f19
purposes.
904f19
904f19
Install strace if you need a tool to track the system calls made and
904f19
received by a process.
904f19
904f19
%ifarch %{strace32_arches}
904f19
%package -n strace32
904f19
Summary: Tracks and displays system calls associated with a running process.
904f19
Group: Development/Debuggers
904f19
904f19
%description -n strace32
904f19
The strace program intercepts and records the system calls called and
904f19
received by a running process.  Strace can print a record of each
904f19
system call, its arguments and its return value.  Strace is useful for
904f19
diagnosing problems and debugging, as well as for instructional
904f19
purposes.
904f19
904f19
Install strace if you need a tool to track the system calls made and
904f19
received by a process.
904f19
904f19
This package provides the `strace32' 32-bit program to trace 32-bit processes on
904f19
64-bit IBM P and Z series platforms.  Note that the regular 64-bit `strace'
904f19
binary supports tracing of 32-bit processes as well.
904f19
%endif
904f19
904f19
%prep
904f19
%setup -q
904f19
904f19
%patch1 -p1
904f19
%patch2 -p1
904f19
%patch3 -p1
904f19
%patch4 -p1
904f19
%patch5 -p1
904f19
%patch6 -p1
904f19
%patch7 -p1
904f19
%patch8 -p1
904f19
%patch9 -p1
904f19
%patch10 -p1
904f19
%patch11 -p1
904f19
%patch12 -p1
904f19
%patch13 -p1
904f19
%patch14 -p1
904f19
%patch15 -p1
904f19
%patch16 -p1
904f19
%patch17 -p1
904f19
%patch18 -p1
904f19
%patch19 -p1
904f19
%patch20 -p1
904f19
%patch21 -p1
904f19
%patch22 -p1
904f19
%patch23 -p1
904f19
%patch24 -p1
904f19
%patch25 -p1
904f19
%patch26 -p1
904f19
%patch27 -p1
904f19
%patch28 -p1
904f19
%patch29 -p1
904f19
%patch30 -p1
904f19
%patch31 -p1
904f19
%patch32 -p1
904f19
%patch33 -p1
904f19
%patch34 -p1
904f19
%patch35 -p1
904f19
%patch36 -p1
904f19
%patch37 -p1
aa77e6
%patch38 -p1
aa77e6
%patch39 -p1
aa77e6
%patch41 -p1
aa77e6
%patch43 -p1
aa77e6
%patch44 -p1
904f19
904f19
%patch200 -p1
904f19
%patch201 -p1
904f19
904f19
echo -n %version-%release > .tarball-version
904f19
echo -n 2019 > .year
904f19
echo -n 2019-08-01 > .strace.1.in.date
904f19
904f19
904f19
%build
904f19
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
904f19
uname -a |head -1
904f19
libc="$(ldd /bin/sh |sed -n 's|^[^/]*\(/[^ ]*/libc\.so[^ ]*\).*|\1|p' |head -1)"
904f19
$libc |head -1
904f19
file -L /bin/sh
904f19
gcc --version |head -1
904f19
ld --version |head -1
904f19
kver="$(printf '%%s\n%%s\n' '#include <linux/version.h>' 'LINUX_VERSION_CODE' | gcc -E -P -)"
904f19
printf 'kernel-headers %%s.%%s.%%s\n' $(($kver/65536)) $(($kver/256%%256)) $(($kver%%256))
904f19
echo 'END OF BUILD ENVIRONMENT INFORMATION'
904f19
904f19
# -DHAVE_S390_COMPAT_REGS is needed due to lack of v3.10-rc1~201^2~11
904f19
CFLAGS=" $RPM_OPT_FLAGS $LDFLAGS "
904f19
# Removing explicit -m64 as it breaks mpers
904f19
[ "x${CFLAGS#* -m64 }" = "x${CFLAGS}" ] || CFLAGS=$(echo "$CFLAGS" | sed 's/ -m64 / /g')
904f19
export CFLAGS
904f19
904f19
CPPFLAGS=" -I%{_includedir} %{optflags} "
904f19
# Removing explicit -m64 as it breaks mpers
904f19
[ "x${CPPFLAGS#* -m64 }" = "x${CPPFLAGS}" ] || CPPFLAGS=$(echo "$CPPFLAGS" | sed 's/ -m64 / /g')
904f19
export CPPFLAGS
904f19
904f19
CFLAGS_FOR_BUILD="$RPM_OPT_FLAGS"; export CFLAGS_FOR_BUILD
904f19
# Commit v4.26-50-gb1a2db9 is needed for enforcing libiberty usage with
904f19
# --with-libiberty
904f19
%configure --enable-mpers=check --with-libdw
904f19
make %{?_smp_mflags}
904f19
904f19
904f19
%install
904f19
rm -rf %{buildroot}
904f19
make DESTDIR=%{buildroot} install
904f19
904f19
# remove unpackaged files from the buildroot
904f19
rm -f %{buildroot}%{_bindir}/strace-graph
904f19
904f19
# some say uncompressed changelog files are too big
904f19
for f in ChangeLog ChangeLog-CVS; do
904f19
        gzip -9n < "$f" > "$f".gz &
904f19
done
904f19
wait
904f19
904f19
%define copy64 ln
904f19
%if 0%{?rhel}
904f19
%if 0%{?rhel} < 6
904f19
%endif
904f19
%define copy64 cp -p
904f19
%endif
904f19
904f19
%ifarch %{strace32_arches}
904f19
%{copy64} %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace32
904f19
%endif
904f19
904f19
%check
904f19
# This is needed since patch does not set x bit to the newly created files
904f19
# (0022-tests-add-kill_child-test.patch,
904f19
#  0024-tests-check-tracing-of-orphaned-process-group.patch,
904f19
#  0025-tests-check-tracing-of-looping-threads.patch,
904f19
#  0032-tests-check-decoding-of-successful-evdev-ioctl.patch)
904f19
chmod u+x tests/*.test tests-m32/*.test tests-mx32/*.test
904f19
904f19
%{buildroot}%{_bindir}/strace -V
904f19
904f19
904f19
# Skip tests on s390x el6 kernel, test failures there are covered
904f19
# by the following issues:
904f19
#  * https://bugzilla.redhat.com/show_bug.cgi?id=1220802
904f19
#  * Absence of Linux commit v3.2-rc1~109^2~34
904f19
uname_r="$(uname -r)"
904f19
if [ "x${uname_r#2.6.32}" != "x${uname_r}" ] && \
904f19
   [ "x${uname_r%s390x}" != "x${uname_r}" ]
904f19
then
904f19
	echo "Skipping tests, kernel (${uname_r}) is too broken"
904f19
else
904f19
	# We have to limit concurrent execution of tests as some time-sensitive
904f19
	# tests start to fail if the reported time is way too off
904f19
	# from the expected one.
904f19
	make -j2 -k check VERBOSE=1 V=1 TIMEOUT_DURATION=5400
904f19
	tail -n 99999 -- tests*/test-suite.log tests*/ksysent.log
904f19
	find tests* -type f -name '*.log' -print0 |
904f19
		xargs -r0 grep -H '^KERNEL BUG:' -- ||:
904f19
	echo 'END OF TEST SUITE INFORMATION'
904f19
fi
904f19
904f19
%clean
904f19
rm -rf %{buildroot}
904f19
904f19
%files
904f19
%defattr(-,root,root)
904f19
%doc CREDITS ChangeLog.gz ChangeLog-CVS.gz COPYING LGPL-2.1-or-later NEWS README
904f19
%{_bindir}/strace
904f19
%{_bindir}/strace-log-merge
904f19
%{_mandir}/man1/*
904f19
904f19
%ifarch %{strace32_arches}
904f19
%files -n strace32
904f19
%defattr(-,root,root)
904f19
%{_bindir}/strace32
904f19
%endif
904f19
904f19
%changelog
aa77e6
* Thu Apr 16 2020 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-6
aa77e6
- Fix expected alignment for IPC tests (#1795261):
aa77e6
  4377e3a1 "tests: fix expected output for some ipc tests", and
aa77e6
  a75c7c4b "tests: fix -a argument in ipc_msgbuf-Xraw test".
aa77e6
aa77e6
* Thu Apr 16 2020 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-5
aa77e6
- Fix printing stack traces for early syscalls on process attach (#1790052):
aa77e6
  69b2c33a "unwind-libdw: fix initialization of libdwfl cache" and
aa77e6
  8e515c74 "tests: add strace-k-p test".
aa77e6
- Add commit v5.4~97 "xlat: use unsgined type for mount_flags fallback values"
aa77e6
  (A leftover for #1747524).
aa77e6
904f19
* Fri Aug 30 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-4
904f19
- Include upstream patches that fix issues reported by covscan:
904f19
  91281fec "v4l2: avoid shifting left a signed number by 31 bit",
904f19
  522ad3a0 "syscall.c: avoid infinite loop in subcalls parsing", and
904f19
  9446038e "kvm: avoid bogus vcpu_info assignment in vcpu_register".
904f19
- Resolves: #1747524
904f19
904f19
* Fri Aug 30 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-3
904f19
- Include commit v4.26~65 "s390x: beautify sthyi data tail prints"
904f19
- Resolves: #1747475
904f19
904f19
* Thu Aug 29 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-2
904f19
- Copy over changes in tests/ioctl_evdev-success.c (from cdd8206a
904f19
  "tests: test evdev bitset decoding more thoroughly")
904f19
  to tests-m32/ioctl_evdev-success.c and tests-mx32/ioctl_evdev-success.c
904f19
- Copy over changes in tests/ioctl_evdev.c (from 5ee385e2
904f19
  "evdev: fix decoding of EVIOCGBIT(0, ...)") to tests-m32/ioctl_evdev.c
904f19
  and tests-mx32/ioctl_evdev.c
904f19
- Resolves: #1746478
904f19
904f19
* Thu Aug 01 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-1
904f19
- Rebase to strace 4.24. (#1659983)
904f19
- Enable stack unwinding (-k option). (#1655856)
904f19
904f19
* Sat Jul 21 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-9
904f19
- Patch files in tests-m32 and tests-mx32 as well. (#1600210)
904f19
904f19
* Thu Jul 19 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-8
904f19
- Update membarrier constants. (#1600210)
904f19
904f19
* Mon Apr 30 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.12-7
904f19
- Return non-zero exit code if no processes have been attached. (#1573034)
904f19
904f19
* Wed Feb  7 2018 DJ Delorie <dj@redhat.com> - 4.12-6
904f19
- Update membarrier constants. (#1540954)
904f19
904f19
* Thu Sep 14 2017 DJ Delorie <dj@redhat.com> - 4.12-5
904f19
- Handle unexpected CLONE_PTRACE events. (#1466535)
904f19
- Skip tests for s390/ppc64le as well as s390x/ppc64.
904f19
904f19
* Fri May 12 2017 DJ Delorie <dj@redhat.com> - 4.12-4
904f19
- Fix typo in btrfs detection logic.  (#1449935)
904f19
904f19
* Thu Apr 13 2017 DJ Delorie <dj@redhat.com> - 4.12-3
904f19
- Remove unneeded debug stuff. (#1377847)
904f19
904f19
* Mon Apr 10 2017 DJ Delorie <dj@redhat.com> - 4.12-2
904f19
- Adjust O_TMPFILE patch to include support even if the
904f19
  build-time headers don't have it. (#1377847)
904f19
904f19
* Tue Feb 21 2017 DJ Delorie <dj@redhat.com> - 4.12-1
904f19
- Rebase to strace 4.12, which fixes...
904f19
  + Support BLKPG_RESIZE_PARTITION (#1329673)
904f19
  + Support getrandom() (#1374268)
904f19
  + Fix endless loop in io_submit (#1165548)
904f19
- Merge upstream patches for vhangup and chown
904f19
- Skip some tests on older kernels (RHEL 6)
904f19
- Remove -m64 that rpm macros adds
904f19
- Show mode with O_TMPFILE (#1377847)
904f19
904f19
* Thu Jul 30 2015 Jeff Law <law@redhat.com> 4.8-11
904f19
- Fix race which caused follow-fork option to not always
904f19
  work (#1235833)
904f19
904f19
* Tue May 12 2015 Peter Robinson <pbrobinson@redhat.com> 4.8-10
904f19
- rebuild
904f19
904f19
* Fri Aug 15 2014 Jeff Law <law@redhat.com> 4.8-9
904f19
- Fix prototype for ptrace (#1129572)
904f19
904f19
* Fri Aug 1 2014 Jeff Law <law@redhat.com> 4.8-8
904f19
- update for ppc64 -- Dan Horak's patch from Fedora (#1122390)
904f19
904f19
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.8-7
904f19
- Mass rebuild 2014-01-24
904f19
904f19
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.8-6
904f19
- Mass rebuild 2013-12-27
904f19
904f19
* Wed Dec 18 2013 Jeff Law <law@redhat.com> 4.8-5
904f19
- Don't pass NULL pointers to strcmp when sorting by syscall
904f19
  name (#1044044)
904f19
904f19
* Thu Oct 3 2013 Jeff Law <law@redhat.com> - 4.8-4
904f19
- Build strace32 on ppc/s390 which can be installed alongside of strace
904f19
  on ppc64/s390x (#980229)
904f19
904f19
* Wed Jul 17 2013 Jeff Law <law@redhat.com> - 4.8-3
904f19
- Refetch registers in collect_stopped_tcbs (#971352)
904f19
904f19
* Wed Jun 12 2013 Jeff Law <ldv@altlinux.org> - 4.8-2
904f19
- Don't dereference dropped TCP (#971352).  From
904f19
  Jan Stancek.  Merged into patch for 851457.
904f19
- Disable "net" test as it is highly timing dependent
904f19
  Merge into patch 851457.
904f19
- Bring forward patches lost after resyncing with Fedora.
904f19
  - Patch to avoid strict aliasing warnings
904f19
  - Patch to add man page for strace-log-merge (#948577)
904f19
  - Patch to improve scheduling fairness (#851457)
904f19
904f19
* Mon Jun 03 2013 Dmitry V. Levin <ldv@altlinux.org> - 4.8-1
904f19
- New upstream release:
904f19
  + fixed ERESTARTNOINTR leaking to userspace on ancient kernels (#659382);
904f19
  + fixed decoding of *xattr syscalls (#885233);
904f19
  + fixed handling of files with 64-bit inode numbers by 32-bit strace (#912790);
904f19
  + added aarch64 support (#969858).
904f19
904f19
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-3
904f19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
904f19
904f19
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7-2
904f19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
904f19
904f19
* Wed May 02 2012 Dmitry V. Levin <ldv@altlinux.org> 4.7-1
904f19
- New upstream release.
904f19
  + implemented proper handling of real SIGTRAPs (#162774).
904f19
904f19
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
904f19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
904f19
904f19
* Mon Mar 14 2011 Dmitry V. Levin <ldv@altlinux.org> - 4.6-1
904f19
- New upstream release.
904f19
  + fixed a corner case in waitpid handling (#663547).
904f19
904f19
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.20-2
904f19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
904f19
904f19
* Tue Apr 13 2010 Roland McGrath <roland@redhat.com> - 4.5.20-1
904f19
- New upstream release, work mostly by Andreas Schwab and Dmitry V. Levin.
904f19
  + fixed potential stack buffer overflow in select decoder (#556678);
904f19
  + fixed FTBFS (#539044).
904f19
904f19
* Wed Oct 21 2009 Roland McGrath <roland@redhat.com> - 4.5.19-1
904f19
- New upstream release, work mostly by Dmitry V. Levin <ldv@altlinux.org>
904f19
  + exit/kill strace with traced process exitcode/signal (#105371);
904f19
  + fixed build on ARM EABI (#507576);
904f19
  + fixed display of 32-bit argv array on 64-bit architectures (#519480);
904f19
  + fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures (#471169);
904f19
  + fixed several bugs in strings decoder, including potential heap
904f19
    memory corruption (#470529, #478324, #511035).
904f19
904f19
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 4.5.18-1
904f19
- build fix for newer kernel headers (#457291)
904f19
- fix CLONE_VFORK handling (#455078)
904f19
- Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
904f19
- In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
904f19
904f19
* Mon Jul 21 2008 Roland McGrath <roland@redhat.com> - 4.5.17-1
904f19
- handle O_CLOEXEC, MSG_CMSG_CLOEXEC (#365781)
904f19
- fix biarch stat64 decoding (#222275)
904f19
- fix spurious "..." in printing of environment strings (#358241)
904f19
- improve prctl decoding (#364401)
904f19
- fix hang wait on exited child with exited child (#354261)
904f19
- fix biarch fork/vfork (-f) tracing (#447475)
904f19
- fix biarch printing of negative argument kill (#430585)
904f19
- fix biarch decoding of error return values (#447587)
904f19
- fix -f tracing of CLONE_VFORK (#455078)
904f19
- fix ia64 register clobberation in -f tracing (#453438)
904f19
- print SO_NODEFER, SA_RESETHAND instead of SA_NOMASK, SA_ONESHOT (#455821)
904f19
- fix futex argument decoding (#448628, #448629)
904f19
904f19
* Fri Aug  3 2007 Roland McGrath <roland@redhat.com> - 4.5.16-1
904f19
- fix multithread issues (#240962, #240961, #247907)
904f19
- fix spurious SIGSTOP on early interrupt (#240986)
904f19
- fix utime for biarch (#247185)
904f19
- fix -u error message (#247170)
904f19
- better futex syscall printing (##241467)
904f19
- fix argv/envp printing with small -s settings, and for biarch
904f19
- new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
904f19
  move_pages, utimensat
904f19
904f19
* Tue Jan 16 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
904f19
- biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
904f19
- fix -ff -o behavior (#204950, #218435, #193808, #219423)
904f19
- better quotactl printing (#118696)
904f19
- *at, inotify*, pselect6, ppoll and unshare syscalls (#178633, #191275)
904f19
- glibc-2.5 build fixes (#209856)
904f19
- memory corruption fixes (#200621
904f19
- fix race in child setup under -f (#180293)
904f19
- show ipc key values in hex (#198179, #192182)
904f19
- disallow -c with -ff (#187847)
904f19
- Resolves: RHBZ #179740, RHBZ #192193, RHBZ #204950, RHBZ #218435
904f19
- Resolves: RHBZ #193808, RHBZ #219423, RHBZ #171626, RHBZ #173050
904f19
- Resolves: RHBZ #218433, RHBZ #218043, RHBZ #118696, RHBZ #178633
904f19
- Resolves: RHBZ #191275, RHBZ #209856, RHBZ #200621, RHBZ #180293
904f19
- Resolves: RHBZ #198179, RHBZ #198182, RHBZ #187847
904f19
904f19
* Mon Nov 20 2006 Jakub Jelinek <jakub@redhat.com> - 4.5.14-4
904f19
- Fix ia64 syscall decoding (#206768)
904f19
- Fix build with glibc-2.4.90-33 and up on all arches but ia64
904f19
- Fix build against 2.6.18+ headers
904f19
904f19
* Tue Aug 22 2006 Roland McGrath <roland@redhat.com> - 4.5.14-3
904f19
- Fix bogus decoding of syscalls >= 300 (#201462, #202620).
904f19
904f19
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 4.5.14-2
904f19
- rebuild
904f19
904f19
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.5.14-1.2
904f19
- bump again for long double bug on ppc{,64}
904f19
904f19
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.5.14-1.1
904f19
- rebuilt for new gcc4.1 snapshot and glibc changes
904f19
904f19
* Mon Jan 16 2006 Roland McGrath <roland@redhat.com> - 4.5.14-1
904f19
- Fix biarch decoding of socket syscalls (#174354).
904f19
- Fix biarch -e support (#173986).
904f19
- Accept numeric syscalls in -e (#174798).
904f19
- Fix ipc syscall decoding (#164755).
904f19
- Improve msgrcv printing (#164757).
904f19
- Man page updates (#165375).
904f19
- Improve mount syscall printing (#165377).
904f19
- Correct printing of restarting syscalls (#165469).
904f19
904f19
* Wed Aug  3 2005 Roland McGrath <roland@redhat.com> - 4.5.13-1
904f19
- Fix setsockopt decoding on 64-bit (#162449).
904f19
- Fix typos in socket option name strings (#161578).
904f19
- Display more IPV6 socket options by name (#162450).
904f19
- Don't display inappropriate syscalls for -e trace=file (#159340).
904f19
- New selector type -e trace=desc for file-descriptor using calls (#159400).
904f19
- Fix 32-bit old_mmap syscall decoding on x86-64 (#162467, #164215).
904f19
- Fix errors detaching from multithreaded process on interrupt (#161919).
904f19
- Note 4.5.12 fix for crash handling bad signal numbers (#162739).
904f19
904f19
* Wed Jun  8 2005 Roland McGrath <roland@redhat.com> - 4.5.12-1
904f19
- Fix known syscall recognition for IA32 processes on x86-64 (#158934).
904f19
- Fix bad output for ptrace on x86-64 (#159787).
904f19
- Fix potential buffer overruns (#151570, #159196).
904f19
- Make some diagnostics more consistent (#159308).
904f19
- Update PowerPC system calls.
904f19
- Better printing for Linux aio system calls.
904f19
- Don't truncate statfs64 fields to 32 bits in output (#158243).
904f19
- Cosmetic code cleanups (#159688).
904f19
904f19
* Tue Mar 22 2005 Roland McGrath <roland@redhat.com> - 4.5.11-1
904f19
- Build tweaks.
904f19
- Note 4.5.10 select fix (#151570).
904f19
904f19
* Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
904f19
- Fix select handling on nonstandard fd_set sizes.
904f19
- Don't print errors for null file name pointers.
904f19
- Fix initial execve output with -i (#143365).
904f19
904f19
* Fri Feb  4 2005 Roland McGrath <roland@redhat.com> - 4.5.9-2
904f19
- update ia64 syscall list (#146245)
904f19
- fix x86_64 syscall argument extraction for 32-bit processes (#146093)
904f19
- fix -e signal=NAME parsing (#143362)
904f19
- fix x86_64 exit_group syscall handling
904f19
- improve socket ioctl printing (#138223)
904f19
- code cleanups (#143369, #143370)
904f19
- improve mount flags printing (#141932)
904f19
- support symbolic printing of x86_64 arch_prctl parameters (#142667)
904f19
- fix potential crash in getxattr printing
904f19
904f19
* Tue Oct 19 2004 Roland McGrath <roland@redhat.com> - 4.5.8-1
904f19
- fix multithreaded exit handling (#132150, #135254)
904f19
- fix ioctl name matching (#129808)
904f19
- print RTC_* ioctl structure contents (#58606)
904f19
- grok epoll_* syscalls (#134463)
904f19
- grok new RLIMIT_* values (#133594)
904f19
- print struct cmsghdr contents for sendmsg (#131689)
904f19
- fix clock_* and timer_* argument output (#131420)
904f19
904f19
* Tue Aug 31 2004 Roland McGrath <roland@redhat.com> - 4.5.7-2
904f19
- new upstream version, misc fixes and updates (#128091, #129166, #128391, #129378, #130965, #131177)
904f19
904f19
* Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1
904f19
- new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
904f19
904f19
* Sun Jun 27 2004 Roland McGrath <roland@redhat.com> 4.5.5-1
904f19
- new upstream version, fixes x86-64 biarch support (#126547)
904f19
904f19
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 4.5.4-2
904f19
- rebuilt
904f19
904f19
* Thu Jun  3 2004 Roland McGrath <roland@redhat.com> 4.5.4-0.FC1
904f19
- rebuilt for FC1 update
904f19
904f19
* Thu Jun  3 2004 Roland McGrath <roland@redhat.com> 4.5.4-1
904f19
- new upstream version, more ioctls (#122257), minor fixes
904f19
904f19
* Fri Apr 16 2004 Roland McGrath <roland@redhat.com> 4.5.3-1
904f19
- new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
904f19
904f19
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 4.5.2-1.1
904f19
- rebuilt
904f19
904f19
* Mon Mar  1 2004 Roland McGrath <roland@redhat.com> 4.5.2-1
904f19
- new upstream version, sched_* calls (#116990), show core flag (#112117)
904f19
904f19
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
904f19
- rebuilt
904f19
904f19
* Thu Nov 13 2003 Roland McGrath <roland@redhat.com> 4.5.1-1
904f19
- new upstream version, more fixes (#108012, #105366, #105359, #105358)
904f19
904f19
* Tue Sep 30 2003 Roland McGrath <roland@redhat.com> 4.5-3
904f19
- revert bogus s390 fix
904f19
904f19
* Thu Sep 25 2003 Roland McGrath <roland@redhat.com> 4.5-1.2.1AS
904f19
- rebuilt for 2.1AS erratum
904f19
904f19
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-2
904f19
- rebuilt
904f19
904f19
* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
904f19
- new upstream version, more fixes (#101499, #104365)
904f19
904f19
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-2
904f19
- rebuilt
904f19
904f19
* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
904f19
- new upstream version, groks more new system calls, PF_INET6 sockets
904f19
904f19
* Tue Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
904f19
- new upstream version, more fixes (#90754, #91085)
904f19
904f19
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
904f19
- rebuilt
904f19
904f19
* Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
904f19
- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
904f19
904f19
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 4.4.95-2
904f19
- rebuilt
904f19
904f19
* Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1
904f19
- new upstream version, fixed getresuid/getresgid (#84959)
904f19
904f19
* Wed Feb 19 2003 Roland McGrath <roland@redhat.com> 4.4.94-1
904f19
- new upstream version, new option -E to set environment variables (#82392)
904f19
904f19
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.4.93-2
904f19
- rebuilt
904f19
904f19
* Tue Jan 21 2003 Roland McGrath <roland@redhat.com> 4.4.93-1
904f19
- new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests
904f19
904f19
* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.91-1
904f19
- new upstream version, fixes -f on x86-64
904f19
904f19
* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.90-1
904f19
- new upstream version, fixes all known bugs modulo ia64 and s390 issues
904f19
904f19
* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de> 4.4-11
904f19
- add further s390 patch from IBM
904f19
904f19
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 4.4-10
904f19
- remove unpackaged files from the buildroot
904f19
904f19
* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.4-9.1
904f19
- Added latest s390(x) patch.
904f19
904f19
* Fri Sep 06 2002 Karsten Hopp <karsten@redhat.de> 4.4-9
904f19
- preliminary x86_64 support with an ugly patch to help
904f19
  debugging. Needs cleanup!
904f19
904f19
* Mon Sep  2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
904f19
- newer version of the clone fixing patch (Roland McGrath)
904f19
- aio syscalls for i386/ia64/ppc (Ben LaHaise)
904f19
904f19
* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 4.4-7
904f19
- fix strace -f (Roland McGrath, #68994)
904f19
- handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
904f19
904f19
* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.4-6
904f19
- handle futexes, *xattr, sendfile64, etc. (Ulrich Drepper)
904f19
- handle modify_ldt (#66894)
904f19
904f19
* Thu May 23 2002 Tim Powers <timp@redhat.com>
904f19
- automated rebuild
904f19
904f19
* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
904f19
- fix for the last patch by Jeff Law (#62591)
904f19
904f19
* Mon Mar  4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
904f19
- integrate patch from Jeff Law to eliminate hang tracing threads
904f19
904f19
* Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
904f19
- minor update from debian tar-ball
904f19
904f19
* Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
904f19
- update to 4.4
904f19
904f19
* Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
904f19
- disable s390 patches, they are already included
904f19
904f19
* Wed Jul 18 2001 Preston Brown <pbrown@redhat.com> 4.3-1
904f19
- new upstream version.  Seems to have integrated most new syscalls
904f19
- tracing threaded programs is now functional.
904f19
904f19
* Mon Jun 11 2001 Than Ngo <than@redhat.com>
904f19
- port s390 patches from IBM
904f19
904f19
* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
904f19
- modify new syscall patch to allocate enough heap space in setgroups32()
904f19
904f19
* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
904f19
- #include <time.h> in addition to <sys/time.h>
904f19
904f19
* Fri Jan 26 2001 Karsten Hopp <karsten@redhat.com>
904f19
- clean up conflicting patches. This happened only
904f19
  when building on S390
904f19
904f19
* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
904f19
- update to CVS, reintegrate ia64 support
904f19
904f19
* Fri Dec  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
904f19
- Get S/390 support into the normal package
904f19
904f19
* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
904f19
- added S/390 patch from IBM, adapting it to not conflict with
904f19
  IA64 patch
904f19
904f19
* Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
904f19
- doh, actually apply the 2.4 syscalls patch
904f19
- make it compile with 2.4.0-test7-pre4+ headers, add
904f19
  getdents64 and fcntl64
904f19
904f19
* Thu Aug  3 2000 Jakub Jelinek <jakub@redhat.com>
904f19
- add a bunch of new 2.4 syscalls (#14036)
904f19
904f19
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
904f19
- automatic rebuild
904f19
- excludearch ia64
904f19
904f19
* Fri Jun  2 2000 Matt Wilson <msw@redhat.com>
904f19
- use buildinstall for FHS
904f19
904f19
* Wed May 24 2000 Jakub Jelinek <jakub@redhat.com>
904f19
- make things compile on sparc
904f19
- fix sigreturn on sparc
904f19
904f19
* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
904f19
- fix stat64 misdef (#10485)
904f19
904f19
* Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com>
904f19
- added ia64 patch
904f19
904f19
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
904f19
- man pages are compressed
904f19
- version 4.2 (why are we keeping all these patches around?)
904f19
904f19
* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
904f19
- update to 4.1 (with sparc socketcall patch).
904f19
904f19
* Fri Nov 12 1999 Jakub Jelinek <jakub@redhat.com>
904f19
- fix socketcall on sparc.
904f19
904f19
* Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
904f19
- fix KERN_SECURELVL compile problem
904f19
904f19
* Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
904f19
- added alpha patch from HJLu to fix the osf_sigprocmask interpretation
904f19
904f19
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
904f19
- update to 3.99.1.
904f19
904f19
* Wed Jun  2 1999 Jeff Johnson <jbj@redhat.com>
904f19
- add (the other :-) jj's sparc patch.
904f19
904f19
* Wed May 26 1999 Jeff Johnson <jbj@redhat.com>
904f19
- upgrade to 3.99 in order to
904f19
-    add new 2.2.x open flags (#2955).
904f19
-    add new 2.2.x syscalls (#2866).
904f19
- strace 3.1 patches carried along for now.
904f19
904f19
* Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
904f19
- don't rely on (broken!) rpm %%patch (#2735)
904f19
904f19
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
904f19
- strip binary
904f19
904f19
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
904f19
- auto rebuild in the new build environment (release 16)
904f19
904f19
* Tue Feb  9 1999 Jeff Johnson <jbj@redhat.com>
904f19
- vfork est arrive!
904f19
904f19
* Tue Feb  9 1999 Christopher Blizzard <blizzard@redhat.com>
904f19
- Add patch to follow clone() syscalls, too.
904f19
904f19
* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
904f19
- patch to build alpha/sparc with glibc 2.1.
904f19
904f19
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
904f19
- patch to build on ARM
904f19
904f19
* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
904f19
- fix typo (printf, not tprintf).
904f19
904f19
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
904f19
- fix compile problem on sparc.
904f19
904f19
* Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
904f19
- buildroot
904f19
904f19
* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
904f19
- added the umoven patch from James Youngman <jay@gnu.org>
904f19
- fixed build problems on newer glibc releases
904f19
904f19
* Mon Jun 08 1998 Prospector System <bugs@redhat.com>
904f19
- translations modified for de, fr, tr
904f19