File dovecot-imaptest.changes of Package dovecot-imaptest
-------------------------------------------------------------------
Thu Jan 30 11:47:00 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Switch to 2.3 branch and version the package properly
-------------------------------------------------------------------
Fri Jul 31 12:04:51 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- Use LD_RUN_PATH so that imaptest can find the dovecot libraries
-------------------------------------------------------------------
Mon Jul 27 18:33:00 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- Include test files
-------------------------------------------------------------------
Mon Jul 27 15:25:23 UTC 2020 - buschmann23@opensuse.org
- Update to version 0.0~git1568112081.074d3e3:
* Still missing some o_stream_nsend*()
* Use o_stream_nsend*()
* Log an error if output=file writing failed
* Don't FETCH Delivered-To header
* profile: Add support for user { userfile=path }
* profile.conf: Add comments
* Use hardening flags
* configure: Stop using DOVECOT_CFLAGS
* m4: Update dovecot.m4 from upstream
* imaptest-lmtp: Adjust to change in Dovecot SMTP client transaction API.
- Use dovecot 2.3 for building
- Add 0001-dovecot-lower-2.3.5.patch to fix building on dovecot 2.3.5
and below
-------------------------------------------------------------------
Sun Jul 02 22:49:58 UTC 2017 - mrueckert@suse.de
- Update to version 0.0~git1497268558.8ff31ed:
* Don't create so many concurrent connections to the same user.
* Actually, never continue creating connection to a same user.
* configure.ac: include EXTRA_CFLAGS in CFLAGS
* Fully fix literal handling.
* Fix compiler warnings about write() return value
* test-exec: Don't assert-crash on invalid test file
* Code cleanup: Don't refer to mailbox_source's istream directly while handling IMAP APPEND.
* Code cleanup - Hide struct mailbox_source to .c file.
* Code cleanup - move mbox-specific mailbox_source code to its own file.
* Added random_msg_size parameter to generate completely random garbage mails.
* Added missing mailbox-source-private.h
* imaptest: include missing time.h header
* Parse tests in ordered manner
* Do not log error if UID(s) are missing in SEARCH if EXPUNGEISSUED is seen
* Add run-test.sh to .gitignore
* user: Use var_expand in user_get_new_mailbox
* Dropped IETF mailbox URL encoding in favor of Dovecot's lib/uri-util.
* Updated copyright notices to match the normal Dovecot style and included the year 2017.
* global: unsigned int:1 -> bool:1
* Fixed lib_signals_set_handler() call: it takes flags, not a boolean.
* Fixed various bool vs. int mixups.
* Adjusted to changes in Dovecot: lmtp-client moved to lib-smtp.
* Removed unused variable
* conf: Sanitise format strings from tainted sources
* user: Dangerously silence -Wformat-nonliteral
* Turn user format assert crash into a fatal error
* global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
* Consolidated envelope parsing in one place.
* Adjusted to changes in Dovecot message part API.
* Fix compiler warnings with 32bit time_t
* tests: Allow LOGOUT command to be used in scripts.
* tests: Fix untagged reply handling with state:nonauth
* tests: Fix checking parameter count with $!unordered=n
* tests: Allow "$" to skip over any imap arg
* tests: Add ignore_extra_untagged setting
* tests: Fix ignore_extra_untagged error handling to reset between tests
* tests: Support optionally existing untagged reply.
* tests: Add $password variable
* tests: Add !sleep <time> directive
* tests: Add !output <text with $variables> directive to print to stdout
* tests: Fix !sleep actually sleep
* tests: Allow testing for untagged BYE+disconnection
-------------------------------------------------------------------
Sun Jul 02 22:46:54 UTC 2017 - mrueckert@suse.de
- Update to version 0.0~git1497268487.735d5de:
* tests: Fix checking parameter count with $!unordered=n
* tests: Allow "$" to skip over any imap arg
* tests: Add ignore_extra_untagged setting
* tests: Fix ignore_extra_untagged error handling to reset between tests
* tests: Support optionally existing untagged reply.
* tests: Add $password variable
* tests: Add !sleep <time> directive
* tests: Add !output <text with $variables> directive to print to stdout
* tests: Fix !sleep actually sleep
* tests: Allow testing for untagged BYE+disconnection
-------------------------------------------------------------------
Mon Dec 19 21:42:13 UTC 2016 - mrueckert@suse.de
- initial package