summaryrefslogtreecommitdiff
path: root/security/kdbxviewer/files/patch-src_main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/kdbxviewer: Update to 0.1.11Robert Clausecker2022-09-061-0/+29
| | | | | | | | | - patch two instances of undefined behaviour - patch a potential buffer overflow Changelog: https://github.com/pepa65/kdbxviewer/releases/tag/v0.1.11 PR: 266258 MFH: 2022Q3
* security/kdbxviewer: Update to 0.1.10Juraj Lutter2021-11-031-70/+0
| | | | - Update to 0.1.10 where FreeBSD patches from 0.1.9 were incorporated
* security/kdbxviewer: update to 0.1.9 and unbreak with -fno-commonRobert Clausecker2021-11-031-0/+70
Summary: - Unbreak this port by adding an extern keyword in the right place. - Fix ANSI color setting on abort() - Upstream has moved to a new github account (https://github.com/luelista/kdbxviewer) but appears to have abandoned the project. Move upstream to a fork which appears to have continued development on the project. Upstream does not tag releases but periodically changes the README to indicate a new release. - Remove dead WWW and replace it with upstream repository. - Set MAINTAINER to reporter Differential Revision: https://reviews.freebsd.org/D32822