SHA256
1
0
forked from pool/courier-imap
Commit Graph

61 Commits

Author SHA256 Message Date
Arjen de Korte
023c14f236 - update to 5.1.5
* Fix minor memory leaks. If valgrind is installed, "make check" will
    run it to check for memory leaks.
  * Convert to PCRE2.
  * libcouriertls: use ALARM to kill couriertls if the server process
    terminates but openssl hangs trying to shut down the socket.

OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=107
2022-01-16 18:57:02 +00:00
Arjen de Korte
060317a060 Accepting request 909708 from home:adkorte:branches:server:mail
- update to 5.1.4
  * all: code changes so that courier can be compiled with -Wall
    -Werror gcc flags. The default compilation flags are not changed.
    This also includes changes to the configuration scripts, which
    includes removing outdated configuration settings.
  * pop3: buffer input by ourselves, clear input buffer before
    switching to TLS.
  * imap: fix crash if the connection to the client is terminated at
    the wrong/right time.

OBS-URL: https://build.opensuse.org/request/show/909708
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=106
2021-08-03 07:45:05 +00:00
Arjen de Korte
3a3c67f55c Accepting request 888316 from home:adkorte:branches:server:mail
- update to 5.1.3
  * pop3d: pro-forma POP3 LANG extension.
  * pop3d-ssl.dist.in (TLS_STARTTLS_PROTOCOL): Remove duplicate entry
    in the pop3d-ssl configuration file.

OBS-URL: https://build.opensuse.org/request/show/888316
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=104
2021-04-25 20:24:10 +00:00
Arjen de Korte
4ce113d98e Accepting request 881710 from home:adkorte:branches:server:mail
- update to 5.1.2
  * make: Individual files that did not end in a newline were
    not handled correctly.
  * imap: adjust error message.

OBS-URL: https://build.opensuse.org/request/show/881710
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=102
2021-03-28 07:41:03 +00:00
Arjen de Korte
75b512f0d3 Accepting request 880366 from home:adkorte:branches:server:mail
- update to 5.1.1
  * Fix swapped TLS_CACHEFILE settings in the IMAP and POP3
    configuration files

OBS-URL: https://build.opensuse.org/request/show/880366
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=100
2021-03-21 10:05:57 +00:00
Arjen de Korte
f579f013a7 Accepting request 880271 from home:adkorte:branches:server:mail
- 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)

OBS-URL: https://build.opensuse.org/request/show/880271
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=98
2021-03-20 18:38:50 +00:00
Arjen de Korte
f82021a9bc - update to 5.0.14
* Fix packaging problem with a faulty courier-unicode dependency
- update to 5.0.13
  * Fixes a crash caused by a malformed DNS query/response
- move SSL cache files to /var/cache/courier-imap/ and put (open)SUSE
  specific changes to configuration files in a patch file (instead of
  sed scripts)
  + courier-imap-config.patch
- remove obsolete SysV init files
  - courier-imap.init
  - courier-imap-ssl.init
  - courier-pop.init
  - courier-pop-ssl.init

OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=95
2021-03-02 09:13:52 +00:00
Arjen de Korte
0575e7b8ac - update to 5.0.12
* openssl: Add TLS_PROTOCOL setting to disable client-initiated
    renegotiation.
  * imap: send corrupted Unicode alerts only for new messages.
  * waitlib: fix testwait.c failure with LTO enabled on F33.
  * pop3login.c: fflush before STARTLS.

OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=93
2021-02-10 09:09:37 +00:00
Arjen de Korte
3da99d7697 - update to 5.0.11
* courier-authlib API update.
  * Add AC_PROG_CC_C99 to configure
- remove courier-imap-stdc.patch (no longer needed)

OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=91
2020-06-19 20:26:37 +00:00
Arjen de Korte
9347f5698c Accepting request 811836 from home:adkorte:branches:server:mail
- update to 5.0.10 
  * tcpd/starttls.c (dossl): Start client after negotiating SSL, in
    order to allow EXTERNAL client certificate authentication.
  * Fix virtual IP and hostname handling when using GnuTLS for SSL.
  * imap, pop3: include remote port TCP port number together with the
    IP address, in log messages.
- add courier-imap-stdc.patch to remove 'for' loop initial declarations

