summaryrefslogtreecommitdiff
path: root/security/xmlsec1/files/patch-src-openssl-app.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/xmlsec1: update to 1.3.2 release (+)Dima Panov2024-02-131-15/+6
| | | | | | It's a minimal requirement for upcoming LibreOffice With hat: office
* security/xmlsec1: update to 1.2.37 release (+)Dima Panov2023-02-041-11/+11
| | | | | | | | | | | | | | | | | | | This is a prerequisite for LibreOffcie 7.5 update News: 1.2.37: Fixed two regressions from 1.2.36 release: issue #437 and issue #449. 1.2.36: Retired the XMLSec mailing list "xmlsec@aleksey.com" and the XMLSec Online Signature Verifier. Several other small fixes (more details). 1.3.25: Migration to OpenSSL 3.0 API (based on PR by @snargit). The OpenSSL before 1.1.0 and LibreSSL before 2.7.0 are now deprecated and will be removed in the future versions of XMLSec Library. Refactored all the integer casts to ensure cast-safety. Fixed all warnings and enabled "-Werror" and "-pedantic" flags on CI builds. Added configure flag to use size_t for xmlSecSize (currently disabled by default for backward compatibility). Several other small fixes (more details). Full Changelog: https://www.aleksey.com/xmlsec/ With hat: office
* security/xmlsec1: fix build when using libresslHiroki Sato2022-05-071-0/+70
| | | | PR: 263826
* - Update to 1.2.25Li-Wen Hsu2018-02-081-20/+0
| | | | | | | | | PR: 224282 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout Notes: svn path=/head/; revision=461199
* - Remove stale REINPLACE_CMD lines.Hiroki Sato2017-01-061-0/+20
- Fix build when ssl=libressl[*] PR: 215820 [*] Notes: svn path=/head/; revision=430705