Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.19.5_1 26 Oct 2024 17:37:44 |
Daniel Engberg (diizzy) |
security/botan2: Deprecate and set expiration date to 2025-01-31
End of life 2024-12-31 upstream, point users to security/botan3
Reference:
https://botan.randombit.net/#releases
PR: 281977
Approved by: portmgr (maintainter timeout, 2+ weeks) |
2.19.5_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2.19.5 04 Aug 2024 00:16:18 |
Dima Panov (fluffy) |
security/botan2: update to 2.19.5 release (+)
What's new:
* A reminder that Botan2 reaches end of life at the end of 2024
* CVE-2024-34702: Fix a DoS caused by excessive name constraints. (GH #4187)
* CVE-2024-39312: Fix a name constraint processing error, where if permitted and
excluded rules both applied to a certificate, only the permitted rules would be
checked. (GH #4187)
* Fix a crash in OCB (GH #3812 #3924)
* During certificate verification, first verify the entire chain of
certificates, then perform other validation. (GH #4052 #4045)
* Fix a test failure in compression with certain versions of zlib (GH #4135
#3896)
* Fix some iterator debugging errors in TLS CBC decryption. (GH #4125 #4130)
* Avoid a miscompilation in ARIA when using XCode 14 (GH #3465 #3492 #4053)
Full chamgelog: https://botan.randombit.net/news.html#version-2-19-5-2024-07-08 |
2.19.4 16 May 2024 22:19:48 |
Piotr Kubaj (pkubaj) |
security/botan2: fix build on powerpc64
In file included from src/lib/block/aes/aes_power8/aes_power8.cpp:15:
/usr/lib/clang/18/include/altivec.h:17365:10: error:
'__builtin_altivec_crypto_vcipher' needs target feature power8-vector
17365 | return __builtin_altivec_crypto_vcipher(__a, __b);
| ^ |
2.19.4 18 Mar 2024 01:46:13 |
Dima Panov (fluffy) |
security/botan2: update to 2.19.4 release (+)
Cnagelog: https://botan.randombit.net/news.html#version-2-19-4-2024-02-20
Sponsored by: Serenity Cybersecurity, LLC |
2.19.3_6 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
2.19.3_5 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
2.19.3_4 10 Aug 2023 11:21:01 |
Piotr Kubaj (pkubaj) |
security/botan2: force little-endian mode on powerpc64le |
2.19.3_3 08 Aug 2023 14:58:31 |
Piotr Kubaj (pkubaj) |
security/botan2: enable rng on both BE and LE |
2.19.3_3 07 Aug 2023 19:26:44 |
Piotr Kubaj (pkubaj) |
security/botan2: botan2 supports rng on powerpc64le |
2.19.3_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.19.3_2 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
2.19.3_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
2.19.3 23 Nov 2022 13:32:48 |
Dima Panov (fluffy) |
security/botan2: update to 2.19.3 security release (+)
A malicious OCSP responder could forge OCSP responses due to a failure
to validate that an embedded certificate was issued by the end-entity
issuing certificate authority.
Security: CVE-2022-43705
MFH: 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.19.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.19.2_2 26 Aug 2022 07:39:03 |
Baptiste Daroussin (bapt) |
compiler: use CHOSEN_COMPILER_TYPE instead of COMPILER_TYPE
CHOSEN_COMPILER_TYPE is the only safe variable to let a port know which
typer of compiler has been elected to be used by the framework
PR: 199098 |
2.19.2_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2.19.2_1 05 Aug 2022 14:31:45 |
Dima Panov (fluffy) |
security/botan2: adjust configure args for openmp option
PR: 265648 |
2.19.2_1 05 Aug 2022 12:41:13 |
Dima Panov (fluffy) Author: Daniel Engberg |
security/botan2: Enable OpenMP support
PR: 265622 |
2.19.2 05 Jun 2022 20:52:23 |
Dima Panov (fluffy) |
security/botan2: update to 2.19.2 release (+)
* Since 2.19.2 Botan has dropped openssl provider, remove corresponding option
* Adopt |
2.19.1_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
2.19.1 29 Jan 2022 10:06:48 |
Guangyuan Yang (ygy) Author: Ralf van der Enden |
security/botan2: Update to 2.19.1 and drop maintainership
- Drop maintainership at the request of the maintainer
Changelog: https://botan.randombit.net/news.html#version-2-19-1-2022-01-21
PR: 261530 |
2.18.2_1 03 Dec 2021 11:39:03 |
Dmitry Marakasov (amdmi3) |
security/botan2: add manpages support
Fix hidden dependency on sphinx and introduce optional manpages
support.
PR: 259737
Reported by: amdmi3
Submitted by: tremere@cainites.net (maintainer) |
2.18.2 29 Oct 2021 06:49:33 |
Wen Heping (wen) |
security/botan2: Update to 2.18.2
PR: 259508
Reported by: tremere@cainites.net(maintainer) |
2.18.1 21 Oct 2021 14:27:02 |
Stefan Eßer (se) |
security/botan2: Add CPE information
Approved by: portmgr (blanket) |
2.18.1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
2.18.1 11 May 2021 16:32:24 |
Neel Chauhan (nc) Author: Ralf van der Enden |
security/botan2: update to 2.18.1
Changes: https://botan.randombit.net/news.html#version-2-18-1-2021-05-09
PR: 255778 |
2.18.0 15 Apr 2021 18:56:15 |
Kevin Bowling (kbowling) |
security/botan2: update to 2.18.0
Changes https://botan.randombit.net/news.html#version-2-18-0-2021-04-15
PR: 255097
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.17.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.17.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.17.3 05 Jan 2021 19:37:52 |
fluffy |
security/botan2: update to 2.17.3
Changelog: https://botan.randombit.net/news.html#version-2-17-3-2020-12-21
PR: 252441
Submitted by: fluffy
Approved by: maintainer |
2.17.2 27 Nov 2020 13:51:13 |
pkubaj |
security/botan2: fix build on powerpc64
aes_power8.cpp needs VSX too apart from crypto:
src/lib/block/aes/aes_power8/aes_power8.cpp:43:49: error: use of undeclared
identifier 'vec_vsx_ld'
return (Altivec64x2)reverse_vec((Altivec8x16)vec_vsx_ld(0, key));;
^
src/lib/block/aes/aes_power8/aes_power8.cpp:48:36: error: use of undeclared
identifier 'vec_vsx_ld'
return (Altivec64x2)reverse_vec(vec_vsx_ld(0, src)); |
2.17.2 16 Nov 2020 10:21:25 |
mikael |
security/botan2: fix build on arm
processor_rng is only implemented on x86 and powerpc64
PR: 251160
Approved by: Ralf van der Enden (maintainer) |
2.17.2 15 Nov 2020 14:07:14 |
amdmi3 |
- Update to 2.17.2
- Fix building in presence of older version of botan2 installed in the system by
importing upstream patch
PR: 251106
Submitted by: tremere@cainites.net (maintainer)
Reported by: amdmi3, acupuncture@cgocable.ca, fastmint@hush.com |
2.17.1 12 Nov 2020 08:47:25 |
fernape |
security/botan2: update to 2.17.1
ChangeLog: https://botan.randombit.net/news.html#version-2-17-1-2020-11-07
PR: 251036
Submitted by: tremere@cainites.net (maintainer) |
2.15.0 25 Oct 2020 18:31:18 |
mi |
Make prefix-safe by explicitly passing prefix.
Approved by: maintainer timeout (three weeks+) |
2.15.0 27 Sep 2020 20:32:37 |
linimon |
Attempt to fix build on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
2.15.0 19 Aug 2020 05:53:29 |
fernape |
security/botan2: update to 2.15.0
ChangeLog: https://botan.randombit.net/news.html#version-2-15-0-2020-07-07
Bumping dependent ports due to library abi version bump.
PR: 248343
Submitted by: tremere@cainites.net (maintainer) |
2.14.0 09 Apr 2020 14:51:59 |
fluffy |
security/botan2: update to 2.14.0 maintenance release
Since 2.14.0 release, ABI version number != shlib minor version number
PR: 245477
Submitted by: fluffy
Approved by: maintainer
Relnotes: https://botan.randombit.net/news.html |
2.13.0 10 Jan 2020 10:45:10 |
fluffy |
security/botan2: update to 2.13.0 release
* Fix a bug introduced in 2.12.0 where TLS::Channel::is_active and
TLS::Channel::is_closed
could simultaneously return true. (GH #2174 #2171)
* Use std::shared_ptr instead of boost::shared_ptr in some examples. (GH #2155)
* Add Roughtime client (GH #2143 #1842)
* Add support for XMSS X.509 certificates (GH #2172)
* Add support for X.509 CRLs in FFI layer and Python wrapper (GH #2213)
https://botan.randombit.net/news.html
PR: 243239
Submitted by: maintainer
Approved by: maintainer
MFH: 2020Q1 |
2.12.1_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
2.12.1 25 Nov 2019 04:20:45 |
fluffy |
- Update botan to 2.12.1 security release
- OPTIONify python dependency
PR: 242194
Submitted by: fluffy
Approved by: maintainer
MFH: 2019Q4 |
2.12.0 29 Oct 2019 23:49:09 |
pkubaj |
security/botan2: fix build on powerpc64
This port detects architecture based on uname -m and on powerpc64 it prints
powerpc, which makes configure script thinks it builds on 32-bit powerpc and
causes error because the compiler is configured for 64-bits.
Explicitly configure as ppc64 on powerpc64.
PR: 241375
Approved by: tremere@cainites.net (maintainer), linimon (mentor) |
2.12.0 12 Oct 2019 22:00:02 |
dmgk |
security/botan2: Update to 2.12.0
Changes: https://botan.randombit.net/news.html#version-2-12-0-2019-10-07
Also bump PORTREVISION of dependent ports.
PR: 241217
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D22000 |
2.11.0 19 Sep 2019 14:44:07 |
dmgk |
security/botan2: Update to 2.11.0
Changes: https://botan.randombit.net/news.html#version-2-11-0-2019-07-01
PR: 240557
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21716 |
2.10.0_4 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
2.10.0_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.10.0_2 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
2.10.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.10.0 08 Apr 2019 11:51:32 |
jbeich |
security/botan2: update to 2.10.0
PR: 236450 237019
Submitted by: Ralf van der Enden (maintainer) |
2.9.0 08 Apr 2019 11:51:23 |
jbeich |
security/botan2: reduce SOVERSION churn
ABI isn't compatible between minor updates, so SONAME changes very
frequently which requires rebuilding consumers.
PR: 237019
Submitted by: Ralf van der Enden (maintainer) |
2.9.0 08 Apr 2019 11:51:15 |
jbeich |
security/botan2: unbreak with boost 1.70
PR: 237019
Submitted by: Ralf van der Enden
Obtained from: upstream |
2.9.0 08 Apr 2019 11:51:08 |
jbeich |
security/botan2: lift BROKEN on armv7
botan2 builds fine on armv7 down to 2.4.0 but before that all non-x86
were broken (including aarch64) due to missing HAS_RDRAND_RNG conditional.
Pointy hat to: linimon (for using 2.3.0 error logs to mark 2.4.0) |
2.9.0 27 Jan 2019 10:39:53 |
tcberner |
security/botan2: Update to 2.9.0 (Fixes CVE-2018-20187)
PR: 234938
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q1
Security: d8e7e854-17fa-11e9-bef6-6805ca2fa271 |
2.8.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.8.0_1 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
2.8.0 09 Dec 2018 06:10:11 |
tobik |
security/botan2 builds fine with OpenSSL 1.1.1
Drop bogus BROKEN_SSL which was never set correctly anyway.
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/botan2-2.8.0.log |
2.8.0 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
2.8.0 05 Oct 2018 16:42:25 |
fernape |
security/botan2: update to 2.8.0
* Bump PORTREVISION for dependent ports
* While here do some cleanup to the Makefile.
ChangeLog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01
PR: 231899
Submitted by: tremere@cainites.net
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17413 |
2.7.0 25 Sep 2018 07:29:26 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.7.0 18 Sep 2018 09:38:24 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.7.0 17 Aug 2018 21:07:58 |
swills |
security/botan2: update to 2.7.0
While here, bump PORTREVISION on dependent ports
PR: 230666
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer
MFH: 2018Q3
Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd |
2.6.0_3 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2.6.0_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.6.0_1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2.6.0 12 Apr 2018 11:51:30 |
krion |
Update to 2.6.0
Bugfixes and some new features. Most notable fix:
- CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could
for a malformed ciphertext cause the decryptor to read and HMAC an
additional 64K bytes of data which is not part of the record. This
could cause a crash if the read went into unmapped memory. No
information leak or out of bounds write occurs.
PR: 227455
Submitted by: maintainer |
2.5.0 04 Apr 2018 08:36:45 |
krion |
Update to version 2.5.0
PR: 227249
Submitted by: maintainer |
2.4.0_1 27 Mar 2018 11:15:40 |
linimon |
Mark this as broken on various tier-2 architectures.
Approved by: portmgr (tier-2 blanket) |
2.4.0_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
2.4.0 15 Jan 2018 17:17:01 |
sunpoet |
Update security/botan2 to 2.4.0
- Fix build on aarch64
- While I'm here:
- Strip shared library in post-install:
- Do not silence installation message
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://botan.randombit.net/news.html
PR: 225085
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
2.3.0 19 Dec 2017 14:41:29 |
linimon |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket) |
2.3.0 11 Nov 2017 18:32:46 |
yuri |
New port: security/botan2: Portable, easy to use and efficient C++ crypto
library
PR: 223199
Submitted by: Ralf van der Enden <tremere@cainites.net>
Reviewed by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13043 |