| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=432471
|
|
|
|
| |
Notes:
svn path=/head/; revision=432463
|
|
|
|
| |
Notes:
svn path=/head/; revision=432336
|
|
|
|
|
|
|
| |
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Notes:
svn path=/head/; revision=432324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Use PORTDOCS
- Regenerate patch files with makepatch:
- While I'm here:
- Fix indent
- Remove superfluous space in PLIST
PR: 216412
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
Notes:
svn path=/head/; revision=432285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since devel/pear was upgraded to 1.10.1, mail/pear-Mail_Queue
was broken and could not be used, giving the following error:
PHP Fatal error: Cannot make static method PEAR::isError() non
static in class Mail_Queue in /usr/local/share/pear/Mail/Queue.php on line 126
Upstream bug report: http://pear.php.net/bugs/bug.php?id=20976
PR: 215325
Submitted by: ml@netfence.it
Reported by: ml@netfence.it
MFH: 2017Q1
Approved by: Jochen Neumeister (maintainer), rakuco (mentor)
Notes:
svn path=/head/; revision=432211
|
|
|
|
| |
Notes:
svn path=/head/; revision=432165
|
|
|
|
|
|
|
| |
PR: 216309
Notes:
svn path=/head/; revision=432069
|
|
|
|
| |
Notes:
svn path=/head/; revision=432062
|
|
|
|
|
|
|
|
|
|
|
|
| |
Version 0.42 has an issue with the definition of the path to find munge. This
has been fixed upstream resulting in version 0.42.1.
PR: 215773
Submitted by: c.brinkhaus@t-online.de
Approved by: maintainer timeout (alexey@renatasystems.org, 17 days)
Notes:
svn path=/head/; revision=432029
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Simplify docs handling
Notes:
svn path=/head/; revision=432016
|
|
|
|
| |
Notes:
svn path=/head/; revision=431996
|
|
|
|
| |
Notes:
svn path=/head/; revision=431972
|
|
|
|
|
|
|
|
| |
- Convert to USES=localbase
- Make unneeded += a simple =
Notes:
svn path=/head/; revision=431939
|
|
|
|
|
|
|
|
|
| |
- Do not bump revision
Submitted by: Sascha Holzleiter sascha at root-login.org via private email
Notes:
svn path=/head/; revision=431921
|
|
|
|
| |
Notes:
svn path=/head/; revision=431907
|
|
|
|
|
|
|
|
|
| |
- Fix build with gcc 4.2
MFH: 2017Q1
Notes:
svn path=/head/; revision=431855
|
|
|
|
|
|
|
|
| |
PR: 215864
Submitted by: maintainer
Notes:
svn path=/head/; revision=431825
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=431796
|
|
|
|
| |
Notes:
svn path=/head/; revision=431692
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
Notes:
svn path=/head/; revision=431680
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=431679
|
|
|
|
|
|
|
| |
Changes: https://github.com/premailer/premailer/commits/master
Notes:
svn path=/head/; revision=431661
|
|
|
|
|
|
|
|
|
|
| |
Upstream changes: http://pyropus.ca/software/getmail/CHANGELOG
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9196
Notes:
svn path=/head/; revision=431643
|
|
|
|
|
|
|
|
|
|
| |
- Enable CONTENT_SCAN by default to compensate OLD_DEMIME removal
PR: 215871
Submitted by: Mark Hills mark-freebsd at xwax.org
Notes:
svn path=/head/; revision=431639
|
|
|
|
|
|
|
|
| |
PR: 216137
Submitted by: ports@bsdserwis.com (maintainer)
Notes:
svn path=/head/; revision=431636
|
|
|
|
|
|
|
|
|
| |
Release notes: https://github.com/neomutt/neomutt/releases/tag/neomutt-20170113
Approved by: bapt (maintainer)
Notes:
svn path=/head/; revision=431621
|
|
|
|
|
|
|
| |
Changes: https://github.com/premailer/premailer/commits/master
Notes:
svn path=/head/; revision=431581
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
keep during multiscript execution.
Applies to LDA/LMTP context in general, not only when sieve_before/sieve_after are used.
Action side-effects and the message snapshot would be lost at the final stage where the implicit
keep is evaluated.
This happened because the keep action itself is not actually executed, but rather its presence
is noted to determine whether more scripts need to be executed.
So, when finally execution of the actual keep action is due, i.e. when there are no more scripts in the
sequence, it overrides the explicit keep from the last script.
This didn't take the side-effects and message snapshot into account.
Approved by: adamw (Mentor)
Obtained from: https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737
Differential Revision: https://reviews.freebsd.org/D9177
Notes:
svn path=/head/; revision=431488
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 215867
Reported by: Sergey <kpect@protonmail.com>
Submitted by: Tobias Kortkamp <t@tobik.me>
Obtained from: upstream
MFH: 2017Q1
Notes:
svn path=/head/; revision=431408
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=431402
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Email-Simple/Changes
Notes:
svn path=/head/; revision=431380
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431353
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431351
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431287
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- SECURITY: Fix CVE-2017-5223, local file disclosure vulnerability if content
passed to msgHTML() is sourced from unfiltered user input
- Add simple contact form example
- Emoji in test content
MFH: 2017Q1
Security: CVE-2017-5223
Notes:
svn path=/head/; revision=431252
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431251
|
|
|
|
|
|
|
|
| |
PR: 215891
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=431249
|
|
|
|
|
|
|
| |
Submitted by: Zeus Panchenko
Notes:
svn path=/head/; revision=431222
|
|
|
|
|
|
|
| |
This Makefile is a complete mess.
Notes:
svn path=/head/; revision=431213
|
|
|
|
|
|
|
| |
Approved by: jpaetzel (mentor)
Notes:
svn path=/head/; revision=431197
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updated pkg-plist to use @sample, and changed SMF_RUN_DIR to be substituted
in the plist otherwise packaging will fail it it's redefined.
Bumped PORTREVISION.
PR: 214722
Submitted by: sasaki@fcc.ad.jp (maintainer)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9126
Notes:
svn path=/head/; revision=431152
|
|
|
|
|
|
|
|
| |
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9125
Notes:
svn path=/head/; revision=431147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x28): undefined reference to `nsXPTCStubBase::Stub3()'
../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x30): undefined reference to `nsXPTCStubBase::Stub4()'
[...]
../../xpcom/build/Unified_cpp_xpcom_build0.o:(.data.rel.ro._ZL16kFrozenFunctions+0x180): undefined reference to `NS_InvokeByIndex'
../../js/xpconnect/src/Unified_cpp_js_xpconnect_src1.o: In function `XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)':
obj-aarch64-unknown-freebsd11.0/js/xpconnect/src/Unified_cpp_js_xpconnect_src1.cpp:(.text._ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE+0xd24): undefined reference to `NS_InvokeByIndex'
../../dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.o: In function `txXPCOMExtensionFunctionCall::evaluate(txIEvalContext*, txAExprResult**)':
obj-aarch64-unknown-freebsd11.0/dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.cpp:(.text._ZN28txXPCOMExtensionFunctionCall8evaluateEP14txIEvalContextPP13txAExprResult+0xa5c): undefined reference to `NS_InvokeByIndex'
/usr/bin/ld: libxul.so: hidden symbol `_ZN14nsXPTCStubBase7Stub234Ev' isn't defined
/usr/bin/ld: final link failed: Bad value
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=431138
|
|
|
|
| |
Notes:
svn path=/head/; revision=431104
|
|
|
|
| |
Notes:
svn path=/head/; revision=431089
|
|
|
|
|
|
|
|
|
|
|
| |
* Add JS event markasjunk2-update to allow other plugins to influence the
spam/ham options show
* Add init method to allow drivers to access markasjunk2-update JS event
* Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar
with new markasjunk2_toolbar option
Notes:
svn path=/head/; revision=431084
|
|
|
|
| |
Notes:
svn path=/head/; revision=431043
|
|
|
|
| |
Notes:
svn path=/head/; revision=431010
|