Commit Graph

95 Commits

Author SHA256 Message Date
Stephan Kulow
6be78bbc9b Accepting request 122656 from devel:libraries:c_c++
- do not abort on kvm's x86_64 "CPU", just use generic support for
  unknown CPUs (forwarded request 122655 from coolo)

OBS-URL: https://build.opensuse.org/request/show/122656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=31
2012-05-29 09:48:28 +00:00
Ismail Dönmez
27886421ed Accepting request 122655 from home:coolo:branches:openSUSE:Factory
- do not abort on kvm's x86_64 "CPU", just use generic support for
  unknown CPUs

OBS-URL: https://build.opensuse.org/request/show/122655
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=30
2012-05-29 08:10:16 +00:00
Stephan Kulow
a06d0c913b Accepting request 116650 from devel:libraries:c_c++
- 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)

OBS-URL: https://build.opensuse.org/request/show/116650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=30
2012-05-07 20:46:19 +00:00
Richard Biener
208c21dc3e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=28
2012-05-07 09:12:04 +00:00
Richard Biener
7b8eb4f842 - Remove redundant --host specification on %configure.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=27
2012-02-15 13:22:04 +00:00
Richard Biener
0151c5b4e6 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=26
2012-02-10 13:49:44 +00:00
7489e263e8 Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=25
2012-02-04 17:32:54 +00:00
Stephan Kulow
29d44dba61 Accepting request 102032 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/102032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=29
2012-02-03 09:22:47 +00:00
Richard Biener
55c6ba998a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=22
2012-01-30 09:16:08 +00:00
Stephan Kulow
ca1bdaadcd replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=28
2011-12-06 17:13:20 +00:00
Sascha Peilicke
5900d44e90 Accepting request 85210 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/85210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=26
2011-09-28 12:10:30 +00:00
7ed2aeafd6 - avoid noexec stack patch on arm
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=19
2011-09-27 22:04:53 +00:00
Richard Biener
0d1085e5f1 Accepting request 74148 from home:namtrac:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/74148
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=18
2011-06-20 09:28:16 +00:00
Sascha Peilicke
ca13a79660 Autobuild autoformatter for 67875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=25
2011-04-20 11:33:52 +00:00
OBS User buildservice-autocommit
53d9e202cd Updating link to change in openSUSE:Factory/gmp revision 25.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=879f271da67bb249ee87e47d548f9729
2011-04-20 11:33:52 +00:00
Sascha Peilicke
76b58f9f3e Accepting request 67875 from devel:libraries:c_c++
Accepted submit request 67875 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=24
2011-04-20 11:33:42 +00:00
5a1c109bb9 Accepting request 67814 from home:oertel:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/67814
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=16
2011-04-19 11:50:39 +00:00
Lars Vogdt
65965d3280 Autobuild autoformatter for 59114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=22
2011-01-25 14:30:37 +00:00
Lars Vogdt
702d5bc2fa Accepting request 59114 from devel:libraries:c_c++
Accepted submit request 59114 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/59114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=21
2011-01-25 14:30:28 +00:00
Richard Biener
745bbd3b35 - Drop bogus provides/obsoletes of ABI incompatible gmp version.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=14
2011-01-25 13:17:08 +00:00
OBS User autobuild
aafeef5891 Accepting request 48540 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gmp based on submit request 48540 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/48540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=20
2010-09-20 14:31:58 +00:00
OBS User buildservice-autocommit
ae937055e5 Updating link to change in openSUSE:Factory/gmp revision 20.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=e1c3d4b50119457483b14a7e895b4095
2010-09-20 14:31:58 +00:00
OBS User autobuild
bdce7975e6 Accepting request 48540 from devel:libraries:c_c++
checked in (request 48540)

OBS-URL: https://build.opensuse.org/request/show/48540
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=13
2010-09-20 14:31:57 +00:00
Richard Biener
a2e7876857 - Package BSB libmp bindings. [bnc#623910]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=12
2010-09-13 10:20:41 +00:00
Richard Biener
69a118fd95 - Update to release GMP 5.0.1.
* Major performance and memory usage improvements.
  * Enable fat binaries on x86.
  * Bump SO version to 10.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=11
2010-09-06 13:57:19 +00:00
OBS User autobuild
6df84bba88 Accepting request 46309 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gmp based on submit request 46309 from user coolo

OBS-URL: https://build.opensuse.org/request/show/46309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=19
2010-08-27 14:46:15 +00:00
OBS User buildservice-autocommit
fe21aebccf Updating link to change in openSUSE:Factory/gmp revision 19.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=9463c63616f35b6f60c62b18832ff1b5
2010-08-27 14:46:15 +00:00
OBS User autobuild
694e041197 Accepting request 46309 from devel:libraries:c_c++
checked in (request 46309)

OBS-URL: https://build.opensuse.org/request/show/46309
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=10
2010-08-27 14:46:14 +00:00
Richard Biener
8dd58c48cf Accepting request 42131 from home:jengelh:smp
Copy from home:jengelh:smp/gmp via accept of submit request 42131 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/42131
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=9
2010-06-28 08:35:20 +00:00
OBS User autobuild
6a757c4c53 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=16 2010-03-18 14:49:07 +00:00
OBS User buildservice-autocommit
3bcea72737 Updating link to change in openSUSE:Factory/gmp revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=10a628bcfdd6512b98d8620dfc28fbc3
2010-03-18 14:49:07 +00:00
OBS User autobuild
980ecfffe0 Accepting request 29122 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gmp based on submit request 29122 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/29122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=15
2010-01-14 14:21:37 +00:00
OBS User autobuild
807ffdc050 Accepting request 24570 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gmp based on submit request 24570 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/24570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=14
2009-11-18 10:27:56 +00:00
OBS User unknown
225924be13 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=12 2009-05-15 10:10:44 +00:00
OBS User unknown
c66dc4ba58 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=11 2009-04-23 13:35:24 +00:00
OBS User unknown
d7ba7c4dce OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=10 2009-04-23 12:59:42 +00:00
OBS User unknown
7822b63fc9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=9 2008-12-15 11:32:23 +00:00
OBS User unknown
1f81dfb9ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=8 2008-11-28 14:01:57 +00:00
OBS User unknown
f76b0b85aa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=7 2008-08-21 15:46:27 +00:00
OBS User unknown
d017ca0311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=6 2008-04-10 11:18:14 +00:00
OBS User unknown
f29cf500c2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=5 2008-01-03 16:36:34 +00:00
OBS User unknown
5cd099556f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=4 2007-12-12 19:13:54 +00:00
OBS User unknown
4f976fbde7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=3 2007-05-23 14:19:37 +00:00
OBS User unknown
f508a4f783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=2 2007-01-14 23:48:10 +00:00
OBS User unknown
d65cb866d8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=1 2006-12-18 23:16:39 +00:00