summaryrefslogtreecommitdiff
path: root/mail/dbmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/dbmail: Update version 3.2.5=>3.2.6Dima Panov2022-01-103-31/+35
| | | | | | | | - Pet portfmt/portclippy PR: 261076 Reported by: fluffy Relnotes: https://github.com/dbmail/dbmail/releases/tag/v3.2.6
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-291-3/+2
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-064-12/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail/dbmail: Update version 3.2.4=>3.2.5Muhammad Moinur Rahman2020-08-075-42/+7
| | | | Relnotes: https://github.com/dbmail/dbmail/releases
* mail/dbmail: Fix imap connection failureMuhammad Moinur Rahman2020-07-234-6/+44
| | | | | | | - Fix failed to retrieve fd limits PR: 247561 Submitted by: ahicks@p-o.co.uk
* Mark as broken on aarch64: fails to link with sbrk.Mikael Urankar2020-07-041-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* mail/dbmail: Update version 3.2.3=>3.2.4Muhammad Moinur Rahman2020-06-0837-2226/+18
| | | | | | | | - Migrate to Github PR: 247084 Submitted by: fluffy Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
* Bump PORTREVISION for databases/libzdb shlib changeSunpoet Po-Chuan Hsieh2020-04-021-1/+1
|
* mail/dbmail: chase databases/libzdb update with new layoutDima Panov2020-03-293-10/+27
|
* - Unbreak fetch, official site provide pure .tar.gz onlyDima Panov2019-11-073-6/+36
| | | | | - Teach configure to find openssl libs from base without pkg-config - Use libc to find gethostbyname(), connect(), res_search()
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
|
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* These ports now build on aarch64.Mark Linimon2019-05-031-3/+1
| | | | | | | Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run
* Update databases/libzdb to 3.2Sunpoet Po-Chuan Hsieh2019-04-061-1/+1
| | | | | | | | | | - Update MASTER_SITES - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for shlib change - Take maintainership Changes: https://www.tildeslash.com/libzdb/#release_notes
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* mail/dbmail: adopt latest fixes from git:Muhammad Moinur Rahman2017-02-2436-16/+2195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - login_disabled option before starttls for pop3 - fix compiler warnings for GCC5 - Fix IMAP mailbox maintanence - prevent assertion in p_string_erase - improve crypt authentication, also don't segfault when spasswd is empty - simplify log_query_time duration logic - Disconnect IMAP clients if only few free FDs left - Add primary key constraint to dbmail_authlog - Rework temporary connection failures - Give sensible default for retry 120s - Add retries for binding and searching - Bump search timeout to 60s - Increase ldap timeout to 600s 10 mins - Refactor deprecated functions - Get timeout from config - Remove redundant event_assign - Remove deprecated non functioning g_mem_profile - Add definition for authldap_free - Revert inadvertent event_assign removal - Reduce failed LDAP connection for search to error - Update LDAP to non deprecated search - Clear the ldap connection - Update ldap deprecated unbind - Fix typo - Update to ldap_unbind_ext_s and remove redundant sigaction - Rebalance commit rollback - Ensure mailbox2dbmail is using Python 2 - Tidy mailbox2dbmail man page - Update description of pid file location in server man page - Boundaries fixups ordering of parts do not add newline on - Prepend headers during delivery - Allow for systems that don't use proc PR: 210274 Submitted by: fluffy
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* mail/dbmail: Update version 3.2.2=>3.2.3Muhammad Moinur Rahman2015-02-072-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1797 Approved by: marino(mentor)
* mail/dbmail: Update version 3.2.1=>3.2.2Muhammad Moinur Rahman2015-01-252-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1666 Approved by: bapt(mentor)
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | as a directory name can't be attributed to a package
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | Approved by: bapt
* Transfer ports maintainership to Muhammad Moinur RahmanRodrigo Osorio2014-12-111-1/+1
| | | | | PR: ports/195854 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Update to 3.2.1, this is a bugfix releaseAntoine Brodin2014-11-112-8/+3
| | | | | PR: ports/194808 Submitted by: maintainer
* Simplify plistBaptiste Daroussin2014-10-311-13/+1
|
* Upgrade mail/dbmail to 3.2.0Adam Weinberger2014-08-245-31/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | 3.2.0 contains all the stability improvements done in 3.1 over the last year. On top of that, it has some nice additions of it's own: - auto-migrations; An admittedly little tested feature is automatic migrations of the database schema. Running any of the binaries against an up-to-date and standard 3.1 schema will try to do all the necessary upgrades if required. - static code audit; the Coverity service was used to flush out as many potential problems as possible. - new capabilities; some interesting new IMAP capabilities have been added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will improve performance especially for mobile clients. Also: - Remove redundant option THREADS - Add additional mirror - Rework post-install for auto-migration scripts - Use @sample framework PR: 192967 Submitted by: maintainer
* mail/dbmail: update to 3.1.17William Grzybowski2014-07-284-78/+3
| | | | | PR: 192189 Submitted by: maintainer
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Only use libevent2Baptiste Daroussin2014-07-241-2/+2
| | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
* - Add mail/libsieve as a default optionDanilo Egea Gondolfo2014-07-191-1/+2
| | | | | PR: ports/191966 Submitted by: Alan Hicks <ahicks@p-o.co.uk>
* - Update to 3.1.15Martin Wilke2014-06-052-8/+6
| | | | | PR: 190515 Submitted by: maintainer
* mail/gmime26 mail/gmime26-sharp:Tijl Coosemans2014-05-182-10/+9
| | | | | | | | | | | | | - Remove leading hyphen from PKGNAMESUFFIX. - USES=libtool tar:xz. - Remove LATEST_LINK. - Remove $FreeBSD$ from patch. mail/dbmail: - USES=libtool. - INSTALL_TARGET=install-strip. - Remove -fPIC. - Remove PTHREAD_CFLAGS and PTHREAD_LIBS.
* - Update to version 3.1.13 [1]Pawel Pekala2014-03-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - Convert SIEVE option description to current standards Bugfixes: - when an IMAP client asked for a part of a message that started after the total length of the message, imapd crashed. - on some platforms, pop3d would sometimes continue to try writing to a partially disconnected client, throwing pop3d in a spin-lock. - on pop3d, timsieved and lmtpd disconnecting clients would cause memory leakage New features: - dbmail.conf now adds a new options 'header_cache_readonly = yes|no', Setting it to 'yes' will prevent addition of new rows to the dbmail_headername table. You can now start pruning that table, without having to worry about new messages re-adding those rows. - the usermap feature now also supports default routes on allowed and denied sockets. So you can simply disallow certain users from connecting on any address using 'inet:0.0.0.0/0:143' as a socket specification. PR: ports/187849 [1] Submitted by: maintainer
* Update to 3.1.12Emanuel Haupt2014-03-062-3/+5
| | | | | PR: 187314 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* - Update to 3.1.11Philippe Audeoud2014-03-045-52/+3
| | | | | PR: ports/187156 Submitted by: maintainer
* Fix crashes in dbmail-pop3d as perPawel Pekala2014-02-253-1/+36
| | | | | | | http://www.dbmail.org/mantis/view.php?id=1043 PR: ports/186869 Submitted by: maintainer
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-1/+2
| | | | | Submitted by: hrs (based on) Sponsored by: Absolight
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | Sponsored by: Absolight
* - Update from 3.1.9 to 3.1.10Danilo Egea Gondolfo2014-01-232-28/+14
| | | | | | | | while here - Convert all "if's" in options helpers PR: ports/186047 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* - reintroduce DOCS option to user removed in r338576Jason Helfman2014-01-031-1/+1
| | | | | Spotted by: portmgr Approved by: maintainer, ahicks@p-o.co.uk (implicit)
* - update to 3.1.9 which fixes many minor bugsJason Helfman2014-01-032-5/+6
| | | | | | | | - add download mirror - remove redundant option of DOCS PR: 185451 Submitted by: maintainer, ahicks@p-o.co.uk
* - Pet portlintSunpoet Po-Chuan Hsieh2013-11-151-1/+1
| | | | | PR: ports/183964 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* Fix pkg name collisionsBaptiste Daroussin2013-11-061-1/+1
| | | | With hat: portmgr
* mail/dbmail: fix DOCS optionWilliam Grzybowski2013-10-032-8/+22
| | | | | | | - Fix DOCS option [1] (based on) PR: ports/182566 [1] Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]
* mail/dbmail: update to 3.1.7William Grzybowski2013-09-263-35/+25
| | | | | | | | | - Update to 3.1.7 [1] - Define DOCS option - Allow staging PR: ports/182406 [1] Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer) [1]