Commit graph

436375 commits

Author SHA1 Message Date
Gerald Pfeifer
b5f38c7ca5 Limit the workaround for clang crashing to amd64.
PR:		224863
Reported by:	jbeich
2018-01-26 10:43:50 +00:00
Gerald Pfeifer
a7162ac472 Update to the 20180124 snapshot of GCC 6.4.1. 2018-01-26 10:34:54 +00:00
Bernard Spil
996a30a167 dns/unbound: Fix rc-script with config in flags
- Adds new option unbound_config

PR:		225360
Submitted by:	jaap@NLnetLabs.nl
Approved by:	jaap@NLnetLabs.nl (maintainer)
2018-01-26 10:16:16 +00:00
Antoine Brodin
3683e4259d Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2018-01-26 10:00:03 +00:00
Gerald Pfeifer
fa772845f4 Update to the GCC 7.3 release.
This fixes 99+ bugs and includes code generation options to mitigate
Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets
(-mindirect-branch=, -mfunction-return=, and -mindirect-branch-register).

files/patch-armv7-support and files/patch-freebsd-unwind.h, which I
had backported are now included, so remove them.
2018-01-26 09:50:19 +00:00
Gerald Pfeifer
987dde5a08 Update to the 20180121 snapshot of GCC 8, which now carries a version
number of 8.0.1 instead of 8.0.0 due to the late stage in the release
process.
2018-01-26 09:16:55 +00:00
Gerald Pfeifer
bcb0a9a024 Use GCC instead of the system compiler on FreeBSD 12.x with clang 6.0.0
since that compiler crashes.

(There may be a way to work around this in Wine, but that is unlikely
to be accepted for the stable release branch.)

PR:		224863
2018-01-26 09:14:21 +00:00
Dmitry Marakasov
f4724d1f8e - Add LICENSE_FILE
- Update WWW
2018-01-26 09:02:08 +00:00
Dmitry Marakasov
c44ed68243 Fix wordpress entries in vuxml
- Fix incorrect package names
- Fix epoch in older entry which makes it incorrectly report fresh ports as vulnerable

With hat:	ports-secteam
2018-01-26 09:00:48 +00:00
TAKATSU Tomonari
dfa9bac293 - Update to 3.6.1 2018-01-26 05:41:04 +00:00
Jason E. Hale
7f77d3a7df Update to 1.10.0
Simplify python version detection

Changes:	https://lists.gnupg.org/pipermail/gnupg-users/2017-December/059592.html
2018-01-26 04:02:18 +00:00
Joseph Mingrone
8f68df415c www/tomcat85: Update to version 8.5.27
Upstream changes:
http://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.27_(markt)

PR:		225458
Submitted by:	vvd@unislabs.com (maintainer)
2018-01-26 03:25:39 +00:00
Larry Rosenman
433f4d3f66 security/clamav: upgrade to 0.99.3.
* Update to 0.99.3.
* Fix following portlint warnings.
** Move position of USES in Makefile.
** Remove reference of undefined LLVM option.
** Regenerate files/patch-libclamav_regex_pcre.c by 'make makepatch
** add USES=ssl

PR:		225461
Submitted by:	yasu@utahime.org
2018-01-26 00:16:16 +00:00
Tobias Kortkamp
18e7fc6359 sysutils/gdisk: Update to 1.0.3
- Complete the conversion to options helpers

- Add LICENSE_FILE

- Reset maintainer after a timeout of 3 years + 2 months

Changes:	https://sourceforge.net/p/gptfdisk/code/ci/master/tree/NEWS
PR:		223855
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com> (based on)
Approved by:	wg (maintainer timeout, 2 months)
2018-01-26 00:10:53 +00:00
Jung-uk Kim
4486ce76f7 Add a missing run-time dependency, x11/xrandr.
Differential Revision:	https://reviews.freebsd.org/D12803
2018-01-25 23:07:53 +00:00
Sergey A. Osokin
f6194b49f0 Upgrade from 0.3 to 0.4.
PR:	225386

<ChangeLog>

*) Feature: compatibility with DragonFly BSD.

*) Feature: "configure php --lib-static" option.

*) Bugfix: HTTP request body was not passed to application; the bug had
   appeared in 0.3.

*) Bugfix: HTTP large header buffers allocation and deallocation fixed;
   the bug had appeared in 0.3.

*) Bugfix: some PHP applications might not work with relative "root"
   path.

</ChangeLog>
2018-01-25 23:02:37 +00:00
Sergey A. Osokin
49502085dc Upgrade from 4.0.6 to 4.0.7.
<ChangeLog>

