summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30Ncurses fixes for 6.1Alexey Neyman1-0/+153
- Update to 20180129 - Throw in --disable-db-install if database is disabled; otherwise 'make install' tries to run tic which is not built. - Select appropriate strip utility for the host; otherwise non-x86 architectures fail to install (unless --disable-stripping is also added) Signed-off-by: Alexey Neyman <stilor@att.net>
2018-01-29Newlib 3.0.0 seems to be a very broken releaseAlexey Neyman2-0/+79
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-01-29Newlib developers should at least try to compile itAlexey Neyman1-0/+23
... before publishing a release.
2018-01-29Upgrade to new releasesAlexey Neyman84-103/+791
android-ndk, binutils, gcc, linux, mpfr, ncurses, newlib, uclibc-ng MPC vs MPFR dependencies required modifications in auto-generated templates to also provide non-inclusive older-than/newer-than specifications. Also correct MPC URLs, the website seems to have adjusted its directory layout. Currently, newlib 3.0.0 doesn't build for arm-nano-eabi. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-05More uClibc fixes from upstreamAlexey Neyman2-0/+962
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-05Pick up linking fix from upstreamAlexey Neyman1-0/+43
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-03Bunch of upgrades: android-ndk, expat, gcc-linaro, ...Alexey Neyman135-808/+148
... 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 Neyman1878-172521/+171688
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-11-27gcc 7.2.0: fix 977-crystax.patch offsetsSergey Korolev1-2/+2
2017-11-27gcc 7.2.0: fix 975-crystax.patch offsetsSergey Korolev1-1/+1
2017-11-27gcc 7.2.0: fix 973-crystax.patch offsetsSergey Korolev1-1/+1
2017-11-27gcc 7.2.0: fix 972-crystax.patch offsetsSergey Korolev1-18/+18
2017-11-27gcc 7.2.0: fix 970-crystax.patch offsetsSergey Korolev1-35/+33
2017-11-27gcc 7.2.0: fix 952-bionic-errno.patch offsetsSergey Korolev1-1/+1
2017-11-27gcc 7.2.0: fix 891-fix-m68k-uclinux.patch offsetsSergey Korolev1-1/+1
2017-11-27gcc 7.2.0: fix 860-cilk-wchar.patch offsetsSergey Korolev1-4/+4
2017-11-27gcc 7.2.0: fix 810-arm-softfloat-libgcc.patch offsetsSergey Korolev1-1/+1
2017-11-27gcc 7.2.0: fix ↵Sergey Korolev1-6/+6
370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch offsets
2017-11-04Include Makefile.in in gettext 0.19.8.1 patchAlexey Neyman1-39/+228
Otherwise, make tries to rebuild it and fails. Fixes #770. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-23Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, LinuxAlexey Neyman77-709/+76
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-10-05[binutils] remove 2.29Bryan Hundven11-624/+0
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2017-10-05[binutils] Add 2.29.1Bryan Hundven11-0/+628
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
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 Neyman206-0/+1548
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 Neyman14-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-28Add an ability to verify the digest/signatureAlexey Neyman20-2/+20
Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-16Update gcc-linaro to 2017.08Alexey Neyman60-973/+7
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-16Propagate xtensa fix to Linaro versionsAlexey Neyman5-0/+155
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-12package/gcc: fix ICE on xtensa, PR target/82181Max Filippov5-0/+155
Memory references to DI mode objects could incorrectly be created at offsets that are not supported by instructions l32i/s32i, resulting in ICE at a stage when access to the object is split into access to its subwords: drivers/staging/rtl8188eu/core/rtw_ap.c:445:1: internal compiler error: in change_address_1, at emit-rtl.c:2126 Fixes: https://lkml.org/lkml/2017/9/10/151 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2017-09-03Pick up uClibc-ng fixes for static GDB buildAlexey Neyman2-0/+128
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-28Apply ucontext patch to mainstream GCC releasesAlexey Neyman6-2/+754
Not applicable to 4.8, as GLIBC2.26 requires 4.9 or newer. Record that dependency. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-27Fix Linaro GCC build with glibc 2.26Nathan Chancellor3-0/+579
These were added by GCC in July but these branches are from May. I suspect that they will be added to at least the 6.x and 7.x branches but 5.x is EOL from Linaro it seems (as the base GCC version hasn't been updated in a year and a half). For right now, these are needed. This was testing on an arm64 build but the patches have fixes for all supported architectures. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
2017-08-27patches/mingw-w64: Fix build with gcc7Kirill Smirnov13-0/+468
Modified by Alexey Neyman: remove obsoleted v5.0.1, propagate the patches to older versions. Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Merge pull request #814 from stilor/issue-802Alexey Neyman55-4007/+3321
Issue 802
2017-08-26Make --enable-obsolete-rpc an option in ct-ngAlexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Backport --enable-obsolete-rpc from 2.16Alexey Neyman2-0/+3320
Fixes #802. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Missed glibc 2.14 when obsoleting releasesAlexey Neyman52-4006/+0
Superseded on the branch by 2.14.1. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-25Fix regressions after binutils 2.29Alexey Neyman11-0/+414
Binutils 2.29 are more picky about versioning of common symbols. Fix two offenders in glibc versions as applicable. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Remove .zip from listed extensions for zlibAlexey Neyman1-1/+1
They mangle the basename into "zlib1211.zip". Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24MPC: older releases are only on master siteAlexey Neyman15-12/+3
Also, Linux stopped making .bz2 tarballs on recent 3.x branches. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Remove sourceware from glibc mirrorsAlexey Neyman2-2/+2
It only hosts releases up to 2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Upgrade binutilsAlexey Neyman21-42/+612
Bump 2.28 -> 2.28.1; add 2.29. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23Implement a script for checking packagesAlexey Neyman231-498/+353
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-22Remove the glibc patch for -mfloat128Alexey Neyman1-193/+0
... per discussion on libc-alpha, need to pass --with-glibc-version= instead to GCC configure. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Save export status for environment varsAlexey Neyman1-1/+1
... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-213.2.x most recent patchlevel is 91, not 93Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Check if -mfloat128-type needs to be suppliedAlexey Neyman1-0/+193
... in addition to -mfloat128 that glibc 2.26 adds. GCC7 needs both, GCC6 does not and chokes on unknown option. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-19Record tarball formatsAlexey Neyman112-4/+113
Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Trim old versionsAlexey Neyman172-14039/+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-18uClibc-ng: add 1.0.26Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>