69 Commits

Author SHA256 Message Date
e826c79e2e Accepting request 1135768 from server:mail
- update to 2.8.2:
  * Add IMAP support for UTF-8 (RFC 6855) when "charset" is
    set to "UTF-8"
  * Don't use FETCH FAST macro use for better compatibility
  * Bug fix; recovery mechanism error on Lua 5.1

  * Bug fix; "certificates" option incorrectly controlled hostname validation.
- fix build failure with lua 5.3. missing include directory.
  * New makefile dist target, which can be used to create distribution archives.
  - Bug fix; various corrections in the recovery mechanism.
- update to version 2.5.2
- fix build
    library
    multiple searching rules.
    to set an alternative environment for the installation path.
- fix segfault at start
- fix requires
- use pkgconfig to get lua libs
- create package

OBS-URL: https://build.opensuse.org/request/show/1135768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=50
2024-01-03 11:25:51 +00:00
55300609ec - update to 2.8.2:
* Add IMAP support for UTF-8 (RFC 6855) when "charset" is
    set to "UTF-8"
  * Don't use FETCH FAST macro use for better compatibility
  * Bug fix; recovery mechanism error on Lua 5.1
  * Bug fix; "certificates" option incorrectly controlled hostname validation.
- fix build failure with lua 5.3. missing include directory.
  * New makefile dist target, which can be used to create distribution archives.
  - Bug fix; various corrections in the recovery mechanism.
- update to version 2.5.2
- fix build
    library
    multiple searching rules.
    to set an alternative environment for the installation path.
- fix segfault at start
- fix requires
- use pkgconfig to get lua libs
- create package

OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=62
2023-12-30 16:37:47 +00:00
aeebe767f8 Accepting request 1089470 from server:mail
- update to 2.8.1:
  * Add support for non-write actions on read-only mailboxes.
  * Add new parameter to write process ID (PID) to file.
  * New, more advanced, robust, and flexible recovery
    mechanism, replaces the old automatic recovery functionality.
    Note that, the config must be updated to use the new mechanism,
    otherwise no recovery will take place on errors.
  * Fix potential failure when deleting mailbox while
    mailbox is selected.

OBS-URL: https://build.opensuse.org/request/show/1089470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=49
2023-05-29 20:47:40 +00:00
fc10513b1f - update to 2.8.1:
* Add support for non-write actions on read-only mailboxes.
  * Add new parameter to write process ID (PID) to file.
  * New, more advanced, robust, and flexible recovery
    mechanism, replaces the old automatic recovery functionality.
    Note that, the config must be updated to use the new mechanism,
    otherwise no recovery will take place on errors.
  * Fix potential failure when deleting mailbox while
    mailbox is selected.

OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=60
2023-05-29 01:36:31 +00:00
ce67473c02 Accepting request 1030869 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1030869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=48
2022-10-25 09:19:42 +00:00
d0e171a25c Accepting request 1030551 from home:apersaud:branches:server:mail
- update to 2.7.6:
  * Support building with OpenSSL 3.0.0 and later.
  * Several minor improvements to documentation and example code.
  * Removed deprecated CRAM-MD5 mechanism.
  * Bug fix; session was destroyed incorrectly on login failures.
  * Bug fix; potential session management problems.

OBS-URL: https://build.opensuse.org/request/show/1030551
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=58
2022-10-24 11:40:21 +00:00
b4e36dc248 Accepting request 857149 from server:mail
- update to 2.7.5:
  * New "hostnames" option can be used to disable hostname validation.
  * Bug fix; "certificates" option incorrectly controlled hostname validation.

OBS-URL: https://build.opensuse.org/request/show/857149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=47
2020-12-21 09:24:42 +00:00
5cd323de40 - update to 2.7.5:
* New "hostnames" option can be used to disable hostname validation.
  * Bug fix; "certificates" option incorrectly controlled hostname validation.

OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=56
2020-12-20 12:53:51 +00:00
9057fa38ca Accepting request 851277 from server:mail
OBS-URL: https://build.opensuse.org/request/show/851277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=46
2020-11-29 11:29:12 +00:00
45153c5644 Accepting request 851150 from home:apersaud:branches:server:mail
- update to version 2.7.4:
  * Bug fix; incorrect argument to regular expression compile
    function.

OBS-URL: https://build.opensuse.org/request/show/851150
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=54
2020-11-27 09:35:28 +00:00
dad1791c4c Accepting request 848757 from server:mail
OBS-URL: https://build.opensuse.org/request/show/848757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=45
2020-11-17 20:25:15 +00:00
Matthias Mailänder
15fc952343 Accepting request 848633 from home:apersaud:branches:server:mail
- update to version 2.7.3:
  * Bug fix; incorrect free of compiled pattern.
  * Unexpected network errors and IMAP BYE are now logged.
- changes from version 2.7.2:
  * Makefile is back to being Lua version agnostic.
