pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ansilove
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Oct 22 20:53:41 UTC 2020
Modified Files:
pkgsrc/graphics/ansilove: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/ansilove/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/ansilove/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ansilove/Makefile
diff -u pkgsrc/graphics/ansilove/Makefile:1.19 pkgsrc/graphics/ansilove/Makefile:1.20
--- pkgsrc/graphics/ansilove/Makefile:1.19 Fri Sep 18 07:25:09 2020
+++ pkgsrc/graphics/ansilove/Makefile Thu Oct 22 20:53:41 2020
@@ -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}
Index: pkgsrc/graphics/ansilove/distinfo
diff -u pkgsrc/graphics/ansilove/distinfo:1.14 pkgsrc/graphics/ansilove/distinfo:1.15
--- pkgsrc/graphics/ansilove/distinfo:1.14 Fri Sep 18 07:25:09 2020
+++ pkgsrc/graphics/ansilove/distinfo Thu Oct 22 20:53:41 2020
@@ -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