From 6f635bc3831c5e458ff8eca54fecb889de8279b680d6029198dde551a4f3fa5d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 23 Oct 2020 06:19:40 +0000 Subject: [PATCH] Accepting request 843482 from home:mnhauke - Update to version 4.1.4 * Move read_status variable declaration to the top of the function * Check fread() return values in readComments() and add error handling * Introduce the READ_RECORD function-like macro, for fread error handling * Use READ_RECORD in readRecord() to add fread() error handling * Only call memset() if the malloc call succeeds * Check strdup() return value and error out on failed allocation OBS-URL: https://build.opensuse.org/request/show/843482 OBS-URL: https://build.opensuse.org/package/show/graphics/ansilove?expand=0&rev=15 --- ansilove-4.1.3.tar.gz | 3 --- ansilove-4.1.4.tar.gz | 3 +++ ansilove.changes | 13 +++++++++++++ ansilove.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ansilove-4.1.3.tar.gz create mode 100644 ansilove-4.1.4.tar.gz diff --git a/ansilove-4.1.3.tar.gz b/ansilove-4.1.3.tar.gz deleted file mode 100644 index 512a064..0000000 --- a/ansilove-4.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c380f2a9a8c7abe317fe2e03c625740683db76d29dacc49023b96a61c8348ba -size 41025 diff --git a/ansilove-4.1.4.tar.gz b/ansilove-4.1.4.tar.gz new file mode 100644 index 0000000..f3050ba --- /dev/null +++ b/ansilove-4.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e072efb0a79df060941520677192366c8635b113fe2d38860b261aee990467d3 +size 41278 diff --git a/ansilove.changes b/ansilove.changes index 183bf59..794eb5b 100644 --- a/ansilove.changes +++ b/ansilove.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 22 19:44:21 UTC 2020 - Martin Hauke + +- Update to version 4.1.4 + * Move read_status variable declaration to the top of the function + * Check fread() return values in readComments() and add error + handling + * Introduce the READ_RECORD function-like macro, for fread error + handling + * Use READ_RECORD in readRecord() to add fread() error handling + * Only call memset() if the malloc call succeeds + * Check strdup() return value and error out on failed allocation + ------------------------------------------------------------------- Fri Sep 18 19:07:18 UTC 2020 - Martin Hauke diff --git a/ansilove.spec b/ansilove.spec index 80d34d5..3a6bb12 100644 --- a/ansilove.spec +++ b/ansilove.spec @@ -18,7 +18,7 @@ Name: ansilove -Version: 4.1.3 +Version: 4.1.4 Release: 0 Summary: ANSI and ASCII art to PNG converter License: BSD-2-Clause