pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wxGTK32



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  8 07:28:58 UTC 2026

Modified Files:
        pkgsrc/x11/wxGTK32: Makefile distinfo

Log Message:
wxGTK32: updated to 3.2.11

3.2.11 includes an unusually huge amount of bug fixes for possible security
problems, probably prompted by the increasing use of LLMs for finding them and
also helped by the addition of extra fuzzers. Upgrading to this version is
strongly recommended if you use any of the functions or classes mentioned below
in untrusted contexts:

Fix multiple buffer overflows in wxBMPHandler: when loading malformed BMP files with invalid RLE data
Fix multiple buffer overflows in wxXPMDecoder
Fix multiple problems in wxGIFHandler: reject more invalid GIFs and do it without leaking memory
Fix buffer overflow in wxTarInputStream
Fix out-of-bounds read in wxFileType::ExpandCommand()
Fix buffer overflow in wxVsnprintf()
Fix out-of-bounds read in wxRegEx::Replace()
Fix out-of-bounds read in wxUString
Fix wxDateTime::Format() handling of invalid format
Fix buffer overflow in wxGethostby{addr,name}_r()
Fix multiple buffer overflows in wxIFFDecoder: out-of-bounds palette write
Fix out-of-bounds read in wxPCXHandler
Fix reading ANI images with invalid frame count
Fix write overflow in TGA files with invalid colour map
Fix multiple buffer overflows in wxSound
Fix reading too short extra field in ZIP64 files
Fix out-of-bounds table read in wxMBConvUTF7::ToWChar()
Fix buffer overflow reading corrupted message catalogs
Fix buffer overflow for too big tables in wxHTML


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/wxGTK32/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/wxGTK32/distinfo

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

Modified files:

Index: pkgsrc/x11/wxGTK32/Makefile
diff -u pkgsrc/x11/wxGTK32/Makefile:1.70 pkgsrc/x11/wxGTK32/Makefile:1.71
--- pkgsrc/x11/wxGTK32/Makefile:1.70    Wed Jun 24 22:12:33 2026
+++ pkgsrc/x11/wxGTK32/Makefile Wed Jul  8 07:28:58 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2026/06/24 22:12:33 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2026/07/08 07:28:58 adam Exp $
 
-DISTNAME=      wxWidgets-3.2.10
+DISTNAME=      wxWidgets-3.2.11
 PKGNAME=       ${DISTNAME:S/wxWidgets/wxGTK32/}
-PKGREVISION=   3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wxWidgets/}
 GITHUB_PROJECT=        wxWidgets

Index: pkgsrc/x11/wxGTK32/distinfo
diff -u pkgsrc/x11/wxGTK32/distinfo:1.21 pkgsrc/x11/wxGTK32/distinfo:1.22
--- pkgsrc/x11/wxGTK32/distinfo:1.21    Fri Mar 27 09:10:59 2026
+++ pkgsrc/x11/wxGTK32/distinfo Wed Jul  8 07:28:58 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2026/03/27 09:10:59 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/07/08 07:28:58 adam Exp $
 
-BLAKE2s (wxWidgets-3.2.10.tar.bz2) = 7922895681ac843576d3061cb816c82835c678a481b25a7239ec52c1ca615149
-SHA512 (wxWidgets-3.2.10.tar.bz2) = 71b3dea2d8ad0cb48563b168dc1a8b79eaf3a7df9faf8fd5d09ac9ea57067fccf3992a22db53b46205422c79bb50c271752f7ff6d993003501b17d91cc1f7899
-Size (wxWidgets-3.2.10.tar.bz2) = 27509679 bytes
+BLAKE2s (wxWidgets-3.2.11.tar.bz2) = b13b475ba38ba1e394bedc71c64faf2173afd93feaba351bd5db90d4e867d4c6
+SHA512 (wxWidgets-3.2.11.tar.bz2) = 638fe3b007ecffb646d0493cdd3b1dba9e814dd8d7f271a9f6c07e0be395acfa04397d1b748c86bf7277b71d8840bd8f6242c8c290569bcb2fe83fd3999ace2c
+Size (wxWidgets-3.2.11.tar.bz2) = 27561301 bytes
 SHA1 (patch-configure) = 044ae7e6a8b741ffc94d36bb01d30bb75e75907e
 SHA1 (patch-src_unix_glegl.cpp) = 1610bc04a0f8155138b169eb68f4b03e60ccecd9
 SHA1 (patch-src_unix_utilsunx.cpp) = be61cc3931e8aa8cf790cfedf6f916a84970f074



Home | Main Index | Thread Index | Old Index