Commit Graph

449710 Commits

Author SHA1 Message Date
Jan Beich
20f7d7640b devel/google{test,mock}: back out r480988, r480990, r480991
The ports still build fine with GCC 4.2 as 2018Q3 lacks r478607.

PR:		231835
Approved by:	ports-secteam blanket
2018-10-01 01:59:34 +00:00
Jan Beich
36cb5b1b1b MFH: r480991
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
2018-10-01 00:37:28 +00:00
Jan Beich
f2b0912b91 MFH: r480989
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
2018-10-01 00:31:43 +00:00
Jan Beich
7c956b7a8b MFH: r480987
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
2018-10-01 00:17:59 +00:00
Jan Beich
46cf3b569a MFH: r480912
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
2018-09-29 18:59:24 +00:00
Niclas Zeising
27ba44fa29 MFH: r480763
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)
2018-09-28 19:13:04 +00:00
Jochen Neumeister
1f4aa2d0f5 MFH: r480688
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)
2018-09-26 16:27:39 +00:00
Jan Beich
f819b03f91 MFH: r480744
www/firefox: document e10s instability

PR:		225233 228855
Approved by:	ports-secteam blanket
2018-09-26 16:06:49 +00:00
Tobias Kortkamp
bbfa09f684 MFH: r479187 r480664
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)
2018-09-26 07:35:13 +00:00
Palle Girgensohn
6f53ecd1f7 MFH: r476819
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
2018-09-25 15:57:06 +00:00
Mark Felder
eff261da93 MFH: r480668
www/varnish6: Add patch to fix output of varnishhist

Obtained from:	https://github.com/varnishcache/varnish-cache/issues/2780
2018-09-25 15:41:48 +00:00
Marc Fonvieille
f2fdc67b23 MFH: r474056 r477650 r480481
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)
2018-09-24 16:44:01 +00:00
Guido Falsi
f18fcf8f62 MFH: r474540 r479103 r480266
- 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)
2018-09-24 07:02:16 +00:00
Sunpoet Po-Chuan Hsieh
4c4d9a474d MFH: r480419
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)
2018-09-24 05:36:03 +00:00
Jan Beich
59b7cd5047 MFH: r480533
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
2018-09-23 21:16:17 +00:00
Jan Beich
a92fa4b430 MFH: r480329
www/firefox-esr: update to 60.2.1

Changes:	https://www.mozilla.org/firefox/60.2.1/releasenotes/
Approved by:	ports-secteam blanket
2018-09-21 23:05:11 +00:00
Jan Beich
a23f5373ca MFH: r480254
www/firefox: update to 62.0.2

Changes:	https://www.mozilla.org/firefox/62.0.2/releasenotes/
PR:		229168
Approved by:	portmgr blanket
2018-09-21 11:54:59 +00:00
Mark Felder
16e7c79662 MFH: r477242
- Security update to to 1.4.50
PR:		230595
Submitted by:	Piotr Kubaj
Security:	https://www.lighttpd.net/2018/8/13/1.4.50/
2018-09-20 15:57:10 +00:00
Emanuel Haupt
55332f9c0b MFH: r480155
- Add missing run dependency
- While here pacify portlint

PR:		231217
Submitted by:	0mp
Approved by:	ports-secteam (blanket)
2018-09-20 08:05:38 +00:00
Antoine Brodin
f531059e5b MFH: r480095
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
2018-09-19 21:56:44 +00:00
Thomas Zander
32d7b113e6 MFH: r480029
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)
2018-09-18 15:10:04 +00:00
Wen Heping
4aa6477026 MFH: r479510
- Update moodle to 3.5.2, 3.4.5, 3.3.8 and 3.1.14
  (include security fix)

Approved by:	ports-secteam@(miwi@)
2018-09-18 10:59:21 +00:00
Jochen Neumeister
088bca3637 MFH: r479837
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)
2018-09-17 15:44:52 +00:00
Larry Rosenman
f17a8c1c91 MFH: r474655 r477360 r479846
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
2018-09-16 00:00:25 +00:00
Jochen Neumeister
19692e431f MFH: r479757
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)
2018-09-15 09:06:28 +00:00
Jochen Neumeister
e9efc517f1 MFH: r479685
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)
2018-09-15 09:05:34 +00:00
Jochen Neumeister
b2a372e5b0 MFH: r479680
Update to 7.0.32

