Commit Graph

465728 Commits

Author SHA1 Message Date
Antoine Brodin
ff3f46a154 Mark BROKEN: fails to patch
Reported by:	pkg-fallout
2019-01-23 20:12:07 +00:00
Alexey Dokuchaev
66fb427167 - Update `security/ophcrack' to version 3.8.0
- Now built against Qt5 instead of Qt4, and Qwt replaced with Qt5Charts
- GRAPH is no longer a separate option, was merged with the GUI
- The number of threads can be set to any value >0 and <100 in the GUI

Reported by:	portscout (a while ago)
2019-01-23 17:50:12 +00:00
Sunpoet Po-Chuan Hsieh
dcb7fb5a70 Update to 0.9.18
Changes:	https://github.com/lsegal/yard/releases
		https://github.com/lsegal/yard/blob/master/CHANGELOG.md
2019-01-23 17:35:13 +00:00
Sunpoet Po-Chuan Hsieh
51e6adfcab Update to 1.0.8
Changes:	https://github.com/fog/fog-openstack/commits/master
2019-01-23 17:35:08 +00:00
Sunpoet Po-Chuan Hsieh
5ab13927c4 Update to 0.19.0
Changes:	https://github.com/DataDog/dd-trace-rb/releases
2019-01-23 17:35:03 +00:00
Sunpoet Po-Chuan Hsieh
212367b57a Update to 2.7.7
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-01-23 17:34:57 +00:00
Sunpoet Po-Chuan Hsieh
5064e31298 Update to 0.6.3
Changes:	https://pecl.php.net/package-changelog.php?package=zookeeper
2019-01-23 17:34:52 +00:00
Sunpoet Po-Chuan Hsieh
4aebe60674 Update to 1.9.3
- Take maintainership

Changes:	https://github.com/dinhviethoa/libetpan/releases
2019-01-23 17:34:46 +00:00
Alexandre C. Guimarães
6a505dbfbf net-p2p/transmission-cli: revert the previous patch to keep the port consistent alongside all other supported platforms.
Approved by:	tcberner (mentor)
2019-01-23 17:07:22 +00:00
Alexandre C. Guimarães
9b941072c5 deskutils/znotes: fix build with GCC-based architectures
PR:		235155
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
2019-01-23 17:05:05 +00:00
Ryan Steinmetz
afb3052eba - Add package name validation 2019-01-23 16:03:33 +00:00
Ryan Steinmetz
8af9eaa294 Fix invalid package name in previous commit for 4af3241d-1f0c-11e9-b4bd-d43d7eed0ce2 2019-01-23 15:10:37 +00:00
Jan Beich
95191bcbfe www/firefox: hide WAYLAND option after r490910
Wayland support cannot be disabled independent of x11-toolkits/gtk30
and there're no new dependencies due to libmozwayland.so shim.
https://bugzilla.mozilla.org/show_bug.cgi?id=1501218

PR:		233791
2019-01-23 14:55:10 +00:00
Jan Beich
4c4187ca9e www/firefox: unbreak WAYLAND=off build after r490910
In file included from ../.build/gfx/webrender_bindings/Unified_cpp_webrender_bindings0.cpp:20:
gfx/webrender_bindings/RenderCompositor.cpp:35:47: error: use of undeclared identifier 'RenderCompositorEGL'; did you mean 'RenderCompositorOGL'?
  UniquePtr<RenderCompositor> eglCompositor = RenderCompositorEGL::Create(aWidget);
                                              ^~~~~~~~~~~~~~~~~~~
                                              RenderCompositorOGL
../.build/dist/include/mozilla/webrender/RenderCompositorOGL.h:16:7: note: 'RenderCompositorOGL' declared here
class RenderCompositorOGL : public RenderCompositor {
      ^
In file included from ../.build/gfx/webrender_bindings/Unified_cpp_webrender_bindings0.cpp:20:
gfx/webrender_bindings/RenderCompositor.cpp:35:75: error: rvalue reference to type 'RefPtr<...>' cannot bind to lvalue of type 'RefPtr<...>'
  UniquePtr<RenderCompositor> eglCompositor = RenderCompositorEGL::Create(aWidget);
                                                                          ^~~~~~~
../.build/dist/include/mozilla/webrender/RenderCompositorOGL.h:19:42: note: passing argument to parameter 'aWidget' here
      RefPtr<widget::CompositorWidget>&& aWidget);
                                         ^

PR:		233791
Reported by:	many
2019-01-23 14:55:02 +00:00
Jochen Neumeister
18620bc87b Update to 2.4.38
Changelog:
  *) SECURITY: CVE-2018-17199 (cve.mitre.org)
     mod_session: mod_session_cookie does not respect expiry time allowing
     sessions to be reused.  [Hank Ibell]

  *) SECURITY: CVE-2018-17189 (cve.mitre.org)
     mod_http2: fixes a DoS attack vector. By sending slow request bodies
     to resources not consuming them, httpd cleanup code occupies a server
     thread unnecessarily. This was changed to an immediate stream reset
     which discards all stream state and incoming data.  [Stefan Eissing]

  *) SECURITY: CVE-2019-0190 (cve.mitre.org)
     mod_ssl: Fix infinite loop triggered by a client-initiated
     renegotiation in TLSv1.2 (or earlier) with OpenSSL 1.1.1 and
     later.  PR 63052.  [Joe Orton]

  *) mod_ssl: Clear retry flag before aborting client-initiated renegotiation.
     PR 63052 [Joe Orton]

  *) mod_negotiation: Treat LanguagePriority as case-insensitive to match
     AddLanguage behavior and HTTP specification. PR 39730 [Christophe Jaillet]

  *) mod_md: incorrect behaviour when synchronizing ongoing ACME challenges
     have been fixed. [Michael Kaufmann, Stefan Eissing]

  *) mod_setenvif: We can have expressions that become true if a regex pattern
     in the expression does NOT match. In this case val is NULL
     and we should just set the value for the environment variable
     like in the pattern case. [Ruediger Pluem]

  *) mod_session: Always decode session attributes early. [Hank Ibell]

  *) core: Incorrect values for environment variables are substituted when
     multiple environment variables are specified in a directive. [Hank Ibell]

  *) mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when
     this type of map is present in the configuration.  PR62311.
     [Hank Ibell <hwibell gmail.com>]

  *) mod_dav: Fix invalid Location header when a resource is created by
     passing an absolute URI on the request line [Jim Jagielski]

  *) mod_session_cookie: avoid duplicate Set-Cookie header in the response.
     [Emmanuel Dreyfus <manu@netbsd.org>, Luca Toscano]

  *) mod_ssl: clear *SSL errors before loading certificates and checking
     afterwards. Otherwise errors are reported when other SSL using modules
     are in play. Fixes PR 62880. [Michael Kaufmann]

  *) mod_ssl: Fix the error code returned in an error path of
     'ssl_io_filter_handshake()'. This messes-up error handling performed
     in 'ssl_io_filter_error()' [Yann Ylavic]

  *) mod_ssl: Fix $HTTPS definition for "SSLEngine optional" case, and fix
     authz provider so "Require ssl" works correctly in HTTP/2.
     PR 61519, 62654.  [Joe Orton, Stefan Eissing]

  *) mod_proxy: If ProxyPassReverse is used for reverse mapping of relative
     redirects, subsequent ProxyPassReverse statements, whether they are
     relative or absolute, may fail.  PR 60408.  [Peter Haworth <pmh1wheel gmail.com>]

  *) mod_lua: Now marked as a stable module [https://s.apache.org/Xnh1]

MFH:		2019Q1
Security:	eb888ce5-1f19-11e9-be05-4c72b94353b5
Sponsored by:	Netzkommune GmbH
2019-01-23 14:40:53 +00:00
Jochen Neumeister
bc8c39e963 Add entry for www/apache24
Sponsored by:	Netzkommune GmbH
2019-01-23 14:37:44 +00:00
Palle Girgensohn
bcf5948e98 Update to latest version
Releaseinfo: https://github.com/influxdata/telegraf/blob/1.9.3/CHANGELOG.md
2019-01-23 14:25:24 +00:00
Dmitry Marakasov
eed34fbe27 - Mark LLD_UNSAFE 2019-01-23 14:01:52 +00:00
Rodrigo Osorio
e42936f2f9 Upgrade net-mgmt/cowpatty from 4.6 to 4.9
Switch from http repo to the author github for distfiles
Change licensing from GPL to BSD 3-clause
Update patches

ChangeLog :
  * No functionality change
  * BSD 3-clause license and man pages
2019-01-23 13:58:02 +00:00
Sunpoet Po-Chuan Hsieh
5389ef8a91 Update distinfo
Upstream has rerolled the tarball.
The main difference is the automake version which changed from 1.16.1 [1] to 1.15.

[1] LOCAL/sunpoet/iperf-2.0.13.tar.gz

Notified by:	ohauer
2019-01-23 13:34:58 +00:00
Matthew Seaman
e03c0cef44 Update to 8.0.14
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-14.html
2019-01-23 12:56:52 +00:00
Lev A. Serebryakov
df33ccab58 Add CVE-2018-11803 for www/mod_dav_svn. 2019-01-23 12:48:45 +00:00
Lev A. Serebryakov
40f8885421 Update to latest commit & toolchain. 2019-01-23 11:23:33 +00:00
Lev A. Serebryakov
fe57bbff28 Update to latest 2018-q4-major (gcc 8.2.1). 2019-01-23 11:18:07 +00:00
Torsten Zuehlsdorff
9701585d4e lang/php73: disable DTRACE option on PowerPC
DTRACE causes ld(1) link probe failures and therefore fails the build.

PR:           233850
Submitted by: Chip Cuccio <chip.cuccio@gmail.com>
MFH:		  2019Q1
2019-01-23 10:48:57 +00:00
Tobias Kortkamp
262ab935ee x11/gdm: Correct CPE (do not set CPE_VENDOR twice)
There are no CPE that match
cpe:2.3🅰️gnome_display_manager:gdm:*:*:*:*:*:*

Correct it to
cpe:2.3🅰️gnome:gnome_display_manager:*:*:*:*:*:*:*:*

PR:		234851
Approved by:	gnome (maintainer timeout, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D18801
2019-01-23 10:29:53 +00:00
Yuri Victorovich
03479ec7f3 math/lean: Update 3.4.1 -> 3.4.2
Reported by:	portscout
2019-01-23 09:59:54 +00:00
Yuri Victorovich
40d39b009c math/py-cvxpy: Update 1.0.12 -> 1.0.13
Reported by:	portscout
2019-01-23 09:40:12 +00:00
Yuri Victorovich
2fe9539059 sysutils/goawk: Update 1.3.0 -> 1.4.0
Reported by:	portscout
2019-01-23 09:37:07 +00:00
Yuri Victorovich
e42a6b9e17 New port: misc/elki: Data mining toolkit 2019-01-23 09:31:55 +00:00
Roman Bogorodskiy
77c677af97 security/p11-kit: update to 0.23.15 2019-01-23 09:30:49 +00:00
Dmitry Marakasov
9eee5b8fa4 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-01-23 09:30:36 +00:00
Li-Wen Hsu
5261d4e32a - Update to 2.161
Sponsored by:	The FreeBSD Foundation
2019-01-23 09:05:34 +00:00
Mark Linimon
c733676ffd Add -Wno-error=narrowing when the architecture has base GCC (and thus
uses new GCC from ports) to prevent the following:

DoublePinyinTable.h:86:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]

While here, pet portlint.

PR:		235105
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-01-23 08:12:06 +00:00
Li-Wen Hsu
ec1e5b910b - Update to 2018.9 2019-01-23 07:47:12 +00:00
Li-Wen Hsu
5addef5812 - Update to 0.8.0 2019-01-23 07:11:07 +00:00
Gerald Pfeifer
eb7922b4b9 Update to the 20190117 snapshot of GCC 7.4.1. 2019-01-23 05:27:00 +00:00
Diane Bruce
0d684d9356 Bug reported only with ld.lld as system ld on i386 solved using
suggested -Wl,-z,notext

PR:		ports/234871
Reported by:	@emaste
2019-01-23 03:10:52 +00:00
Steve Wills
00eea728a5 www/tdiary: Update to 5.0.11
PR:		235129
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2019-01-23 02:49:40 +00:00
Sunpoet Po-Chuan Hsieh
50d0fcee15 Update to 2.4.1
Changes:	https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
2019-01-23 00:02:22 +00:00
Sunpoet Po-Chuan Hsieh
a6e3bcfb1f Update to 2.4.1
Changes:	https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
2019-01-23 00:02:16 +00:00
Sunpoet Po-Chuan Hsieh
cb41a9e266 Update to 2.4.1
Changes:	https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
2019-01-23 00:02:11 +00:00
Sunpoet Po-Chuan Hsieh
bd2890a748 Update to 0.9.17
- Add LICENSE_FILE

Changes:	https://github.com/lsegal/yard/releases
		https://github.com/lsegal/yard/blob/master/CHANGELOG.md
2019-01-23 00:02:06 +00:00
Sunpoet Po-Chuan Hsieh
7a7fe4dbcb Update to 9.4.6
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2019-01-23 00:02:01 +00:00
Sunpoet Po-Chuan Hsieh
44c9e06376 Update to 2.11.209
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-23 00:01:55 +00:00
Sunpoet Po-Chuan Hsieh
f6882c4b9b Update to 2.11.209
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-23 00:01:50 +00:00
Sunpoet Po-Chuan Hsieh
bd083d5444 Update to 2.11.209
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-01-23 00:01:44 +00:00
Sunpoet Po-Chuan Hsieh
51f8dfdb8d Update to 18.11.0
Changes:	https://github.com/mk-fg/pretty-yaml/commits/master
2019-01-23 00:01:39 +00:00
Sunpoet Po-Chuan Hsieh
c737895cad Update to 1.0.12
Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2019-01-23 00:01:34 +00:00
Sunpoet Po-Chuan Hsieh
409af6f8a6 Update to 3.40.1
Changes:	https://docs.openstack.org/oslo.utils/latest/user/history.html
2019-01-23 00:01:29 +00:00