1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

436263 Commits

Author SHA1 Message Date
Steve Wills
11fbe2ff9a devel/gitlab-runner: fix fetch 2018-01-24 03:13:55 +00:00
Ryan Steinmetz
47ffbb6284 - Update to 3.0.16 2018-01-24 01:29:21 +00:00
Cy Schubert
eb92d6aaa2 Make AQMP support optional. AQMP support, which was prior to this
revision not optional, caused syslog-ng to fail to build with
LibreSSL. Users of LibreSSL should disable AQMP support.

PR:		225380
Submitted by:	Peter Czanik (CzP) <peter.czanik@balabit.com>
		Balabit / syslog-ng upstream
MFH:		2018Q1
2018-01-24 01:25:35 +00:00
Ryan Steinmetz
795607b388 - Update to 2.9.11.1 2018-01-24 01:12:31 +00:00
Michael Gmelin
bee1386bfa Fix databases/mariadb* hostname verification when building against LibreSSL
LibreSSL imported X509_check_host from BoringSSL. Unlike OpenSSL,
it doesn't calculate the length of the hostname passed in case
chklen/namelen == 0. This means that the check in MariaDB always
fails if built against LibreSSL. This forces adminstrators to disable
hostname verification, which weakens security (hence the MFH request below).

Note that the fix has no negative implications if built against OpenSSL,
as its implementation calls strlen(hostname) in case namelen == 0.

See also https://github.com/MariaDB/server/pull/562

Approved by:	ssl blanket
MFH:		2018Q1
2018-01-24 01:03:03 +00:00
Bryan Drewery
bea45e4207 This apparently links libunwind directly. 2018-01-24 00:55:09 +00:00
Tobias Kortkamp
62b4dc4bef sysutils/dsblogoutmgr: Update to 1.2
- Support for multi head setups has been added.

PR:		225409
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2018-01-23 23:48:42 +00:00
Jan Beich
4c499f8fac security/vuxml: seamonkey 2.49.2 will use firefox-esr 52.6 engine 2018-01-23 23:07:10 +00:00
Adam Weinberger
c072c01428 Update p5-Sereal to 4.005
* Encoder: Document encode_to_file()
  * Decoder: Document and fix decode_from_file()
  * Sereal: fixup docs on write_file()/decode_file()
2018-01-23 23:03:38 +00:00
Jung-uk Kim
c16eb018ab Fix build with Clang 6.0. 2018-01-23 22:59:21 +00:00
Steven Kreuzer
b6266066a9 Update to 2018c 2018-01-23 22:55:31 +00:00
Palle Girgensohn
a7efdfb5dd Help nagios cope with php-7
split has been replaced with explode

PR:	224509
2018-01-23 22:54:03 +00:00
Tobias Kortkamp
36978571ef audio/dsbmixer: Update to 1.3.1
- Support for setting the sysctl variables hw.snd.latency,
  hw.snd.maxautovchans and hw.snd.vpc_mixer_bypass has been
  added. (1.3)

- A bug that lead to a crash when DSBMixer wasn't able to find a
  system tray has been fixed. (1.3.1)

PR:		225411
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2018-01-23 22:39:10 +00:00
Raphael Kubo da Costa
6ce585a6c4 Update to 3.001.
Changes: https://github.com/source-foundry/Hack/blob/master/CHANGELOG.md

While here, switch GH_ACCOUNT to source-foundry, which the previous account
redirects to.
2018-01-23 22:10:49 +00:00
Luca Pizzamiglio
5c2c5dfbc5 sysutils/pot: New port, to manage FreeBSD containers 2018-01-23 21:48:39 +00:00
Boris Samorodov
af13dfbb6d java/intellij: Update to version 2017.3.3. 2018-01-23 20:43:23 +00:00
Boris Samorodov
f4d9038ab9 devel/pycharm-ce: Update to version 2017.3.3. 2018-01-23 20:42:50 +00:00
Antoine Brodin
168e1c5ae1 Fix build with clang 6
/wrkdirs/usr/ports/graphics/opencollada/work/OpenCOLLADA-1.6.47/COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:65:79: error: no matching constructor for initialization of 'std::vector<Animation *>'
            : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations ( NULL )
                                                                              ^                 ~~~~