Changelog: http://www.php.net/ChangeLog-7.php#7.0.32

Approved by:	tz (implicit)

Approved by:	portmgr (miwi)
2018-09-15 09:04:13 +00:00
Jan Beich
d77a64deca MFH: r479823
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
2018-09-15 08:50:01 +00:00
Gerald Pfeifer
ffb513f63d MFH: r479746
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)
2018-09-15 08:46:03 +00:00
Baptiste Daroussin
a93c00adbd MFH: r479508 r479817
update to 5.6.1
Update to 5.6.2
2018-09-15 06:03:26 +00:00
Mark Felder
5e5969f47b MFH: r479615
www/varnish4: Update to 4.1.10

Changelog:	https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst
2018-09-12 17:16:08 +00:00
Mark Felder
b4845f9d1d MFH: r479609
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
2018-09-12 15:04:33 +00:00
Jung-uk Kim
27a8b2b278 MFH: r479539, r479540
- 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)
2018-09-11 18:47:07 +00:00
Jochen Neumeister
58396d69cf MFH: r479518
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)
2018-09-11 10:22:49 +00:00
Tijl Coosemans
ad3cc2cb49 MFH: r478951 r479032 r479243
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
2018-09-11 07:23:26 +00:00
Cy Schubert
9d1847c108 MFH: r479190
Catch up to the latest krb5 port commits.

Approved by:	portmgr (miwi@)
2018-09-11 03:21:44 +00:00
Jan Beich
39e3047ebb MFH: r479492
emulators/citra: update to s20180909

Changes:	ca701e261...9df1461ce
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-09-11 00:35:32 +00:00
Kirill Ponomarev
d24b6b534b MFH: r479144
dns/powerdns: update to 4.1.4

PR:		231170
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer)

Approved by:	ports-secteam (blanket)
2018-09-10 08:13:39 +00:00
Jan Beich
1378e213e4 MFH: r479224
emulators/citra: update to s20180906

Changes:	22e172946...ca701e261
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-09-08 00:54:23 +00:00
Mathieu Arnold
2fa3864585 MFH: r479194
Fix service munin-asyncd status.

PR:		231056
Reported by:	gerrit kuehn aei mpg de
2018-09-07 14:47:48 +00:00
Sunpoet Po-Chuan Hsieh
3c275daefb MFH: r479050
Update to 7.61.1

Changes:	https://curl.haxx.se/changes.html
Security:	f4d638b9-e6e5-4dbe-8c70-571dbc116174

Approved by:	ports-secteam (miwi)
2018-09-06 19:24:28 +00:00
Cy Schubert
93c59bcee2 MFH: r478512 r478840 r479083
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@)
2018-09-06 19:22:47 +00:00
Yuri Victorovich
2a303f3310 MFH: r479089
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
2018-09-06 15:55:14 +00:00
Jan Beich
85de9fe1b6 MFH: r479075
emulators/citra: update to s20180905

Changes:	ae6007bf9...ffd78b635
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-09-06 01:00:01 +00:00
Baptiste Daroussin
5785844e1a MFH: r479010 2018-09-05 07:29:04 +00:00
TAKATSU Tomonari
b6f128f255 MFH: r478435
- Apply CVE-2018-13796 patch

PR:		230183
Submitted by:	Yasuhito FUTATSUKI
Security:	CVE-2018-13796
Approved by:	ports-secteam (miwi@)
2018-09-04 03:01:22 +00:00
Jan Beich
80cbf99496 MFH: r478919
emulators/citra: update to s20180904

Changes:	ffd78b635...ae6007bf9
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-09-04 00:57:19 +00:00
Jan Beich
f64590b752 MFH: r478867
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
2018-09-03 13:02:21 +00:00
Jan Beich
9037f375d2 MFH: r478724
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
2018-09-01 20:33:05 +00:00
Mark Felder
92b8643613 MFH: r478685
lang/mono: Update to 5.10.1.57
2018-09-01 19:59:56 +00:00