- changes from version 2.7.1:
  * Makefile now builds with Lua 5.4 and PCRE2.
- changes from version 2.7 :
  * Lua 5.4 compatibility (the codebase can still be compiled with
    versions 5.3, 5.2 and 5.1).
  * PCRE2 compatibility (version 10.00 and later)
  * New error code is returned if certificate verify fails.
  * Bug fix; add missing truststore option from brief usage message.

OBS-URL: https://build.opensuse.org/request/show/848633
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=52
2020-11-15 20:14:21 +00:00
6cb2f7c290 Accepting request 763055 from server:mail
OBS-URL: https://build.opensuse.org/request/show/763055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=44
2020-01-12 22:23:50 +00:00
Wolfgang Rosenauer
13cf6129be Accepting request 759955 from home:apersaud:branches:server:mail
- update to version 2.6.16:
  * Bug fix; escape the double-quote character in passwords.
- changes from version 2.6.15:
  * Bug fix; try to setup both a CA file and path for SSL validations.

OBS-URL: https://build.opensuse.org/request/show/759955
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=50
2020-01-11 08:44:19 +00:00
3eb2258038 Accepting request 759030 from server:mail
OBS-URL: https://build.opensuse.org/request/show/759030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=43
2019-12-24 13:30:17 +00:00
Lars Vogdt
396f1538a4 Accepting request 747021 from home:apersaud:branches:server:mail
- update to version 2.6.14
  * Bug fix; OpenSSL version mess up for SSL hostname validation.

OBS-URL: https://build.opensuse.org/request/show/747021
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=48
2019-12-23 20:21:06 +00:00
5392a5a0c5 Accepting request 733259 from server:mail
OBS-URL: https://build.opensuse.org/request/show/733259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=42
2019-09-26 18:41:36 +00:00
Lars Vogdt
23d5e0272f Accepting request 732411 from home:apersaud:branches:server:mail
- update to version 2.6.13:
  * Support for SSL hostname validation.

OBS-URL: https://build.opensuse.org/request/show/732411
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=46
2019-09-26 00:52:15 +00:00
8a6aa0c194 Accepting request 647237 from server:mail
OBS-URL: https://build.opensuse.org/request/show/647237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=41
2018-11-09 06:54:44 +00:00
af493eb82c Accepting request 646208 from home:apersaud:branches:server:mail
- specfile:
  * added README AUTHORS LICENSE NEWS to %doc
  * ran spec-cleaner
- update to version 2.6.12:
  * Support for Server Name Indication (SNI).
  * The searching methods return values are described in the config
    man page.
  * Example of using the enter_idle() function in the sample extend
    file.

OBS-URL: https://build.opensuse.org/request/show/646208
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=44
2018-11-08 08:17:46 +00:00
0780bdb8ca Accepting request 582543 from server:mail
OBS-URL: https://build.opensuse.org/request/show/582543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=40
2018-03-05 12:45:22 +00:00
ed22969379 Accepting request 581854 from home:apersaud:branches:server:mail
- specfile:
  * update copyright year
- update to version 2.6.11:
  * Support for interrupting IDLE mode with SIGUSR1/SIGUSR2.
  * New "persist" option to try to recover a connection indefinitely.
  * New "range" option to limit messages included in a range.
  * Bug fix; always close selected mailbox before check_status().
  * Bug fix; closing of selected mailbox twice with fetch_message().

OBS-URL: https://build.opensuse.org/request/show/581854
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=42
2018-03-05 08:52:26 +00:00
3a7e75fa34 Accepting request 522125 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/522125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=39
2017-09-09 18:26:19 +00:00
74b64bcc04 Accepting request 521577 from home:jengelh:branches:server:mail
- Clean out old constructs from specfile.

OBS-URL: https://build.opensuse.org/request/show/521577
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=40
2017-09-07 18:27:10 +00:00
58e5482229 Accepting request 519798 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/519798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=38
2017-08-31 19:03:37 +00:00
Matthias Mailänder
c6c9cf96ac Accepting request 518128 from home:elvigia:branches:server:mail
- fix build failure with lua 5.3. missing include directory.

OBS-URL: https://build.opensuse.org/request/show/518128
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=38
2017-08-30 22:33:02 +00:00
9900ebabf4 Accepting request 461015 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/461015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=37
2017-03-03 16:44:49 +00:00
Matthias Mailänder
89204a993d Accepting request 460931 from home:apersaud:branches:server:mail
update to latest version

OBS-URL: https://build.opensuse.org/request/show/460931
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=36
2017-02-28 20:46:37 +00:00
54cbd67177 Accepting request 404257 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/404257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=36
2016-06-25 00:23:42 +00:00
c6874909f9 Accepting request 404102 from home:apersaud:branches:server:mail
update to latest version