PR:		224669
Reported by:	pkg-fallout
Reviewed by:	rakuco@
2018-01-23 20:30:38 +00:00
Kurt Jaeger
a970eebf93 security/py-fail2ban: update 0.10.1 -> 0.10.2
- many fixes from upstream for bugs in the 0.10.x version
- automatic upgrade of python code to python3, if that is used

PR:		225317
Submitted by:	theis@gmx.at (maintainer)
Changes:	https://github.com/fail2ban/fail2ban/blob/0.10.2/ChangeLog
2018-01-23 20:13:52 +00:00
Bernard Spil
f64fbeffa5 databases/mariadb-connector-c: Update to 3.0.3 2018-01-23 19:50:57 +00:00
Kyle Evans
55316dba6f sysutils/dtc: Unbreak make patch
The added patches from the 1.4.6 update broke `make patch` as their contents
got duplicated somewhere in the pipeline. Remove the duplicated contents.

Reported by:	antoine
Approved by:	imp
2018-01-23 19:45:52 +00:00
Jan Beich
7baa08e356 security/vuxml: mark firefox < 58 as vulnerable 2018-01-23 18:43:33 +00:00
Kyle Evans
b59d41c84c sysutils/dtc: Update to 1.4.6 and add test support
dtc 1.4.6 was released 2018/01/03 with various additional checks and
bugfixes, as well as support for some syntactic sugar for overlays that
allows the following:

==
/dts-v1/;
/plugin/;

&foo {
  status = "okay";
};
==

Issues addressed by the previous patches have been fixed upstream, and the
two patches included here have been accepted upstream following the release
of 1.4.6. The patches, along with the TEST_ENV, will be able to go away when
1.4.7 is released.

While here, hook up the test suite and flip maintainer over to uboot@.

Reviewed by:	imp, manu
Approved by:	imp (maintainer, ports committer)
Differential Revision:	https://reviews.freebsd.org/D13761
2018-01-23 18:18:12 +00:00
Jung-uk Kim
827b1a1a82 Re-enable AVX/AVX2 support for guest.
This patch is no longer necessary according to the original reporter.

PR:		211651
2018-01-23 17:30:49 +00:00
Vasil Dimov
03520c7a9b net-p2p/qtum: Fix compilation on FreeBSD 10 (Clang 3.4) 2018-01-23 17:15:59 +00:00
Roger Pau Monné
0cf5fe5c18 xen-kernel: fix build with clang 6 and apply pending XSA patches
This includes a band-aid for running 64bit PV guests without
compromising the whole system.

Commit the makefile diff left behind in r459786.

MFH:		2018Q1
Sponsored by:	Citrix Systems R&D
2018-01-23 16:30:48 +00:00
Roger Pau Monné
989d8dbb27 xen-kernel: fix build with clang 6 and apply pending XSA patches
This includes a band-aid for running 64bit PV guests without
compromising the whole system.

MFH:		2018Q1
Sponsored by:	Citrix Systems R&D
2018-01-23 16:23:57 +00:00
Lars Engels
65051ea30f net-mgmt/icingaweb2
Use "-delete" argument to find instead of calling rm(1).
This was already done for the MFH.

Suggested by:	mat
2018-01-23 16:04:24 +00:00
Tobias Kortkamp
d4fe773309 net/ipxe: Update to latest commit
Changes:	1b67a05646...fbe8c52d0d
2018-01-23 16:00:13 +00:00
Mathieu Arnold
fb30d2bf17 Run Tools/scripts/mfh through devel/hs-ShellCheck.
SC2068: Double quote array expansions to avoid re-splitting elements.
SC2034: revs appears unused. Verify it or export it.
SC2039: In POSIX sh, XXX is undefined.
    type     -> command -v
    echo -n  -> printf
    read -p  -> printf + read

