aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r4462502017Q2Jan Beich2017-07-202-0/+6
| | | | | | | | | | | | | | | | databases/mongodb: unbreak with clang >= 4.0 Convert ptr > 0 to ptr != 0. As semantics are similar no need for PORTREVISION bump. PR: 216213 220857 Submitted by: tobik (based on) Approved by: maintainer timeout (4 months) + portmgr blanket Obtained from: upstream (still under APACHE-2.0) Approved by: ports-secteam blanket Notes: svn path=/branches/2017Q2/; revision=446253
* MFH: r446135Jan Beich2017-07-192-1/+51
| | | | | | | | | | | | graphics/colmap: try to unbreak on non-x86 g++5: error: unrecognized command line option '-mfpmath=sse' Reported by: pkg-fallout (aarch64) Approved by: ports-secteam blanket Notes: svn path=/branches/2017Q2/; revision=446185
* MFH: r445016Jan Beich2017-07-062-20/+10
| | | | | | | | | | | | | | x11/libxshmfence: don't leak /tmp/shmfd* files with O_CLOEXEC - Both mkostemp() and mkstemp() need explicit call to unlink() - Unobfuscate fallback if both O_TMPFILE and mksotemp() are N/A - O_TMPFILE (Linux-only) appeared after O_CLOEXEC, no need to check PR: 217676 (for tracking) Approved by: ports-secteam (junovitch) Notes: svn path=/branches/2017Q2/; revision=445125
* MFH: r444811Jan Beich2017-07-022-1/+39
| | | | | | | | | | | | | | | | | | devel/glib20: fix symlink writing $ gio save testfile < /etc/shells $ ln -s testfile testlink $ gio save testlink < /etc/shells gio: file:///path/to/testlink: Error opening file '/path/to/testlink': Too many links PR: 212572 Reported by: Yuri Victorovich Submitted by: Ting-Wei Lan Approved by: maintainer timeout (3 weeks) Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=444863
* MFH: r443869 r444372 r444711Mathieu Arnold2017-06-302-5/+5
| | | | | | | | | | | Update to latest commit. Security: CVE-2017-3142 Security: CVE-2017-3143 Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=444712
* MFH: r444694Jan Beich2017-06-302-6/+20
| | | | | | | | | | | | | | | math/openblas: unblock on Tier2 architectures - Limit DYNAMIC_ARCH to i386 and amd64 - Fix build on aarch64 [1] PR: 218547 Submitted by: andrew [1] Approved by: portmgr blanket [1], phd_kimberlite@yahoo.co.jp (maintainer) Approved by: ports-secteam blanket Notes: svn path=/branches/2017Q2/; revision=444695
* MFH: r444687Mathieu Arnold2017-06-296-12/+12
| | | | | | | | | | | Update to 9.{9.10,10.5,11.1}-P2. Security: CVE-2017-3142 Security: CVE-2017-3143 Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=444688
* MFH: r444605Jan Beich2017-06-294-196/+196
| | | | | | | | | | | www/firefox: update to 54.0.1 Changes: https://www.mozilla.org/firefox/54.0.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-release/shortlog/ Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444685
* MFH: r444606Jan Beich2017-06-294-192/+192
| | | | | | | | | | | www/firefox-esr: update to 52.2.1 Changes: https://www.mozilla.org/firefox/52.2.1/releasenotes/ Changes: https://hg.mozilla.org/releases/mozilla-esr52/shortlog/ Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444684
* MFH: r441668Marc Fonvieille2017-06-297-6/+21
| | | | | | | | | Update to r50268 from the FreeBSD docset. Approved by: portmgr (blanket), doceng (implicit) Notes: svn path=/branches/2017Q2/; revision=444625
* MFH: r444604Jan Beich2017-06-293-14/+4
| | | | | | | | | | x11-drivers/xf86-input-wacom: update to 0.35.0 Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35914015/ Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444620
* MFH: r444364Carlos J. Puga Medina2017-06-284-0/+38
| | | | | | | | | | | | | | | | | | | security/py-{acme,certbot}: fix missing dependency on py-mock Common: - Move py-mock requirement to dev_extras in setup.py - Bump PORTREVISION PR: 220274 Submitted by: cpm Reported by: Randy Westlund <rwestlun@gmail.com> Approved by: koobs (maintainer, py-certbot) Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444601
* MFH: r444380Thomas Zander2017-06-282-4/+4
| | | | | | | | | Update to upstream version 13.0.0 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444541
* MFH: r444360Jan Beich2017-06-282-7/+7
| | | | | | | | | | | multimedia/x264: update to 0.148.2768 Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444538
* MFH: r440153 r441565 r444438Jan Beich2017-06-283-4/+11
| | | | | | | | | | | | games/manaplus: update to 1.7.6.24 Changes: https://manaplus.org/changelog#new_release_17624 PR: 219855 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer, earlier version) Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444537
* MFH: r444423Jan Beich2017-06-282-0/+13
| | | | | | | | | | | | | | games/xscavenger: fix font mapping with Clang or GCC 7.* Characters of user name and some menu couldn't display the correct letters because of incorrect font mapping. PR: 220106 Submitted by: Yasuhito FUTATSUKI Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444536
* MFH: r444264Marc Fonvieille2017-06-2712-24/+11
| | | | | | | | | Update to r50402 from the FreeBSD docset (a.k.a. 11.1-R version) Approved by: portmgr (blanket), doceng (implicit) Notes: svn path=/branches/2017Q2/; revision=444470
* MFH: r444211Christoph Moench-Tegeder2017-06-254-124/+124
| | | | | | | | | | | | | | mail/thunderbird: update to 52.2.1 https://www.mozilla.org/en-US/thunderbird/52.2.1/releasenotes/ PR: 220248 Approved by: maintainer (jbeich) Approved by: ports-secteam (delphij) Notes: svn path=/branches/2017Q2/; revision=444262
* MFH: r444072Josh Paetzel2017-06-232-5/+5
| | | | | | | | | | | | Update to latest version PR: 220183 Submitted by: ecrist@secure-computing.net Approved by: ports-secteam (delphij) Notes: svn path=/branches/2017Q2/; revision=444183
* MFH: r440983Josh Paetzel2017-06-232-12/+17
| | | | | | | | | | | | | | | | Update to new snapshot. Note I didn't take the original patch because it needed to NOT conflict with itself, and I had to fix indentation - be sure to use TAB, not blanks, after the VARIABLE= part. PR: 219305 Submitted by: ecrist@secure-computing.net (maintainer) Approved by: ports-secteam (delphij) Notes: svn path=/branches/2017Q2/; revision=444182
* MFH: r443998Carlos J. Puga Medina2017-06-23419-2043/+2195
| | | | | | | | | | | | | | | | | | | | | | www/chromium: update to 59.0.3071.104 - Use https in WWW and MASTER_SITES - Sort ONLY_FOR_ARCHS, USES, USE_GNOME and GN_ARGS - Put in correct place MAKE_ENV+= V=1 variable - Use LLD linker by default for supported archs - Fix DEBUG option - Fix gpu_info_collector.cc warning: control may reach end of non-void function [-Wreturn-type] - Get rid of multiple definition errors Changelog: https://chromium.googlesource.com/chromium/src/+log/58.0.3029.110..59.0.3071.104?pretty=fuller&n=10000 Security: https://www.vuxml.org/freebsd/52f4b48b-4ac3-11e7-99aa-e8e0b747a45a.html Security: https://www.vuxml.org/freebsd/f53dd5cc-527f-11e7-a772-e8e0b747a45a.html Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=444178
* MFH: r438364 r438419 r438787 r441093 r442458Nikolai Lifanov2017-06-225-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update sysutils/ansible to 2.3.0.0 This is a major release! https://raw.githubusercontent.com/ansible/ansible/v2.3.0.0-1/CHANGELOG.md o stop "fixing" default interpreter of /usr/bin/python o remove NETADDR option and depend on py-netaddr unconditionally Differential Revision: https://reviews.freebsd.org/D10165 sysutils/ansible1: fix packaging Also, bump expiration date again since I touched it. I plan to keep it around until sysutils/py-ploy_ansible is migrated. sysutils/ansible: fix prompt for become-method=su PR: 218724 Reported by: Guillaume Bibaut <yom@iaelu.net> sysutils/ansible: add dependency on py-jmespath o add missing dependency on py-jmespath required by built-in jsonquery o sort dependency list PR: 219359 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> update sysutils/ansible to 2.3.1.0 Relnotes: https://github.com/ansible/ansible/blob/v2.3.1.0-1/CHANGELOG.md Security: 15a04b9f-47cb-11e7-a853-001fbc0f280f Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=444127
* OpenVPN security update to 2.3.17Matthias Andree2017-06-222-7/+8
| | | | | | | | | | | | | | | | | | | | | OpenVPN v2.4.2 was analyzed closely using a fuzzer by Guido Vranken. In the process several vulnerabilities were found, some of which are remotely exploitable in certain circumstances, and the fixes have been backported to v2.3.x. Changelog: <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.17> Security: 9f65d382-56a4-11e7-83e3-080027ef73ec Security: CVE-2017-7508 Security: CVE-2017-7512 Security: CVE-2017-7520 Security: CVE-2017-7521 Security: CVE-2017-7522 Approved by: ports-secteam@ (delphij@) Notes: svn path=/branches/2017Q2/; revision=444124
* MFH: r444079Dimitry Andric2017-06-221-0/+21
| | | | | | | | | | | | Disable usage of c++1z (c++17) for qt5-script, as the third-party JavaScriptCore code is not fully compatible with it. This is a requirement for using libc++ 5.0.0, which is more strict. Approved by: portmgr (feld) PR: 220188 Notes: svn path=/branches/2017Q2/; revision=444122
* MFH: r444043Matthias Andree2017-06-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | OpenVPN security update to 2.4.3 OpenVPN v2.4.2 was analyzed closely using a fuzzer by Guido Vranken. In the process several vulnerabilities were found, some of which are remotely exploitable in certain circumstances. Compared to OpenVPN 2.4.2 there are several bugfixes and one major feature: support for building with OpenSSL 1.1. Security: 9f65d382-56a4-11e7-83e3-080027ef73ec Security: CVE-2017-7508 Security: CVE-2017-7512 Security: CVE-2017-7520 Security: CVE-2017-7521 Security: CVE-2017-7522 Approved by: ports-secteam@ (delphij@) Notes: svn path=/branches/2017Q2/; revision=444119
* MFH: r444108Mathieu Arnold2017-06-222-5/+4
| | | | | | | | | | | | | | | Update to 2.4.26. Security: CVE-2017-3167 Security: CVE-2017-3169 Security: CVE-2017-7659 Security: CVE-2017-7668 Security: CVE-2017-7679 With hat: portmgr Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=444109
* MFH: r443708Torsten Zuehlsdorff2017-06-214-2/+73
| | | | | | | | | | | | | | lang/php70 and lang/php71: Parse multiple [PATH=] and [HOST=] sections properly Adding a patch to fix bug #74738 in PHP 7.0 and 7.1: https://bugs.php.net/bug.php?id=74738 Reported by: Philip Jocks <pj@netzkommune.de> Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=444024
* MFH: r443990Jochen Neumeister2017-06-202-4/+4
| | | | | | | | | | | | | | - chinese/wordpress-zh_TW: Update to 4.7.5 - Changelog: https://wordpress.org/news/2017/05/wordpress-4-7-5/ Approved by: miwi (mentor) Security: a5bb7ea0-3e58-11e7-94a2-00e04c1ea73d Differential Revision: https://reviews.freebsd.org/D11275 Approved by: ports-secteam (miwi), miwi (mentor) Notes: svn path=/branches/2017Q2/; revision=443991
* MFH: r443949Roger Pau Monné2017-06-2015-2/+2220
| | | | | | | | | | xen: apply XSA-{217,218,219,220,221,222,224} Sponsored by: Citrix Systems R&D Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443982
* MFH: r443875Roger Pau Monné2017-06-202-1/+27
| | | | | | | | | | | | xen-tools: fix ASL QEMU code In order to build with newer IASL compiler found in FreeBSD 12 Sponsored by: Citrix Systems R&D Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443981
* MFH: r443953Guido Falsi2017-06-201-15/+19
| | | | | | | | | | | | | | | - Prevent asterisk build system from unconditionally using -march=native [1] - Add an OPTIMIZED_CFLAGS option, disabled by default, to allow enabling the native flag - While here, convert to option target helpers. Reported by: "Andrey V. Elsukov" <bu7cher at yandex.ru> (via email) [1] Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443980
* MFH: r443951Guido Falsi2017-06-201-3/+3
| | | | | | | | | | - Fix user provided menuselect support - Make it work also when SYSINFO option is turned on Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443979
* MFH: r443903Renato Botelho2017-06-202-31/+54
| | | | | | | | | | | | | | | | | | | - Replace git-send-email.perl patch by a different fix committed upstream. With previous version, when user tries to send multiple e-mails using an authenticated SMTP server, it asks for password on first one and rejects all other with "authentication failed" error - Bump PORTREVISION Reported by: novel Tested by: novel Obtained from: Git repository, commits: 0ead000c3aca13a10ae51a3c74c866981e0d33b8 bfbfc9a953d8e26b029110c05581b22f9f0d77e9 Sponsored by: Rubicon Communications, LLC (Netgate) Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=443947
* MFH: r443856Adam Weinberger2017-06-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: ports-secteam (zi) Update to 5.3 qjail-5.3-change-log 1. Adam Weinberger sent email about bug he found. The qjail console -c "ls /user/local" jailname command was not working correctly. This error was introduced by changes done to correct coding syntax problems that the hs-shellcheck package found and published in qjail-5.2. Fixed now. 2. Adam Weinberger also sent email containing a patch that standardized error messages and corrected some spelling errors. After review the patch was applied. 3. Checked all the 'kill' messages for 'Error:' prefix and added the prefix where it was missing to complete the standardization. 4. While reviewing the patch changes I noticed that the "qjail install" logic had some duplicated code. I removed it to make more of it part of the fall through logic path. 5. While working on the "qjail install" logic, 11.1-BETA1 was published. It cam to my attention that BETA and RC Release Engineering builds are now having distribution files built. Changed the 'qjail install' logic to auto handle BETA, RC, builds in the same manner RELEASE, and RELEASE-p builds were being handled. 6. Corrected the qjail manual to reflect the changes made to the script. PR: 220113 Submitted by: maintainer (Joe Barbish) Notes: svn path=/branches/2017Q2/; revision=443910
* MFH: r443871Jan Beich2017-06-192-5/+5
| | | | | | | | | | multimedia/mpc-qt: update to 0.0.0.s20170618 Changes: https://github.com/cmdrkotori/mpc-qt/compare/999d18f...55cfb22 Approved by: ports-secteam (zi) Notes: svn path=/branches/2017Q2/; revision=443907
* MFH: r443877Jung-uk Kim2017-06-192-4/+4
| | | | | | | | | | Update to 26.0.0.131. PR: 220084 Approved by: ports-secteam (zi) Notes: svn path=/branches/2017Q2/; revision=443902
* MFH: r443880Mathieu Arnold2017-06-191-1/+1
| | | | | | | | | | | | The THREADS option is defined twice, remove one of them. It makes poudriere think that options changed, and forces openssl to be rebuilt at every bulk run. Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=443882
* MFH: r443622Jung-uk Kim2017-06-192-4/+4
| | | | | | | | | | | | Update to 26.0.0.126. https://helpx.adobe.com/security/products/flash-player/apsb17-17.html PR: 220006 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=443879
* MFH: r443662Matthew Seaman2017-06-182-4/+4
| | | | | | | | | | | | | Security update to 0.27 Changes: http://cpansearch.perl.org/src/BPS/RT-Authen-ExternalAuth-0.27/CHANGES Security: 7a92e958-5207-11e7-8d7c-6805ca0b3d42 Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443831
* MFH: r443703Matthew Seaman2017-06-1712-3/+305
| | | | | | | | | | | | | | | | | Add security patches from BestPractical in lieu of the upcoming 4.4.2 release. See: http://lists.bestpractical.com/pipermail/rt-announce/\ 2017-June/000297.html PR: 220031 Approved by: mikael.urankar@gmail.com (maintainer) Security: 7a92e958-5207-11e7-8d7c-6805ca0b3d42 Approved by: portmgr (miwi) Notes: svn path=/branches/2017Q2/; revision=443767
* MFH: r443673Jan Beich2017-06-172-9/+14
| | | | | | | | | | multimedia/mpc-qt: update to 0.0.0.s20170616 Changes: https://github.com/cmdrkotori/mpc-qt/compare/508ddd0...999d18f Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=443740
* MFH: r443702Jan Beich2017-06-179-12/+75
| | | | | | | | | www/firefox*i18n: add missing langpacks Approved by: ports-secteam (miwi) Notes: svn path=/branches/2017Q2/; revision=443739
* MFH: r443668 r443686Matthew Seaman2017-06-1610-4/+260
| | | | | | | | | | | | | | | | | | | | | | | Security Update: Add security patches from BestPractical. See http://lists.bestpractical.com/pipermail/rt-announce/\ 2017-June/000297.html Security: 7a92e958-5207-11e7-8d7c-6805ca0b3d42 Revert patch-config.layout to r354074 -- 'make makepatch' wiped out the %%PREFIX%% substitution token. Pointyhat to me. This, along with r443668 needs MFH to 2017Q2 Approved by: ports-secteam (zi) Notes: svn path=/branches/2017Q2/; revision=443704
* MFH: r443658Sunpoet Po-Chuan Hsieh2017-06-164-20/+20
| | | | | | | | | | | | Update to 7.54.1 Changes: https://curl.haxx.se/changes.html Security: 9314058e-5204-11e7-b712-b1a44a034d72 Approved by: ports-secteam (zi) Notes: svn path=/branches/2017Q2/; revision=443701
* MFH: r443671Kubilay Kocak2017-06-162-4/+4
| | | | | | | | | | | | | | | | | | | | devel/libhtp: Update to 0.5.24 This update fixes a HTTP connect handling issue [1] Changelog: https://github.com/OISF/libhtp/blob/0.5.24/ChangeLog [1] https://github.com/OISF/libhtp/pull/150 PR: 220025 Submitted by: Franco Fichtner <franco opnsense org> Approved by: ports-secteam (blanket) Notes: svn path=/branches/2017Q2/; revision=443672
* security/tor-devel: update 0.3.0.3-alpha -> 0.3.1.3-alphaKurt Jaeger2017-06-166-39/+119
| | | | | | | | | | | | | | | | | | - fixes two remote DoS vulnerabilities related to hidden services https://lists.torproject.org/pipermail/tor-talk/2017-June/043244.html - disabled the new compression options for now, since at least one of them has a bug, see here: https://trac.torproject.org/projects/tor/ticket/22550 PR: 219248, 219864 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Approved by: ports-secteam (miwi, feld) MFH: 2017Q2 Relnotes: https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.3.1.3-alpha Security: TROVE-2017-002, CVE-2017-0375, CVE-2017-0376 Notes: svn path=/branches/2017Q2/; revision=443670
* security/tor: update 0.2.9.10 -> 0.3.0.8Kurt Jaeger2017-06-164-27/+26
| | | | | | | | | | | | PR: 219246, 219863 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Approved by: ports-secteam (miwi, feld) MFH: 2017Q2 Relnotes: https://gitweb.torproject.org/tor.git/tree/ChangeLog Security: TROVE-2017-002, CVE-2017-0375, CVE-2017-0376 Notes: svn path=/branches/2017Q2/; revision=443669
* MFH: r439274 r439940 r440485 r440934 r441454 r441983 r442751 r443618Mathieu Arnold2017-06-155-24/+23
| | | | | | | | | | | Update to latest commit. Security: CVE-2017-3140 Security: CVE-2017-3141 Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=443619
* MFH: r443535Jan Beich2017-06-156-212/+124
| | | | | | | | | | | | mail/thunderbird: update to 52.2.0 Changes: https://www.mozilla.org/thunderbird/52.2.0/releasenotes/ Changes: https://hg.mozilla.org/releases/comm-esr52/shortlog/THUNDERBIRD_52_2_0_RELEASE Security: 6cec1b0a-da15-467d-8691-1dea392d4c8d Approved by: ports-secteam (feld) Notes: svn path=/branches/2017Q2/; revision=443617
* MFH: r443608 r443607Mathieu Arnold2017-06-1414-52/+51
| | | | | | | | | | | | | | | | | | | | | | Update to 9.9.10-P1, 9.10.5-P1, 9.11.1-P1. Security: CVE-2017-3140 Security: CVE-2017-3141 Sponsored by: Absolight Remove special handling for testing and documentation domains, per RFC 6761 recommendations. While there: - Fix invalid syntax in sample slave config. - Add a message about having syslogd working with BIND9 chroot. PR: 217915 Reported by: eserte12 yahoo de Sponsored by: Absolight Notes: svn path=/branches/2017Q2/; revision=443609