| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Bump all affected ports, ABI change
PR: 211417 [1]
Submitted by: maintainer
|
|
|
|
|
|
| |
- Fix openssl usage
Submitted by: az
|
|
|
|
| |
With hat: portmgr-secretary
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Please read the release note:
https://github.com/neomutt/neomutt/releases/tag/neomutt-20160723
|
|
|
|
| |
- Use USES=ssl
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I received a report that the build is broken on 9.x with SSL disabled.
I think the right solution here is just to remove the SSL option entirely.
I really can't think of a use-case where IMAP/POP/LMTP without TLS
capability is a good idea. Plus, NetBSD and OpenBSD both have SSL
mandatory.
PORTREVISION bump is necessary here, because it was possible to have
no SSL on 10.x with a successful build.
Discussed with: Larry Rosenman, maintainer of dovecot2-pigeonhole
|
|
|
|
|
|
|
|
|
|
|
| |
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
|
|
|
|
|
|
|
|
|
|
|
|
| |
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
| |
pkg-message in post-install, use SUB_FILES/SUB_LIST.
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 211155
Submitted by: maintainer
|
|
|
|
|
| |
PR: 211116
Submitted by: jrm@ftfl.ca (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
from ports, pigeonhole's build will fail because it can't find libkrb5.so.
To fix this, introduce the usual GSSAPI option block. Also, add a
BUILD_FAIL_MESSAGE asking you to make sure that the GSSAPI option here
matches the GSSAPI option from dovecot2.
PR: 211025
Submitted by: dewayne heuristicsystems com au
Patch by: maintainer (Larry Rosenman)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
postsrsd does not install shared libraries but the port uses
USE_LDCONFIG causing the following warning:
ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory
Remove USE_LDCONFIG to compensate
PR: 211097
Reported by: Miroslav Lachman <000.fbsd quip cz>
Approved by: Krzysztof <ports bsdserwis com> (maintainer)
Approved by: portmgr (blanket)
MFH: 2016Q3
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.mozilla.org/show_bug.cgi?id=1282866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jwSMTP is a GPL-licensed C++ library to facilitate sending email
programmatically. All you need to worry about is who the mail is from, who to
send it to and the message itself, no network coding necessary. It is able to
send mail in html or plain format. jwSMTP can send attachments, send to
multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP
authentication. Do an MX lookup or send direct via an smtp server.
Supported platforms are BSD, Linux and Windows.
WWW: https://talk.mumbleface.net/jwsmtp/
PR: 210765
Submitted by: Mohammad S. Babaei <info@babaei.net>
|
|
|
|
| |
- s/USE_OPENSSL=yes/USES=ssl/
|
|
|
|
|
|
|
| |
While here, left-indent a comment so that 9.x doesn't log it to
the console, and only set USES=ssl if SSL is enabled.
Submitted by: Christian Bernard
|
|
|
|
|
|
|
| |
PR: 210749
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q3
Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* vacation extension: The sieve_user_email setting is now used in the
check for implicit delivery.
- imapsieve plugin: For any mail transaction, the mailbox was opened a
second time, even if no mailbox rule matched. This was unintentional,
useless and caused problems when the imapsieve plugin was used with
other plugins like acl.
- extprograms plugin: Significantly improved error handling. No stream
errors were logged.
- extprograms plugin: Fixed bug in handling of result code from remote
program (script service).
- extprograms plugin: Connection to remote program service was not
retried.
- Several small fixes based on static analysis.
- Fixed handling of quoted string localparts in email addresses.
PR: 210905
Submitted by: maintainer (Larry Rosenman)
|
|
|
|
|
|
| |
While altering USES, switch from USE_OPENSSL to USES=ssl.
Approved by: maintainer (Larry Rosenman)
|
|
|
|
|
|
|
|
|
| |
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Reported by: rakuco
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Adds compiler:c11 for this error:
sha1.h:80: error: static or type qualifiers in abstract declarator
dovecot no longer builds againt the old OpenSSL in 9.x base, so
require ssl from ports there.
Despite the dependency change (only for 9.x), I'm not bumping
PORTREVISION because build couldn't complete on 9.x regardless.
|
|
|
|
|
|
|
|
|
| |
fix the kqueue crash. Bump PORTREVISION on pigeonhole and antispam-plugin
again.
Extra thanks to Larry Rosenman for being on top of the fix.
Obtained from: https://github.com/dovecot/core/commit/ffd8dc932516bc55bf01d91355540daab365e5e9
|
|
|
|
|
| |
PR: 210580
Approved by: maintainer
|
|
|
|
|
| |
Reported by: mat@
Pointyhat to: kwm@
|
|
|
|
|
|
|
|
| |
filtering work.
* Add LICENSE blob.
PR: 202376 (based on)
Submitted by: cpm@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
|
|
|
|
| |
PR: 210762
|
|
|
|
|
|
|
|
|
| |
- added mysql build fix
PR: 209879
Changes: http://untroubled.org/ezmlm/archive/7.2.2/CHANGES
Submitted by: Robert Schulze <rs@bytecamp.net>
Reviewed by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>, pawel
|
|
|
|
|
|
|
| |
- Use OPENSSL_NO_EGD define to fix build
- Replace USE_OPENSSL with new USES= ssl
PR: 200237
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/pear-Horde_Css_Parser 1.0.10 -> 1.0.11
devel/pear-Horde_Date 2.3.0 -> 2.3.1
databases/pear-Horde_Db 2.3.1 -> 2.3.2
databases/pear-Horde_HashTable 1.2.4 -> 1.2.5
devel/pear-Horde_Lock 2.1.2 -> 2.1.3
sysutils/pear-Horde_Vfs 2.3.2 -> 2.3.3
ftp/horde-gollem 3.0.8 -> 3.0.9
www/horde-base 5.2.10 -> 5.2.11
mail/horde-imp 6.2.14 -> 6.2.15
mail/horde-ingo 3.2.10 -> 3.2.11
deskutils/horde-kronolith 4.2.16 -> 4.2.17
deskutils/horde-mnemo 4.2.10 -> 4.2.11
deskutils/horde-nag 4.2.9 -> 4.2.10
www/horde-passwd 5.0.4 -> 5.0.5
www/horde-trean 1.1.5 -> 1.1.6
mail/horde-turba 4.2.14 -> 4.2.15
mail/horde-webmail 5.2.14 -> 5.2.15
deskutils/horde-groupware 5.2.14 -> 5.2.15
www/horde-wicked 2.0.5 -> 2.0.6
devel/horde-whups 3.0.7 -> 3.0.8
|
|
|
|
|
|
|
|
| |
- Add patch for building without EGD (OpenSSL 1.1/LibreSSL)
- Move from USE_OPENSSL to USES=ssl
PR: 205540
Approved by: Maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.33.3 -> 2.35.0
devel/pear-Horde_Core 2.23.0 -> 2.24.0
www/pear-Horde_Form 2.0.13 -> 2.0.14
www/pear-Horde_Http 2.1.6 -> 2.1.7
mail/pear-Horde_Imap_Client 2.29.7 -> 2.29.8
mail/pear-Horde_Mime 2.9.5 -> 2.10.0
security/pear-Horde_Share 2.0.10 -> 2.1.0
devel/pear-Horde_Util 2.5.7 -> 2.5.8
|
|
|
|
|
|
| |
on production with it:
Jul 1 10:10:34 IMAP-jail dovecot: master: Panic: kevent(EV_ADD, READ, 45) failed: Bad file descriptor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
antispam-plugin.
* lmtp: Start tracking lmtp_user_concurrency_limit and reject already
at RCPT TO stage. This avoids MTA unnecessarily completing DATA only
to get an error.
* doveadm: Previously only mail settings were read from protocol
doveadm { .. } section. Now all settings are.
+ quota: Added quota_over_flag_lazy_check setting. It avoids checking
quota_over_flag always at startup. Instead it's checked only when
quota is being read for some other purpose.
+ auth: Added a new auth policy service:
http://wiki2.dovecot.org/Authentication/Policy
+ auth: Added PBKDF2 password scheme
+ auth: Added %{auth_user}, %{auth_username} and %{auth_domain}
+ auth: Added ":remove" suffix to extra field names to remove them.
+ auth: Added "delay_until=<timestamp>[+<max random secs>]" passdb
extra field. The auth will wait until <timestamp> and optionally some
randomness and then return success.
+ dict proxy: Added idle_msecs=<n> parameter. Support async operations.
+ Performance improvements for handling large mailboxes.
+ Added lib-dcrypt API for providing cryptographic functions.
+ Added "doveadm mailbox update" command
+ imap commands' output now includes timing spent on the "syncing"
stage if it's larger than 0.
+ cassandra: Added metrics=<path> to connect setting to output internal
statistics in JSON format every second to <path>.
+ doveadm mailbox delete: Added -e parameter to delete only empty
mailboxes. Added --unsafe option to quickly delete a mailbox,
bypassing lazy_expunge and quota plugins.
+ doveadm user & auth cache flush are now available via doveadm-server.
+ doveadm service stop <services> will stop specified services while
leaving the rest of Dovecot running.
+ quota optimization: Avoid reading mail sizes for backends which
don't need them (count, fs, dirsize)
+ Added mailbox { autoexpunge_max_mails=<n> } setting.
+ Added welcome plugin: http://wiki2.dovecot.org/Plugins/Welcome
+ fts: Added fts_autoindex_exclude setting.
- v2.2.24's MIME parser was assert-crashing on mails having truncated
MIME headers.
- auth: With multiple userdbs the final success/failure result wasn't
always correct. The last userdb's result was always used.
- doveadm backup was sometimes deleting entire mailboxes unnecessarily.
- doveadm: Command -parameters weren't being sent to doveadm-server.
- If dovecot.index read failed e.g. because mmap() reached VSZ limit,
an empty index could have been opened instead, corrupting the
mailbox state.
- imapc: Fixed EXPUNGE handling when imapc_features didn't have modseq.
- lazy-expunge: Fixed a crash when copying failed. Various other fixes.
- fts-lucene: Fixed crash on index rescan.
- auth_stats=yes produced broken output
- dict-ldap: Various fixes
- dict-sql: NULL values crashed. Now they're treated as "not found".
|
|
|
|
|
|
| |
PR: 210733
Submitted by: jhujhiti at adjectivism dot org
Approved by: maintainer (Larry Rosenman)
|
| |
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following variables have been folded into arguments:
- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
|
|
|
| |
Submitted by: fluffy (private mail)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
20160618
Bugfix(introduced: 20091121): with the introduction of
sender_dependent_default_transport_maps, the SMTP daemon
was not updated. This resulted in false rejects with
sender-dependent "error" transports. Based on a fix by
Russell Yanofsky. Files: global/resolve_clnt.c,
global/resolve_clnt.h, smtpd/smtpd_check.c, smtpd/smtpd_check.h,
smtpd/smtpd_milter.c, smtpd/smtpd_resolve.c, smtpd/smtpd_resolve.h.
20160619
Refinements to the 20160618 fix. For more consistent results
with sender address validation, use the recipient address
(if available) as the sender-dependent address resolver
context. For better caching, pass sender context with all
attempts to resolve an email address. File: smtpd/smtpd.c,
smtpd/smtpd_check.c, smtpd/smtpd_milter.c.
20160625
Cleanup: the Postfix SMTP server now passes network address
and port information to the Cyrus SASL library. Build with
``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"''
for backwards compatibility. Files: makedefs,
smtpd/smtpd_sasl_glue.c, xsasl/xsasl.h, xsasl/xsasl_cyrus_server.c,
xsasl/xsasl_server.c.
Cleanup: dnsblog manpage. File: dnsblog/dnsblog.c.
|
| |
|
|
|
|
|
|
| |
- Use find's '-delete' option over '-exec ${RMDIR}'
Reported by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update rc.d script to run as davmail user rather than root
- Update rc.d script to take advantage of daemon(8) rather than hand-rolling
process management
- Update rev info (checksums, refresh patches, etc.)
- Remove .md5 files
- Appease testport by removing empty dirs in STAGEDIR not in plist
UIDs/GIDs: add davmail user
Changes: https://sourceforge.net/p/davmail/code/2427/tree/trunk/releasenotes.txt
PR: 209354
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: maintainer timeout (7 weeks)
|
|
|
|
|
| |
PR: 210223
Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Consolidate all -extras under one maintainership
NOTE: Author still warning everyone about experimental status of filters.
All --with-filter-XXX replaced with --with-experimental-filter-XXX
Approved by: adamw
|
|
|
|
|
|
|
|
| |
owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor)
|
|
|
|
|
|
|
|
|
| |
- Take maintainership from gahr@
NOTE: This snapshot have fixed resolving in filter spamassassin and clamav
and removed no longer needed chroot option
Approved by: gahr, miwi (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p5-Term-ReadLine-(Gnu,Perl,TTYtter).
I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.
devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
- add devel/ragel as a build dependency
- update to afb80e7
- bump PORTVERSION
PR: 209223
Submitted by: Alexander Moisseev
|
|
|
|
|
|
|
|
|
| |
* Backports idle timeout from ruby 2.3.0
* Sets default to 29 minutes to prevent IMAP disconnects
* Validates that the timeout does not exceed 29 minutes
PR: 209899
Approved by: junovitch (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with OpenSSL 1.1 and LibreSSL
- Stop using pkg-install/pkg-deinstall scripts
- Use pkg-plist keywords
- Use GSSAPI ports framework
- Change X11, POP2 options to use options framework
PR: 210130
Submitted by: freebsd-ports@charlieroot.de
Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
| |
- some additional translations
- small fixes, among them issue #29
PR: 210087
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
|
|
|
|
| |
- Remove the already upstream-ed diff
|
|
|
|
|
|
| |
Current OpenSMTPD-extras support only Python v2 API, no v3 yet
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
| |
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix build with LibreSSL [1]
20160601
Cleanup: moved parsing of '!' operators from cidr_match.c
to dict_cidr.c. Files: util/cidr_match.[hc], util/dict_cidr.c,
util/match_ops.c.
20160604
Cleanup: made parsing of '!' operators in regexp and pcre
tables consistent with cidr tables. Files: util/dict_regexp.c,
util/dict_pcre.c.
20160605
Cleanup: integer wrap-around detection in the MySQL and
PostgreSQL clients. This is totally non-critical because
Postfix strings are size-limited by design. Files:
global/dict_mysqql.c, global/dict_pgsql.c.
20160607
Documentation: dnsblog.
20160609
Documentation: postsuper(1) manpage text for multiple -[dhH]
options. File: postsuper/postsuper.c.
20160611
Cleanup: Postfix SMTP server local IP address and port
attributes in the policy delegation protocol (attribute
names: server_address, server_port), in the Milter protocol
(macro names: {daemon_addr}, {daemon_port}) and in the
XCLIENT protocol (attribute names: DESTADDR, DESTPORT).
Files: proto/MILTER_README.html, proto/SMTPD_POLICY_README.html,
cleanup/cleanup.h, cleanup/cleanup_milter.c, global/mail_proto.h,
milter/milter.h, smtpd/smtpd.c, smtpd/smtpd.h, smtpd/smtpd_check.c,
smtpd/smtpd_haproxy.c, smtpd/smtpd_milter.c, smtpd/smtpd_peer.c.
20140612
Bugfix: missing server address/port conversion. File:
smtpd/smtpd_peer.c.
Submitted by: brnrd@ [1]
Obtained from: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/ [1]
|
|
|
|
|
|
|
|
|
| |
- convert PLIST_SUB into SUB_LIST
- bump PORTREVISION
- small Makefile tweaks
PR: 210028
Submitted by: adamw@
|
| |
|
|
|
|
| |
- Mark NO_ARCH
|
|
|
|
|
| |
Changes: https://sourceforge.net/p/mpop/code/ci/6b5d23
MFH: 2016Q2
|
| |
|
| |
|
|
|
|
| |
Approved by: junovitch (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: 209841
Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Approved by: maintainer timeout (2 weeks)
Security: CVE-2016-5103
Security: https://vuxml.FreeBSD.org/freebsd/97e86d10-2ea7-11e6-ae88-002590263bf5.html
MFH: 2016Q2
|
|
|
|
| |
Also, fix a typo.
|
|
|
|
|
|
|
| |
seems quite a few crept in.
Pointy hat to: fluffy, mm, romain
Sponsored by: Absolight
|
|
|
|
| |
PR: 210123
|
|
|
|
|
|
|
|
| |
- Reset PORTREVISION in slave ports to zero
PR: 210086
Submitted by: myself
Approved by: gahr, miwi (mentor, implicit)
|
|
|
|
|
| |
- Add fix for issue #702 (in OpenSMTPD) which was resulting in build
error on FreeBSD 9.x
|
| |
|
|
|
|
|
|
|
| |
PR: 210061
Approved by: jbeich (maintainer)
Approved by: rene (mentor)
MFH: 2016Q2
|
|
|
|
|
|
|
|
| |
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- filter-monkey
- table-ldap
- tools-stats
Also install experimental components (corresponding groups labelled as "experimental"):
- filter bindings to lua, perl and python languages
- queue and scheduler bindings to perl and python languages
Submitted by: myself
Reviewed by: gahr, adamw, miwi
Approved by: gahr, adamw, miwi (mentor, implicit)
Sponsored by: milk and cookies
Differential Revision: https://reviews.freebsd.org/D6084
|
|
|
|
|
|
|
| |
Changes: https://www.phplist.org/newslist/phplist-3-2-5-whats-new/
PR: 210060
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
The NeoMutt Project is hoping to kick-start development on the Mutt project
Integrating many old patches that never found their way to the official mutt
|
| |
|
|
|
|
|
|
|
|
| |
- Fix runtime dependencies
PR: 209979
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH: 2016Q2
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3
mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7
mail/pear-Horde_Mime 2.9.4 -> 2.9.5
www/horde-ansel 3.0.4 -> 3.0.5
|
|
|
|
|
|
|
|
|
|
| |
Fix the few users of both the MySQL client and server.
PR: 209762
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6575
|
|
|
|
|
|
|
|
| |
security/py-clamav and simplify option handling.
PR: 209843
Submitted by: myself
Approved by: maintainer (bsd@dino.sk)
|
|
|
|
|
|
|
|
| |
- Add option for table db (aliases)[1]
- Add CPE information[1]
PR: 209770[1] 208991
Submitted by: fluffy[1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
20160526
Feature: cidr tables now support if/endif and negation (by
prepending "!" to a pattern), just like regexp and pcre
tables. The primarily purpose is to improve readability of
complex tables. Files: util/cidr_match.[hc], util/dict_cidr.c,
proto/cidr_table.
Cleanup: make regexp: and pcre: parser warning messages more
similar. Files: dict_regexp.c, dict_pcre.c.
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to skip unneccessary bump slaves by master port touching
- Pass master's CONFIGURE_ARGS to slaves
- Option to select mail/opensmtpd[-devel] as build/run dependency
(and corresponding libasr via this)
- Pass pkgconfig dependency only to subports which need it.
- Adjust dependencies in subports
Submitted by: myself
Reviewed by: adamw, gahr
Approved by: adamw, gahr, miwi (mentor, implicit)
Sponsored by: milk and cookies
Differential Revision: https://reviews.freebsd.org/D6607
|
|
|
|
|
|
|
|
| |
- While here, create makemap symlink only with TABLE_DB enabled
Reported by: myself (for adamw)
Reviewed by: adamw
Approved by: miwi (mentor, implicit)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH
PR: 205703
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: chalpin@cs.wisc.edu (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Change with-ssl to with-ssllib
- Change with-ca-file to with-path-CAfile
- Remove broken for libasr-devel
PR: 208991
Submitted by: fluffy
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 5.9.2p1
- Remove usernamelen patch (default 255+1)
- Fix renamed configure args
- Add symlink for makemap (now included in smtpctl)
- Align versioning with other OpenBSD projects
- Add _smtpq group
- Add UPDATING entry for existing installs
- Update pkg-message for existing installs
Reviewed by: adamw, mat
Approved by: adamw, maintainer (implicit)
Differential Revision: D6421
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
|
| |
|
|
|
|
|
|
| |
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Reported by: Andrei <az_at_azsupport.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Newer and ports-based builds define the SSLv2_client_method() in the
headers unless OPENSSL_NO_SSL2, or, depending on version,
OPENSSL_NO_SSL2_METHOD is defined, however newer OpenSSL versions in
FreeBSD no longer provide the implementation in the library.
Preload the autoconf (configure) cache to pretend SSLv2_client_method()
were universally _un_available, effectively disabling SSLv2 altogether.
PR: 209596
Submitted by: peter@ [first proposal], mandree@ [committed proposal]
Reported by: peter@
Approved by: chalpin@cs.wisc.edu (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
20160521
Bugfix (introduced: Postfix beta): the never-used function
mvect_free() attempted to free memory that it has not
allocated. File: util/mvect.c.
Cleanup: existing if/endif support for pcre and regexp
tables, in preparation for new if/endif support for cidr
tables. Files: util/dict_regexp.c, util/dict_pcre.c.
|
|
|
|
| |
Reported by: mat
|
|
|
|
|
|
| |
RFC 822/MIME/DSN/MDN/Tracking-Status message validator
WWW: https://tools.ietf.org/tools/msglint/
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 209665
Submitted by: mp39590@gmail.com (maintainer)
|
|
|
|
|
|
|
|
| |
- Bugfix release
PR: 209667
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
MFH: 2016Q2
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to version 201605182041
- Remove post-patch for -clamav -spamassassin (is now configurable)
- Remove post-patch for -regex (fixed upstream)
- USE_MYSQL to USES= mysql
Reviewed by: gahr (maintainer), adamw
Approved by: gahr (maintainer), adamw
Differential Revision: D6462
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 209485
Approved by: maintainer (loic dot blot at unix-experience dot fr)
|
| |
|
|
|
|
|
|
|
|
| |
- mail/mu4e now installs gzip'd elisp files.
- Add mail/mu4e-maildirs, Maildirs extension for Mu4e.
- Take maintainership of the related ports.
Discussed with: William Waites (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160310
Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM
(replace sender) request lost the sender_bcc_maps address.
Fixed by moving some record keeping to the sender output
function. Files: cleanup/cleanup_envelope.c,
cleanup/cleanup_addr.c, cleanup/cleanup_milter.c,
cleanup/cleanup.h, regression tests.
20160410
Bugfix (introduced: Postfix 2.6): the "bad filetype"
header_checks pattern falsely rejected Content-Mumble headers
with ``name="example"; x-apple-part-url="example.com"''.
Fixed by respecting the ";" separator between content
attribute values. Reported by Cedric Knight. File:
proto/header_checks.
20160515
Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h.
MFH: 2016Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160330
The collate.pl script by Viktor Dukhovni for grouping Postfix
logfile records into "sessions" based on queue ID and process
ID information. Files: auxiliary/collate/*.
20160407
Treat SASL_FAIL and SASL_NOMEM as temporary errors.
Markus Benning. File: xsasl/xsasl_cyrus_server.c.
20160410
Bugfix (introduced: Postfix 2.6): the "bad filetype"
header_checks pattern falsely rejected Content-Mumble headers
with ``name="example"; x-apple-part-url="example.com"''.
Fixed by respecting the ";" separator between content
attribute values. Reported by Cedric Knight. File:
proto/header_checks.
20160515
Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h,
dns/dns_str_resflags.c.
MFH: 2016Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160228
Documentation: typos in postfix-tls-script(1) manpage.
20160327
Documentation: line wrapping in postconf(1) manpage.
20160310
Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM
(replace sender) request lost the sender_bcc_maps address.
Fixed by moving some record keeping to the sender output
function. Files: cleanup/cleanup_envelope.c,
cleanup/cleanup_addr.c, cleanup/cleanup_milter.c,
cleanup/cleanup.h, regression tests.
20160410
Bugfix (introduced: Postfix 2.6): the "bad filetype"
header_checks pattern falsely rejected Content-Mumble headers
with ``name="example"; x-apple-part-url="example.com"''.
Fixed by respecting the ";" separator between content
attribute values. Reported by Cedric Knight. File:
proto/header_checks.
20160515
Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h.
MFH: 2016Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't add whitespace between quoted strings
- Allow period in phrase
- Optimize regexes
- Support RFC2822 comments
- Rework documentation
- Improve test suite
PR: 209507
Submitted by: Henk van Oers <hvo.pm@xs4all.nl> (maintainer)
|
|
|
|
| |
While here, regenerate patches
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
- While here, minor cleanup:
- Clarify LICENSE, add LICENSE_FILE
- Remove unneeded *FLAGS
- Simplify installation
PR: 209453
Submitted by: wwaites@tardis.ed.ac.uk
|
| |
|
|
|
|
|
|
|
|
| |
- several bug fixes
PR: 209277
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: Loic BLOT <loic.blot@unix-experience.fr> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 209448
Submitted by: Miroslav Lachman
|
|
|
|
|
|
|
|
|
| |
- Document some rc variables
- While here, clarify license and fix uneeded variable appends
PR: 209255
Submitted by: dgeo@centrale-marseille.fr
Approved by: ports@bsdserwis.com (maintainer, for PR), portmgr blanket (for other fixes)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module reads e-mail messages stored as .msg files (such as generated
by Outlook), and converts them to Email::MIME objects. It also includes a
command-line interface in the form of the msgconvert script.
Such files may be identified by file(1) as follows:
Composite Document File V2 Document
You do not need Outlook installed to use this module.
WWW: http://search.cpan.org/dist/Email-Outlook-Message/
PR: 209373
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
|
|
|
|
|
|
|
| |
- add LICENSE
- bump PORTREVISION
Noticed by: John Hein <john.hein@microsemi.com> [1]
|
|
|
|
|
|
|
|
|
|
|
| |
- Update ENIGMAIL to 1.9.2 [1]
Changes: https://www.mozilla.org/thunderbird/45.1.0/releasenotes/
Changes: https://www.enigmail.net/index.php/en/download/changelog [1]
PR: 209155 [1]
Submitted by: mi [1]
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
|
|
|
|
|
|
|
| |
- bug-fixing release - no new functions
PR: 209224
Submitted by: Udo.Schweigert@siemens.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
|
|
|
|
|
|
| |
PR: 209184
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
Pointy hat to: junovitch
|
|
|
|
|
|
|
|
|
| |
On FreeBSD sound(4) is enabled by default while alsa-plugins-oss
assumes a soundcard is always available.
https://bugzilla.mozilla.org/show_bug.cgi?id=1269165
MFH: 2016Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created
in r168311 when the UIDs/GIDs files were added but the port had always
used root:mail. This had prevented running the dspam webUI under Apache
with suexec due to a minimal requirement of UID/GID of 100. The original
unsecure behavior is available with the SETUID option.
- Default run directory is now /var/run/dspam. This follows the default
upstream behavior and removes the patch to dspam.c as a result. Use
RUN_DIR and correct the dspam.conf.sample file accordingly.
- Default daemon/client communication port is now 2424.
- Regen patches while here (portlint)
UPDATING: Document privilege separated dspam
PR: 115957
Reported by: tedm@ipinc.net, support@ipinc.net
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The most important feature that this new release adds is the IMAPSIEVE
capability, which allows executing Sieve scripts at IMAP events. It also
adds the ability to obtain trace logs from Sieve execution at actual
delivery (or from IMAP), rather than only using the sieve-test command
line tool.
This release also fixes a bug in the Sieve extprograms plugin that has
been bothering a few people for a while now.
Changelog v0.4.14:
* The address test now allows specifying the X-Original-To header.
+ Implemented the Sieve imapsieve extension and its IMAP counterpart
(RFC 6785) as a set of plugins. This allows running Sieve scripts at
IMAP activity, rather than at delivery. There are also facilities for
the familiar sieve_before/sieve_after administrator scripts. A user
script is defined for a mailbox using an IMAP METADATA entry, whereas
administrator scripts are configured using mailbox matching rules
defined in the plugin settings.
+ Adjusted the Sieve ihave extension to allow capability tests to be
performed at runtime. This way, scripts can be written that work both
at delivery and from IMAP.
+ Implemented support for runtime trace debugging. This means that
detailed information about which commands, actions and tests are
performed is written to a file. That file is created in the
configured directory, but only if that directory exists. This way, a
particular user can be easily singled out for debugging. This works
much like the Dovecot rawlog facility. The trace output is identical
to what is produced using sieve-test with its "-t" command line
option.
+ Added a "sieve_user_email" setting that configures the user's primary
email address. This is mainly useful to have a user email address
available in IMAP, where envelope data is unavailable.
+ Implemented the dovecot-specific "vnd.dovecot.report" extension. This
allows sending report messages in the Message Abuse Reporting Format
(RFC 5965).
- extprograms plugin: Fixed epoll() panic caused by closing the output
FD before the output stream.
- Made sure that the local part of a mail address is encoded properly
using quoted string syntax when it is not a dot-atom.
PR: 209084
Submitted by: maintainer (Larry Rosenman)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pigeonhole.
* doveconf now warns if it sees a global setting being changed when
the same setting was already set inside some filters. (A common
mistake has been adding more plugins to a global mail_plugins
setting after it was already set inside protocol { .. }, which
caused the global setting to be ignored for that protocol.)
* LMTP proxy: Increased default timeout 30s -> 125s. This makes it
less likely to reach the timeout and cause duplicate deliveries.
* LMTP and indexer now append ":suffix" to session IDs to make it
unique for the specific user's delivery. (Fixes duplicate session
ID warnings in stats process.)
+ Added dict-ldap for performing read-only LDAP dict lookups.
+ lazy-expunge: All mails can be saved to a single specified mailbox.
+ mailbox { autoexpunge } supports now wildcards in mailbox names.
+ doveadm HTTP API: Added support for proxy commands
+ imapc: Reconnect when getting disconnected in non-selected state.
+ imapc: Added imapc_features=modseq to access MODSEQs/HIGHESTMODSEQ.
This is especially useful for incremental dsync.
+ doveadm auth/user: Auth lookup performs debug logging if
-o auth_debug=yes is given to doveadm.
+ Added passdb/userdb { auth_verbose=yes|no } setting.
+ Cassandra: Added user, password, num_threads, connect_timeout and
request_timeout settings.
+ doveadm user -e <value>: Print <value> with %variables expanded.
- Huge header lines could have caused Dovecot to use too much memory
(depending on config and used IMAP commands). (Typically this would
result in only the single user's process dying with out of memory
due to reaching service { vsz_limit } - not a global DoS).
- dsync: Detect and handle invalid/stale -s state string better.
- dsync: Fixed crash caused by specific mailbox renames
- auth: Auth cache is now disabled passwd-file. It was unnecessary and
it broke %variables in extra fields.
- fts-tika: Don't crash if it returns 500 error
- dict-redis: Fixed timeout handling
- SEARCH INTHREAD was crashing
- stats: Only a single fifo_listeners was supported, making it
impossible to use both auth_stats=yes and mail stats plugin.
- SSL errors were logged in separate "Stacked error" log lines
instead of as part of the disconnection reason.
- MIME body parser didn't handle properly when a child MIME part's
--boundary had the same prefix as the parent.
|
|
|
|
|
|
| |
PR: 209045
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 209044
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
| |
PR: 208855
Reported by: Ting-Wei Lan, Walter Schwarzenfeld
Submitted by: cmt via r401981
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
|
|
|
|
|
|
|
|
|
|
| |
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
|
|
|
|
|
|
|
|
| |
This is a plugin for the Roundcube webmailer to access CardDAV servers like
owncloud, davical, a Google addressbook or a davmail server. RCMCardDAV
supports autodiscovery of your addressbook url via well-known URLs so you can
just point it to your servers base url.
WWW: http://www.benjamin-schieder.de/carddav.html
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
|
| |
|
|
|
|
| |
Changelog: http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1643/NEWS#L8
|
| |
|
|
|
|
| |
Submitted by: az
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Enable recommended default options
- Rename no longer experimental options
- Add rspamd shutdown patch
Exim 4.87 announce link:
https://lists.exim.org/lurker/message/20160406.181048.292a54e9.en.html
|
| |
|
|
|
|
| |
- Exclude reload from rc script as it is broken
|
|
|
|
|
|
|
| |
subsystem.
PR: 208859
Approved by: maintainer (Larry Rosenman)
|
|
|
|
| |
should not be added to ports.
|
|
|
|
|
|
|
| |
While here, improve the filter-spamassassin port to show the correct
port and host.
I'm done adding opensmtpd-extras now.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-filter-regex needs a post-install target, so I changed the post-install
in MASTERDIR to be pre-patch instead.
Also, in the opensmtpd-extras/Makefile, change the dependencies to only
be run-time, and fix some spacing nits.
PORTREVISION bump for dependency changes.
|
| |
|
|
|
|
|
| |
to the spamassassin daemon. There's no registered dependency on SA, because
it should theoretically work for rspamd as well (haven't tested this yet).
|
|
|
|
|
|
|
|
|
|
|
|
| |
only has the table stuff, but there are many more pieces. Having
the default package install postgresql, redis, and mysql when all you
wanted was passwd support, is overkill. Ports for filters will come
soon.
The -extras port retains its OPTIONS (and still installs everything
possible, so there's no disruption for current users).
Approved by: gahr (maintainer)
|
|
|
|
|
|
| |
PR: 208413
Submitted by: catcher+freebsdbugzilla@lostpackets.de
Approved by: maintainer timeout (geier@lostpackets.de, 2 weeks)
|
| |
|
|
|
|
|
|
| |
the few remaining ports and make it give an error.
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 208694
Submitted by: Udo.Schweigert@siemens.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
Define LICENSE.
Remove regression-test target in favor of the framework "make test"
feature. (ports/CHANGES 20150928)
Submitted by: jbeich@ [1]
|
| |
|
|
|
|
| |
Reported by: adamw@ [1]
|
|
|
|
|
|
| |
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
|
| |
|
| |
|
|
|
|
| |
bogofilter-sqlite and bogofilter-tc are unaffected.
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
|
|
|
|
|
|
|
| |
Announcement: http://article.gmane.org/gmane.mail.trojita.general/1319
PR: 206587
Approved by: maintainer timeout (77 days)
|
|
|
|
|
|
|
|
| |
- changed from USE_AUTOTOOLS (deprecated) to USES=autoreconf
- mutt-lite slave port fix for no-libiconv-case
PR: 208658
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
Changes:
- http://www.mutt.org/doc/UPDATING
- added base64 option
PR: 208641, 208054
Submitted by: Udo.Schweigert@siemens.com (maintainer), ports@bsdserwis.com
|
|
|
|
| |
- Use RUBYGEM_AUTOPLIST and PLIST_FILES instead of PLIST
|
|
|
|
|
| |
- Update *_DEPENDS: remove redundant LOCALBASE/bin
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
|
|
| |
This gem brings you the power of the premailer gem to Rails
without any configuration needs. Create HTML emails, include
a CSS file as you do in a normal HTML document and premailer
will inline the included CSS.
WWW: https://github.com/fphilipe/premailer-rails
PR: 208508
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
|
|
|
|
|
|
| |
Improve the rendering of HTML emails by making CSS inline,
converting links and warning about unsupported code.
WWW: http://premailer.dialect.ca/
PR: 208507
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
security/pear-Horde_Auth 2.1.11 -> 2.1.12
security/pear-Horde_Crypt 2.7.2 -> 2.7.3
www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9
www/pear-Horde_Dav 1.1.2 -> 1.1.3
mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4
sysutils/pear-Horde_Log 2.1.3 -> 2.2.0
devel/pear-Horde_Nls 2.1.1 -> 2.2.0
comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7
mail/horde-imp 6.2.13 -> 6.2.14
mail/horde-ingo 3.2.9 -> 3.2.10
deskutils/horde-nag 4.2.8 -> 4.2.9
devel/horde-timeobjects 2.1.1 -> 2.1.2
mail/horde-turba 4.2.13 -> 4.2.14
mail/horde-webmail 5.2.13 -> 5.2.14
deskutils/horde-groupware 5.2.13 -> 5.2.14
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
|
| |
- Fix depends
- Switch to HAS_CONFIGURE
- Switch to options helpers
- Substitude PREFIX in pkg-message and make it dependent on DOCS option
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a patch make by Debian's own Noah Meyerhans that disables SSLv3,
fixes or removes the tests that choke without SSLv3, and lets
IO::Socket::SSL choose the best TLS level rather than forcing it at
TLSv1.
I can't think of a responsible reason to allow re-enabling it as an
OPTION, so add a note to UPDATING warning people of the change and
referencing the below PR.
PORTREVISION bump.
PR: 208225
Submitted by: Sascha Holzleiter
Obtained from: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7199
MFH: 2016Q2
|
|
|
|
|
| |
PR: 208371
Submitted by: wen (partial)
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
|
|
|
|
|
|
| |
for post-install, and wrap compound command in parentheses.
No ChangeLog available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and dovecot2-antispam-plugin.
From the 2.2.23 release notes:
This is a bugfix-only release with various important fixes on top of v2.2.22.
- Various fixes to doveadm. Especially running commands via
doveadm-server was broken.
- director: Fixed user weakness getting stuck in some situations
- director: Fixed a situation where directors keep re-sending
different states to each others and never becoming synced.
- director: Fixed assert-crash related to a slow "user killed" reply
- Fixed assert-crash related to istream-concat, which could have
been triggered at least by a Sieve script.
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
is on.
|
|
|
|
|
|
| |
A port of GitHub's Email Reply Parser library, by the fine folks at Zapier.
WWW: https://github.com/zapier/email-reply-parser
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead
2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2
2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port
|
|
|
|
|
|
| |
PR: 208384
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight
|
| |
|
|
|
|
| |
- remove ${PORTSDIR} from dependency
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Cleanup etcdir handling
- Switch to options helpers
- Cosmetic fixes
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Don't install COPYING
|
|
|
|
|
| |
- Switch to new test framework
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
| |
- Switch to options helpers
- Install more documentation
- Switch to @sample
|
| |
|
|
|
|
|
|
|
|
| |
EXAMPLES
PR: 207541
Submitted by: stewart.morgan@gmail.com
Approved by: m.tsatsenko@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
| |
MFH: 2016Q1
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Mail-IMAPTalk/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8
devel/pear-Horde_Alarm 2.2.6 -> 2.2.7
www/pear-Horde_Browser 2.0.11 -> 2.0.12
devel/pear-Horde_Cache 2.5.2 -> 2.5.3
archivers/pear-Horde_Compress 2.1.4 -> 2.1.5
devel/pear-Horde_Core 2.22.6 -> 2.23.0
security/pear-Horde_Crypt 2.7.0 -> 2.7.2
devel/pear-Horde_Date 2.2.0 -> 2.3.0
devel/pear-Horde_Exception 2.0.7 -> 2.0.8
www/pear-Horde_Form 2.0.12 -> 2.0.13
security/pear-Horde_Group 2.1.0 -> 2.1.1
devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4
graphics/pear-Horde_Image 2.3.4 -> 2.3.5
mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6
devel/pear-Horde_Itip 2.1.1 -> 2.1.2
textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3
devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7
mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3
mail/pear-Horde_Mapi 1.0.6 -> 1.0.8
mail/pear-Horde_Mime 2.9.3 -> 2.9.4
mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3
devel/pear-Horde_Nls 2.1.0 -> 2.1.1
security/pear-Horde_Perms 2.1.6 -> 2.1.7
devel/pear-Horde_Prefs 2.7.5 -> 2.7.6
net/pear-Horde_Rpc 2.1.6 -> 2.1.7
security/pear-Horde_Share 2.0.8 -> 2.0.10
mail/pear-Horde_Smtp 1.9.2 -> 1.9.3
net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1
textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4
devel/pear-Horde_Timezone 1.0.10 -> 1.0.11
devel/pear-Horde_Token 2.0.8 -> 2.0.9
sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2
www/horde-ansel 3.0.3 -> 3.0.4
ftp/horde-gollem 3.0.7 -> 3.0.8
www/horde-base 5.2.9 -> 5.2.10
mail/horde-imp 6.2.12 -> 6.2.13
mail/horde-ingo 3.2.8 -> 3.2.9
deskutils/horde-kronolith 4.2.15 -> 4.2.16
deskutils/horde-mnemo 4.2.9 -> 4.2.10
deskutils/horde-nag 4.2.7 -> 4.2.8
www/horde-trean 1.1.4 -> 1.1.5
mail/horde-turba 4.2.12 -> 4.2.13
mail/horde-webmail 5.2.12 -> 5.2.13
deskutils/horde-groupware 5.2.12 -> 5.2.13
www/horde-wicked 2.0.4 -> 2.0.5
|
| |
|
|
|
|
|
|
|
|
| |
- Remove DKIM option as it reportedly never worked
- Regenerate patches to appease portlint
PR: 207246
MFH: 2016Q1
|
|
|
|
| |
Relnotes: https://rspamd.com/announce/2016/03/21/rspamd-1.2.0.html
|