From 7aa6a926769ffb383e59d207116f17d84e720d8163cd6fcf6613bfef4fcfe98b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 30 Jan 2020 10:24:53 +0000 Subject: [PATCH] Accepting request 764936 from home:-miska-:branches:server:mail - Update to version 1.3.1 - SSL now uses SNI, which for example GMail requires - fixed fallbacks for missing UIDPLUS extension (with e.g. DavMail) - fixed UIDVALIDITY recovery with really long Message-id headers - fixed GSSAPI authentication with Kerberos - fixed support for IMAP servers which do not sort search results (e.g., poczta.o2.pl) - fixed CopyArrivalDate on platforms without glibc - fixed useless SASL warnings with certain plugins - the perl 5.14 requirement is now made explicit - improved OpenBSD support - fixed a bunch of compiler warnings OBS-URL: https://build.opensuse.org/request/show/764936 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=19 --- isync-1.3.0.tar.gz | 3 --- isync-1.3.0.tar.gz.asc | 6 ------ isync-1.3.1.tar.gz | 3 +++ isync-1.3.1.tar.gz.asc | 16 ++++++++++++++++ isync.changes | 16 ++++++++++++++++ isync.spec | 13 +++++++------ 6 files changed, 42 insertions(+), 15 deletions(-) delete mode 100644 isync-1.3.0.tar.gz delete mode 100644 isync-1.3.0.tar.gz.asc create mode 100644 isync-1.3.1.tar.gz create mode 100644 isync-1.3.1.tar.gz.asc diff --git a/isync-1.3.0.tar.gz b/isync-1.3.0.tar.gz deleted file mode 100644 index 5bc8c59..0000000 --- a/isync-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c -size 309459 diff --git a/isync-1.3.0.tar.gz.asc b/isync-1.3.0.tar.gz.asc deleted file mode 100644 index 1168134..0000000 --- a/isync-1.3.0.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQSW3TK/v5+rBLDZUwWqKD4LLxux0QUCWdDnOQAKCRCqKD4LLxux -0Vp/AKC53maQZUnU8v9dOX/Y/cESFDwcQQCfaWIp8IdEOcJs6vDQ71aT5UtjTZQ= -=Q2xJ ------END PGP SIGNATURE----- diff --git a/isync-1.3.1.tar.gz b/isync-1.3.1.tar.gz new file mode 100644 index 0000000..6922463 --- /dev/null +++ b/isync-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cb4643d58152097f01c9b3abead7d7d4c9563183d72f3c2a31d22bc168f0ea +size 311868 diff --git a/isync-1.3.1.tar.gz.asc b/isync-1.3.1.tar.gz.asc new file mode 100644 index 0000000..25040e7 --- /dev/null +++ b/isync-1.3.1.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEEGRXuHNWWaTUD1ZFb1RH+V0AHYUFAlztPWoACgkQb1RH+V0A +HYUDJg/8CFMuAOjwqZMYIylmbmTixrMIZi62lc1wWGTIsPVe8l/DQotTZUN+/IUz +TIch6c9y8qf7IECRlYQH8p7z1nlZVkjyljxD1Zq9OMuaXF0A5hap5SEXS1TeGEHe +e/I9+a4CQj4MDUpPz4Feio1YPcUR2fZ/Cl7UGmiHwnI/gdxbeQD+3UQ30tBoGUiY +S4MjJHsVmnC0EeM4chw84eh2J5rbtFC9govpTkZlIzDbqEJF+DipI1XDEdN9fwrM +4UosYJIG2Dvg0ynYaf3dQn2wuVycmBRau269evkEnkVIL6FLESOJggyrZLSBm8BH +DhhCZncJfHHUdjerlJN/pPAXE+dhZlOXaIL1Zz1iZxF3Td5nwODl5W92nAoAzDO+ +4N6uLQhEWDUYYn9zoZ2hX/QVp+vtie7JqjMbBlj5SRluIjcWRL5Uz4jZCUSn86i8 +uvyZL0EpvxUokRspXnxr9sc6u0/RX4704J2fPM0GnjkKsewS8tXUX6JAM/8431Ot +esygc/fuysHMm3NbcI4uK27i0rbcageHC6uMpMjsYIBYE8KP0IUt4SUihSafa35u +6VwWdIOmNBFWI/qf8dtXkD3pgLo28G22PzGvqGxinA6rLwvoeQnfFtlaZrxMRG0T +7EW0dTGnhMKT1CMJb0XNNRxZgcR3SuyhH1e5ARzZ90U6QAgSdOs= +=fnTn +-----END PGP SIGNATURE----- diff --git a/isync.changes b/isync.changes index 7be09bc..ae04be7 100644 --- a/isync.changes +++ b/isync.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jan 16 10:57:17 UTC 2020 - Michal Hrusecky + +- Update to version 1.3.1 + - SSL now uses SNI, which for example GMail requires + - fixed fallbacks for missing UIDPLUS extension (with e.g. DavMail) + - fixed UIDVALIDITY recovery with really long Message-id headers + - fixed GSSAPI authentication with Kerberos + - fixed support for IMAP servers which do not sort search results (e.g., + poczta.o2.pl) + - fixed CopyArrivalDate on platforms without glibc + - fixed useless SASL warnings with certain plugins + - the perl 5.14 requirement is now made explicit + - improved OpenBSD support + - fixed a bunch of compiler warnings + ------------------------------------------------------------------- Fri Dec 29 15:39:41 UTC 2017 - crrodriguez@opensuse.org diff --git a/isync.spec b/isync.spec index a8751db..dcca300 100644 --- a/isync.spec +++ b/isync.spec @@ -1,7 +1,7 @@ # # spec file for package isync # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: isync -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Utility to synchronize IMAP mailboxes with local maildir folders -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Email/Utilities -Url: http://isync.sf.net/ +URL: http://isync.sf.net/ Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz Source2: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz.asc Source3: isync.keyring @@ -56,7 +56,8 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install %files %defattr(-,root,root,-) -%doc COPYING README AUTHORS ChangeLog +%license COPYING +%doc README AUTHORS ChangeLog %{_bindir}/mbsync-get-cert %{_bindir}/isync %{_bindir}/mbsync