Path to this page:
./
devel/gmp,
Library for arbitrary precision arithmetic
Branch: pkgsrc-2021Q3,
Version: 6.2.1nb1,
Package name: gmp-6.2.1nb1,
Maintainer: pkgsrc-usersGNU MP is a library for arbitrary precision arithmetic, operating on signed
integers, rational numbers, and floating point numbers. It has a rich set
of functions, and the functions have a regular interface.
GNU MP is designed to be as fast as possible, both for small operands and for
huge operands. The speed is achieved by using fullwords as the basic
arithmetic type, by using fast algorithms, by carefully optimized assembly
code for the most common inner loops for a lots of CPUs, and by a general
emphasis on speed (instead of simplicity or elegance).
The speed of GNU MP is believed to be faster than any other similar library.
The advantage for GNU MP increases with the operand sizes for certain
operations, since GNU MP in many cases has asymptotically faster algorithms.
Package options: gmp-fat
Master sites: (Expand)
SHA1: 2dcf34d4a432dbe6cce1475a835d20fe44f75822
RMD160: 2a4204453eb608bec6bb647ff5a0c47ca4d43878
Filesize: 2435.465 KB
Version history: (Expand)
- (2021-11-28) Updated to version: gmp-6.2.1nb1
- (2021-09-28) Package added to pkgsrc.se, version gmp-6.2.1 (created)
CVS history: (Expand)
2021-11-27 22:43:55 by Thomas Merkel | Files touched by this commit (3) |
Log message:
Pullup ticket #6544 - requested by wiz
devel/gmp: security fix
Revisions pulled up:
- devel/gmp/Makefile 1.89
- devel/gmp/distinfo 1.59
- devel/gmp/patches/patch-mpz_inp__raw.c 1.1
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 26 12:23:09 UTC 2021
Modified Files:
pkgsrc/devel/gmp: Makefile distinfo
Added Files:
pkgsrc/devel/gmp/patches: patch-mpz_inp__raw.c
Log message:
gmp: fix CVE-2021-43618 using upstream patch
Bump PKGREVISION.
|