pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libansilove libansilove: update to 1.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff10e1221109
branches:  trunk
changeset: 440977:ff10e1221109
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Oct 22 20:52:16 2020 +0000

description:
libansilove: update to 1.2.7.

libansilove 1.2.7 (2020-10-21)

- Error out early with ANSILOVE_FORMAT_ERROR in case ctx->length is 0
- Enable FORTIFY_SOURCE level 2
- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Move variables declaration to the top of each loader function
- Initialize ansi_buffer and pcboard_buffer to NULL
- Refactor the IceDraw loader to use a state machine
- Check strndup() return value and error out on failed allocations
- Add some file format integrity checks in the IceDraw loader
- Add range integrity checks for scale_factor values in the output() function
- Return error code directly if ctx->length is 0 in the ANSI and PCBoard loaders
- Add range integrity checks for columns value in relevant loaders
- Add range integrity checks for bits value in relevant loaders
- Add additional file format integrity check in the XBin loader

diffstat:

 graphics/libansilove/Makefile |   4 ++--
 graphics/libansilove/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 04b669ee2cfd -r ff10e1221109 graphics/libansilove/Makefile
--- a/graphics/libansilove/Makefile     Thu Oct 22 20:30:54 2020 +0000
+++ b/graphics/libansilove/Makefile     Thu Oct 22 20:52:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/10/01 09:35:13 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2020/10/22 20:52:16 fcambus Exp $
 
-DISTNAME=      libansilove-1.2.6
+DISTNAME=      libansilove-1.2.7
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 04b669ee2cfd -r ff10e1221109 graphics/libansilove/distinfo
--- a/graphics/libansilove/distinfo     Thu Oct 22 20:30:54 2020 +0000
+++ b/graphics/libansilove/distinfo     Thu Oct 22 20:52:16 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/10/01 09:35:13 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2020/10/22 20:52:16 fcambus Exp $
 
-SHA1 (libansilove-1.2.6.tar.gz) = f5fc5724d54cf69bc94718d86babc4dac28867f4
-RMD160 (libansilove-1.2.6.tar.gz) = 3f354130e1f3b08a0aa9155913d6c22a8e44a9d3
-SHA512 (libansilove-1.2.6.tar.gz) = 5ce64062afda7b0339f33503d76312f8dba73310234c87cc9c489166df4d90573ad4781781706fc2398cc2e8364938c47e7277b41cc32799deed734c9bb35aad
-Size (libansilove-1.2.6.tar.gz) = 58616 bytes
+SHA1 (libansilove-1.2.7.tar.gz) = 5630d2a8f8d54782a4f62bc137953d535d4e30a5
+RMD160 (libansilove-1.2.7.tar.gz) = 00dd1e667dd23f791844d296bd4437a76ca05f08
+SHA512 (libansilove-1.2.7.tar.gz) = 83175cde0876616435273f20571ff38ce0a1d25f61848c6eaa1df25ec46f869a31a8ac7814a3cc78d0d4454ec326d59239ca7c605d990fc3ca0cc09d5e8373f8
+Size (libansilove-1.2.7.tar.gz) = 58978 bytes



Home | Main Index | Thread Index | Old Index