head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @// @; 1.1 date 2025.09.01.15.12.19; author kikadf; state Exp; branches; next ; commitid JyOhCEmYl2yMu19G; desc @@ 1.1 log @ audio/audacity: fix CVE-2020-11867 * Patch from upstream, https://github.com/audacity/audacity/commit/8bb55b8bbf0f0030224d0bfa1b290c4bc1d91b6a * Fix pkglint warnings @ text @$NetBSD$ * Fix CVE-2020-11867, https://github.com/audacity/audacity/commit/8bb55b8bbf0f0030224d0bfa1b290c4bc1d91b6a --- src/AudacityApp.cpp.orig 2025-09-01 16:24:41.676126412 +0200 +++ src/AudacityApp.cpp @@@@ -1786,7 +1786,7 @@@@ bool AudacityApp::InitTempDir() // The permissions don't always seem to be set on // some platforms. Hopefully this fixes it... #ifdef __UNIX__ - chmod(OSFILENAME(temp), 0755); + chmod(OSFILENAME(temp), 0700); #endif bool bSuccess = gPrefs->Write(wxT("/Directories/TempDir"), temp) && gPrefs->Flush(); @