Eugene Syromiatnikov
bc1d4419a3
Rebase to strace 6.7
...
- Remove 0175-src-xlat-remove-remnants-of-unnecessary-idx-usage-in.patch
(v5.18-5-g2bf0696 "src/xlat: remove remnants of unnecessary idx usage in xlookup")
- Remove 0176-strauss-tips-whitespace-and-phrasing-cleanups.patch
(v5.18-7-ge604d7b "strauss: tips whitespace and phrasing cleanups")
- Remove 0177-strauss-fix-off-by-one-error-in-strauss-array-access.patch
(v5.18-8-g968789d "strauss: fix off-by-one error in strauss array access")
- Remove 0178-util-add-offs-sanity-check-to-print_clock_t.patch
(v5.18-9-g6d3e97e "util: add offs sanity check to print_clock_t")
- Remove 0179-secontext-print-context-of-Unix-socket-s-sun_path-fi.patch
(v5.18-13-g960e78f "secontext: print context of Unix socket's sun_path field")
- Remove 0180-pathtrace-util-do-not-print-deleted-as-part-of-the-p.patch
(v5.18-18-g676979f "pathtrace, util: do not print " (deleted)" as part of the path")
- Remove 0181-secontext-fix-expected-SELinux-context-check-for-unl.patch
(v5.18-19-g3f0e534 "secontext: fix expected SELinux context check for unlinked FDs")
- Remove 0182-tests-bpf-fix-sloppy-low-FD-number-usage.patch
(v5.18-21-g5338636 "tests/bpf: fix sloppy low FD number usage")
* .gitignore (/strace-5.18.tar.xz): Remove.
(/strace-6.7.tar.xz): New record.
* 0175-src-xlat-remove-remnants-of-unnecessary-idx-usage-in.patch:
Remove.
* 0176-strauss-tips-whitespace-and-phrasing-cleanups.patch: Likewise.
* 0177-strauss-fix-off-by-one-error-in-strauss-array-access.patch:
Likewise.
* 0178-util-add-offs-sanity-check-to-print_clock_t.patch: Likewise.
* 0179-secontext-print-context-of-Unix-socket-s-sun_path-fi.patch:
Likewise.
* 0180-pathtrace-util-do-not-print-deleted-as-part-of-the-p.patch:
Likewise.
* 0181-secontext-fix-expected-SELinux-context-check-for-unl.patch:
Likwise.
* 0182-tests-bpf-fix-sloppy-low-FD-number-usage.patch: Likewise.
* sources (strace-5.18.tar.xz): Replace with...
(strace-6.7.tar.xz): ...this version.
* strace.spec (Version): Bump to 6.7.
(Release): Reset to 1.
(License): Update to match upstream.
(Patch175, Patch176, Patch177, Patch178, Patch179, Patch180, Patch181,
Patch182): Remove.
(%prep): Do not apply them; adjust man page date generation in accordance
with strace.spec.in changes.
(%build): Update to match upstream commits "treewide: fix unnecessary $
on arithmetic variables" and "strace.spec.in: configure using
--enable-bundled=yes".
(%check): Update to match upstream commit "strace.spec.in: skip tests
for all 32-bit architectures on fedora and rhel".
(%changelog): New record about 6.7-1.
Resolves: RHEL-8646
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
2024-02-07 15:13:58 +01:00
Eugene Syromiatnikov
a9e8e0e54a
Rebase to strace 5.18
...
- Remove 0141-tests-change-sockopt-timestamp-test-to-use-syscall-_.patch
(v5.13-10-g0211fdc "tests: change sockopt-timestamp test to use syscall(__NR_recvmsg)")
- Remove 0150-filter_qualify-free-allocated-data-on-the-error-path.patch
(v5.13-55-g6b2191f "filter_qualify: free allocated data on the error path exit of parse_poke_token")
- Remove 0151-macros-expand-BIT-macros-add-MASK-macros-add-_SAFE-m.patch
(v5.13-56-g80dc60c "macros: expand BIT macros, add MASK macros; add *_SAFE macros")
- Remove 0152-trie-use-BIT-and-MASK-macros.patch
(v5.13-58-g94ae5c2 "trie: use BIT* and MASK* macros")
- Remove 0153-tee-rewrite-num_params-access-in-tee_fetch_buf_data.patch
(v5.13-65-g41b753e "tee: rewrite num_params access in tee_fetch_buf_data")
- Remove 0154-tests-call-setsockopt-directly-in-sockopt-timestamp.patch
(v5.14~12 "tests: call setsockopt directly in sockopt-timestamp")
- Remove 0167-print_ifindex-fix-IFNAME_QUOTED_SZ-definition.patch
(v5.15~1 "print_ifindex: fix IFNAME_QUOTED_SZ definition")
- Remove 0168-m4-fix-st_SELINUX-check.patch
(v5.15~18 "m4: fix st_SELINUX check")
- Remove 0169-Implement-displaying-of-expected-context-upon-mismat.patch
(v5.16~31 "Implement displaying of expected context upon mismatch")
- Remove 0170-tests-linkat-reset-errno-before-SELinux-context-mani.patch
(v5.17~42 "tests/linkat: reset errno before SELinux context manipulation")
- Remove 0171-tests-secontext-add-secontext-field-getters.patch
(v5.17~41 "tests/secontext: add secontext field getters")
- Remove 0172-tests-linkat-provide-fallback-values-for-secontext-f.patch
(v5.17~40 "tests/linkat: provide fallback values for secontext fields changes")
- Remove 0173-tests-secontext-eliminate-separate-secontext_format-.patch
(v5.17~39 "tests/secontext: eliminate separate secontext_format declaration")
- Remove 0174-tests-linkat-reset-context-to-the-expected-one-if-a-.patch
(v5.17~38 "tests/linkat: reset context to the expected one if a mismatch has been detected")
* .gitignore (/strace-5.17.tar.xz): Remove.
(/strace-5.18.tar.xz): New record.
* 0141-tests-change-sockopt-timestamp-test-to-use-syscall-_.patch:
Remove.
* 0150-filter_qualify-free-allocated-data-on-the-error-path.patch:
Likewise.
* 0151-macros-expand-BIT-macros-add-MASK-macros-add-_SAFE-m.patch:
Likewise.
* 0152-trie-use-BIT-and-MASK-macros.patch: Likewise.
* 0153-tee-rewrite-num_params-access-in-tee_fetch_buf_data.patch:
Likewise.
* 0154-tests-call-setsockopt-directly-in-sockopt-timestamp.patch:
Likewise.
* 0167-print_ifindex-fix-IFNAME_QUOTED_SZ-definition.patch: Likewise.
* 0168-m4-fix-st_SELINUX-check.patch: Likewise.
* 0169-Implement-displaying-of-expected-context-upon-mismat.patch:
Likewise.
* 0170-tests-linkat-reset-errno-before-SELinux-context-mani.patch:
Likewise.
* 0171-tests-secontext-add-secontext-field-getters.patch: Likewise.
* 0172-tests-linkat-provide-fallback-values-for-secontext-f.patch:
Likewise.
* 0173-tests-secontext-eliminate-separate-secontext_format-.patch:
Likewise.
* 0174-tests-linkat-reset-context-to-the-expected-one-if-a-.patch:
Likewise.
* sources (strace-5.13.tar.xz): Replace with...
(strace-5.18.tar.xz): ...this version.
* strace.spec (Version): Bump to 5.18.
(Release): Reset to 1.
(Patch141, Patch150, Patch151, Patch152, Patch153, Patch154, Patch167,
Patch168, Patch169, Patch170, Patch171, Patch172, Patch173, Patch174):
Remove.
(%prep): Do not apply them; adjust man page date generation in accordance
with strace.spec.in changes.
(%changelog): New record about 5.18-1.
Resolves : #2084002
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
2022-06-24 16:50:22 +02:00