pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ansilove ansilove: update to 4.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f6973f2d4c8
branches:  trunk
changeset: 440979:7f6973f2d4c8
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Oct 22 20:53:41 2020 +0000

description:
ansilove: update to 4.1.4.

AnsiLove/C 4.1.4 (2020-10-22)

- Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt
- Enable FORTIFY_SOURCE level 2
- 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

diffstat:

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

diffs (27 lines):

diff -r a3e8b6a68036 -r 7f6973f2d4c8 graphics/ansilove/Makefile
--- a/graphics/ansilove/Makefile        Thu Oct 22 20:52:30 2020 +0000
+++ b/graphics/ansilove/Makefile        Thu Oct 22 20:53:41 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/09/18 07:25:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.20 2020/10/22 20:53:41 fcambus Exp $
 
-DISTNAME=      ansilove-4.1.3
+DISTNAME=      ansilove-4.1.4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ansilove/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r a3e8b6a68036 -r 7f6973f2d4c8 graphics/ansilove/distinfo
--- a/graphics/ansilove/distinfo        Thu Oct 22 20:52:30 2020 +0000
+++ b/graphics/ansilove/distinfo        Thu Oct 22 20:53:41 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/09/18 07:25:09 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2020/10/22 20:53:41 fcambus Exp $
 
-SHA1 (ansilove-4.1.3.tar.gz) = 2030e604d503221405a31574f10c1e58a5116ea7
-RMD160 (ansilove-4.1.3.tar.gz) = a405393f594f613836e395af04c821532b552551
-SHA512 (ansilove-4.1.3.tar.gz) = 3ae49c9eb73e690eca3c42fc11df1c03c64079b39a9bde921304a3bb4c8e38829019e1ee5347b42c37804b79272368bc1fe773e1dcf6f8d5f823097525037537
-Size (ansilove-4.1.3.tar.gz) = 41025 bytes
+SHA1 (ansilove-4.1.4.tar.gz) = a09840f81e109f672fea9f06c7aedf2b4ff061e7
+RMD160 (ansilove-4.1.4.tar.gz) = 48a852da8632e859302bda28cebab87228cb9d01
+SHA512 (ansilove-4.1.4.tar.gz) = f41620d7742dae57cfe5ed99dae66fff6385a4024eccb47f84eaba3d68ee8fc97686512859f41d5dc3ab54ec8f48008ec57e6ab94200dcf8a96a5f57f5094d0c
+Size (ansilove-4.1.4.tar.gz) = 41278 bytes



Home | Main Index | Thread Index | Old Index