diff options
author | fcambus <fcambus@pkgsrc.org> | 2020-10-22 20:53:41 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2020-10-22 20:53:41 +0000 |
commit | 483005c9b5255a16ce84757abc24ae27cbc0300c (patch) | |
tree | e42fc6ee906674d4ac51d2785846f17ee23a075f /graphics/ansilove | |
parent | 114fb413a9ca4ccdd162e0a1589dacf9d9b1058c (diff) | |
download | pkgsrc-483005c9b5255a16ce84757abc24ae27cbc0300c.tar.gz |
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 (limited to 'graphics/ansilove')
-rw-r--r-- | graphics/ansilove/Makefile | 4 | ||||
-rw-r--r-- | graphics/ansilove/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ansilove/Makefile b/graphics/ansilove/Makefile index 54cf60c86f9..76e2767424e 100644 --- a/graphics/ansilove/Makefile +++ b/graphics/ansilove/Makefile @@ -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 --git a/graphics/ansilove/distinfo b/graphics/ansilove/distinfo index 4df66f458b2..9fa8b428f4b 100644 --- a/graphics/ansilove/distinfo +++ b/graphics/ansilove/distinfo @@ -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 |