head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2021.10.10.07.02.01; author adam; state dead; branches; next 1.1; commitid nNDv1SwKsDS1vecD; 1.1 date 2021.10.06.21.10.24; author adam; state Exp; branches; next ; commitid BlBCA7RmhNqJjNbD; desc @@ 1.2 log @opencv opencv-contrib-face: updated to 3.4.16 OpenCV 3.4.16 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.5.4. @ text @$NetBSD: patch-modules_dnn_src_caffe_caffe__io.cpp,v 1.1 2021/10/06 21:10:24 adam Exp $ Avoid deprecated version of profobuf's SetTotalBytesLimit(). --- modules/dnn/src/caffe/caffe_io.cpp.orig 2021-10-06 19:52:42.000000000 +0000 +++ modules/dnn/src/caffe/caffe_io.cpp @@@@ -1111,7 +1111,7 @@@@ static const int kProtoReadBytesLimit = bool ReadProtoFromBinary(ZeroCopyInputStream* input, Message *proto) { CodedInputStream coded_input(input); - coded_input.SetTotalBytesLimit(kProtoReadBytesLimit, 536870912); + coded_input.SetTotalBytesLimit(kProtoReadBytesLimit); return proto->ParseFromCodedStream(&coded_input); } @ 1.1 log @opencv opencv-contrib-face: updated to 3.4.15 OpenCV 3.4.15 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.5.3. Long-lived OpenCV 3.x release series is here since 2015. We are going to reduce support of 3.x branch in the future to move forward to OpenCV 5.0. @ text @d1 1 a1 1 $NetBSD$ @