pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/quakespasm



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct 29 09:23:11 UTC 2025

Modified Files:
        pkgsrc/games/quakespasm: Makefile distinfo

Log Message:
quakespasm: Update to 0.96.3

Verified to build on illumos, freebsd, netbsd, linux, macos by drecklypkg ci.

5.1 Changes in 0.96.3

     * Fix potential infinite loop when playing sounds with loop start >= end
       (e.g. misc/forcefield.wav from Madfox's kaptlog.zip)
     * Fix possible overflow when resampling very big sounds (e.g. gram1.wav
       from the 'A day like no other' mod.)
     * Change Sky_ClipPoly to allocate on the heap in if MAX_CLIP_VERTS limit
       is reached (e.g. with lim_daviddg from Liminal Spaces Jam)
     * Minor code cleanups. Updates to third party code.
     * Thanks to Andrei Drexler, Vincent Sonnier, Alexey Lysiuk, and Jaycie
       Ewald for patches.

5.2 Changes in 0.96.2

     * Fix stack buffer overrun Mod_PolyForUnlitSurface: fixes crash when
       loading lim_daviddg.bsp from Liminal Spaces Jam.
     * Fix potential buffer overflow in progs global string functions.
     * Fix potential buffer overflow in Mod_LoadAliasFrame()
     * Optimize BoxOnPlaneSide()
     * Reserve enough space in PF_makestatic() for worst case scenarios.
     * Improve handling of huge entities in SV_FindTouchedLeafs()
     * Warn about bad maps with only 1 or 2 edges per face (e.g.: mj4m?,
       alk_dancing, ej3_bizz, rotj_entsoy...)
     * Apply FOV gun scaling for r_showtris
     * Sliders with visible values in options menu.
     * game command now refuses setting a non-existing game directory
     * Fix build in C23 mode.
     * Minor code cleanups. Updated third party code, e.g. SDL, music codecs,
       etc.
     * Thanks to Andrei Drexler, Alexey Lysiuk, Diordany van Hemert, and
       Jaime Moreira for patches.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/quakespasm/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/quakespasm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/quakespasm/Makefile
diff -u pkgsrc/games/quakespasm/Makefile:1.26 pkgsrc/games/quakespasm/Makefile:1.27
--- pkgsrc/games/quakespasm/Makefile:1.26       Thu Oct 23 20:37:13 2025
+++ pkgsrc/games/quakespasm/Makefile    Wed Oct 29 09:23:11 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/10/23 20:37:13 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/10/29 09:23:11 nia Exp $
 
-DISTNAME=      quakespasm-0.96.1
-PKGREVISION=   4
+DISTNAME=      quakespasm-0.96.3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
 

Index: pkgsrc/games/quakespasm/distinfo
diff -u pkgsrc/games/quakespasm/distinfo:1.14 pkgsrc/games/quakespasm/distinfo:1.15
--- pkgsrc/games/quakespasm/distinfo:1.14       Fri Mar 22 23:05:42 2024
+++ pkgsrc/games/quakespasm/distinfo    Wed Oct 29 09:23:11 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2024/03/22 23:05:42 nia Exp $
+$NetBSD: distinfo,v 1.15 2025/10/29 09:23:11 nia Exp $
 
-BLAKE2s (quakespasm-0.96.1.tar.gz) = 6910026dcab003855d41b04631c786e31999355dc2a1a5073a708595274f6c50
-SHA512 (quakespasm-0.96.1.tar.gz) = 4bf442b866e90ecb0deaebd97f21847d38b0931b297547a598f9c98c4882de33ac422dfdc376c1d5f03b18e0d480932632052747afa3741b35613637371a69d0
-Size (quakespasm-0.96.1.tar.gz) = 11515757 bytes
+BLAKE2s (quakespasm-0.96.3.tar.gz) = 479e576336a9b200a653ed07b179d4b887b4979029ade24fcda70e9f04523981
+SHA512 (quakespasm-0.96.3.tar.gz) = e8500d566a6cc6532c81823aa7775a48d9edcecc053528477d3c360ba17b8895b5fbda20b2679f571c9996da58d411eed1f975ef9435beb63a3261c14082f18e
+Size (quakespasm-0.96.3.tar.gz) = 11552047 bytes
 SHA1 (patch-main__sdl.c) = 7b67b1da9e2f5e35ff3f089069f76928d322e390



Home | Main Index | Thread Index | Old Index