| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/libevent2: update to 2.1.10
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.10-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 238127
Reported by: GitHub (watch releases)
Tested by: pkubaj (powerpc64)
Approved by: maintainer timeout (2 weeks)
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=504052
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to 5.1
https://github.com/yaml/pyyaml/blob/5.1/announcement.msg
=======================
Announcing PyYAML-5.1
=======================
A new MAJOR RELEASE of PyYAML is now available:
https://pypi.org/project/PyYAML/
This is the first major release of PyYAML under the new maintenance team.
Among the many changes listed below, this release specifically addresses the
arbitrary code execution issue raised by:
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
(See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
for complete details).
...
PR: 237501
Reported by: sergey@akhmatov.ru
Approved by: ports-secteam (joneum)
Security: f6ea18bb-65b9-11e9-8b31-002590045d9c
Notes:
svn path=/branches/2019Q2/; revision=502966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build when using GCC. Needed by GCC architectures.
Tested for no breakage on amd64 with Clang.
PR: 235921
Reviewed by: tcberner
Approved by: tcberner (mentor)
devel/qt5: Follow-up to r499101
- Move the GCC related path fix into freebsd-g++/qmake.conf
Otherwise the inclusion of the GCC path would break clang
based systems when gcc-${GCC_DEFAULT} was installed.
- This might break GCC architectures again, and if so, that
will be fixed in a follow up commit.
PR: 235921
qt5: fix build on gcc architectures
- the sed call was only replacing one of the %%LOCALBASE%% by ${LOCALBASE},
due to the missing 'g' flag to the sed call.
- with this change the gcc architectures should be able to build Qt5 again.
PR: 237745
Submitted by: Mark Millard <marklmi26-fbsd@yahoo.com>, jwb
Reported by: pkubaj
Approved by: ports-secteam (joneum via irc)
Notes:
svn path=/branches/2019Q2/; revision=502634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This package supports Python 3.x support, so allow it accordingly. It is
required for an upcoming www/py-autobahn update (Python 2/3 compatible).
During QA, a UnicodeDecodeError was observed running tests under Python 3:
File "/usr/local/lib/python3.6/site-packages/py/_vendored_packages/iniconfig.py", line 82, in _parse
for lineno, line in enumerate(line_iter):
File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 165: ordinal not in range(128)
pytest uses the py package, which vendors the iniconfig package, which
isn't unicode aware [1][2][3]. Patch out unicode characters from setup.cfg
accordingly until it's resolved.
While investigating the cause of the above issue, a fix for setup.cfg's
encoding was identified, which removes the need to set the locale via
USE_LOCALE so remove it accordingly.
While I'm here:
- Pet portlint, spurious space at end of line in pkg-descr
- Add LICENSE_FILE/TEST_DEPENDS/test target/NO_ARCH
[1] https://github.com/pytest-dev/pytest/issues/3799
[2] https://github.com/RonnyPfannschmidt/iniconfig/issues/5
[3] https://github.com/RonnyPfannschmidt/iniconfig/issues/4
portlint: OK (looks fine.)
porttest: OK (poudriere: 12amd64{py36,py27})
maketest: 215 passed, 1 skipped in 3.29 seconds (Python 2.7)
maketest: 209 passed, 7 skipped in 3.07 seconds (Python 3.6)
Approved by: portmgr (blanket: ports/framework compliance)
Approved by: ports-secteam (joneum, blanket: ports/framework compliance)
Notes:
svn path=/branches/2019Q2/; revision=502449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
buildbot:
- Now python 3 only (3.5+)
- Add missing tests_requires to setup.py
buildbot-worker:
- Retains Python 2/3 compatibility
- Remove setup.py patch (upstreamed)
Changelog:
https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-2-0-2019-04-07
Security: 5536ea5f-6814-11e9-a8f7-0050562a4d7b
Unbreak
devel/py-buildbot-*: Limit to Python 3.5+
These packages only support Python 3.x [1], currently failing to build:
File "/usr/local/lib/python2.7/site-packages/buildbot_pkg.py", line 254, in run
super().run()
TypeError: super() takes at least 1 argument (0 given)
antoine@ fixed fallout in py-buildbot-www in ports r500102
[1] https://github.com/buildbot/buildbot/commit/403722c20e7f96707be3d15db54b25f472b8a525
Reported by: pkg-fallout
Approved by: ports-secteam (joneum (r500101), blanket: build fix)
Notes:
svn path=/branches/2019Q2/; revision=502446
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://semanchuk.com/philip/posix_ipc/history.html
Approved by: ports-secteam (bugfix release(s))
Notes:
svn path=/branches/2019Q2/; revision=502445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rejig test invocation to exclude a test that hangs
- Update pkg-descr WWW to https://, where it redirects to
Changelog:
https://www.fabfile.org/changelog-v1.html
PR: 235194
Submitted by: Dani <i.dani outlook com>
Approved by: ports-secteam (blanket: bugfix release(s))
Notes:
svn path=/branches/2019Q2/; revision=502434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/OISF/libhtp/blob/0.5.30/ChangeLog
PR: 233385
Submitted by: Lorenzo Salvadore <phascolarctos protonmail ch>
Approved by: ports-secteam (blanket: bug fix release(s))
Notes:
svn path=/branches/2019Q2/; revision=502433
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add explicit build depend on python, since it's actually used during
the install phase.
PR: 237862
Submitted by: Christopher <inbox@alleghenycomputer.com>
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=501700
|
|
|
|
|
|
|
|
|
|
| |
devel/rust-cbindgen: update to 0.8.7
Changes: https://github.com/eqrion/cbindgen/compare/v0.8.6...v0.8.7
Approved by: ports-secteam blanket (required by Firefox 68)
Notes:
svn path=/branches/2019Q2/; revision=501608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=shebangfix where required in geany and geany-plugin-*
ports. This fixes build issues reported by users [1]
- Only bump PORTREVISION for geany-plugin-geanypy since the file
modified in it by shebangfix is actually installed with the pkg
PR: 237862 [1]
Submitted by: Christopher <inbox@alleghenycomputer.com>
Approved by: ports-secteam (joneum)
Notes:
svn path=/branches/2019Q2/; revision=501537
|
|
|
|
|
|
|
|
|
|
| |
devel/rust-cbindgen: update to 0.8.6
Changes: https://github.com/eqrion/cbindgen/compare/v0.8.3...v0.8.6
Approved by: ports-secteam blanket (required by Firefox 68)
Notes:
svn path=/branches/2019Q2/; revision=501082
|
|
|
|
|
|
|
|
|
|
|
|
| |
r500761 r500838 r500939 r501059
devel/git-cinnabar: update to 0.5.1
Changes: https://github.com/glandium/git-cinnabar/compare/ddd4e3b...0.5.1
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=501060
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/aphpunit: Upgrade from 1.7 to 1.8
Changelog:
- Bugfix: now exit with code 1, if no test-cases were found
- Bugfix: now exit with code 1, if not a single assertion was performed
- Bugfix: detected PHP errors are no longer unhandled. They are no reported as error
Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=500953
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN: unfetchable
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=500874
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on i386
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=499892
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on i386
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=499833
|
|
|
|
|
|
|
|
|
|
|
| |
Now builds on aarch64.
PR: 237432
Submitted by: Greg V <greg at unrelenting dot technology>
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/branches/2019Q2/; revision=499768
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=499650
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build with clang 8.
Workaround clang 8 compile issues on head. Note that this requires
changes to the kernel source tree in r345196.
While here, switch to using a date for the version number since there
are no real version numbers in the git repository. This doesn't use
the 'g' prefix since the older versions that already exist would sort
after it.
PR: 236207
Reviewed by: swills, jrm
Differential Revision: https://reviews.freebsd.org/D19602
Approved by: ports-secteam (implicit)
Notes:
svn path=/branches/2019Q2/; revision=499384
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/icu: update to 64.2
Changes: https://github.com/unicode-org/icu/releases/tag/release-64-2
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Approved by: ports-secteam blanket (required by Firefox 60.7esr)
Notes:
svn path=/branches/2019Q2/; revision=499319
|
|
|
|
|
|
|
|
|
| |
devel/android-tools-simpleperf: chase homepage
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2019Q2/; revision=499069
|
|
|
|
|
|
|
|
|
| |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/branches/2019Q2/; revision=498997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/icu: unbreak on big-endian after r496981
gmake[2]: *** No rule to make target 'out', needed by 'out/icudt64b.dat'. Stop.
gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source/data'
PR: 236860
Reported by: Piotr Kubaj, pkg-fallout
Obtained from: Gentoo
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2019Q2/; revision=498771
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.164.2
Approved by: swils (maintainer, implicitly)
Security: 8e9c3f5a-715b-4336-8d05-19babef55e9e
Sponsored by: The FreeBSD Foundation
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=498738
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.172
MFC after: 2 weeks
Security: 8e9c3f5a-715b-4336-8d05-19babef55e9e
Sponsored by: The FreeBSD Foundation
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=498737
|
|
|
|
|
|
|
|
|
| |
Changed the build order that the port also works with bundler version 2.
Approved by: ports-secteam (joneum)
Notes:
svn path=/branches/2019Q2/; revision=498714
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/pecl-xdebug: Update to 2.7.1
Changelog: https://xdebug.org/updates.php#x_2_7_1
Sponsored by: trivago N.V.
Approved by: portmgr ports-secteam
Notes:
svn path=/branches/2019Q2/; revision=498710
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/ccls: Fix build with multiple llvm* packages installed
Apparently it is possible for the build to pick multiple LLVM
versions if LLVM_DIR is not explicitly set similar to Clang_DIR.
$ grep llvm $(make -V CONFIGURE_WRKSRC)/CMakeCache.txt
Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang
LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm
PR: 237089
Submitted by: fullermd@over-yonder.net
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2019Q2/; revision=498337
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on i386
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=498206
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=498196
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=498187
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=498153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/guichan: fix underlinking of external dependencies
ld: error: /usr/local/lib/libguichan_allegro.so: undefined reference to destroy_font
ld: error: /usr/local/lib/libguichan_opengl.so: undefined reference to glBindTexture
ld: error: /usr/local/lib/libguichan_sdl.so: undefined reference to SDL_FillRect
ld: error: /usr/local/lib/libguichan_sdl.so: undefined reference to IMG_Load
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2019Q2/; revision=497994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update PHP 7.3 from 7.3.3 to 7.3.4
Changelog:
Core:
Fixed bug #77738 (Nullptr deref in zend_compile_expr).
Fixed bug #77660 (Segmentation fault on break 2147483648).
Fixed bug #77652 (Anonymous classes can lose their interface information).
Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection).
Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
Apache2Handler:
Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c).
Bcmath:
Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization).
CLI Server:
Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost).
COM:
Fixed bug #77578 (Crash when php unload).
EXIF:
Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s).
Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
FPM:
Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
GD:
Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
MySQLi:
Fixed bug #77597 (mysqli_fetch_field hangs scripts).
Opcache:
Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors).
PCRE:
Fixed bug #76127 (preg_split does not raise an error on invalid UTF-8).
Phar:
Fixed bug #77697 (Crash on Big_Endian platform).
phpdbg:
Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases).
sodium:
Fixed bug #77646 (sign_detached() strings not terminated).
SQLite3:
Added sqlite3.defensive INI directive.
Standard:
Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper).
Fixed bug #77669 (Crash in extract() when overwriting extracted array).
Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN).
Fixed bug #77765 (FTP stream wrapper should set the directory as executable).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.4
Approved by: ports-secteam (joneum)
Notes:
svn path=/branches/2019Q2/; revision=497958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update PHP 7.2 from 7.2.16 to 7.2.17
Changelog:
Core:
Fixed bug #77738 (Nullptr deref in zend_compile_expr).
Fixed bug #77660 (Segmentation fault on break 2147483648).
Fixed bug #77652 (Anonymous classes can lose their interface information).
Fixed bug #77676 (Unable to run tests when building shared extension on AIX).
Bcmath:
Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization).
COM:
Fixed bug #77578 (Crash when php unload).
Date:
Fixed bug #50020 (DateInterval:createDateFromString() silently fails).
Fixed bug #75113 (Added DatePeriod::getRecurrences() method).
EXIF:
Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s).
Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
FPM:
Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
GD:
Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
MySQLi:
Fixed bug #77597 (mysqli_fetch_field hangs scripts).
Opcache:
Fixed bug #77691 (Opcache passes wrong value for inline array push assignments).
Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors).
phpdbg:
Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases).
sodium:
Fixed bug #77646 (sign_detached() strings not terminated).
SQLite3:
Added sqlite3.defensive INI directive.
Standard:
Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper).
Fixed bug #77669 (Crash in extract() when overwriting extracted array).
Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN).
Fixed bug #77765 (FTP stream wrapper should set the directory as executable).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.17
Approved by: ports-secteam (joneum)
Notes:
svn path=/branches/2019Q2/; revision=497957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update PHP 7.1 from 7.1.27 to 7.1.28
Changelog:
EXIF:
Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s).
Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
SQLite3:
Added sqlite3.defensive INI directive.
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.28
Approved by: ports-secteam (joneum)
Notes:
svn path=/branches/2019Q2/; revision=497956
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497934
|
|
|
|
|
|
|
|
|
|
|
| |
devel/renpy: update to 7.2.2
Changes: https://www.renpy.org/release/7.2.2 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-2-2
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=497900
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497828
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497766
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497693
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497682
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497680
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497667
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497648
|
|
|
|
|
|
|
|
|
|
| |
devel/git-cinnabar: update to 0.5.0.110
Changes: https://github.com/glandium/git-cinnabar/compare/d486d5c...ddd4e3b
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2019Q2/; revision=497564
|
|
|
|
|
|
|
|
|
| |
Revert r497404, it breaks some ports depending on it
Reported by: pkg-fallout
Notes:
svn path=/branches/2019Q2/; revision=497497
|
|
|
|
|
|
|
| |
Changes: https://github.com/MaskRay/ccls/releases/tag/0.20190314
Notes:
svn path=/head/; revision=497444
|
|
|
|
|
|
|
| |
Sponsored by: Miles AS
Notes:
svn path=/head/; revision=497442
|