| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Aox does not actually use libpq, so it doesn't need this as a build or
runtime dependency.
MFH: 2016Q4
Notes:
svn path=/head/; revision=423276
|
|
|
|
|
|
|
| |
MFH: 2016Q4
Notes:
svn path=/head/; revision=423273
|
|
|
|
|
|
|
| |
Please read README.md for upgrade instructions.
Notes:
svn path=/head/; revision=423253
|
|
|
|
| |
Notes:
svn path=/head/; revision=423250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.2.1
- Add missing .htaccess file in WWWDIR [1]
- Switch WANT_PHP_WEB to USES= php:web
- Add description for DB options group
- Convert all ${PORT_OPTIONS:Mfoo} to OPTIONS framework
- Convert target conditionals to target-OPT-on
PR: 196016 [1]
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> [1]
Approved by: Maintainer timeout
Notes:
svn path=/head/; revision=423243
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=423212
|
|
|
|
| |
Notes:
svn path=/head/; revision=423199
|
|
|
|
|
|
|
| |
Approved by: bapt (maintainer)
Notes:
svn path=/head/; revision=423190
|
|
|
|
|
|
|
| |
Approved by: bapt (maintainer)
Notes:
svn path=/head/; revision=423184
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 212915
Submitted by: yasu@utahime.org
Reported by: yasu@utahime.org
Reviewed by: swills (mentor) loic.blot@unix-experience.fr (maintainer)
Approved by: swills (mentor) loic.blot@unix-experience.fr (maintainer)
Differential Revision: https://reviews.freebsd.org/D8106
Notes:
svn path=/head/; revision=423144
|
|
|
|
|
|
|
|
|
| |
- Remove unused MOZILLA_VER checks
- Drop unused GSTREAMER and LOGGING options
- Drop unsupported USE_MOZILLA=opus (--with-system-opus)
Notes:
svn path=/head/; revision=423124
|
|
|
|
| |
Notes:
svn path=/head/; revision=423107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160911
Bugfix (introduced: Postfix 3.0): the SMTP daemon did not
reset a previous session's command counts before rejecting
a client that exceeds request or concurrency rates. File:
smtpd/smtpd.c.
20160917
Bugfix (introduced: Postfix 3.0): the unionmap did not
propagate table lookup errors. Based on patch by Roel van
Meer. Files: util/dict_union.c, util/dict_union_test.*.
20160925
Workaround (problem introduced: Postfix 2.11): to avoid
false "not found" errors with MySQL map queries that contain
UTF8-encoded text, specify "option_group = client" in Postfix
MySQL configuration files. This will be the default setting
with Postfix 3.2 and later.
Notes:
svn path=/head/; revision=423106
|
|
|
|
|
|
|
|
|
|
| |
PR: 213141
Approved by: jbeich, rene (mentor)
MFH: 2016Q4
Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
Notes:
svn path=/head/; revision=423073
|
|
|
|
| |
Notes:
svn path=/head/; revision=423041
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=423014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).
Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
Notes:
svn path=/head/; revision=422956
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-6316
Security: CVE-2016-6317
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=422929
|
|
|
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
Notes:
svn path=/head/; revision=422818
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
==========
20160925
Bugfix (introduced: Postfix 2.11): changed the default MySQL
option_group value to "client" to enable the reading of
"client" option group settings in the MySQL option file.
Specify an empty option_group value to get backwards-compatible
behavior. This fixes a "not found" problem with Postfix
queries that contain UTF8-encoded non-ASCII text. Based
on a fix by John Fawcett. Files: global/dict_mysql.c,
proto/mysql_table.
Incompatible changes with snapshot 20160925
===========================================
In the Postfix MySQL database client, the default option_group value
has changed to "client", to enable reading of "client" option group
settings in the MySQL options file. This fixes a "not found" problem
with Postfix queries that contain UTF8-encoded non-ASCII text.
Specify an empty option_group value (option_group =) to get
backwards-compatible behavior.
Notes:
svn path=/head/; revision=422772
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160918
after rejected SMTP commands. As before, the SMTP server
does not forward SASL login information to other Postfix
subsystems, and it does not receive SASL login information
in XFORWARD commands. File/smtpd/smtpd.c.
Notes:
svn path=/head/; revision=422740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
--disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU. The code wanted to use BYTE_ORDER
defined in machine/endian.h, but this isn't visible because ICU is
compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
a C++11 runtime library now. Add this to all ports that depend on it
so their executables load the right libstdc++.so on FreeBSD 9.
PR: 205120
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=422711
|
|
|
|
| |
Notes:
svn path=/head/; revision=422702
|
|
|
|
|
|
|
|
|
| |
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D7995
Notes:
svn path=/head/; revision=422697
|
|
|
|
|
|
|
|
|
| |
2016-09-23 mail/gml: Deprecated upstream. Use native gmail tools to import
Sponsored by: EuroBSDCon 2016 devsummit
Notes:
svn path=/head/; revision=422659
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7411
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=422652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: pi (mentor)
Notes:
svn path=/head/; revision=422569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE
Changes in v0.88:
* (BREAKING CHANGE) Require TLS verification to work.
* (POSSIBLY BREAKING CHANGE) Remote sieve name should be basename of local.
* Fail early if no CA trust anchors can be found but TLS verification is
enabled.
* Added `--tlshostname` option to override the hostname used for
TLS host identity verification
* If not interactive, various warnings in interactive at the
application-level with the remote server will now trigger a final
warning before exit and a non-zero exit code.
* Kolab nocaps server compatibility, in the continuing saga of
"feature-based negotiation, who needs it anyway?"
* build-system fix to better isolate releaser tools from "just make the
tarball", to let others make the unsigned tarball and compare.
* Interactive command `debug` added when invoked with `--debug` to
toggle debugging off/on, to reduce self-inflicted log-spam.
* Handle local hostnames which lack real DNS better, avoid an undef
dereference
Full ChangeLog at:
http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt
PR: 212466
Submitted by: alexey@renatasystems.org (maintainer)
Notes:
svn path=/head/; revision=422568
|
|
|
|
|
|
|
|
|
|
|
| |
To test deinstall alsa-lib (and pulseaudio) after installing firefox/seamonkey/etc.
Before OSS can be exposed as an option WebRTC has to either support it as well or
pass build without any audio backends.
Changes: https://bugzilla.mozilla.org/show_bug.cgi?id=1021761#c67
Notes:
svn path=/head/; revision=422465
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION to get a clear regression window.
PR: 212431
Notes:
svn path=/head/; revision=422403
|
|
|
|
| |
Notes:
svn path=/head/; revision=422401
|
|
|
|
|
|
|
| |
PR: 212788
Notes:
svn path=/head/; revision=422399
|
|
|
|
|
|
|
|
|
|
| |
PR: 212788
Submitted by: ohauer
Reviewed by: adamw
Approved by: adamw (maintainer)
Notes:
svn path=/head/; revision=422397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
20160908
Documentation: add a pointer to hosts(5) and services(5)
for symbolic host and port syntax. File: proto/master.
20160911
Bugfix (introduced: Postfix 3.0): the SMTP daemon did not
reset a previous session's command counts before rejecting
a client that exceeds request or concurrency rates. File:
smtpd/smtpd.c.
20160912
Feature: preserve the new file mtimes when installing
Postfix. Ond_ej Lyson_k. Wietse made this conditional on
the presence of a new -keep-new-mtime flag. File: postfix-install.
20160917
Bugfix: unionmap did not propagate table lookup errors.
Based on patch by Roel van Meer. Files: util/dict_union.c,
util/dict_union_test.*.
Cleanup: added unit test for pipemap. Files: util/dict_pipe.c,
util/dict_pipe_test.*.
Documentation: added a note about the order of search
patterns and table lookup order. Files: proto/canonical,
proto/generic, proto/virtual.
Notes:
svn path=/head/; revision=422357
|
|
|
|
| |
Notes:
svn path=/head/; revision=422340
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=422288
|
|
|
|
|
|
|
|
|
|
|
| |
https://www.neomutt.org/feature/lmdb/
PR: 212725
Submitted by: gahr
Approved by: bapt (maintainer)
Notes:
svn path=/head/; revision=422253
|
|
|
|
| |
Notes:
svn path=/head/; revision=422182
|
|
|
|
|
|
|
| |
These ports built successfully
Notes:
svn path=/head/; revision=422175
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=422140
|
|
|
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE, switch to options helpers and fix PYTHON_SITELIBDIR/PYTHONPREFIX_SITELIBDIR misuse
PR: 212602
Submitted by: jrm@ftfl.ca (maintainer)
Notes:
svn path=/head/; revision=422069
|
|
|
|
|
|
|
|
|
|
| |
- While here, cosmetic fixes
PR: 212588
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=422059
|
|
|
|
|
|
|
|
|
|
| |
- While here, fix LICENSE
PR: 212636
Submitted by: ports.maintainer@evilphi.com (maintainer)
Notes:
svn path=/head/; revision=422035
|
|
|
|
|
|
|
| |
Approved by: SSL blanket
Notes:
svn path=/head/; revision=421905
|
|
|
|
| |
Notes:
svn path=/head/; revision=421882
|
|
|
|
|
|
|
| |
Approved by: SSL blanket
Notes:
svn path=/head/; revision=421881
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches
Notes:
svn path=/head/; revision=421838
|
|
|
|
|
|
|
|
|
| |
Remove the requirement for gmake now the makefile has been fixed
Changes: https://www.neomutt.org/2016/09/10/release
Notes:
svn path=/head/; revision=421813
|
|
|
|
| |
Notes:
svn path=/head/; revision=421746
|
|
|
|
| |
Notes:
svn path=/head/; revision=421745
|