| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
(s/=/?=/)
PR: 233608
Submitted by: HEO SeonMeyong
Notes:
svn path=/head/; revision=486094
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
newsyslog file to the new location if the new file is unmodified from the default,
or print a warning if it the new file has been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
they are using provisioning/configuration management tools which need
to be modified. Note the UPDATING entry was committed in r485721.
Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.
Reviewed by: mat
Approved by: mandree (maintainer)
Differential Revision: https://reviews.freebsd.org/D17088
Notes:
svn path=/head/; revision=486092
|
|
|
|
| |
Notes:
svn path=/head/; revision=485984
|
|
|
|
|
|
|
|
| |
PR: 233454
Submitted by: Kyle Evans
Notes:
svn path=/head/; revision=485925
|
|
|
|
|
|
|
|
|
| |
PR: 233517 233527
Submitted by: Andrej Ebert
Reported by: Herbert J. Skuhra
Notes:
svn path=/head/; revision=485924
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from ../.build/dom/workers/Unified_cpp_dom_workers0.cpp:11:
dom/workers/ChromeWorkerScope.cpp:56:10: error: use of undeclared identifier 'JS_InitCTypesClass'
if (!JS_InitCTypesClass(aCx, aGlobal) ||
^
dom/workers/ChromeWorkerScope.cpp:61:18: error: unknown type name 'JSCTypesCallbacks'
static const JSCTypesCallbacks callbacks = {
^
PR: 233453
Reported by: kevans
Notes:
svn path=/head/; revision=485923
|
|
|
|
|
|
|
|
| |
PR: 233517
Submitted by: Andrej Ebert
Notes:
svn path=/head/; revision=485913
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/smartinez87/exception_notification/blob/master/CHANGELOG.rdoc
Notes:
svn path=/head/; revision=485877
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20180617
Bugfix (introduced: Postfix 2.11): minor memory leak when
minting issuer certs. This affects a tiny minority of use
cases. Viktor Dukhovni, based on a fix by Juan Altmayer
Pizzorno for the ssl_dane library.
20180817
Workaround: postconf build did not abort if the m4 command
is not installed (on a system that does have the make
command, the awk command, the perl command, and the C
compiler?!).
20181104
Multiple 'bit rot' fixes for OpenSSL API changes, including
support to disable TLSv1.3, to avoid issuing multiple session
tickets, and to allow OpenSSL >= 1.1.0 run-time micro version
bumps without complaining about library version mismatches.
Viktor Dukhovni.
20181106
Bugfix (introduced: 3.0): smtpd_discard_ehlo_keywords could
not disable "SMTPUTF8". because the lookup table was using
"EHLO_MASK_SMTPUTF8" instead.
20181110
Documentation: update documentation for Postfix versions
that support disabling TLS 1.3.
20181117
Improved logging of TLS 1.3 summary information, and improved
reporting of the same info in Received: message headers.
Viktor Dukhovni.
MFH: 2018Q4
Notes:
svn path=/head/; revision=485859
|
|
|
|
| |
Notes:
svn path=/head/; revision=485858
|
|
|
|
|
|
|
| |
since they are EOL, and the issues with 2.3/0.5 have been fixed
Notes:
svn path=/head/; revision=485704
|
|
|
|
|
|
|
|
|
| |
PR: 232953
Reported by: pr@aoek.com
Approved by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Notes:
svn path=/head/; revision=485703
|
|
|
|
|
|
|
| |
Obtained from: https://github.com/dovecot/core/commit/de42b54aaf165d4f62b45be864dde36bdbbc4276
Notes:
svn path=/head/; revision=485697
|
|
|
|
|
|
|
|
| |
PR: 233327
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=485689
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dovecot change log:
* The default postmaster_address is now "postmaster@<user domain or
server hostname>". If username contains the @domain part, that's
used. If not, then the server's hostname is used.
* "doveadm stats dump" now returns two decimals for the "avg" field.
+ Added push notification driver that uses a Lua script
+ Added new SQL, DNS and connection events.
See https://wiki2.dovecot.org/Events
+ Added "doveadm mailbox cache purge" command.
+ Added events API support for Lua scripts
+ doveadm force-resync -f parameter performs "index fsck" while opening
the index. This may be useful to fix some types of broken index files.
This may become the default behavior in a later version.
- director: Kicking a user crashes if login process is very slow
- pop3_no_flag_updates=no: Don't expunge DELEted and RETRed messages
unless QUIT is sent.
- auth: Fix crypt() segfault with glibc-2.28+
- imap: Running UID FILTER script with errors assert-crashes
- dsync, pop3-migration: POP3 UIDLs weren't added to
dovecot.index.cache while mails were saved.
- dict clients may have been using 100% CPU while waiting for dict
server to finish commands.
- doveadm user: Fixed user listing via HTTP API
- All levels of Cassandra log messages were logged as Dovecot errors.
- http/smtp client may have crashed after SSL handshake
- Lua auth converted strings that looked like numbers into numbers.
pigeonhole change log:
* Adjustments to several changes in Dovecot v2.3.4 make this Pigeonhole
release dependent on that Dovecot release; it will not compile against
older Dovecot versions. And, conversely, you need to upgrade
Pigeonhole when upgrading Dovecot to v2.3.4.
* The changes regarding the default postmaster_address in Dovecot v2.3.4
mainly apply to Pigeonhole. The new default should work for all
existing installations, thereby fixing several reported v2.3/v0.5
migration problems.
- IMAP FILTER=SIEVE capability: Fix assert crash occurring when running
UID FILTER on a Sieve script with errors.
Notes:
svn path=/head/; revision=485675
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27
PR: 233420
Reported by: Derek Schrock <dereks@lifeofadishwasher.com>
MFH: 2018Q4
Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=485661
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC6/NEWS
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=485647
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 233384
Submitted by: joneum
Approved by: tz (implicit)
MFH: 2018Q4
Security: ec49f6b5-ee39-11e8-b2f4-74d435b63d51
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=485597
|
|
|
|
|
|
|
|
| |
PR: 233384
Submitted by: joneum
Notes:
svn path=/head/; revision=485585
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This affects some servers such as Gmail.
See also bugs on Linux distributions.
* https://bugzilla.redhat.com/show_bug.cgi?id=1611815
* https://bugs.launchpad.net/ubuntu/+source/fetchmail/+bug/1798786
PR: 233078
Submitted by: fuyuhiko.maruyama@gmail.com
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer), mentors (implicit)
Obtained from: https://gitlab.com/fetchmail/fetchmail/commit/9b8b634312f169fab872f3580c2febe5af031615
MFH: 2018Q4
Notes:
svn path=/head/; revision=485579
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v6.0.6
MFH: 2018Q4
Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=485563
|
|
|
|
| |
Notes:
svn path=/head/; revision=485504
|
|
|
|
| |
Notes:
svn path=/head/; revision=485499
|
|
|
|
| |
Notes:
svn path=/head/; revision=485463
|
|
|
|
|
|
|
| |
Too infrequently updated to justify maintenance burden.
Notes:
svn path=/head/; revision=485460
|
|
|
|
|
|
|
| |
Completely untested for years.
Notes:
svn path=/head/; revision=485459
|
|
|
|
|
|
|
|
|
|
|
| |
- Poor latency
- No multichannel support
- No input device support
- No device selection
- No upstream maintainer
Notes:
svn path=/head/; revision=485458
|
|
|
|
| |
Notes:
svn path=/head/; revision=485328
|
|
|
|
| |
Notes:
svn path=/head/; revision=485234
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add License
- Remove the MANUAL Part: This has alredy been removed in Version 3.17.0
Changelog: https://www.claws-mail.org/NEWS
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=485106
|
|
|
|
|
|
|
|
|
|
|
| |
forgot to commit this along thunderbird proper
PR: 228477
Approved by: jbeich (maintainer)
MFH: 2018Q4
Notes:
svn path=/head/; revision=485079
|
|
|
|
|
|
|
|
|
|
|
| |
https://www.thunderbird.net/en-US/thunderbird/60.3.1/releasenotes/
PR: 228477
Approved by: jbeich (maintainer)
MFH: 2018Q4
Notes:
svn path=/head/; revision=485077
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.5.9
- Change MASTER_SITES to CHEESESHOP
- Add LICENSE
- Add NO_ARCH
Changes: https://github.com/zapier/email-reply-parser/commits/master
Notes:
svn path=/head/; revision=485032
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=484995
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=484994
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Sisimai
Notes:
svn path=/head/; revision=484955
|
|
|
|
| |
Notes:
svn path=/head/; revision=484939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove MASTER_SITE ftp.qualcomm.com that is no more
and add a couple of living distfile sources;
- describe custom BSD-style Quallcom license for the distfile;
- fix building with openssl-1.1.1 that no longer has SSLv2 support
plus made struct ssl_st (SSL) completely opaque, so better use
public interface SSL_session_reused() instead of direct access
to now hidden "hit" part of struct; this works for previous
openssl versions too.
No PORTREVISION bump as this fixed package building for FreeBSD 12+
and has no visible package changes for other supported branches.
PR: 232383
Reported by: sbruno
Approved by: bc979@lafn.org (maintainer timeout, 4 weeks)
Notes:
svn path=/head/; revision=484938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch added in ports r435498 broke OpenSSL 1.1.x compatibility.
A different fix for LibreSSL was committed upstream so the patch
is no longer needed since imapfilter 2.6.11 [1].
[1] https://github.com/lefcha/imapfilter/commit/c1865ba1ab2fd8da14e5e018ab55c79cbc432295
PR: 232132
Approved by: bofh (maintainer timeout, 1 month)
Notes:
svn path=/head/; revision=484918
|
|
|
|
| |
Notes:
svn path=/head/; revision=484914
|
|
|
|
|
|
|
|
| |
PR: 233130
Submitted by: Yoshihiro Takahashi
Notes:
svn path=/head/; revision=484900
|
|
|
|
|
|
|
|
|
|
| |
Revert r484326, switch to gpg2, silence gpg2 memory warnings.
I have gotten multiple reports of this causing issues when upgrading or
installing. Revert this until I can look at this in more detail.
Notes:
svn path=/head/; revision=484899
|
|
|
|
|
|
|
|
|
| |
* Add patches the fix the build with webkit2-gtk3 2.22 and vala 0.40.11.
Obtained from: upstream
Notes:
svn path=/head/; revision=484881
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=484872
|
|
|
|
|
|
|
|
|
|
|
| |
- Now supports Berkeley DB versions 5 and 6
- Add GUILE_USES=pkgconfig because guile-config requires it
- Because our `lang/guile2' is outdated, add GUILE_BROKEN
PR: 229613 (related)
Notes:
svn path=/head/; revision=484806
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine
Notes:
svn path=/head/; revision=484788
|
|
|
|
|
|
|
| |
Obtained from: GNOME devel repo
Notes:
svn path=/head/; revision=484701
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
Notes:
svn path=/head/; revision=484696
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Notes:
svn path=/head/; revision=484640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|