* Many 32 bit overflows were addressed in order to allow to use Redis with
  a very significant amount of data, memory size permitting. (zhaozhao.zz,
  Oran Agra)

* MEMORY USAGE fixed for the list type. (gnuhpc)

* Allow read-only scripts in Redis Cluster. (Salvatore Sanfilippo)

* Fix AOF pipes setup in edge case. (heqin)

* AUTH option for MIGRATE. (AlexStocks, Salvatore Sanfilippo, Fabio Nicotra)

* HyperLogLogs are no longer converted from sparse to dense in order
  to be merged. (Salvatore Sanfilippo)

* Fix AOF rewrite dead loop under edge cases. (heqin)

* Fix processing of large bulk strings (>= 2GB). (Oran Agra)

* Added RM_UnlinkKey in modules API. (Dvir Volk)

* Fix Redis Cluster crashes when certain commands with a variable number
  of arguments are called in an improper way. (Salvatore Sanfilippo)

* Fix memory leak in lazyfree engine. (zhaozhao.zz)

* Fix many potentially successful partial synchronizations that end
  doing a full SYNC, because of a bug destroying the replication
  backlog on the slave. So after a failover the slave was often not able
  to PSYNC with masters, and a full SYNC was triggered. The bug only
  happened after 1 hour of uptime so escaped the unit tests. (Oran Agra)

* Improve anti-affinity in master/slave allocation for Redis Cluster
  when the cluster is created. (Salvatore Sanfilippo)

* Improve output buffer handling for slaves, by not limiting the amount
  of writes a slave could receive. (Guy Benoish)

