aboutsummaryrefslogtreecommitdiff
path: root/tools/gmp
Commit message (Collapse)AuthorAge
* tools: prefer gz or bz2 tarballsRobert Marko2024-04-06
| | | | | | | | | | | | | | In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko <robimarko@gmail.com> dwarves
* tools/gmp: update to 6.3Nick Hainke2023-10-12
| | | | | | | Release Notes: https://gmplib.org/gmp6.3 Signed-off-by: Nick Hainke <vincent@systemli.org>
* tools: assign PKG_CPE_IDAlexander Couzens2023-09-19
| | | | | | | | | The PKG_CPE_ID links to NIST CPE version 2.2. Assign PKG_CPE_ID to all remaining tools which have a CPE ID. Not every tool has CPE id. Related: https://github.com/openwrt/packages/issues/8534 Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools: add Host/Uninstall where possibleRosen Penev2022-10-20
| | | | | | This cleans staging_dir when calling tool/x/clean. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/gmp: update to 6.2.1Hannu Nyman2020-11-21
| | | | | | | | Update gmp to 6.2.1 Release notes: https://gmplib.org/gmp6.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/gmp: Remove obsolete optionsDaniel Engberg2020-02-18
| | | | | | Remove mpbsd argument Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/gmp: update to 6.2.0Hannu Nyman2020-01-25
| | | | | | | | Update GNU gmp to version 6.2.0 Release notes: https://gmplib.org/gmp6.2.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools: gmp: Update to 6.1.2Daniel Engberg2017-01-03
| | | | | | Updates GMP to 6.1.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: clean up download hashesFelix Fietkau2016-12-16
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/gmp: update to 6.1.1Hannu Nyman2016-08-15
| | | | | | Update gmp to 6.1.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/gmp: update to 6.1.0John Crispin2016-02-08
| | | | | | | | Update gmp to version 6.1.0, released in November 2015. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48660
* gmp: disable assembly to fix build on systems that use PIE binariesFelix Fietkau2015-06-04
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45887
* tools: Fix compilation on x32 hostFelix Fietkau2014-10-25
| | | | | | | | | | | | | | | | | | Compiling the host tools on the new x32 architecture (which is an ILP32 ELF32 system on an amd64 CPU) fails for various reasons. gmp: pull same fix I applied to OpenADK, which was inspired by the fix in the Debian source package mtd-utils: write a workaround myself; only affects x32, but the use of llseek is dangerous according to the manpage, so the guard ifdef should probably go away findutils: pull fix straight from the Debian source packae Signed-off-by: Thorsten Glaser <tg@mirbsd.org> SVN-Revision: 43060
* gmp: update to 5.1.3Luka Perkov2013-10-21
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38487
* gmp: upgrade to version 5.1.2Luka Perkov2013-06-03
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36821
* gmp: upgrade to version 5.1.1Luka Perkov2013-02-28
| | | | SVN-Revision: 35823
* tools/gmp enable parallel buildsFelix Fietkau2012-09-15
| | | | SVN-Revision: 33432
* gmp: update to 5.0.5Luka Perkov2012-06-09
| | | | SVN-Revision: 32144
* gmp: update to 5.0.4Florian Fainelli2012-04-02
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31169
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-15
| | | | SVN-Revision: 29754
* tools/gmp: update to version 5.0.1Alexandros C. Couloumbis2010-12-09
| | | | SVN-Revision: 24380
* fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)Felix Fietkau2010-09-05
| | | | SVN-Revision: 22934
* tools: update gmp to 4.3.2Alexandros C. Couloumbis2010-04-24
| | | | SVN-Revision: 21147
* gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os xFelix Fietkau2009-09-25
| | | | SVN-Revision: 17717
* clean up gmp and mpfrFelix Fietkau2009-04-06
| | | | SVN-Revision: 15114
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-22
| | | | | | host-build steps SVN-Revision: 14610
* add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!Nicolas Thill2009-01-21
SVN-Revision: 14131