Markus Theil
e1a273c11b
botan3: 3.1.1 -> 3.2.0
...
Changelog: https://botan.randombit.net/news.html
Most notable changes: better PQC and TLS 1.3 support
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-10-12 19:36:08 +02:00
Markus Theil
bb2fd1be10
botan: fix cross compilation on aarch64
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-31 17:56:09 +02:00
Markus Theil
8c8ab9ee57
botan: add thillux as maintainer
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-19 15:36:12 +02:00
Markus Theil
dc7750f637
botan3: flag macos as bad platform for now
...
Default clang 11 on MacOS is too old for botan 3,
which requires at least clang 14.
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-19 15:36:12 +02:00
Markus Theil
45497da716
botan2: small cleanup
...
The explicit setting of the C++ standard to C++11 was
introduced with botan 2.0.1 and is no longer needed.
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-18 22:10:28 +02:00
Markus Theil
29d53c7529
botan3: init at 3.1.1
...
Use the existing generic botan file and add specialization
for botan 3. Botan 3 most importantly adds support for
TLS 1.3 and PQC algorithms. Introduce Botan 3 in parallel to
Botan 2, as it is a major release and e.g. now uses C++20
in contrast to C++11 of Botan 2.9.
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-18 22:08:24 +02:00
Artturin
7d11433876
botan: split dev
...
out size 28M -> 27M
dev output 1.6M
2023-07-09 22:47:38 +03:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
Robert Scott
6c84c498ce
botan2: 2.19.2 -> 2.19.3
2022-12-02 23:00:01 +00:00
Martin Weinelt
d02d86b89b
botan2: 2.18.1 -> 2.19.2
...
https://botan.randombit.net/news.html\#version-2-19-2-not-yet-released
2022-08-11 12:12:37 +02:00
ajs124
ea7bb55441
botan: drop
2022-04-04 15:10:44 +01:00
Felix Buehler
ed7bf9452c
treewide: remove *.upstream files from updateWalker
2022-01-26 21:46:07 +01:00
Robert Scott
785fa836a1
botan: mark as vulnerable to CVE-2021-40529
2021-09-08 01:00:46 +01:00
Robert Scott
63bf10c848
botan2: add patch for CVE-2021-40529
2021-09-08 00:59:44 +01:00
Robert Scott
509b969a18
botan2: 2.18.0 -> 2.18.1
2021-09-08 00:25:12 +01:00
Felix Buehler
87316d778b
various: cleanup of "inherit version;"
2021-07-18 00:19:24 +02:00
Robert Schütz
d4c033a206
botan: mark as insecure
2021-04-29 15:33:01 +02:00
Robert Schütz
45d492b3b3
botan2: 2.17.3 -> 2.18.0
...
https://botan.randombit.net/news.html#version-2-18-0-2021-04-15
2021-04-29 15:22:01 +02:00
Frederik Rietdijk
8d03aea178
botan: use python3
2021-03-25 11:08:09 +01:00
Thomas Gerbet
9a18802edf
botan2: 2.17.2 -> 2.17.3
...
Fixes CVE-2021-24115.
2021-03-06 19:49:03 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Sandro Jäckel
490a4b6ded
botan: fix compilation on darwin
2021-01-16 10:56:42 -08:00
Jan Beinke
eb6a446039
botan2: add aarch64-linux to platforms
2021-01-10 23:28:01 +01:00
Martin Weinelt
4630fcf686
botan2: 2.9.0 -> 2.17.2
...
In botan 2.11.0 the upstream switched to tar.xz archives. To continue
supporting botan1 the source package extension can now be overriden from
within the specialized package.
Addresses two advisories, neither of which received a CVE:
- 2020-07-05: Failure to enforce name constraints on alternative names
- 2020-03-24: Side channel during CBC padding
2020-11-30 19:35:13 +01:00
Red Davies
93b523d030
botan2: update 2.7.0 -> 2.9.0
...
Fixes:
CVE-2018-12435: requires >= 2.7.0 (NVD extry is incorrect)
"Bug introduced in 2.5.0, fixed in 2.7.0. The 1.10 branch is not affected."
A side channel in the ECDSA signature operation could allow a local attacker to recover the secret key.
CVE-2018-20187: requires >= 2.9.0
"Introduced in 1.11.20, fixed in 2.8.0."
A timing side channel during ECC key generation could leak information about the high bits of the secret scalar. Such information allows an attacker to perform a brute force attack on the key somewhat more efficiently than they would otherwise.
2020-11-24 14:11:14 -05:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
leenaars
584561bb06
botan: 2.6.0 -> 2.7.0 ( #43223 )
2018-07-09 12:52:38 +02:00
Michael Raskin
8b62a1b4b1
botan2: 2.3 -> 2.6
2018-05-02 02:46:52 +02:00
Michael Raskin
88788e7c02
botan2: update .upstream file to the new versioning approach
2017-11-11 15:31:37 +01:00
Franz Pletz
d72ae07c24
botan: 1.10.15 -> 1.10.17 for CVE-2017-14737
2017-10-24 14:21:07 +02:00
Franz Pletz
acc8d160f0
botan2: 2.0.1 -> 2.3.0 for CVE-2017-14737
2017-10-24 14:21:07 +02:00
Franz Pletz
2f50385352
botanUnstable: remove, unused
2017-10-24 14:21:07 +02:00
Tuomas Tynkkynen
6e3499efc5
botan: Broken on aarch64
...
https://nix-cache.s3.amazonaws.com/log/2vjsb2fs5z9nkr4h4sjwvgy0vflbq4hg-botan-1.10.15.drv
2017-06-11 04:41:47 +03:00
Matthew Bauer
3baff95efd
botan: fix macOS build
2017-04-08 23:49:55 -05:00
Michael Raskin
6962e84b8d
botan2: init at 2.0.1
2017-03-09 18:47:37 +01:00
Michael Raskin
c1f6eeb822
botan: 1.10.14 -> 1.10.14
2017-02-01 19:28:45 +01:00
Michael Raskin
21d4d54a38
botan: 1.11.32 -> 1.11.34
2016-12-28 13:47:01 +01:00
Michael Raskin
c12613c111
botan: 1.10.13 -> 1.10.14, enforce c++11
2016-12-28 13:47:01 +01:00
Michael Raskin
ea6f03d1ca
botan: 1.11.31 -> 1.11.32
2016-10-03 17:35:18 +02:00
Franz Pletz
9081109ba0
botanUnstable: 1.11.30 -> 1.11.31
2016-09-24 16:45:47 +02:00
Michael Raskin
30c2a168ce
botanUnstable: 1.11.29 -> 1.11.30
2016-08-11 17:57:35 +02:00
Michael Raskin
258f45082e
botan: 1.10.12 -> 1.10.13
2016-08-11 17:57:35 +02:00
Vladimír Čunát
97c484a10f
treewide: fix #include errors after gcc-5.4
...
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Micxjo Funkcio
3c2e932450
botanUnstable: 1.11.28 -> 1.11.29 (security)
...
This release contains fixes for
* CVE-2016-2849
* CVE-2016-2850
2016-04-09 12:18:55 -07:00
Michael Raskin
4e27311fbf
botan: 1.10.10 -> 1.10.12
2016-02-14 21:17:07 +01:00
Michael Raskin
126bdab696
botanUnstable: 1.11.25 -> 1.11.28
2016-02-14 21:17:07 +01:00
Michael Raskin
81aa158838
botanUnstable: 1.11.19 -> 1.11.25
2016-01-01 12:30:17 +03:00
Michael Raskin
f89b651008
Botan: stable: 1.10.9 -> 1.10.10; unstable: 1.11.16 -> 1.11.19
2015-08-08 21:01:31 +03:00
Luca Bruno
8e56309dd5
botanUnstable: fix installation (ZHF)
2015-07-09 11:48:39 +02:00
Pascal Wittmann
571d878e40
botan: fix build
2015-07-02 00:02:40 +02:00