</ChangeLog>
2018-01-25 22:59:19 +00:00
Tobias Kortkamp
d79f7a9ca0 sysutils/gdisk: Unbreak UTF16 option
/usr/bin/ld: undefined reference to symbol `_ZN3icu13UnicodeStringC1EPKc' (try adding -licuuc)
//usr/local/lib/libicuuc.so.60: could not read symbols: Bad value

PR:		198518
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	wg (maintainer timeout, ~3 years)
2018-01-25 22:55:02 +00:00
Antoine Brodin
2868d6a37c Update to 2.4.11 2018-01-25 22:29:01 +00:00
Bernard Spil
7dd93f55cb www/nextcloud: Bugfix update to 12.0.5
- Fix INVALID_HASH error for non-pgsql10 users [1]

PR:		225449, 224393 [1]
Reported by:	peo@nethead.se [1]
Approved by:	loic-blot@unix-experience.fr (maintainer)
2018-01-25 22:14:20 +00:00
Jan Beich
b964b053b6 multimedia/libvpx: update 1.7.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
2018-01-25 21:20:12 +00:00
Jan Beich
0486091c65 www/waterfox: unbreak with Rust 1.23
error: unused import: `std::ascii::AsciiExt`
  --> servo/components/style/gecko_string_cache/mod.rs:16:5
   |
16 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
note: lint level defined here
  --> servo/components/style/lib.rs:26:9
   |
26 | #![deny(warnings)]
   |         ^^^^^^^^
   = note: #[deny(unused_imports)] implied by #[deny(warnings)]

https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726

Obtained from:	upstream
2018-01-25 21:19:37 +00:00
Bryan Drewery
21dc578e4b Fix some other lint findings 2018-01-25 21:11:53 +00:00
Bryan Drewery
2bf6ec87c2 Remove duplicate entries found by updated MOVEDlint.awk in r459958 2018-01-25 21:04:04 +00:00
Bryan Drewery
d7b83ead05 Show errors for duplicate source entries. 2018-01-25 20:56:18 +00:00
Pawel Pekala
da465b1377 OpenDungeons is an open source, real time strategy game sharing game elements
with the Dungeon Keeper series and Evil Genius. Players build an underground
dungeon which is inhabited by creatures. Players fight each other for control
of the underground by indirectly commanding their creatures, directly casting
spells in combat, and luring enemies into sinister traps.

WWW: https://opendungeons.github.io/
2018-01-25 19:44:26 +00:00
Julien Laffaye
87dce7ba45 - Update to 1.9.3 2018-01-25 19:32:22 +00:00
Guido Falsi
976dc521e2 - Update xfce4-timer-plugin to 1.7.0
- Adjust dependencies, plugin migrated to gtk3
- Strip binaries
- Silence portlint warning about variables ordering
2018-01-25 19:19:57 +00:00
Jochen Neumeister
b721a8f129 devel/pear-HTML_Template_IT: Update to 1.3.1
Fixes for deprecated code

 *While here, switch to DISTVERSION

Approved by:	mentors (implicit)
2018-01-25 19:07:10 +00:00
Jochen Neumeister
9efbf4946f net/pear-Horde_Socket_Client: Update to 2.1.2
*While here, switch to DISTVERSION

Approved by:	mentors (implicit)
2018-01-25 18:59:26 +00:00
Bryan Drewery
3eb6604096 Attempt to fix with clang 6 2018-01-25 17:40:46 +00:00
Ryan Steinmetz
a591311475 - Update to 3.4.21 2018-01-25 17:35:41 +00:00
Li-Wen Hsu
6269831538 - Update to 2.0.0 2018-01-25 16:18:38 +00:00
Baptiste Daroussin
dd531e7fbf Update to 0.10.0 2018-01-25 15:06:00 +00:00
Baptiste Daroussin
1bd6a09623 Lift BROKEN flags to reflect actual state of support
Thanks swills for testing on powerpc64

Reported by:	Upstream
2018-01-25 15:04:07 +00:00
Lev A. Serebryakov
7ac1a12ea3 Fix build with clang 6. 2018-01-25 15:00:27 +00:00
Rodrigo Osorio
bc0fee8dc3 Add new port: ports-mgmt/pkg-provides
pkg-provides is a pkg plugin write in C for querying
which package provides a particular file.
2018-01-25 14:45:04 +00:00
Lev A. Serebryakov
ee1cdeab01 Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.
Add option (default ON) to create version-independend symlink for Arduino IDE.
2018-01-25 14:01:37 +00:00
Jean-Sébastien Pédron
860708a57a lang/rust: Add manifest-rustfmt-preview to PLIST
This wasn't reported by a simple `poudriere bulk`, but a `poudriere
testport` revealed the problem:

    ====> Running Q/A tests (stage-qa)
    Error: 'lib/rustlib/manifest-rustfmt-preview' is referring to /wrkdirs/usr/ports/lang/rust/work/stage
    Warning: 'bin/rustfmt' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
    ...
    ===> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: bin/rustfmt
    Error: Orphaned: lib/rustlib/manifest-rustfmt-preview

PR:		225445
Reported by:	jbeich@
2018-01-25 13:59:23 +00:00
Frederic Culot
7bfaae070e - Update to 1.81
Changes:	http://search.cpan.org/dist/Devel-CheckOS/CHANGELOG
2018-01-25 13:53:11 +00:00
Danilo Egea Gondolfo
688d12fd6c - Group USE_CXXSTD with USES
Reported by:	jbeich
2018-01-25 13:25:43 +00:00
Sunpoet Po-Chuan Hsieh
b161350a77 Update to 0.13.1
- Change MASTER_SITES to CHEEESESHOP
- Remove BUILD_DEPENDS
- Use do-test:
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/warner/foolscap/blob/master/NEWS
2018-01-25 13:07:22 +00:00
Sunpoet Po-Chuan Hsieh
5e7568090b Update to 0.13.14
Changes:	https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md
2018-01-25 13:07:16 +00:00
Sunpoet Po-Chuan Hsieh
bc3b8c7c17 Update to 1.3.4
Changes:	https://github.com/hhatto/autopep8/commits/master
2018-01-25 13:07:11 +00:00
Sunpoet Po-Chuan Hsieh
313930c078 Update to 5.2.2
Changes:	https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst
2018-01-25 13:07:06 +00:00
Sunpoet Po-Chuan Hsieh
660d1bf28f Update to 0.23
Changes:	http://search.cpan.org/dist/Crypt-SMIME/Changes
2018-01-25 13:07:01 +00:00
Sunpoet Po-Chuan Hsieh
e1dae58078 Update to 0.97
- Add BUILD_DEPENDS
- Fix version requirement of *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Geo-Point/ChangeLog
2018-01-25 13:06:55 +00:00
Sunpoet Po-Chuan Hsieh
39cb0ec0af Update to 0.20
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Object-Realize-Later/Changes
2018-01-25 13:06:50 +00:00
Sunpoet Po-Chuan Hsieh
352391eae9 Update to 1.26
Changes:	http://search.cpan.org/dist/Log-Report/ChangeLog
2018-01-25 13:06:44 +00:00
Sunpoet Po-Chuan Hsieh
25e3c7a162 Update to 5.4.6
Changes:	https://opennebula.org/software/release/
2018-01-25 13:06:39 +00:00