aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r480991Jan Beich2018-10-011-1/+1
| | | | | | | | | | | | | | | | | | | devel/googlemock: unbreak on GCC architectures In file included from /usr/local/include/gtest/gtest.h:59, from ./include/gmock/internal/gmock-internal-utils.h:47, from ./include/gmock/gmock-actions.h:47, from ./include/gmock/gmock.h:59, from src/gmock_main.cc:32: /usr/local/include/gtest/internal/gtest-internal.h:657: error: expected ',' or '...' before '>' token /usr/local/include/gtest/internal/gtest-internal.h:657: error: parse error in template argument list /usr/local/include/gtest/internal/gtest-internal.h:657: error: default argument missing for parameter 7 of 'static bool testing::internal::TypeParameterizedTest<Fixture, TestSel, Types>::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, Types)' PR: 231835 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480992
* MFH: r480989Jan Beich2018-10-011-1/+1
| | | | | | | | | | | | | | | | devel/googletest: oops, builds fine with clang++ -stdlib=libstdc++ -std=gnu++03 FreeBSD 9.x defaulted to GCC 4.2 but could use Clang, so c++11-lang used Clang while c++11-lib use lang/gcc* bun nowadays the difference no longer exists. While testing previous change I forgot to account that newer Clang versions have switched to C++14 by default while libstdc++ 4.2 doesn't support C++11 or newer. PR: 231835 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480990
* MFH: r480987Jan Beich2018-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/googletest: unbreak on GCC architectures after r478607 In file included from ./include/gtest/gtest.h:59, from src/gtest_main.cc:31: ./include/gtest/internal/gtest-internal.h:657: error: expected ',' or '...' before '>' token ./include/gtest/internal/gtest-internal.h:657: error: parse error in template argument list ./include/gtest/internal/gtest-internal.h:657: error: default argument missing for parameter 7 of 'static bool testing::internal::TypeParameterizedTest<Fixture, TestSel, Types>::Register(const char*, const testing::internal::CodeLocation&, const char*, const char*, int, const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, Types)' In file included from src/gtest_main.cc:31: In file included from ./include/gtest/gtest.h:59: ./include/gtest/internal/gtest-internal.h:947:44: error: no member named 'declval' in namespace 'std' class Iterator = decltype(::std::declval<const C&>().begin()), ~~~~~~~^ ./include/gtest/internal/gtest-internal.h:947:52: error: expected expression class Iterator = decltype(::std::declval<const C&>().begin()), ^ ./include/gtest/internal/gtest-internal.h:948:35: error: no member named 'declval' in namespace 'std' class = decltype(::std::declval<const C&>().end()), ~~~~~~~^ ./include/gtest/internal/gtest-internal.h:948:43: error: expected expression class = decltype(::std::declval<const C&>().end()), ^ ./include/gtest/internal/gtest-internal.h:949:37: error: no member named 'declval' in namespace 'std' class = decltype(++::std::declval<Iterator&>()), ~~~~~~~^ ./include/gtest/internal/gtest-internal.h:949:45: error: 'Iterator' does not refer to a value class = decltype(++::std::declval<Iterator&>()), ^ ./include/gtest/internal/gtest-internal.h:947:17: note: declared here class Iterator = decltype(::std::declval<const C&>().begin()), ^ ./include/gtest/internal/gtest-internal.h:949:54: error: expected expression class = decltype(++::std::declval<Iterator&>()), ^ ./include/gtest/internal/gtest-internal.h:949:56: error: expected expression class = decltype(++::std::declval<Iterator&>()), ^ ./include/gtest/internal/gtest-internal.h:950:36: error: no member named 'declval' in namespace 'std' class = decltype(*::std::declval<Iterator>()), ~~~~~~~^ ./include/gtest/internal/gtest-internal.h:950:44: error: 'Iterator' does not refer to a value class = decltype(*::std::declval<Iterator>()), ^ ./include/gtest/internal/gtest-internal.h:947:17: note: declared here class Iterator = decltype(::std::declval<const C&>().begin()), ^ ./include/gtest/internal/gtest-internal.h:950:54: error: expected expression class = decltype(*::std::declval<Iterator>()), ^ PR: 231835 Submitted by: Piotr Kubaj (based on) Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480988
* MFH: r480912Jan Beich2018-09-291-3/+6
| | | | | | | | | | | | | | | gecko: whitelist where DTRACE is enabled by default Userland probes are only supported on Tier1 architectures. Even though powerpc* should support dtrace -G may crash on C++ files built by GCC. DTRACE option is still exposed as long as dtrace(1) binary is present for easier debugging of libdtrace. PR: 221641 224271 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480913
* MFH: r480763Niclas Zeising2018-09-2810-455/+36
| | | | | | | | | | | | | | | | | | | | mail/spamassassin: Update to 3.4.2 Update mail/spamassassin to 3.4.2. This update includes security fixes. For complete changelog and upgrade notes, see: https://mail-archives.apache.org/mod_mbox/spamassassin-announce/201809.mbox/%3cc44ca0f1-cba9-b129-20b2-ba59816cfd13@apache.org%3e Big thanks to Larry Rosenman (ler) for help with testing! PR: 231412 Reported by: dewayne@heuristicsystems.com.au Tested by: ler Security: 613193a0-c1b4-11e8-ae2d-54e1ad3d6335 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=480880
* MFH: r480688Jochen Neumeister2018-09-263-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | www/apache24: Update to 2.4.35 Changelog: *) http: Enforce consistently no response body with both 204 and 304 statuses. [Yann Ylavic] *) mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values. [Rainer Jung] *) mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes. [Rainer Jung] *) mod_status: Add cumulated response duration time in milliseconds. [Rainer Jung] *) mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers. [Rainer Jung] *) mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568. [Yann Ylavic] *) mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557. [Ruediger Pluem, William Rowe] *) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>, and <IfModule> to be quoted. This is primarily for the benefit of <IfFile>. [Eric Covener] *) mod_watchdog: Correct some log messages. [Rainer Jung] *) mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572. [Stefan Eissing] *) mod_ssl: Fix merging of SSLOCSPOverrideResponder. [Jeff Trawick, [Frank Meier <frank meier ergon.ch>] *) mod_proxy_balancer: Restore compatibility with APR 1.4. [Joe Orton] With hat: apache Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=480748
* MFH: r480744Jan Beich2018-09-263-0/+21
| | | | | | | | | | www/firefox: document e10s instability PR: 225233 228855 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480745
* MFH: r479187 r480664Tobias Kortkamp2018-09-263-6/+9
| | | | | | | | | | | | | | | | databases/mantis: Update to 2.17.0 Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.17.0 databases/mantis: Update to 2.17.1 Changes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.17.1 Security: 6bf71117-c0c9-11e8-b760-6023b685b1ee Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=480719
* MFH: r476819Palle Girgensohn2018-09-2520-29/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. This release fixes two security issues as well as bugs reported over the last three months. If you have untrusted users accessing your system and you are either running PostgreSQL 9.5 or a newer version OR have installed the "dblink" or "postgres_fdw" extensions, you must apply this update as soon as possible. All other users can upgrade at the next convenient downtime. Please note that PostgreSQL changed its versioning scheme with the release of version 10.0, so updating to version 10.5 from any 10.x release is considered a minor update. The PostgreSQL Global Development Group also announces that the third beta release of PostgreSQL 11 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 11 (though some details of the release could change before then) as well as bug fixes that were reported during the second beta. This release also changes the default option for the server packages to *not* include XML support per default. If you need this, please check the XML option knob and build the port. Releasenotes: https://www.postgresql.org/about/news/1878/ PR: 229523, 198588 Security: 96eab874-9c79-11e8-b34b-6cc21735f730 Security: CVE-2018-10915, CVE-2018-10925 Approved by: ports-secteam Notes: svn path=/branches/2018Q3/; revision=480671
* MFH: r480668Mark Felder2018-09-252-1/+12
| | | | | | | | | www/varnish6: Add patch to fix output of varnishhist Obtained from: https://github.com/varnishcache/varnish-cache/issues/2780 Notes: svn path=/branches/2018Q3/; revision=480669
* MFH: r474056 r477650 r480481Marc Fonvieille2018-09-2417-164/+433
| | | | | | | | | | | | | | | | | | | | Mark the freebsd-doc-* ports broken on aarch64 and powerpc64 due to various problems with the Java runtime. Approved by: portmgr (tier-2 blanket) Update to r52155 from the FreeBSD docset. Approved by: doceng (implicit) Update to r52287 from the FreeBSD docset (a.k.a. 12.0-R version) Approved by: doceng (implicit) Approved by: portmgr (blanket) Notes: svn path=/branches/2018Q3/; revision=480610
* MFH: r474540 r479103 r480266Guido Falsi2018-09-246-34/+34
| | | | | | | | | | | | | | | | | | - Update asterisk13 to 13.22.0 - Update asterisk15 to 15.5.0 - Update asterisk13 to 13.23.0 - Update asterisk15 to 15.6.0 - Update asterisk13 to 13.23.1 - Update asterisk15 to 15.6.1 Security: 77f67b46-bd75-11e8-81b6-001999f8d30b Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=480550
* MFH: r480419Sunpoet Po-Chuan Hsieh2018-09-242-6/+7
| | | | | | | | | | | | Update to 0.2.1 Changes: https://github.com/theforeman/smart_proxy_dynflow/commits/master Security: 2d6de6a8-fb78-4149-aeda-77fc8f140f06 Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q3/; revision=480547
* MFH: r480533Jan Beich2018-09-231-2/+1
| | | | | | | | | | | | | print/harfbuzz: unbreak on GCC archs after r477696 /usr/local/lib/libgraphite2.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' PR: 231544 Submitted by: Piotr Kubaj Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480534
* MFH: r480329Jan Beich2018-09-214-206/+204
| | | | | | | | | | www/firefox-esr: update to 60.2.1 Changes: https://www.mozilla.org/firefox/60.2.1/releasenotes/ Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=480330
* MFH: r480254Jan Beich2018-09-214-208/+206
| | | | | | | | | | | www/firefox: update to 62.0.2 Changes: https://www.mozilla.org/firefox/62.0.2/releasenotes/ PR: 229168 Approved by: portmgr blanket Notes: svn path=/branches/2018Q3/; revision=480262
* MFH: r477242Mark Felder2018-09-203-4/+5
| | | | | | | | | | - Security update to to 1.4.50 PR: 230595 Submitted by: Piotr Kubaj Security: https://www.lighttpd.net/2018/8/13/1.4.50/ Notes: svn path=/branches/2018Q3/; revision=480182
* MFH: r480155Emanuel Haupt2018-09-201-1/+6
| | | | | | | | | | | | - Add missing run dependency - While here pacify portlint PR: 231217 Submitted by: 0mp Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=480156
* MFH: r480095Antoine Brodin2018-09-191-0/+2
| | | | | | | | | | | | | security/lockdown: mark FORBIDDEN as it renders the system unbootable By inspection I see that the port sets the obsolete 'nodev' flag in /etc/fstab, and it really needs careful review for use with contemporary FreeBSD; upstream is gone. Reported by: Jeffrey Bouquet on -current Notes: svn path=/branches/2018Q3/; revision=480116
* MFH: r480029Thomas Zander2018-09-181-1/+3
| | | | | | | | | | | | | | | | | | | Fix runtime error: remove -march=native as optimisation target Details: The upstream Makefile contains -march=native as optimisation which leads to unconditional use of AVX instructions if built on a machine that has AVX support. Subsequently this causes SIGILL on processors without AVX, including latest-generation Atom descendants. PR: 225922 Reported by: arthur@qeng-ho.org Approved by: hsw@bitmark.com (maintainer, implicit) Approved by: ports-secteam (riggs) Notes: svn path=/branches/2018Q3/; revision=480031
* MFH: r479510Wen Heping2018-09-188-16/+16
| | | | | | | | | | - Update moodle to 3.5.2, 3.4.5, 3.3.8 and 3.1.14 (include security fix) Approved by: ports-secteam@(miwi@) Notes: svn path=/branches/2018Q3/; revision=480009
* MFH: r479837Jochen Neumeister2018-09-172-4/+4
| | | | | | | | | | | | | | Update to 7.1.22 Changelog: http://www.php.net/ChangeLog-7.php#7.1.22 Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=479936
* MFH: r474655 r477360 r479846Larry Rosenman2018-09-163-916/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | www/joomla3: upgrade to 3.8.10 Release Announcement: https://www.joomla.org/announcements/release-news/5737-joomla-3-8-10-release.html Moved to using the official distribution tarball. This shrinks the package significantly. www/joomla3: update to 3.8.11. Joomla 3.8.11 addresses several bugs and improvements, including: Fix for the Missing "Select Type" field in the Extensions Manager #20881 Replace the URL parameter "limitstart=0" by "start=0" when SEF is enabled #19452 Remove non callable array items from field categories #20093 Articles - Category Module: New showon attribute for form fields #20950 Fix OpenSearch implementation #20937 Fix for tag filtering in Featured Articles view in administrator #21138 Fix for filtering Featured Articles by access level in administrator #21168 Media manager: relative paths for video files #21156 Com_menus: removal of useglobal attribute #21095 Multilingual Associations Component: fix associations in sidebyside view for contact and newsfeeds #21180 www/joomla3: update to 3.8.12. Joomla 3.8.12 includes three security vulnerability fixes, several bug fixes and improvements: Security Issues Fixed Low Priority - Core - Hardening the InputFilter for phar stubs (affecting Joomla 1.5.0 through 3.8.11) More information Low Priority - Core - Stored XSS vulnerability in the frontend profile (affecting Joomla 1.5.0 through 3.8.11) More information Low Priority - Core - ACL Violation in custom fields (affecting Joomla 3.7.0 through 3.8.11) More information Bug fixes and Improvements mod_articles_latest and mod_articles_news: fix to show featured articles #21336 Tags in com_content: fix to display tags when other item info are set to hidden #21275 com_tags: All Tags default layout #21031 Allows filtering by the archived state in the redirect component #21673 Visit GitHub for the full list of bug fixes. Approved by: ports-secteam (eadler) Security: CVE-2018-15860 Security: CVE-2018-15881 Security: CVE-2018-15882 Notes: svn path=/branches/2018Q3/; revision=479851
* MFH: r479757Jochen Neumeister2018-09-153-5/+7
| | | | | | | | | | | | | | Update to 1.8.19 Changelog: https://blog.mybb.com/2018/09/11/mybb-1-8-19-released-security-maintenance-release/ Security: ab38d9f8-b787-11e8-8e7a-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: portmgr (miwi) Notes: svn path=/branches/2018Q3/; revision=479828
* MFH: r479685Jochen Neumeister2018-09-152-4/+4
| | | | | | | | | | | | | | Update to 7.2.10 Changelog: http://www.php.net/ChangeLog-7.php#7.2.10 Approved by: tz (implicit) Sponsored by: Netzkommune GmbH Approved by: portmgr (miwi) Notes: svn path=/branches/2018Q3/; revision=479827
* MFH: r479680Jochen Neumeister2018-09-152-4/+4
| | | | | | | | | | | | | Update to 7.0.32 Changelog: http://www.php.net/ChangeLog-7.php#7.0.32 Approved by: tz (implicit) Approved by: portmgr (miwi) Notes: svn path=/branches/2018Q3/; revision=479826
* MFH: r479823Jan Beich2018-09-157-507/+4
| | | | | | | | | | | www/waterfox: update to 56.2.3 Changes: https://blog.waterfoxproject.org/waterfox-56.2.3-release-download Changes: https://github.com/MrAlex94/Waterfox/compare/56.2.2...56.2.3 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=479824
* MFH: r479746Gerald Pfeifer2018-09-151-1/+0
| | | | | | | | | | Remove gcc.skazkaforyou.com from MASTER_SITE_GCC. It's gone rogue and is up for sale, and does not provide mirror service any longer. Approved by: portmgr (miwi) Notes: svn path=/branches/2018Q3/; revision=479822
* MFH: r479508 r479817Baptiste Daroussin2018-09-153-6/+7
| | | | | | | | update to 5.6.1 Update to 5.6.2 Notes: svn path=/branches/2018Q3/; revision=479819
* MFH: r479615Mark Felder2018-09-122-4/+4
| | | | | | | | | www/varnish4: Update to 4.1.10 Changelog: https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst Notes: svn path=/branches/2018Q3/; revision=479616
* MFH: r479609Mark Felder2018-09-123-4/+5
| | | | | | | | | www/varnish6: Update to 6.0.1 Changelog: https://github.com/varnishcache/varnish-cache/blob/master/doc/changes.rst#varnish-cache-601-2018-08-29 Notes: svn path=/branches/2018Q3/; revision=479610
* MFH: r479539, r479540Jung-uk Kim2018-09-113-5/+5
| | | | | | | | | | | | - Update www/linux-flashplayer to 31.0.0.108. - Update www/flashplayer to 31.0 to catch up with www/linux-flashplayer. https://helpx.adobe.com/security/products/flash-player/apsb18-31.html Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=479542
* MFH: r479518Jochen Neumeister2018-09-113-5/+6
| | | | | | | | | | | | | | www/mybb: Update to 1.8.18 Changelog: https://blog.mybb.com/2018/08/22/mybb-1-8-18-released-security-maintenance-release/ Security: db2acdac-b5a7-11e8-8f6f-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=479519
* MFH: r478951 r479032 r479243Tijl Coosemans2018-09-1111-48/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r478951: - Update print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11 to 9.24. - Set USE_CSTD=gnu99 and eliminate a patch. - Add cpe string. - Patch configure to respect CFLAGS. r479032: Add a patch to give Ghostscript read permission on /usr/local/share/ghostscript/9.24/iccprofiles/* in -dSAFER mode. r479243: Add some upstream patches for regressions in 9.24. patch-010-bc3df07 For ICC profile validation, have cups id iteself as DeviceN. patch-020-c8c01f8, patch-030-1341854 Add the ICCProfilesDir to the PermitReading list. patch-040-9528102 Fix ps2epsi /undefined in --setpagedevice--. PR: 231148 Approved by: ports-secteam (eadler) Security: https://www.kb.cert.org/vuls/id/332928 Notes: svn path=/branches/2018Q3/; revision=479506
* MFH: r479190Cy Schubert2018-09-111-1/+9
| | | | | | | | | Catch up to the latest krb5 port commits. Approved by: portmgr (miwi@) Notes: svn path=/branches/2018Q3/; revision=479500
* MFH: r479492Jan Beich2018-09-112-5/+5
| | | | | | | | | | emulators/citra: update to s20180909 Changes: https://github.com/citra-emu/citra/compare/ca701e261...9df1461ce Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2018Q3/; revision=479495
* MFH: r479144Kirill Ponomarev2018-09-102-6/+5
| | | | | | | | | | | | dns/powerdns: update to 4.1.4 PR: 231170 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=479371
* MFH: r479224Jan Beich2018-09-082-5/+5
| | | | | | | | | | emulators/citra: update to s20180906 Changes: https://github.com/citra-emu/citra/compare/22e172946...ca701e261 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2018Q3/; revision=479226
* MFH: r479194Mathieu Arnold2018-09-072-3/+2
| | | | | | | | | | Fix service munin-asyncd status. PR: 231056 Reported by: gerrit kuehn aei mpg de Notes: svn path=/branches/2018Q3/; revision=479195
* MFH: r479050Sunpoet Po-Chuan Hsieh2018-09-062-4/+4
| | | | | | | | | | | | Update to 7.61.1 Changes: https://curl.haxx.se/changes.html Security: f4d638b9-e6e5-4dbe-8c70-571dbc116174 Approved by: ports-secteam (miwi) Notes: svn path=/branches/2018Q3/; revision=479145
* MFH: r478512 r478840 r479083Cy Schubert2018-09-064-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | r478512: Add a package message instructing the user how to use ports ntp instead of base ntp. Reported by: adamw r478840: Fix a typo. Reported by: Herbert J. Skuhra <herbert@gojira.at> r479083: Also tell people how to enable ntpd and ntpdate from ports using sysrc. mat@ suggested this however as I'm not enamoured with sysrc, it has been added as annother approach to add/edit rc.conf variables. Reported by: mat@ Approved by: portmgr (miwi@) Notes: svn path=/branches/2018Q3/; revision=479143
* MFH: r479089Yuri Victorovich2018-09-062-7/+9
| | | | | | | | | | | | | | www/links: Update 2.14 -> 2.16 Fix CVE-2017-11114. PR: 230849 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: portmaster@BSDforge.com (maintainer's timeout; 14 days) Approved by: ports-secteam miwi Notes: svn path=/branches/2018Q3/; revision=479105
* MFH: r479075Jan Beich2018-09-062-5/+5
| | | | | | | | | | emulators/citra: update to s20180905 Changes: https://github.com/citra-emu/citra/compare/ae6007bf9...ffd78b635 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2018Q3/; revision=479077
* MFH: r479010Baptiste Daroussin2018-09-054-22/+46
| | | | Notes: svn path=/branches/2018Q3/; revision=479011
* MFH: r478435TAKATSU Tomonari2018-09-042-6/+37
| | | | | | | | | | | | - Apply CVE-2018-13796 patch PR: 230183 Submitted by: Yasuhito FUTATSUKI Security: CVE-2018-13796 Approved by: ports-secteam (miwi@) Notes: svn path=/branches/2018Q3/; revision=478924
* MFH: r478919Jan Beich2018-09-042-8/+8
| | | | | | | | | | emulators/citra: update to s20180904 Changes: https://github.com/citra-emu/citra/compare/ffd78b635...ae6007bf9 Approved by: ports-secteam (swills, implicit for snapshots) Notes: svn path=/branches/2018Q3/; revision=478923
* MFH: r478867Jan Beich2018-09-034-192/+194
| | | | | | | | | | www/firefox-esr: switch to rc2 Changes: https://hg.mozilla.org/releases/mozilla-esr60/pushloghtml?startdate=2018-08-31&enddate=2018-09-04 Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=478868
* MFH: r478724Jan Beich2018-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | www/firefox-esr-i18n: unbreak fetch after r478507 => ach.xpi doesn't seem to exist in /portdistfiles/xpi/firefox-60.2.0. => Attempting to fetch https://download.cdn.mozilla.net/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi fetch: https://download.cdn.mozilla.net/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi: Not Found => Attempting to fetch https://archive.mozilla.org/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi fetch: https://archive.mozilla.org/pub/firefox/releases/60.2.0esr/linux-i686/xpi/ach.xpi: Not Found => Attempting to fetch https://download.cdn.mozilla.net/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi fetch: https://download.cdn.mozilla.net/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi: Not Found => Attempting to fetch https://archive.mozilla.org/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi fetch: https://archive.mozilla.org/pub/firefox/candidates/60.2.0esr-candidates/build2/linux-i686/xpi/ach.xpi: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/xpi/firefox-60.2.0/ach.xpi fetch: http://distcache.FreeBSD.org/ports-distfiles/xpi/firefox-60.2.0/ach.xpi: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/xpi/firefox-60.2.0 and try again. *** Error code 1 Reported by: pkg-fallout Approved by: ports-secteam blanket Notes: svn path=/branches/2018Q3/; revision=478725
* MFH: r478685Mark Felder2018-09-012-5/+5
| | | | | | | lang/mono: Update to 5.10.1.57 Notes: svn path=/branches/2018Q3/; revision=478721
* MFH: r478691Carlos J. Puga Medina2018-09-0111-14/+155
| | | | | | | | | | | | | | - USE_GNOME also requires USES=gnome - Switch to USES=localbase:ldflags - Revert Makefile.tests and include more *_unittests - Update patch file with missing WEBRTC_BSD macro - Apply several patches from devel/googletest (thanks to jbeich@) - Bump PORTREVISION Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=478693