Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!75430
main/strace: upgrade to 6.12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/strace: upgrade to 6.12
sertonix/aports:strace-upgrade
into
master
Overview
0
Commits
1
Pipelines
11
Changes
5
Merged
Sertonix
requested to merge
sertonix/aports:strace-upgrade
into
master
3 months ago
Overview
0
Commits
1
Pipelines
11
Changes
5
Expand
Add -dbg subpackage and fix tests for local checks (still broken on CI unfortunately).
Edited
3 months ago
by
Sertonix
0
0
Merge request reports
Compare
master
version 9
d9306dc1
3 months ago
version 8
196981ea
3 months ago
version 7
0824cbc6
3 months ago
version 6
25ddaaf2
3 months ago
version 5
b0e92a41
3 months ago
version 4
d1c45f9b
3 months ago
version 3
d248006c
3 months ago
version 2
d5338689
3 months ago
version 1
fe111608
3 months ago
master (base)
and
latest version
latest version
46fa29ce
1 commit,
3 months ago
version 9
d9306dc1
1 commit,
3 months ago
version 8
196981ea
1 commit,
3 months ago
version 7
0824cbc6
1 commit,
3 months ago
version 6
25ddaaf2
1 commit,
3 months ago
version 5
b0e92a41
1 commit,
3 months ago
version 4
d1c45f9b
1 commit,
3 months ago
version 3
d248006c
1 commit,
3 months ago
version 2
d5338689
1 commit,
3 months ago
version 1
fe111608
1 commit,
3 months ago
5 files
+
134
−
46
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
main/strace/APKBUILD
+
16
−
7
Options
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
strace
pkgver
=
6.1
1
pkgver
=
6.1
2
pkgrel
=
0
pkgdesc
=
"Diagnostic, debugging and instructional userspace tracer"
url
=
"https://strace.io"
arch
=
"all"
#
disable checks for now, due to testsuite failure
#
checks fail on CI
options
=
"!check"
license
=
"BSD-3-Clause"
# strace with libunwind doesn't work right on musl
makedepends
=
"binutils-dev elfutils-dev gawk linux-headers"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-dbg
"
source
=
"https://github.com/strace/strace/releases/download/v
$pkgver
/strace-
$pkgver
.tar.xz
disable-fortify.patch
off64.patch
busybox.patch
tv_usec.patch
nlattr-fix.patch
"
@@ -26,11 +28,16 @@ build() {
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--enable-mpers
=
no
# FIXME don't use bundled kernel headers
# --enable-bundled=no
make
}
check
()
{
make check
make check
||
{
cat
tests/test-suite.log
return
1
}
}
package
()
{
@@ -38,7 +45,9 @@ package() {
}
sha512sums
=
"
c639ae7097d418f8b815bd008de9423079dad70829a5eb392d3c5def81243b8a9133c10251a7c00a4991f580cff5b62466f8b53b4b8e425a009548fb3582bdb0 strace-6.11.tar.xz
273b92ebf0069f19bef7ec26c7860e2af7ef01e782255c70ded1ae5e967f8f6bf031ecba96612c6083bf58f46278ba4ab3ec0fb35b08c8c8d668191f97adee52 disable-fortify.patch
ae28f0b6b6fdc980898f11d1903aacb5a31760a07d63bd7cbc8f9b5f337d9db6b40464d6b61a9b03ba6442b476edb78afc91348f539f7780cdd98b174c6a9a1d strace-6.12.tar.xz
b2e7a5cedfef8128e5a3d9aed8fce606936e70a7d574196bd8ad797966be3b1eac6f3390d7a59f28d349d35e7f5abe6591a28749ec1f063a2133f138ff9c656c off64.patch
c32850f4a3d4650850a6362b0ac437a175df263c8762cf0310df0ba8d8d20f0dd05d34f2b01891354e457752e49d82a1fe873754f703608a5e3202234d7bc9e6 busybox.patch
84c345cb04a68b96487f9cfc0c31243d22eab6e83dbee79b749d165b81489671b5701ae2cb8da0d93f5dd6cf2c2402693336869ad671d991870baaab9a99a6a1 tv_usec.patch
44b1872cf996caa4970fa6c2875a3a2cffe4a38455e328d968bd7855ef9a05cf41190794dc137bc8667576635f5271057cf0e6cde9a6c7aee66afd1dba9bdba0 nlattr-fix.patch
"
Loading