Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package courier-imap for openSUSE:Factory checked in at 2021-03-20 21:26:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/courier-imap (Old) and /work/SRC/openSUSE:Factory/.courier-imap.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-imap" Sat Mar 20 21:26:41 2021 rev:59 rq:880274 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/courier-imap/courier-imap.changes 2021-03-03 18:34:22.363355792 +0100 +++ /work/SRC/openSUSE:Factory/.courier-imap.new.2401/courier-imap.changes 2021-03-20 21:26:53.449240942 +0100 @@ -1,0 +2,13 @@ +Sat Mar 20 10:03:07 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- update to 5.1.0 + * Implement support for the TLS ALPN extension. + * Replace FAM/Gamin with inotify. + * Install the maildirwatch tool. + * Remove the IMAP_ENHANCEDIDLE setting from the imapd configuration + file. + +- update source download URL +- remove courier-imap-Makefile.patch (upstreamed) + +------------------------------------------------------------------- Old: ---- courier-imap-5.0.14.tar.bz2 courier-imap-5.0.14.tar.bz2.sig courier-imap-Makefile.patch New: ---- courier-imap-5.1.0.tar.bz2 courier-imap-5.1.0.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ courier-imap.spec ++++++ --- /var/tmp/diff_new_pack.JY33wF/_old 2021-03-20 21:26:54.001241587 +0100 +++ /var/tmp/diff_new_pack.JY33wF/_new 2021-03-20 21:26:54.005241592 +0100 @@ -17,14 +17,14 @@ Name: courier-imap -Version: 5.0.14 +Version: 5.1.0 Release: 0 Summary: An IMAP and POP3 Server for Maildir MTAs License: GPL-3.0-or-later Group: Productivity/Networking/Email/Servers URL: https://www.courier-mta.org/imap/ -Source0: https://downloads.sourceforge.net/project/courier/imap/%{version}/%{name}-%{version}.tar.bz2 -Source1: https://downloads.sourceforge.net/project/courier/imap/%{version}/%{name}-%{version}.tar.bz2.sig +Source0: https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2 +Source1: https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2.sig Source2: pop3.pamd Source3: imap.pamd # Keyring downloaded from https://www.courier-mta.org/KEYS.bin#/%%{name}.keyring @@ -38,28 +38,24 @@ Patch0: %{name}-sbindir.patch Patch2: %{name}-ulimit_conf.patch ### Patch for upstream: -## fixes typo in Makefile.am -Patch3: %{name}-Makefile.patch # Apply (open)SUSE specific changes to configuration Patch4: %{name}-config.patch BuildRequires: audit-libs BuildRequires: courier-authlib-devel >= 0.71 BuildRequires: courier-unicode-devel >= 2.1 BuildRequires: db-devel -BuildRequires: gamin-devel BuildRequires: gcc-c++ BuildRequires: gdbm-devel -BuildRequires: libidn-devel BuildRequires: libstdc++-devel BuildRequires: ncurses-devel # openssl itself for /usr/bin/openssl configure check BuildRequires: postfix BuildRequires: procps BuildRequires: zlib-devel +BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(systemd) Requires: courier-authlib >= 0.71 -Requires: fam-server Requires: gdbm Requires: openssl Conflicts: cyrus-imapd @@ -96,6 +92,7 @@ %prep %autosetup -p0 + # For %%doc macro mv libs/imap/README{,.imap} mv libs/maildir/README.sharedfolders{.txt,} ++++++ courier-imap-5.0.14.tar.bz2 -> courier-imap-5.1.0.tar.bz2 ++++++ ++++ 3758 lines of diff (skipped) ++++++ courier-imap-config.patch ++++++ --- /var/tmp/diff_new_pack.JY33wF/_old 2021-03-20 21:26:55.653243521 +0100 +++ /var/tmp/diff_new_pack.JY33wF/_new 2021-03-20 21:26:55.657243525 +0100 @@ -48,7 +48,7 @@ +TLS_CACHEFILE=@localstatedir@/cache/courier-imap/sslpop3cache TLS_CACHESIZE=524288 - ##NAME: MAILDIRPATH:0 + ##NAME: TLS_ALPN:0 diff -purN libs/imap/pop3d.dist.in libs/imap/pop3d.dist.in --- libs/imap/pop3d.dist.in 2021-03-01 13:29:08.000000000 +0100 +++ libs/imap/pop3d.dist.in 2021-03-02 08:31:18.846600632 +0100 @@ -81,4 +81,4 @@ +TLS_CACHEFILE=@localstatedir@/cache/courier-imap/sslimapcache TLS_CACHESIZE=524288 - ##NAME: MAILDIRPATH:0 + ##NAME: TLS_ALPN:0