SHA256
1
0
forked from pool/Botan
Commit Graph

27 Commits

Author SHA256 Message Date
1a851e4a23 - aarch64-support.patch: add support for aarch64
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=37
2013-03-11 16:01:35 +00:00
Stephan Kulow
20518965af Accepting request 134378 from home:posophe:branches:devel:libraries:c_c++
fix patch removing in .changes file

OBS-URL: https://build.opensuse.org/request/show/134378
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=35
2012-09-15 06:55:58 +00:00
Ismail Dönmez
f94b14708a Accepting request 131010 from openSUSE:Factory:ARM
- don't fiddle with march settings, we want the distro defaults
  (fixes build on ARM)

OBS-URL: https://build.opensuse.org/request/show/131010
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=33
2012-08-16 11:36:27 +00:00
Stephan Kulow
6be638a831 - little spec cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=30
2012-02-07 08:04:15 +00:00
0d353cf381 Resolve merge conflict in Botan.spec
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=29
2012-01-28 18:48:48 +00:00
Ismail Dönmez
d6aaff58da Accepting request 82560 from home:jengelh:bl
- Implement baselibs.conf for package
- Remove obsolete/redundant tags

OBS-URL: https://build.opensuse.org/request/show/82560
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=26
2011-09-16 21:19:04 +00:00
OBS User buildservice-autocommit
0309c58460 Updating link to change in openSUSE:Factory/Botan revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=c4f91e22a81ee05fad9ddcf248a2e469
2011-07-05 08:38:02 +00:00
Philipp Thomas
882de4a2a1 - Make package own its docdir.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=24
2011-07-04 15:14:52 +00:00
0300c000ff merge
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=23
2011-06-23 13:42:03 +00:00
OBS User buildservice-autocommit
7a20d1e80a Updating link to change in openSUSE:Factory/Botan revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=2294fd0853537035ee2a6369cc07016d
2011-06-23 09:44:13 +00:00
Philipp Thomas
e9908b0d88 - Fix Requires for devel package.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=19
2011-06-22 14:10:57 +00:00
Philipp Thomas
9cac7e1d7b - Devel package now is versioned so multiple devel packages may
be installed in parallel.
- Devel package renamed back to Botan-devel to keep rpmlint from
  thinking it is a library package ...

- Update to 1.10.0:
  New Features:
  * SSL (SSLv3, TLS 1.0, and TLS 1.1 are currently supported)
  * GOST 34.10-2001 signature scheme (a Russian ECC signature standard
    analogous to ECDSA)
  * The SHA-3 candidates Keccak and Blue Midnight Wish
  * Bcrypt password hashing
  * XSalsa20
  * AES key wrapping
  * Comb4P hash combinator.
  Other Changes:
  * The block cipher interface now exposes any possible parallelism
    available to the implementation, and XTS, CTR, and CBC modes have been
    changed to use them.
  * SIMD implementations of Serpent, XTEA, Noekeon, and IDEA have been
    added, as has an implementation of AES using SSSE3 which runs both in
    constant time and, on recent processors, significantly faster than the
    usual table based implementation.  There have also been numerous
    optimizations to elliptic curves.
  * The documentation, previously written in LaTeX, is now in
    reStructuredText, which is converted into HTML with Sphinx.  This new
    format is significantly easier to write, encouraging more documentation
    to be written and updated.  And, indeed, a number of features never
    before documented are now described in the manual.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=18
2011-06-22 14:07:02 +00:00
OBS User autobuild
b06576eceb Accepting request 46980 from devel:libraries:c_c++
checked in (request 46980)

OBS-URL: https://build.opensuse.org/request/show/46980
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=17
2010-09-03 11:51:22 +00:00
Philipp Thomas
42e563e349 - Prefix last patch with Botan-.
- Enable building of the qt_mutex module. This means that from now
  on libbotan requires libQtCore.
- Fix test for thread/mutex support to also work for Qt4.
- Update to 1.8.10:
  * This release changes a number of aspects of how private keys are
    encrypted. The default encryption algorithm has changed from 3DES
    to AES-256
  * The default iteration count for PBES1 and PBES2 encryption schemes
    (which are used primarily to encrypt asymmetric keys like RSA or
    DSA) has increased from 2048 to 10000, which should make brute
    force key cracking substantially harder.
  * The first round of AES now uses a smaller set of lookup tables;
    this only reduces performance slightly but some timing and cache
    analysis attacks against AES are substantially harder when AES is
    implemented this way.
  * The class known as S2K was renamed PBKDF in 1.9, with a typedef
    for backwards compatibility. For providing an equivalent forward
    compatibility path, 1.8.10 includes a typedef for PBKDF and a new
    accessor function get_pbkdf. It also includes a new interface for
    deriving keys with a passphrase which takes both the passphrase
    and desired output length as well as the salt and iteration
    count; in many cases this call is actually significantly more
    convenient than the older API.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=16
2010-09-02 10:07:50 +00:00
Philipp Thomas
cf3e0b143c Accepting request 46811 from home:a_jaeger:branches:build-compare-test
Copy from home:a_jaeger:branches:build-compare-test/Botan via accept of submit request 46811 revision 4.
Request was accepted with message:
OK

OBS-URL: https://build.opensuse.org/request/show/46811
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=15
2010-08-31 12:17:29 +00:00
OBS User autobuild
634972220b Accepting request 34490 from devel:libraries:c_c++
checked in (request 34490)

OBS-URL: https://build.opensuse.org/request/show/34490
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=14
2010-03-12 00:10:58 +00:00
Stephan Kulow
e93be97192 Accepting request 34467 from home:oertel:branches:devel:libraries:c_c++
Copy from home:oertel:branches:devel:libraries:c_c++/Botan via accept of submit request 34467 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/34467
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=13
2010-03-10 11:27:31 +00:00
OBS User buildservice-autocommit
125f96e9c8 Updating link to change in openSUSE:Factory/Botan revision 8.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=848ab62ffecda9a7decc4e52fc787477
2010-01-14 15:37:41 +00:00
OBS User autobuild
1f4ff4e68a checked in
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=11
2010-01-14 15:37:40 +00:00
Stephan Kulow
5c5576da8a Accepting request 28557 from home:jengelh:branches:devel:libraries:c_c++
Copy from home:jengelh:branches:devel:libraries:c_c++/Botan via accept of submit request 28557 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28557
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=10
2010-01-10 17:19:04 +00:00
OBS User buildservice-autocommit
19fc59a8d4 Updating link to change in openSUSE:Factory/Botan revision 7.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=67878206045ab00763c37bcca10436cb
2009-12-21 22:35:45 +00:00
OBS User autobuild
c52f72db83 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=9
2009-12-21 22:35:44 +00:00
Stephan Kulow
9012284e10 - do not patch arch specific Makefiles, but simply pass WARN_FLAGS
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Botan?expand=0&rev=8
2009-12-21 18:27:20 +00:00
OBS User autobuild
73224962fd Accepting request 27269 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/Botan based on submit request 27269 from user oertel

OBS-URL: https://build.opensuse.org/request/show/27269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=6
2009-12-20 23:37:40 +00:00
OBS User autobuild
facc23c698 Accepting request 26756 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/Botan based on submit request 26756 from user psmt

OBS-URL: https://build.opensuse.org/request/show/26756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=5
2009-12-16 15:54:21 +00:00
OBS User unknown
3771f09f5e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=3 2009-06-18 15:02:41 +00:00
OBS User unknown
3358a705fb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=1 2008-04-08 20:30:09 +00:00