Changelog for
libgmp10-5.1.3-8.2.x86_64.rpm :
Wed Dec 4 13:00:00 2013 antonAATTsamba.org
- gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support
- gmp-ppc64le-mod.patch: Fix ppc64le issues
Wed Oct 2 14:00:00 2013 rguentherAATTsuse.com
- 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.
Wed May 22 14:00:00 2013 rguentherAATTsuse.com
- 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.
Wed Mar 27 13:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
Wed Feb 20 13:00:00 2013 schwabAATTsuse.de
- Update baselibs.conf for removal of libmp3
Wed Feb 13 13:00:00 2013 rguentherAATTsuse.com
- 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.
Wed Dec 19 13:00:00 2012 rguentherAATTsuse.com
- 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
Thu Sep 13 14:00:00 2012 cooloAATTsuse.com
- replace ; with and in license tag
Wed Jul 4 14:00:00 2012 rguentherAATTsuse.com
- Pick fix for the aborts from CPU detection code from the upstream
branch. [bnc#671262]
Tue Jul 3 14:00:00 2012 bwiedemannAATTsuse.com
- do not abort on kvm\'s x86_64 \"CPU\" on AMD (bnc#671262)
Tue May 29 14:00:00 2012 cooloAATTsuse.com
- do not abort on kvm\'s x86_64 \"CPU\", just use generic support for
unknown CPUs
Mon May 7 14:00:00 2012 rguentherAATTsuse.com
- 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.
Wed Feb 15 13:00:00 2012 rguentherAATTsuse.com
- Remove redundant --host specification on %configure.
Fri Feb 10 13:00:00 2012 rguentherAATTsuse.com
- 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).
Sat Feb 4 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections (see specfile guidelines)
Mon Jan 30 13:00:00 2012 rguentherAATTsuse.com
- 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.
Tue Sep 27 14:00:00 2011 dmuellerAATTsuse.de
- avoid noexec stack patch on arm
Mon Jun 20 14:00:00 2011 idonmezAATTnovell.com
- 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
Mon Apr 18 14:00:00 2011 roAATTsuse.de
- remove outdated entries from baselibs.conf
Tue Jan 25 13:00:00 2011 rguentherAATTnovell.com
- Drop bogus provides/obsoletes of ABI incompatible gmp version.
Mon Sep 13 14:00:00 2010 rguentherAATTnovell.com
- Package BSB libmp bindings. [bnc#623910]
Mon Sep 6 14:00:00 2010 rguentherAATTnovell.com
- Update to release GMP 5.0.1.
* Major performance and memory usage improvements.
* Enable fat binaries on x86.
* Bump SO version to 10.
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Mon Jan 11 13:00:00 2010 rguentherAATTsuse.de
- Update to bugfix release GMP 4.3.2.
* Fixed bug in mpf_eq.
* Fixed overflow issues in mpz_set_str, mpz_inp_str, mpf_set_str, and
mpf_get_str.
* Avoid unbounded stack allocation for unbalanced multiplication.
* Fixed bug in FFT multiplication.
Fri Dec 11 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf to specfile as source
Mon Dec 7 13:00:00 2009 jengelhAATTmedozas.de
- Fix building on SPARC. When rpmbuild is called with
- -target=sparcv9, %%_target_platform takes on the value
\"sparcv9-suse-linux\", but this does not fly for gmp, it requires
\"sparc-suse-linux\". This is similar to what binutils.spec does.
Tue Nov 17 13:00:00 2009 rguentherAATTsuse.de
- Fix obsoletes of old gmp package.
Tue May 12 14:00:00 2009 rguentherAATTsuse.de
- Update to bugfix release GMP 4.3.1.
* Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
* Fixed some minor documentation issues.
* Recognise more IBM \"POWER\" processor variants.
Sat May 9 14:00:00 2009 rguentherAATTsuse.de
- Fix baselibs.conf wrt package split. [bnc#501465]
Wed Apr 15 14:00:00 2009 rguentherAATTsuse.de
- Update to version 4.3.0.
* Speedups all over the board
* Fat binaries on x86_64
- Split shared libraries according to policy.