head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2023.08.16.03.14.34; author markd; state dead; branches; next 1.1; commitid 8CVzNWEV7yovxXAE; 1.1 date 2023.05.07.19.50.48; author nikita; state Exp; branches; next ; commitid zxqxeunrn5eAi4oE; desc @@ 1.2 log @akonadi: update to 23.04.3 qt5/kf5 version @ text @$NetBSD: patch-server_src_storage_dbconfigmysql.cpp,v 1.1 2023/05/07 19:50:48 nikita Exp $ reproducible builds patch (timestamps). --- server/src/storage/dbconfigmysql.cpp.orig 2023-05-07 21:40:51.011950361 +0200 +++ server/src/storage/dbconfigmysql.cpp 2023-05-07 21:42:10.577027826 +0200 @@@@ -210,8 +210,7 @@@@ bool confUpdate = false; QFile actualFile ( actualConfig ); // update conf only if either global (or local) is newer than actual - if ( ( QFileInfo( globalConfig ).lastModified() > QFileInfo( actualFile ).lastModified() ) || - ( QFileInfo( localConfig ).lastModified() > QFileInfo( actualFile ).lastModified() ) ) { + if (true) { QFile globalFile( globalConfig ); QFile localFile ( localConfig ); if ( globalFile.open( QFile::ReadOnly ) && actualFile.open( QFile::WriteOnly ) ) { @ 1.1 log @akonadi: add reproducibility patch. @ text @d1 1 a1 1 $NetBSD$ @