OBS-URL: https://build.opensuse.org/request/show/811836
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=89
2020-06-05 14:25:01 +00:00
Christian Wittmer
ca74594a78 Accepting request 747954 from home:adkorte:branches:server:mail
- update to 5.0.8
  * Update documentation in the imapd and pop3d ssl config flies.
- update to 5.0.7
  * pop3dserver.c (do_retr): Use the new MIME_UNICODE_MESSAGE_TYPE
    setting to set the type of the wrapped MIME attachment.
- update to 5.0.6
  * pop3dserver.c: Fix parsing of pop3d file cache, on some
    architectures.
  * tcpd/libcouriertls.c: Ignore unreadable cert files.
- update to 5.0.5
  * fetch.c: Send an alert about a Unicode messages to a non-Unicode
    client at most once per IMAP session.
- update to 5.0.4
  * pop3dserver.c: Deal with MS Outlook's broken implementation of
    RFC 6856.
- update to 5.0.3
  * pop3dserver.c (calcsize): Fix spurious flagging of non-UTF8
    messages as UTF-8.
    To fix existing mailboxes with erroneously-flagged messages. In
    each mailbox, if its existing courierpop3dsizelist file starts with
    /3 [followed by additional data]
    Only if the first line in courierpop3dsizelist starts with /3, then
    execute:
    perl -p -i -e 's/:\d+$/:0/' courierpop3dsizelist
  * pop3dserver.c (readpop3dlist): Be able to update
    courierpop3dsizelist from version 2 to 3 in place.
    (do_retr): Instead of returning an ERR to a non-Unicode client,
    handle Unicode messages by wrapping them as an attachment.
- update to 5.0.2
  * configure.ac: Additional changes to how Unicode messages are
    handled with non-Unicode clients: disclaim all warranties, still
    report an error, but provide the raw message content, as is.
- update to 5.0.1
  * Provide an substitute message to IMAP clients that did not enable
    UTF-8.
  * couriertls: additional fixes.
  * couriertls: option to use a separate file for the SSL certificate's
    private key, as an alternative to the combined keyfile+certificate.
- update to 5.0.0
  * pop3dserver.c: update Courier-IMAP to support UTF8 POP3. Update
    version of the courierpop3dsizelist cache file.
  * courier-imap, sqwebmail: update Courier-IMAP to support UTF8 IMAP.
    Convert maildir folders to use UTF-8 for folder names. Add
    --checkutf8 and --convutf8 options to maildirmake to convert
    pre-UTF8 maildirs to UTF8 maildirs, a mandatory upgrade procedure.
  * waitlib/configure.ac: Fix typo.
  * libs/tcpd/starttls.c (main): Add -user option. Additional fixes
    to startup script to have couriertls drop root privileges.
  * libs/tcpd/tlsclient.h: add username option, used in couriertls_start
    to set the child process's uid and gid.
  * imaplogin.c (starttls): Set username option for couriertls
  * pop3login.c (starttls): Set username option for couriertls
  * imapd-ssl.dist, pop3d-ssl.dist: Use separate imap and pop3 session
    cache files. Startup script: remove/set ownership and permsission
    on the imap and pop3 session cache files.
  * libs/tcpd/libcouriergnutls.c: Remove usage of deprecated OpenPGP
    API. Tag the "Unexpected SSL connection shutdown" with the "DEBUG"
    label just like the OpenSSL version does.
  * libs/tcpd/starttls.c: If TCPREMOTEIP is set, prepend it to error
    messages.
- delete reproducible.patch (upstreamed)
- add courier-imap.keyring for source verification
- cleanup spec

OBS-URL: https://build.opensuse.org/request/show/747954
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=87
2020-01-31 21:39:22 +00:00
Christian Wittmer
9faf5ec8fc Accepting request 717005 from home:mgerstner:branches:server:mail
- removal of SuSEfirewall2 services, since SuSEfirewall2 has been replaced by
  firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html

