aboutsummaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, LinuxAlexey Neyman2017-10-2377-709/+76
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* [binutils] remove 2.29Bryan Hundven2017-10-0511-624/+0
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* [binutils] Add 2.29.1Bryan Hundven2017-10-0511-0/+628
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Strace 4.19 needs a patch for uClibcAlexey Neyman2017-09-301-0/+34
| | | | | | Taken from upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-29206-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>
* Upgrade expat, mpfr, newlib, strace, linuxAlexey Neyman2017-09-2714-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-2720-2/+20
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Update gcc-linaro to 2017.08Alexey Neyman2017-09-1660-973/+7
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Propagate xtensa fix to Linaro versionsAlexey Neyman2017-09-165-0/+155
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* package/gcc: fix ICE on xtensa, PR target/82181Max Filippov2017-09-125-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>
* Pick up uClibc-ng fixes for static GDB buildAlexey Neyman2017-09-032-0/+128
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Apply ucontext patch to mainstream GCC releasesAlexey Neyman2017-08-276-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>
* Fix Linaro GCC build with glibc 2.26Nathan Chancellor2017-08-273-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>
* patches/mingw-w64: Fix build with gcc7Kirill Smirnov2017-08-2713-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>
* Merge pull request #814 from stilor/issue-802Alexey Neyman2017-08-2655-4007/+3321
|\ | | | | Issue 802
| * Make --enable-obsolete-rpc an option in ct-ngAlexey Neyman2017-08-261-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Backport --enable-obsolete-rpc from 2.16Alexey Neyman2017-08-262-0/+3320
| | | | | | | | | | | | Fixes #802. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Missed glibc 2.14 when obsoleting releasesAlexey Neyman2017-08-2652-4006/+0
| | | | | | | | | | | | Superseded on the branch by 2.14.1. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Fix regressions after binutils 2.29Alexey Neyman2017-08-2511-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>
* Remove .zip from listed extensions for zlibAlexey Neyman2017-08-241-1/+1
| | | | | | They mangle the basename into "zlib1211.zip". Signed-off-by: Alexey Neyman <stilor@att.net>
* MPC: older releases are only on master siteAlexey Neyman2017-08-2415-12/+3
| | | | | | Also, Linux stopped making .bz2 tarballs on recent 3.x branches. Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove sourceware from glibc mirrorsAlexey Neyman2017-08-232-2/+2
| | | | | | It only hosts releases up to 2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade binutilsAlexey Neyman2017-08-2321-42/+612
| | | | | | Bump 2.28 -> 2.28.1; add 2.29. Signed-off-by: Alexey Neyman <stilor@att.net>
* Implement a script for checking packagesAlexey Neyman2017-08-23231-498/+353
| | | | | | Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove the glibc patch for -mfloat128Alexey Neyman2017-08-221-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>
* Save export status for environment varsAlexey Neyman2017-08-211-1/+1
| | | | | | | | ... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman <stilor@att.net>
* 3.2.x most recent patchlevel is 91, not 93Alexey Neyman2017-08-211-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Check if -mfloat128-type needs to be suppliedAlexey Neyman2017-08-211-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>
* Record tarball formatsAlexey Neyman2017-08-18112-4/+113
| | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
* Trim old versionsAlexey Neyman2017-08-18172-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>
* uClibc-ng: add 1.0.26Alexey Neyman2017-08-171-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* strace: add 4.17 and 4.18Alexey Neyman2017-08-172-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Newlib: bump 2.5.0 patchlevel to 20170720Alexey Neyman2017-08-173-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Linux updatesAlexey Neyman2017-08-179-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add glibc 2.26Alexey Neyman2017-08-172-0/+15
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* GCC: 7.1 -> 7.2Alexey Neyman2017-08-1723-87/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Expat: 2.2.1 -> 2.2.3Alexey Neyman2017-08-171-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Automake: 1.15 -> 1.15.1Alexey Neyman2017-08-171-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Android NDK: r15b -> r15cAlexey Neyman2017-08-171-0/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Record glibc 2.24+ dependencyAlexey Neyman2017-08-162-1/+2
| | | | | | | | ... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix version check in mingw-w64Alexey Neyman2017-08-161-0/+1
| | | | | | Fixes #782. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gcc-linaro 7.1-2017.05Alexey Neyman2017-07-1723-0/+1529
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Update to GCC 6.4Alexey Neyman2017-07-1336-530/+0
| | | | | | Deleted patches have been picked up upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* Typo in binutils package descriptionAlexey Neyman2017-07-101-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Resolve a few more TBDsAlexey Neyman2017-07-095-5/+5
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Separate the notions of package name/labelAlexey Neyman2017-07-081-1/+1
| | | | | | Also, remove resolved TBDs. Signed-off-by: Alexey Neyman <stilor@att.net>
* Allow packages to define "relevant" part of the versionAlexey Neyman2017-07-082-0/+2
| | | | | | | | E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
* Allow VCS versions to be patched via some unique revision IDAlexey Neyman2017-07-081-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove support for pregenerated locales in uClibcAlexey Neyman2017-07-082-3/+0
| | | | | | | | | It fails to compile with the only locale version available (030818) (on master too, with exactly the same error). uClibc-ng does not use pregenerated locales. Signed-off-by: Alexey Neyman <stilor@att.net>
* uClibc locale "package"Alexey Neyman2017-07-082-0/+3
| | | | | | Does not build, though. Signed-off-by: Alexey Neyman <stilor@att.net>