SHA256
1
0
forked from pool/courier-imap
Dominique Leuenberger 2022-09-03 21:18:55 +00:00 committed by Git OBS Bridge
commit 68e5cd1c6d
6 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf37754425993d7b15b2e72b0af6061e41d320bc598c9c62e086d650f71152df
size 3364221

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2732ea148a26e8caa2724c4b83f1258e9beef54786be503fa92355d2778ef269
size 3395074

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Aug 20 19:07:14 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- update to 5.1.8
* gcc 12 and autotools update. OpenSSL 3.0 update.
* courier, courier-imap: remove the --disable-root-check configure
option, now that make check can deal with it.
* Add scripts to create installable .deb packages, update
documentation.
* imap/authenticate_auth.c: Fix broken SASL authentication.
* Adjust behavior of inherited ACLs. After deleting and recreating
a folder, have the recreated folder inherit its parent folder's ACLs,
normally, instead of mysteriously restoring whatever ACLs the folder
had when it was deleted.
* Fixes to Makefile to workaround test suite failures related to
permission checking when make check runs as root.
* Fix minor memory leaks.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 17 07:29:18 UTC 2022 - Arjen de Korte <suse+build@de-korte.org> Mon Jan 17 07:29:18 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -19,7 +19,7 @@
%bcond_with valgrind %bcond_with valgrind
Name: courier-imap Name: courier-imap
Version: 5.1.7 Version: 5.1.8
Release: 0 Release: 0
Summary: An IMAP and POP3 Server for Maildir MTAs Summary: An IMAP and POP3 Server for Maildir MTAs
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -98,7 +98,6 @@ install the entire Courier server.
%autosetup -p0 %autosetup -p0
# For %%doc macro # For %%doc macro
mv libs/imap/README{,.imap}
mv libs/maildir/README.sharedfolders{.txt,} mv libs/maildir/README.sharedfolders{.txt,}
mv libs/maildir/README.maildirquota{.txt,} mv libs/maildir/README.maildirquota{.txt,}
@ -182,7 +181,7 @@ make check
%defattr(-,root,root,755) %defattr(-,root,root,755)
%license COPYING* %license COPYING*
%doc AUTHORS README %doc AUTHORS README
%doc libs/imap/ChangeLog libs/imap/BUGS libs/imap/README.imap libs/imap/README.proxy %doc libs/imap/ChangeLog libs/imap/BUGS libs/imap/README.proxy
%doc libs/maildir/README.sharedfolders libs/maildir/README.maildirquota %doc libs/maildir/README.sharedfolders libs/maildir/README.maildirquota
%config %attr(644,root,root) %{_sysconfdir}/pam.d/imap %config %attr(644,root,root) %{_sysconfdir}/pam.d/imap
%config %attr(644,root,root) %{_sysconfdir}/pam.d/pop3 %config %attr(644,root,root) %{_sysconfdir}/pam.d/pop3