11892 Commits

Author SHA1 Message Date
robert
91db23582c update to 2018.11.70 and sync some changes with chromium 2018-11-05 22:04:39 +00:00
pvk
a1dd5b23af Security update gitea 1.5.0 -> 1.5.3
diff and OK from Klemens Nanni kn@, thanks!
2018-11-05 19:10:15 +00:00
rpointel
4cd0b851ec update django to 2.1.3 and 1.11.16.
from wen heping: wenheping2000 at hotmail dot com (thanks).
2018-11-05 06:49:37 +00:00
robert
38a838cca6 update to 70.0.3538.77 2018-11-04 12:33:24 +00:00
landry
0fb7ae19a0 Bugfix update to firefox 63.0.1.
See https://www.mozilla.org/en-US/firefox/63.0.1/releasenotes/
- fix build with cbindgen 0.6.7
- really disable media autoplay by default, the knob changed (cf #1470082)
- use about:blank as default homepage/new tab page in new profiles.

Rationale: some parts of Activity Stream (the new Firefox Home) are nice
(ie searchbox, highlights, topsites from browsing history, etc) but
'snippets' is invasive (them being broken is a driver for this version,
cf #1503047, where comments are.. worrying), as is 'Recommended by
pocket' content shown to some countries (DE, CA, US..) - sadly, those
two sections cant easily be disabled (cf #1504279) on about:newtab, so
use the about:blank big hammer for privacy. Existing profiles still
using the default 'Firefox Home' are advised to visit
about:preferences#home and uncheck 'snippets' and 'pages saved to
pocket'... and read https://www.mozilla.org/en-US/privacy/firefox/.

While here add a section in pkg/README advising users using NIS or with
profiles on NFS to add getpw to the content process pledge, as it's
apparently needed in those conditions.
2018-11-03 21:45:52 +00:00
danj
14fcc99c8d Update to py-requests-2.20.0
This fixes CVE-2018-18074: "before 2.20.0 sends an HTTP Authorization header to
an http URI upon receiving a same-hostname https-to-http redirect, which makes
it easier for remote attackers to discover credentials by sniffing the
network."

Based on a diff from Edward Lopez-Acosta
2018-11-02 14:28:38 +00:00
sthen
118219e296 - add libressl patch needed to unbreak startup with ssl enabled
(SSL_CTX_set_post_handshake_auth), problem reported by Helmut Kiessling

- remove no-longer-needed chunk of the patch
2018-11-01 18:05:01 +00:00
ajacoutot
612a77302c Update to py-bokeh-1.0.1. 2018-11-01 07:30:35 +00:00
abieber
80e781883c Update to the latest, diff from kristaps, bump from myself.
OK jturner@
2018-10-31 01:19:41 +00:00
sthen
41056a893f fix triggerable memory leak which is present if snmp is enabled (not on by default),
http://www.squid-cache.org/Advisories/SQUID-2018_5.txt
2018-10-30 15:41:51 +00:00
ajacoutot
fdbe93527c Maintenance update to webkitgtk4-2.22.3. 2018-10-30 13:10:28 +00:00
gonzalo
cdd6e75cd8 Maintenance release for Varnish to 6.1.1:
https://varnish-cache.org/docs/6.1/whats-new/changes-6.1.html

OK kn@
2018-10-30 08:04:28 +00:00
sthen
515376884b Add a patch for http://www.squid-cache.org/Advisories/SQUID-2018_4.txt,
XSS vulnerability when generating HTTPS response messages about TLS errors
(in TLS MITM support).
2018-10-29 18:43:01 +00:00
ajacoutot
08d7d2ba30 SECURITY update to uriparser-0.9.0:
- Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx*
- Detect integer overflow in uriComposeQuery* and uriComposeQueryEx*
- Protect uriResetUri* against acting on NULL input
2018-10-28 09:13:30 +00:00
pvk
a88f826f40 Update kibana 6.4.1 -> 6.4.2
ok jasper@
2018-10-27 21:26:08 +00:00
ajacoutot
87dd6469c7 Update to py-bokeh-1.0.0. 2018-10-27 16:26:05 +00:00
rpointel
5a07cd1377 update selenium to 3.14.1.
from wen heping (thanks).
2018-10-27 05:47:12 +00:00
sthen
813d2e28fc drop php 7.0 and scaffolding, the default has already been switched to 7.1 2018-10-26 21:22:01 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
jsing
f08938ae10 Unbreak net/squid - stop using antiquated ASN.1 macros that have been
removed (apparently this diff was hiding in my ports tree...)

ok naddy@
2018-10-25 16:15:38 +00:00
bluhm
ded860030b update p5-WWW-Mechanize to 1.89 2018-10-24 21:56:18 +00:00
sthen
0fa714275a remove php MDB2-* and related ports, these are old and not updated for
current php any more. MDB2-* suggested by giovanni@, no complaints on
ports@ for a week.
2018-10-24 20:31:25 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
fa14c2a167 update to urlwatch-2.15 2018-10-24 13:26:25 +00:00
sthen
dbf1b8ec50 update to apache-httpd-2.4.37 2018-10-24 13:23:59 +00:00
sthen
5cbe74670f update to ap2-mod_wsgi-4.6.5 2018-10-24 13:13:32 +00:00
landry
3fc9699369 Update to firefox-esr 60.3.0.
See https://www.mozilla.org/en-US/firefox/60.3.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-27/
2018-10-23 16:54:06 +00:00
landry
043ffe6fce Update to firefox 63.0.
See https://www.mozilla.org/en-US/firefox/63.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-26/

Remove pledge patches from #1466593 & #1457092, they were all merged
upstream.
2018-10-23 16:52:48 +00:00
gonzalo
97380a1919 Update for Nextcloud to 14.0.3
OK bket@
2018-10-23 08:26:21 +00:00
danj
4807f465ba Update to py-webtest-2.0.30
From Elias Mariani
2018-10-18 23:19:56 +00:00
jeremy
47526ad29e Don't pickup gmkdir during libuv build
Should fix issue that hit espie@.  No bump as this only affects building.
2018-10-18 16:30:31 +00:00
espie
780865564e update to 7.60
tweak plist according to update-plist improvements
(DRUPAL-SA-CONTRIB-2018-006)
2018-10-18 10:28:36 +00:00
espie
3fd74c7a5d update, make it work again with dailymotion
okay kn@
2018-10-17 21:04:13 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
ajacoutot
156bee275c Minor update to lighttpd-1.4.51.
from Brad (maintainer)
2018-10-17 08:34:03 +00:00
rsadowski
856e90a18c set COMPILER to unbreak !gcc4 2018-10-16 17:55:59 +00:00
sthen
f8b1571a97 update to nghttp2-1.34.0 2018-10-16 12:40:45 +00:00
fcambus
65bc0a579a Update logswan to 2.0.3. 2018-10-16 11:32:40 +00:00
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
gonzalo
05ba90aeb3 Update for Varnish to 6.1.0
OK kn@
2018-10-08 11:44:10 +00:00
sthen
f748c229c2 security update to tor-browser 8.0.2, from attila (maintainer) 2018-10-05 22:02:12 +00:00
danj
8b720d3362 + py-http_ece
+ py-http_ece,python3
2018-10-04 23:40:00 +00:00
danj
c52b8d9a6b Import py-http_ece-1.0.5, from Pamela Mosiejczuk
guidance from me, tweak from bcallah@, ok phessler@

py-http_ece is a simple implementation of Encrypted Content-Encoding for
HTTP (RFC 8188).
2018-10-04 23:38:20 +00:00
sthen
76200093b5 Build with --disable-debug-symbols, to avoid a 1.1GB libxul.so and 300MB
package (older versions didn't do this). Noticed by solene@, ok attila (maintainer)
2018-10-04 19:56:38 +00:00
benoit
b1bfdf5201 Update to p5-HTML-Tidy-1.60. 2018-10-04 09:28:33 +00:00
sthen
ad72f1766f regen other patches 2018-10-03 14:57:09 +00:00
sthen
c73d262db0 regen patches, no package change 2018-10-03 14:55:36 +00:00
espie
c05f625be9 so, special-casing openbsd is fun, but let's not forget dependencies...
fixes build breakage
okay robert@
2018-10-03 06:02:48 +00:00
landry
bd57982383 Update to firefox 62.0.3.
See https://www.mozilla.org/en-US/firefox/62.0.3/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
2018-10-03 04:41:26 +00:00
landry
02e6b27b60 Update to firefox-esr 60.2.2.
See https://www.mozilla.org/en-US/firefox/60.2.2/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-24/
Removes rust 1.29 build fix patch, merged.
2018-10-03 04:39:57 +00:00