head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.07.01.05.07; author gdt; state Exp; branches; next ; commitid f1wBUYGEnwntHopG; desc @@ 1.1 log @security/zoneminder: Add missing patches, hoping to be before wizd @ text @$NetBSD$ --- src/zm_rtsp_server_fifo_source.cpp.orig 2026-01-07 00:40:02.455387707 +0000 +++ src/zm_rtsp_server_fifo_source.cpp @@@@ -214,8 +214,8 @@@@ int ZoneMinderFifoSource::getNextFrame() return 0; } if (header_start != m_buffer) { - Debug(4, "ZM Packet didn't start at beginning of buffer %ld. %c%c", - header_start - m_buffer.head(), m_buffer[0], m_buffer[1]); + Debug(4, "ZM Packet didn't start at beginning of buffer %jd. %c%c", + static_cast(header_start - m_buffer.head()), m_buffer[0], m_buffer[1]); } // read_into may invalidate packet_start @