aboutsummaryrefslogtreecommitdiff
path: root/packages/uClibc-ng
Commit message (Collapse)AuthorAgeFilesLines
* uClibc-ng: Add 1.0.50Chris Packham2025-01-082-0/+16
| | | | | | https://mailman.openadk.org/mailman3/hyperkitty/list/devel@uclibc-ng.org/thread/VMUFCNHICANOQZFEFQOU4WPNPD4USGD3/ Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Add 1.0.49Chris Packham2024-06-262-0/+16
| | | | | | | Add uClibc-ng v1.0.49. The update includes the local fixes we were carrying. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Add patch for fstat64 build errorChris Packham2024-05-182-0/+74
| | | | | | | | | | | | | | | Resolve the following build error for arc-multilib-linux-uclibc. libc/sysdeps/linux/common/fstat64.c: In function 'fstat64': libc/sysdeps/linux/common/fstat64.c:33:38: error: passing argument 2 of '__syscall_fstat64' from incompatible pointer type [-Wincompatible-pointer-types] 33 | return __syscall_fstat64(fd, buf); | ^~~ | | | struct stat64 * While we're at it bring in one more bug fix patch from upstream. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Remove unnecessary patchChris Packham2024-05-171-34/+0
| | | | | | | | The libpthread-drop-protected-attribute patch was added in error because I had it applied locally when grabbing the upstream changes. Remove it now. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Add 1.0.48Chris Packham2024-05-1510-0/+384
| | | | | | | Add the 1.0.48 and some additional patches from master which include some fixes for GCC 14 support. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Bring in upstream fix for static buildsChris Packham2023-08-131-0/+22
| | | | | | | Bring in an upstream fix that affects static builds of uClibc-ng. Fixes #1959 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Add 1.0.43Chris Packham2023-04-302-0/+16
| | | | | | https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/log/?qt=range&q=v1.0.42..v1.0.43 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* uClibc-ng: Add uClibc-ng 1.0.42Chris Packham2023-02-082-0/+16
| | | | | | https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/log/?h=v1.0.42 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-111-8/+3
| | | | | | | | 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>
* Run packages through `manage-packages -D`Alexey Neyman2022-02-111-0/+4
| | | | | | | This fixed some typos in the checksum files (please don't edit them manually, this is error-prone!) Signed-off-by: Alexey Neyman <stilor@att.net>
* Retire obsoleted milestonesAlexey Neyman2022-02-111-1/+0
| | | | | | | | | | | | ... and the code dependent on them, after the latest wave of obsolete package removals. This concludes the glorious history of the original uClibc (non-NG) with lots of kludges removed. There was a choice here, whether to call the resulting libc "uClibc" or "uClibc-ng". I opted in favor of giving uClibc-ng the recognition it deserves, although it had some ripple effect in the ct-ng code. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add uclibc-ng 1.0.39lancethepants2021-10-192-0/+16
| | | | Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
* uClibc-ng: Add upstream patch for sys/personality.hChris Packham2021-09-191-0/+82
| | | | | | | Bring in an upstream patch that adds ADDR_NO_RANDOMIZE which is needed by gdb-11. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Add uClibc-ng 1.0.38lancethepants2021-06-222-0/+16
| | | | Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
* Add uClibc-ng 1.0.36lancethepants2020-10-152-0/+16
| | | | Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
* uClibc-ng-1.0.33.tar.lz removed chksum as the package size 0 bytes.Nayab Basha Sayed2020-04-041-4/+0
| | | | Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
* uClibc-ng-1.0.33 latest chksum updated. Patch not required.Nayab Basha Sayed2020-04-042-36/+16
| | | | Signed-off-by: Nayab Basha Sayed <basha@nayab.xyz>
* Fix upstream for undeclared PAGE_SHIFTAlexey Neyman2020-03-031-0/+20
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add uClibc-ng 1.0.33Alexey Neyman2020-02-262-0/+16
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Version updatesAlexey Neyman2019-12-251-8/+8
| | | | | | | | | 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>
* uClibc-ng: add 1.0.32Dima Krasner2019-10-172-0/+16
|
* uClibc-ng replaced a broken .lz tarball for 1.0.31Alexey Neyman2019-02-281-4/+4
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add configuration options for enabling SSPAlexey Neyman2018-12-041-0/+40
| | | | | | | | | | | ... in uClibc and glibc. Fixes #681. While here, relocate additional "sources" for uClibc/binutils into packages/ directory. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add uClibc-ng 1.0.31Alexey Neyman2018-11-172-0/+16
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* packages: add uClibc-ng 1.0.30 and last Linux 2.6.32.xDima Krasner2018-05-282-0/+16
| | | | Signed-off-by: Dima Krasner <dima@dimakrasner.com>
* Update packages: automake, isl, linux, mpfr, musl, newlib, strace, uClibc-ngAlexey Neyman2018-04-122-0/+16
| | | | | | Also, fix manage-packages.sh after autotoolization. Signed-off-by: Alexey Neyman <stilor@att.net>
* uClibc-ng does not implement name_to_handle_atAlexey Neyman2018-02-115-0/+200
| | | | | | ... so don't declare it, it confuses (at least) eudev's configure. Signed-off-by: Alexey Neyman <stilor@att.net>
* Upgrade to new releasesAlexey Neyman2018-01-282-0/+16
| | | | | | | | | | | | | | 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>
* More uClibc fixes from upstreamAlexey Neyman2017-12-052-0/+962
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Pick up linking fix from upstreamAlexey Neyman2017-12-051-0/+43
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Bunch of upgrades: android-ndk, expat, gcc-linaro, ...Alexey Neyman2017-12-032-0/+16
| | | | | | | | ... 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>
* Run all patches through renumbering and updateAlexey Neyman2017-12-022-12/+14
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-292-0/+32
| | | | | | | 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>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-271-0/+1
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Pick up uClibc-ng fixes for static GDB buildAlexey Neyman2017-09-032-0/+128
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Record tarball formatsAlexey Neyman2017-08-181-0/+1
| | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
* Trim old versionsAlexey Neyman2017-08-1820-681/+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>
* Fixes for buildingAlexey Neyman2017-07-081-1/+1
| | | | | | | | | - Need GDB8.0 milestone - Make uClibc "master" package - Rename bionic -> android-ndk to match the package name and support suffixes for archives Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the references to old config variablesAlexey Neyman2017-07-083-5/+6
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-0822-0/+684
Signed-off-by: Alexey Neyman <stilor@att.net>