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_packetqueue.cpp.orig 2026-01-07 00:37:01.465457236 +0000 +++ src/zm_packetqueue.cpp @@@@ -260,7 +260,7 @@@@ void PacketQueue::clearPackets(const std --it; } } - Debug(1, "Tail count is %d, queue size is %lu", tail_count, pktQueue.size()); + Debug(1, "Tail count is %d, queue size is %ju", tail_count, static_cast(pktQueue.size())); if (!keep_keyframes) { // If not doing passthrough, we don't care about starting with a keyframe so logic is simpler @