Revisions of gmp

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209471 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 42)
- gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support
- gmp-ppc64le-mod.patch: Fix ppc64le issues (forwarded request 209470 from ablanchard)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 201889 from Richard Biener's avatar Richard Biener (rguenther) (revision 41)
- Update to GMP 5.1.3 release.
  * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
    compute garbage with a low probability.  They are now rewritten, and the
    test code has been improved.
  * A bug in the ia64 implementation of mpn_divrem_2, clobbering some
    callee-save registers, has been fixed. This is an internal
    function, with the bug manifesting itself as miscomputation in,
    e.g., mpn_sqrtrem.
  * The documentation now correctly says 'const' for input arguments.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 40)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 176406 from Richard Biener's avatar Richard Biener (rguenther) (revision 39)
- Update to GMP 5.1.2 release.
  * A bug in mpz_powm_ui triggered by base arguments of at least 15000
    decimal digits or mod arguments of at least 7500 decimal digits has
    been fixed.

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155952 from Richard Biener's avatar Richard Biener (rguenther) (revision 38)
- Update baselibs.conf for removal of libmp3
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155317 from Richard Biener's avatar Richard Biener (rguenther) (revision 37)
- Update to GMP 5.1.1 release.
  * Aarch64 alias ARM64 support now works.
  * A possible buffer overrun in mpz_ior has been fixed.
  * A rare sign flip in mpz_remove has been fixed.
  * A bug causing problems with mpf numbers with absolute value >= 2^31 has
    been fixed.
  * Several bugs in mini-gmp have been fixed.
  * Preliminary support for the x32 ABI under x86-64.

- Update to GMP 5.1.0 release.
  * Bug fixes and speedups
  * Many new CPUs recognised
  * New functions for multi-factorials, and primorial: mpz_2fac_ui,
    mpz_mfac_uiui and mpz_primorial_ui
  * The fat binary mechanism is now more robust in its CPU recognition
  * Drops support for BSD compatibility library
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 36)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134168 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 35)
- replace ; with and in license tag
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 127072 from Richard Biener's avatar Richard Biener (rguenther) (revision 34)
Instead of iterating over a home-grown patch for each CPU variant we
discover that breaks ...

- Pick fix for the aborts from CPU detection code from the upstream
  branch.  [bnc#671262]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126963 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 33)
- do not abort on kvm's x86_64 "CPU" on AMD (bnc#671262) (forwarded request 126956 from bmwiedemann)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 32)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122656 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 31)
- do not abort on kvm's x86_64 "CPU", just use generic support for
  unknown CPUs (forwarded request 122655 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116650 from Richard Biener's avatar Richard Biener (rguenther) (revision 30)
- Update to release GMP 5.0.5
  * A bug causing AMD 11h processors to be treated like AMD 10h has been fixed.
  * A bug affecting recent Intel Sandy Bridge CPUs resulting in
    configuration failures has been fixed.

- Remove redundant --host specification on %configure.

- Update to release GMP 5.0.4
  * Thresholds in mpn_powm_sec for both fat and non-fat builds are now used
    safely, plugging a one-word buffer overrun introduced in the 5.0.3 release
    (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for
    fat).  (We have not been able to provoke malign stack smashing in any of
    the ~100 configurations explored by the GMP nightly builds, but the bug
    should be assumed to be exploitable.)
  * Two bugs in multiplication code causing incorrect computation with
    extremely low probability have been fixed.
  * A bug in the test suite causing buffer overruns during "make check",
    sometimes leading to subsequent malloc crashes, has been fixed.
  * Two bugs in the gcd code have been fixed.  They could lead to incorrect
    results, but for uniformly distributed random operands, the likelihood for
    that is infinitesimally small.  (There was also a third bug, but that was
    an incorrect ASSERT, which furthermore was not enabled by default.)
  * A bug affecting 32-bit PowerPC division has been fixed.  The bug caused
    miscomputation for certain divisors in the range 2^32 ... 2^64-1 (about 1
    in 2^30 of these).

- Remove redundant tags/sections (see specfile guidelines)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 102032 from Richard Biener's avatar Richard Biener (rguenther) (revision 29)
- Update to release GMP 5.0.3
  * A slight timing leak of the powm_sec functions have been sealed.  (This
    leak could possibly be used to extract the most significant few bits of the
    exponent.  "Few" here means at most 10.)
  * The mpz_nextprime function now runs a safer number of pseudo-random prime
    tests.
  * A bug in division code possibly causing incorrect computation was fixed.
  * New CPUs recognised.
  * IBM S/390 are now supported in both 31/32-bit and 64-bit mode.
- Dropped SUSE local patches for S/390 support.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 28)
replace license with spdx.org variant
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 27)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 85210 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
- avoid noexec stack patch on arm

- Update to release GMP 5.0.2
    * Many minor bugs related to portability fixed.
    * The support for HPPA 2.0N now works, after an assembly bug fix.
    * A test case type error has been fixed.  The symptom of this bug
    was spurious 'make check' failures.
    * Fat builds are now supported for 64-bit x86 processors also under Darwin.
- Remove unknown configure option --disable-mpfr
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 25)
Autobuild autoformatter for 67875
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 67875 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
Accepted submit request 67875 from user coolo
autobuild's avatar autobuild committed (revision 23)
11.4 source split
Displaying revisions 21 - 40 of 62
openSUSE Build Service is sponsored by