summaryrefslogtreecommitdiff
path: root/packages/strace
AgeCommit message (Collapse)AuthorFilesLines
2022-02-23strace: Remove 5.0 to 5.14Chris Packham27-187/+0
strace maintains backwards compatibility with older kernels so there is no need to keep multiple versions of strace. Versions 5.0 to 5.14 weren't present in the crosstool-ng-1.24 release so remove them directly instead of marking them as obsolete. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-02-23strace: mark 4.15 to 4.26 as obsoleteChris Packham12-0/+12
strace maintains backwards compatibility with older kernel versions so there's no particular reason to keep many versions of strace around. Mark the versions that were present in the 1.24 release as obsolete. They will be remove following the next release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-02-16strace: Add 5.16Chris Packham2-0/+4
https://lists.strace.io/pipermail/strace-devel/2022-January/010884.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
2022-02-11Run patches thru `manage-packages -P`Alexey Neyman2-28/+16
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
2021-11-16strace: add 5.14Chris Packham3-0/+152
https://lists.strace.io/pipermail/strace-devel/2021-September/010674.html Bring in upstream patch to deal with removal of linux/ipx.h in the linux 5.15. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2021-09-21strace: Remove obsolete versionsChris Packham35-1269/+0
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - strace-4.10 - strace-4.11 - strace-4.12 - strace-4.13 - strace-4.14 - strace-4.5.20 - strace-4.6 - strace-4.7 - strace-4.8 - strace-4.9 Signed-off-by: Chris Packham <judge.packham@gmail.com>
2021-05-11strace: Add github mirrorChris Packham1-1/+1
strace.io currently has an expired certificate. The same files are available via github so add that as a mirror. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2021-03-29Add strace 5.9, 5.10 and 5.11Chris Packham6-0/+12
Signed-off-by: Chris Packham <judge.packham@gmail.com>
2020-09-14Added strace 5.6, 5.7 and 5.8Matthias Weisser6-0/+12
2020-02-26Add strace-5.5Alexey Neyman2-0/+4
Signed-off-by: Alexey Neyman <stilor@att.net>
2019-12-26Version updatesAlexey Neyman2-0/+4
bison, elf2flt, gcc, isl, linux, mingw-w64, strace. Adjust checksum ordering in uclibc-ng so that it matches what the script generates. Signed-off-by: Alexey Neyman <stilor@att.net>
2019-10-02Add strace 5.xAlexey Neyman8-0/+16
Signed-off-by: Alexey Neyman <stilor@att.net>
2019-02-15strace 4.26 doesn't build on mips/o32Alexey Neyman1-0/+91
... so pick up a patch from upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
2019-02-14Another wave of version updatesAlexey Neyman6-12/+24
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-12-03Strace needs a patch with Linux 4.19+Alexey Neyman3-1/+189
Also, they moved their repository. Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-25Upgrades. Lots of 'em.Alexey Neyman4-0/+8
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-04-12Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ngAlexey Neyman5-1/+9
Also, fix manage-packages.sh after autotoolization. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-03Bunch of upgrades: android-ndk, expat, gcc-linaro, ...Alexey Neyman2-0/+4
... mingw-w64, musl, strace, uClibc-ng, linux. Also, regenerate chksum's after @bhundven's upgrade of binutils. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02Run all patches through renumbering and updateAlexey Neyman17-162/+204
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30Strace 4.19 needs a patch for uClibcAlexey Neyman1-0/+34
Taken from upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-30Add digests for all packagesAlexey Neyman15-0/+60
Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-28Upgrade expat, mpfr, newlib, strace, linuxAlexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-19Record tarball formatsAlexey Neyman2-0/+2
Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Trim old versionsAlexey Neyman15-527/+0
Policy: - Only latest patchlevel for each branch release Exception: CLooG - ISL has dependencies on specific CLooG releases within a single branch - Where there are no patchlevel releases (uClibc, musl) - just retain two most recent releases Also, missed automake update: 1.14 -> 1.14.1 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18strace: add 4.17 and 4.18Alexey Neyman2-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Fix printing the branch used in GitAlexey Neyman1-0/+1
... and prefer exact specified name, if it exists. More bootstrap script specifications for packages. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Fix the references to old config variablesAlexey Neyman13-13/+14
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Switch comp.libs/tools and debug to new framework.Alexey Neyman44-0/+1864
Signed-off-by: Alexey Neyman <stilor@att.net>