OBS-URL: https://build.opensuse.org/request/show/404102
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=34
2016-06-23 14:48:28 +00:00
398b45a23e Accepting request 359447 from server:mail
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/359447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=35
2016-02-16 08:19:21 +00:00
Lars Müller
deeef3d8fe Accepting request 358278 from home:apersaud:branches:server:mail
update to latest version

OBS-URL: https://build.opensuse.org/request/show/358278
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=32
2016-02-08 11:10:14 +00:00
Stephan Kulow
421756ae0d Accepting request 339087 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/339087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=34
2015-10-17 14:39:09 +00:00
292bbb8b75 Accepting request 336862 from home:apersaud:branches:server:mail
update to latest version

OBS-URL: https://build.opensuse.org/request/show/336862
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=30
2015-10-15 09:02:54 +00:00
94be434f62 Accepting request 266311 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/266311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=33
2014-12-25 22:20:24 +00:00
Tomáš Chvátal
980bdb98a9 Accepting request 264232 from home:apersaud:branches:server:mail
update to latest version

OBS-URL: https://build.opensuse.org/request/show/264232
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=28
2014-12-24 16:16:15 +00:00
Stephan Kulow
0e7ef643c7 Accepting request 209542 from server:mail
updated to latest version (forwarded request 209540 from WernerFink)

OBS-URL: https://build.opensuse.org/request/show/209542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=31
2013-12-06 08:43:17 +00:00
a1435af879 Accepting request 209540 from home:apersaud:branches:server:mail
updated to latest version

OBS-URL: https://build.opensuse.org/request/show/209540
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=26
2013-12-05 17:00:48 +00:00
Stephan Kulow
c09a21dca3 Accepting request 185828 from server:mail
updated to newest version.

It now only builds for >12.2, not sure if there is a simple fix to get it to build for 11.4, 12.1 and SLE_11 which worked with the older version. Seems to be related to some openssl problems (there are some compiler warnings and a linker problem).
 (forwarded request 183138 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/185828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=29
2013-08-04 14:49:57 +00:00
c617ddadbc Accepting request 183138 from home:apersaud:branches:server:mail
updated to newest version.

It now only builds for >12.2, not sure if there is a simple fix to get it to build for 11.4, 12.1 and SLE_11 which worked with the older version. Seems to be related to some openssl problems (there are some compiler warnings and a linker problem).

OBS-URL: https://build.opensuse.org/request/show/183138
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=24
2013-08-04 10:20:54 +00:00
Stephan Kulow
bb7ba329bd Accepting request 172688 from server:mail
update to 2.5.4 (forwarded request 172393 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/172688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=28
2013-04-22 12:07:08 +00:00
1740d33fbd Accepting request 172393 from home:apersaud:branches:server:mail
update to 2.5.4

OBS-URL: https://build.opensuse.org/request/show/172393
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=22
2013-04-21 16:05:50 +00:00
Stephan Kulow
1b353a0f65 Accepting request 130070 from server:mail
updated to 2.5.3 (forwarded request 128943 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/130070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=26
2012-08-07 06:26:33 +00:00
80009c0b73 Accepting request 128943 from home:apersaud:branches:server:mail
updated to 2.5.3

OBS-URL: https://build.opensuse.org/request/show/128943
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=20
2012-08-06 11:15:34 +00:00
Stephan Kulow
2c902fee24 Accepting request 114935 from server:mail
- update to version 2.5.2 
  - Persistent errors or connection failures are now ignored when
    running in daemon mode, and a reconnection is attempted during
    the next loop iteration.
  - Bug fix; problems with failure handling during login/logout.

OBS-URL: https://build.opensuse.org/request/show/114935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=24
2012-04-23 14:11:04 +00:00
88b7127a9f - update to version 2.5.2
- Persistent errors or connection failures are now ignored when
    running in daemon mode, and a reconnection is attempted during
    the next loop iteration.
  - Bug fix; problems with failure handling during login/logout.

OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=18
2012-04-22 10:43:51 +00:00
Stephan Kulow
6c73e78de0 Accepting request 107828 from server:mail
updated to 2.5.1 which works with lua 5.2 and 5.1  (forwarded request 107490 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/107828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=23
2012-03-05 16:59:52 +00:00
7efb524763 Accepting request 107490 from home:apersaud:branches:server:mail
updated to 2.5.1 which works with lua 5.2 and 5.1

OBS-URL: https://build.opensuse.org/request/show/107490
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=16
2012-03-03 08:04:05 +00:00
Stephan Kulow
bc48d47516 Accepting request 107015 from server:mail
- fix build

OBS-URL: https://build.opensuse.org/request/show/107015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/imapfilter?expand=0&rev=22
2012-02-27 17:34:08 +00:00
a53657cac4 fix build for all distros again
OBS-URL: https://build.opensuse.org/package/show/server:mail/imapfilter?expand=0&rev=14
2012-02-26 14:15:40 +00:00