Hello community, here is the log from the commit of package kopano for openSUSE:Factory checked in at 2017-10-11 23:03:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopano (Old) and /work/SRC/openSUSE:Factory/.kopano.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopano" Wed Oct 11 23:03:31 2017 rev:7 rq:533187 version:8.3.3.24 Changes: -------- --- /work/SRC/openSUSE:Factory/kopano/kopano.changes 2017-08-16 16:14:24.683507412 +0200 +++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes 2017-10-11 23:03:34.855046650 +0200 @@ -1,0 +2,11 @@ +Tue Aug 29 09:20:35 UTC 2017 - [email protected] + +- Add Requires for kopano-migration-imap [boo#1055939] + +------------------------------------------------------------------- +Tue Aug 15 14:58:26 UTC 2017 - [email protected] + +- Update to new bugfix snapshot 8.3.3~24 + * server: fix disabling of shared reminders [KC-728] + +------------------------------------------------------------------- Old: ---- kopanocore-8.3.3.22.tar.xz New: ---- kopanocore-8.3.3.24.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopano.spec ++++++ --- /var/tmp/diff_new_pack.D5VLm3/_old 2017-10-11 23:03:36.434977428 +0200 +++ /var/tmp/diff_new_pack.D5VLm3/_new 2017-10-11 23:03:36.442977077 +0200 @@ -17,10 +17,10 @@ # -%define version_unconverted 8.3.3.22 +%define version_unconverted 8.3.3.24 Name: kopano -Version: 8.3.3.22 +Version: 8.3.3.24 Release: 0 Summary: Collaboration software for professionals License: AGPL-3.0 @@ -153,6 +153,36 @@ Summary: Utility to migrate between IMAP mailboxes Group: Productivity/Networking/Email/Servers BuildArch: noarch +Requires: perl(Carp) +Requires: perl(Cwd) +Requires: perl(Data::Dumper) +Requires: perl(Digest::HMAC_SHA1) +Requires: perl(Digest::MD5) +Requires: perl(English) +Requires: perl(Errno) +Requires: perl(Fcntl) +Requires: perl(File::Basename) +Requires: perl(File::Copy::Recursive) +Requires: perl(File::Glob) +Requires: perl(File::Path) +Requires: perl(File::Spec) +Requires: perl(File::stat) +Requires: perl(Getopt::Long) +Requires: perl(IO::File) +Requires: perl(IO::Socket) +Requires: perl(IO::Tee) +Requires: perl(IPC::Open3) +Requires: perl(MIME::Base64) +Requires: perl(Mail::IMAPClient) +Requires: perl(POSIX) +Requires: perl(Readonly) +Requires: perl(Term::ReadKey) +Requires: perl(Test::More) +Requires: perl(Time::HiRes) +Requires: perl(Time::Local) +Requires: perl(Unicode::String) +Requires: perl(strict) +Requires: perl(warnings) %description migration-imap kopano-migration-imap provides a utility based on imapsync to migrate ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.D5VLm3/_old 2017-10-11 23:03:36.474975675 +0200 +++ /var/tmp/diff_new_pack.D5VLm3/_new 2017-10-11 23:03:36.478975501 +0200 @@ -1,5 +1,5 @@ pkgname=kopano -pkgver=8.3.3.22 +pkgver=8.3.3.24 pkgrel=0 pkgdesc='Kopano' arch=('x86_64') ++++++ build.collax ++++++ --- /var/tmp/diff_new_pack.D5VLm3/_old 2017-10-11 23:03:36.506974274 +0200 +++ /var/tmp/diff_new_pack.D5VLm3/_new 2017-10-11 23:03:36.510974099 +0200 @@ -2,7 +2,7 @@ set -x source=kopanocore -version=8.3.3.22 +version=8.3.3.24 revnum=0 build=0 ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.D5VLm3/_old 2017-10-11 23:03:36.530973222 +0200 +++ /var/tmp/diff_new_pack.D5VLm3/_new 2017-10-11 23:03:36.530973222 +0200 @@ -1,4 +1,4 @@ -kopano (8.3.3.22-0) unstable; urgency=low +kopano (8.3.3.24-0) unstable; urgency=low * Current release. ++++++ kopano.dsc ++++++ --- /var/tmp/diff_new_pack.D5VLm3/_old 2017-10-11 23:03:37.402935019 +0200 +++ /var/tmp/diff_new_pack.D5VLm3/_new 2017-10-11 23:03:37.402935019 +0200 @@ -1,7 +1,7 @@ Format: 1.0 Source: kopano Architecture: any all -Version: 8.3.3.22-0 +Version: 8.3.3.24-0 DEBTRANSFORM-RELEASE: 1 Maintainer: Kopano Development <[email protected]> Homepage: https://kopano.com ++++++ kopanocore-8.3.3.22.tar.xz -> kopanocore-8.3.3.24.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopanocore-8.3.3.22/RELNOTES.txt new/kopanocore-8.3.3.24/RELNOTES.txt --- old/kopanocore-8.3.3.22/RELNOTES.txt 2017-08-07 13:07:07.000000000 +0200 +++ new/kopanocore-8.3.3.24/RELNOTES.txt 2017-08-11 16:18:50.000000000 +0200 @@ -7,6 +7,8 @@ * common: fix incorrect condition in scheduler [KC-638] Fixes timing of softdeletes, sync-table cleanups, kopano-monitor. * server: disable reminders from shared stores [KC-728] +* libserver: avoid creating multi-stream gzip files [KC-104, KC-314, KC-597] +* monitor: do not check quota for admin user [KC-773] Changes: * server: build with libs3 4.1 [KC-751] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kopanocore-8.3.3.22/provider/libserver/cmd.cpp new/kopanocore-8.3.3.24/provider/libserver/cmd.cpp --- old/kopanocore-8.3.3.22/provider/libserver/cmd.cpp 2017-08-07 13:07:07.000000000 +0200 +++ new/kopanocore-8.3.3.24/provider/libserver/cmd.cpp 2017-08-11 16:18:50.000000000 +0200 @@ -3087,7 +3087,7 @@ goto exit; // avoid reminders from shared stores by detecting that we are opening non-owned reminders folder - if((ulObjFlags&FOLDER_SEARCH) && lpecSession->GetSecurity()->IsOwner(ulObjId) == KCERR_NO_ACCESS) { + if((ulObjFlags&FOLDER_SEARCH) && lpecSession->GetSecurity()->IsStoreOwner(ulObjId) == KCERR_NO_ACCESS) { strQuery = "SELECT val_string FROM properties where hierarchyid=" + stringify(ulObjId) + " AND tag = " + stringify(PROP_ID(PR_CONTAINER_CLASS))+ ";"; er = lpDatabase->DoSelect(strQuery, &lpDBResult); if(er != erSuccess)