SC2162: read without -r will mangle backslashes.
SC2086: Double quote to prevent globbing and word splitting.

Sponsored by:	Absolight
2018-01-23 15:53:56 +00:00
Tobias Kortkamp
8feb034d4c deskutils/freeplane: Use a relative symlink for the launcher script
PR:		225399
Requested by:	danfe
2018-01-23 15:45:58 +00:00
Sunpoet Po-Chuan Hsieh
b3f248cea3 Fix Gemfile for rubygem-goldfinger 2.1.0 and rubygem-ostatus2 2.0.3 update
- Bump PORTREVISION for package change

Reference:	d966878e87
2018-01-23 15:17:54 +00:00
Sunpoet Po-Chuan Hsieh
165514778e Update to 2.0.3
- Sort RUN_DEPENDS

Changes:	https://github.com/tootsuite/ostatus2/commits/master
2018-01-23 15:17:49 +00:00
Sunpoet Po-Chuan Hsieh
f35f8fcf1c Update to 2.1.0
- Update WWW

Changes:	https://github.com/tootsuite/goldfinger/releases
2018-01-23 15:17:44 +00:00
Sunpoet Po-Chuan Hsieh
231681b5e0 Update to 2.10.123
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-23 15:17:39 +00:00
Sunpoet Po-Chuan Hsieh
57778b35cc Update to 2.10.123
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-23 15:17:33 +00:00
Sunpoet Po-Chuan Hsieh
24fb598382 Update to 2.10.123
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2018-01-23 15:17:28 +00:00
Sunpoet Po-Chuan Hsieh
33b47ecdbf Update to 0.22.0
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2018-01-23 15:17:22 +00:00
Sunpoet Po-Chuan Hsieh
4b74e53283 Update to 0.22
Changes:	http://search.cpan.org/dist/Crypt-SMIME/Changes
2018-01-23 15:17:18 +00:00
Sunpoet Po-Chuan Hsieh
20d320abe7 Update to 2.21
Changes:	http://search.cpan.org/dist/threads/Changes
2018-01-23 15:17:12 +00:00
Sunpoet Po-Chuan Hsieh
d7a80a1cb8 Update to 0.342
Changes:	http://search.cpan.org/dist/Module-ExtractUse/Changes
2018-01-23 15:17:07 +00:00
Sunpoet Po-Chuan Hsieh
0640ad8c2f Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31 2018-01-23 15:17:02 +00:00
Sunpoet Po-Chuan Hsieh
36a274c986 Update to 0.78.0
Changes:	https://gitlab.com/gitlab-org/gitaly-proto/commits/master
2018-01-23 15:16:57 +00:00
Sunpoet Po-Chuan Hsieh
b976bbe0f1 Update to 0.12.2
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-01-23 15:16:52 +00:00
Sunpoet Po-Chuan Hsieh
785b239ad6 Update to 0.12.2
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-01-23 15:16:46 +00:00
Sunpoet Po-Chuan Hsieh
5fe15a35ce Update to 0.12.2
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-01-23 15:16:42 +00:00
Sunpoet Po-Chuan Hsieh
d1284dba24 Update to 1.3.0
Changes:	https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst
2018-01-23 15:16:36 +00:00
Sunpoet Po-Chuan Hsieh
420ce39872 Update to 0.005
Changes:	http://search.cpan.org/dist/Devel-OverloadInfo/Changes
2018-01-23 15:16:31 +00:00
Sunpoet Po-Chuan Hsieh
5fe3cc3adc Update to 4.7.5
Changes:	https://github.com/tinymce/tinymce/blob/master/changelog.txt
2018-01-23 15:16:26 +00:00
Sunpoet Po-Chuan Hsieh
a04c1041d4 Update to 10.0.5
Changes:	https://github.com/owncloud/core/blob/stable10/CHANGELOG.md
2018-01-23 15:16:21 +00:00