OBS-URL: https://build.opensuse.org/request/show/717005
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=85
2019-07-22 00:14:29 +00:00
Lars Vogdt
31d7a4d5a9 Accepting request 709163 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709163
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=83
2019-06-17 05:43:09 +00:00
1518616542 Accepting request 662627 from home:bmwiedemann:branches:server:mail
Add reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/662627
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=81
2019-02-06 09:18:30 +00:00
Christian Wittmer
528a8e07ca Accepting request 548071 from home:adkorte:branches:server:mail
- update to 4.18.2
  * imapd.c (do_folder_delete): Fix check for DELETE INBOX.
  * libs/maildrop/maildir.C (MaildirSave): Fix new/delete mismatch.
  * libs/sqwebmail/gpg.c: Fix external linkage.
  * libs/tcpd/libcouriertls.c: OpenSSL API update.
  * courier-unicode library API update.
  * libs/maildir/maildirquota.c (docheckquota): Skip DT_LNK.
  * OpenSSL 1.1.0 compilation fixes.
  * courier: switch default header encoding to UTF-8.
  * Fix to configure.ac

OBS-URL: https://build.opensuse.org/request/show/548071
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=79
2017-12-04 14:22:21 +00:00
Christian Wittmer
0b6377b17c Accepting request 459245 from home:kukuk:branches:server:mail
- Don't call insserv if we use systemd
- Don't install LSB init scripts if we use systemd
- Create rc* links to service command if we use systemd

OBS-URL: https://build.opensuse.org/request/show/459245
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=77
2017-03-04 17:49:08 +00:00
710f11096f Accepting request 396966 from home:kukuk:sles
- Remove directories already part of filesystem rpm

- Fix path of SuSEfirewall2.d directory

OBS-URL: https://build.opensuse.org/request/show/396966
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=75
2016-05-21 10:03:32 +00:00
Christian Wittmer
43d2288e97 Accepting request 396002 from home:computersalat:devel:mail
update to 4.17.1

OBS-URL: https://build.opensuse.org/request/show/396002
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=73
2016-05-16 13:59:33 +00:00
Christian Wittmer
7b96c052ef Accepting request 320487 from home:computersalat:devel:mail
update to 4.16.2

OBS-URL: https://build.opensuse.org/request/show/320487
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=71
2015-08-05 01:50:05 +00:00
Christian Wittmer
024ac73da6 Accepting request 258964 from home:computersalat:devel:mail
update to 4.15.1.20141122, disable SSLv3

OBS-URL: https://build.opensuse.org/request/show/258964
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=70
2014-10-30 11:57:06 +00:00
Christian Wittmer
0b0a8372a6 Accepting request 252312 from home:computersalat:devel:mail
courier-imap.service

OBS-URL: https://build.opensuse.org/request/show/252312
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=68
2014-09-25 15:22:01 +00:00
Christian Wittmer
d1ec49eb31 Accepting request 226279 from home:computersalat:devel:mail
update to 4.15, add systemd stuff

OBS-URL: https://build.opensuse.org/request/show/226279
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=66
2014-03-15 22:52:41 +00:00
f062ab1071 Accepting request 213180 from home:adrianSuSE:NoFam
I am about to drop fam package in factory (more then 10 years unmaintained in upstream), so please forward this to avoid breakage

OBS-URL: https://build.opensuse.org/request/show/213180
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=64
2014-01-09 09:56:37 +00:00
Dr. Werner Fink
da07e92c65 Accepting request 206677 from home:computersalat:devel:mail
update to 0.14

OBS-URL: https://build.opensuse.org/request/show/206677
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=62
2013-11-13 07:51:30 +00:00
Christian Wittmer
af31b139f7 Accepting request 148651 from home:computersalat:devel:mail
update to 4.12.0

OBS-URL: https://build.opensuse.org/request/show/148651
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=60
2013-01-16 23:35:07 +00:00
Christian Wittmer
e30a85080f Accepting request 135249 from home:computersalat:devel:mail
update to 4.11.0

OBS-URL: https://build.opensuse.org/request/show/135249
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=58
2012-09-21 11:57:28 +00:00
Christian Wittmer
86e5400e22 change authdaemonvar, see courier-authlib
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=55
2011-09-21 23:13:58 +00:00
Christian Wittmer
ec86822083 Accepting request 71778 from home:computersalat:devel:mail
update to 4.9.3

OBS-URL: https://build.opensuse.org/request/show/71778
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=53
2011-05-27 19:53:21 +00:00
Christian Wittmer
6efc53aaeb fix ChangeLog
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=51
2011-05-01 20:47:08 +00:00
Christian Wittmer
c69b1c450d Accepting request 68970 from home:computersalat:devel:mail
update to 4.9.1

OBS-URL: https://build.opensuse.org/request/show/68970
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=50
2011-05-01 20:45:00 +00:00
OBS User autobuild
8e50f1090c Accepting request 50341 from server:mail
checked in (request 50341)

OBS-URL: https://build.opensuse.org/request/show/50341
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=49
2010-10-13 22:54:41 +00:00
Christian Wittmer
b6837c9f11 Accepting request 50340 from home:computersalat:devel:mail
self accept

OBS-URL: https://build.opensuse.org/request/show/50340
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=48
2010-10-12 11:22:46 +00:00
OBS User buildservice-autocommit
bf73049fad Updating link to change in openSUSE:Factory/courier-imap revision 28.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=658bf97be4dbec462b391d2e82e682b9
2010-09-21 21:39:34 +00:00
OBS User autobuild
6db212dc56 Accepting request 46028 from server:mail
checked in (request 46028)

OBS-URL: https://build.opensuse.org/request/show/46028
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=47
2010-09-21 21:39:33 +00:00
Christian Wittmer
305460cfb4 Accepting request 44612 from home:computersalat:devel:mail
Copy from home:computersalat:devel:mail/courier-imap via accept of submit request 44612 revision 9.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/44612
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=46
2010-08-05 17:39:36 +00:00
Christian Wittmer
d96a4f3bde Accepting request 43579 from home:computersalat:devel:mail
Copy from home:computersalat:devel:mail/courier-imap via accept of submit request 43579 revision 7.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/43579
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=44
2010-07-21 08:07:09 +00:00
OBS User autobuild
a0a25c03a8 Accepting request 42465 from server:mail
checked in (request 42465)

OBS-URL: https://build.opensuse.org/request/show/42465
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=43
2010-07-05 13:21:58 +00:00
Christian Wittmer
ee56517776 Accepting request 42450 from home:msmeissn:branches:server:mail
Copy from home:msmeissn:branches:server:mail/courier-imap via accept of submit request 42450 revision 4.
Request was accepted with message:
reviewed, OK, Thank you

OBS-URL: https://build.opensuse.org/request/show/42450
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=42
2010-07-05 08:45:57 +00:00
Christian Wittmer
e46a3c8947 Accepting request 40170 from home:computersalat:devel:mail
Copy from home:computersalat:devel:mail/courier-imap via accept of submit request 40170 revision 5.
Request was accepted with message:
self accept

OBS-URL: https://build.opensuse.org/request/show/40170
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=41
2010-05-17 15:10:35 +00:00
OBS User buildservice-autocommit
9a28c44afb Updating link to change in openSUSE:Factory/courier-imap revision 23.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/courier-imap?expand=0&rev=f5908fc36a42880a49ab15c69bee25ed
2010-03-18 14:40:47 +00:00
OBS User autobuild
228397b796 Accepting request 42465 from server:mail
Copy from server:mail/courier-imap based on submit request 42465 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/42465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=24
2010-07-05 13:21:59 +00:00
OBS User autobuild
57dacb6c05 Accepting request 34214 from server:mail
Copy from server:mail/courier-imap based on submit request 34214 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=22
2010-03-07 09:55:16 +00:00
OBS User autobuild
b21d79e16d Accepting request 24154 from server:mail
Copy from server:mail/courier-imap based on submit request 24154 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/24154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=21
2009-11-16 16:49:42 +00:00
OBS User autobuild
59845defd1 Accepting request 19529 from server:mail
Copy from server:mail/courier-imap based on submit request 19529 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/19529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=19
2009-09-02 19:01:13 +00:00
OBS User autobuild
49551189e5 Accepting request 18563 from server:mail
Copy from server:mail/courier-imap based on submit request 18563 from user hennevogel

OBS-URL: https://build.opensuse.org/request/show/18563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=18
2009-09-01 22:10:28 +00:00
OBS User unknown
298a43a108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=17 2008-10-13 14:17:32 +00:00
OBS User unknown
f4f5d220b2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=15 2008-04-14 15:56:20 +00:00
OBS User unknown
c4bbf09e4d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=14 2008-04-07 15:20:24 +00:00
OBS User unknown
0f3809cd4e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=13 2008-01-17 21:21:18 +00:00
OBS User unknown
6edab1ad29 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=12 2007-11-21 21:13:50 +00:00