1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

517584 Commits

Author SHA1 Message Date
Yuri Victorovich
1031b10367 dns/coredns: Add the PORTSCOUT=limit:xx tag 2020-08-20 03:28:45 +00:00
Yuri Victorovich
67cfa4e68b dns/subfinder: Update 2.3.8 -> 2.4.1
Reported by:	portscout
2020-08-20 03:26:28 +00:00
Yuri Victorovich
d1b554bdbb science/py-moltemplate: Update 2.18.2 -> 2.18.3
Reported by:	portscout
2020-08-20 03:20:53 +00:00
Yuri Victorovich
1698bd3a57 misc/snakemake: Update 5.20.1 -> 5.22.1
Reported by:	portscout
2020-08-20 03:14:41 +00:00
Yuri Victorovich
8bc65780d3 science/jmol: Update 14.31.2 -> 14.31.3
Reported by:	portscout
2020-08-20 02:31:43 +00:00
Koichiro Iwao
9ae8b6d22b devel/ruby-build: Update to 20200819
* Add definition for JRuby 9.2.13.0
* Add definition for mruby 2.1.2
* Add TruffleRuby 20.2.0
* Add GraalVM 20.2.0

Relnotes:	https://github.com/rbenv/ruby-build/releases/tag/v20200819
Sponsored by:	HAW international
2020-08-20 02:30:54 +00:00
Jung-uk Kim
a03cd74a5f Add a port to create JRE-only package for java/openjdk11. 2020-08-20 02:23:07 +00:00
Steve Wills
90d6c6dae2 net/google-cloud-sdk: update to 306.0.0 2020-08-20 01:50:19 +00:00
Steve Wills
5d2aad6bf6 devel/py-identify: update to 1.4.28 2020-08-20 01:50:05 +00:00
Steve Wills
312c54de60 devel/ncurses: update to 6.2.20200817 2020-08-20 01:49:49 +00:00
Alan Somers
876153fccf sysutils/zfsnap2: must install periodic script in relevant directory.
Previously they were installed to %%EXAMPLESDIR%%.  This commit also
combines the create and delete scripts into one, and fixes a bug in the
delete script.

Upstream PR:	https://github.com/zfsnap/zfsnap/pull/112

PR:		221689
Reported by:	Anton Saietskii <vsasjason@gmail.com>
Approved by:	dmgk (ports) mm (maintainer timeout)
Sponsored by:	Axcient
2020-08-20 01:37:05 +00:00
Piotr Kubaj
7d0dff717b games/openrct2: update to 0.3.0 2020-08-20 01:25:52 +00:00
Jung-uk Kim
93f31d551a Work around build a failure with Clang 11 on head.
/wrkdirs/usr/ports/java/openjdk11/work/openjdk-jdk11u-jdk-11.0.8-10-1/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:2186:12:
error: cast to smaller integer type 'jint' (aka 'int') from 'int (*)(Display *)' (aka 'int (*)(struct _XDisplay *)')
[-Werror,-Wpointer-to-int-cast]
    return (jint) XSynchronize((Display*)jlong_to_ptr(display), (onoff == JNI_TRUE ? True : False));
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

It looks like a false-positive, though.
2020-08-20 01:21:36 +00:00
Jan Beich
3c4d772d4c games/veloren: update to 0.7.0
Changes:	https://gitlab.com/veloren/veloren/-/tags/v0.7.0
Reported by:	Repology
2020-08-20 00:58:15 +00:00
Dmitri Goutnik
563b50b975 misc/nnn: Update to 3.4
Changes:	https://github.com/jarun/nnn/releases/tag/v3.4
2020-08-20 00:43:05 +00:00
Dmitri Goutnik
74939a5237 sysutils/beats6: Update to 6.8.12
Changes:	https://www.elastic.co/guide/en/beats/libbeat/6.8/release-notes-6.8.12.html
PR:		248765
Submitted by:	Juraj Lutter <juraj@lutter.sk> (maintainer)
2020-08-20 00:40:33 +00:00
Jan Beich
03777c7a94 graphics/mesa-devel: update to 20.2.b.479
Changes:	80163bbec3...9d503b36ca
2020-08-20 00:40:13 +00:00
Jan Beich
d20ac5f3ab emulators/yuzu: update to s20200819
Changes:	0c885249d...354811e55
2020-08-20 00:40:07 +00:00
Jan Beich
b3baa360ff emulators/rpcs3: update to 0.0.11.10766
Changes:	19500ac9a...bcddbc15f
2020-08-20 00:40:00 +00:00
Jan Beich
42729d5486 www/firefox: switch to rc2
Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2020-08-18&enddate=2020-08-19
2020-08-20 00:39:45 +00:00
Dmitri Goutnik
6e5d99705e sysutils/logstash6: Update to 6.8.12
Changes:	https://www.elastic.co/guide/en/logstash/6.8/logstash-6-8-12.html
PR:		248764
Submitted by:	Juraj Lutter <juraj@lutter.sk> (maintainer)
2020-08-20 00:39:20 +00:00
Dmitri Goutnik
3b4808e579 textproc/kibana6: Update to 6.8.12
Changes:	https://www.elastic.co/guide/en/kibana/6.8/release-notes-6.8.12.html
PR:		248762
Submitted by:	Juraj Lutter <juraj@lutter.sk> (maintainer)
2020-08-20 00:37:31 +00:00
Yuri Victorovich
05abaef0c6 graphics/pcl-pointclouds: Update 1.11.0 -> 1.11.1
Reported by:	portscout
2020-08-19 23:37:53 +00:00
Jung-uk Kim
b3575ba0d1 Add upstream patches to build with "-fno-common".
This is default with Clang 11 and GCC 10.

https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3660248422f4
https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/371bbe373ae0
2020-08-19 23:32:38 +00:00
Niclas Zeising
57cf0ea4bb devel/ocl-icd: FIx build with -fno-common
Fix the build of devel/ocl-icd with -fno-common, which is the default with
llvm 11.

MFH:		2020Q3
2020-08-19 23:17:03 +00:00
Niclas Zeising
fd1860dbb6 security/ykpers: Fix build with -fno-common
Add a patch from upstream to fix the build with -fno-common, which is the
default with llvm 11.

MFH:		2020Q3
2020-08-19 23:15:48 +00:00
Danilo G. Baio
5569291f9a www/py-html3: Add missing Python version requirement
Requires Python 3.5+

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 23:02:47 +00:00
Danilo G. Baio
62f0a9f28d math/py-mip: Add missing Python version requirement
Requires Python 3.5+

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 22:53:18 +00:00
Danilo G. Baio
69b20ec5bc devel/py-fastprogress: Not compatible with Python 2
Missing dependency (configparser) and invalid syntax.

File "/usr/local/lib/python2.7/site-packages/fastprogress/fastprogress.py", line 72
    end = '' if len(self.comment) == 0 else f' {self.comment}'
SyntaxError: invalid syntax

File "/usr/local/lib/python2.7/site-packages/fastprogress/core.py", line 10
    if h!= 0: return f'{h}:{m:02d}:{s:02d}'
SyntaxError: invalid syntax

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 22:47:31 +00:00
Jung-uk Kim
d859457c02 Add upstream patches to build with "-fno-common".
This is default with Clang 11 and GCC 10.

https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/41be6128f4c1
https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d5c69bd5f7ad
2020-08-19 22:40:04 +00:00
Danilo G. Baio
f2230368a8 math/py-seriate: Add missing Python version requirement
Requires Python 3.5+

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2020-08-19 22:07:11 +00:00
Antoine Brodin
90468294dc Unbreak bulk -a 2020-08-19 21:59:54 +00:00
Danilo G. Baio
721a823151 textproc/py-sphinx: Update to 3.2.1
Changelog:	https://github.com/sphinx-doc/sphinx/blob/v3.2.1/CHANGES

PR:		248670
Exp-run by:	antoine
2020-08-19 21:48:21 +00:00
Torsten Zuehlsdorff
f167f08f51 lang/php74: Update from 7.4.8 to 7.4.9
Changelog:

    Apache:
        Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
    COM:
        Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
        Fixed bug #63527 (DCOM does not work with Username, Password parameter).
    Core:
        Fixed bug #79740 (serialize() and unserialize() methods can not be called statically).
        Fixed bug #79783 (Segfault in php_str_replace_common).
        Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
        Fixed bug #79779 (Assertion failure when assigning property of string offset by reference).
        Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
        Fixed bug #78598 (Changing array during undef index RW error segfaults).
        Fixed bug #79784 (Use after free if changing array during undef var during array write fetch).
        Fixed bug #79793 (Use after free if string used in undefined index warning is changed).
        Fixed bug #79862 (Public non-static property in child should take priority over private static).
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Fileinfo:
        Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
    FTP:
        Fixed bug #55857 (ftp_size on large files).
    Mbstring:
        Fixed bug #79787 (mb_strimwidth does not trim string).
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
    Reflection:
        Fixed bug #79487 (::getStaticProperties() ignores property modifications).
        Fixed bug #69804 (::getStaticPropertyValue() throws on protected props).
        Fixed bug #79820 (Use after free when type duplicated into ReflectionProperty gets resolved).
    Standard:
        Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
        Fixed bug #78008 (dns_check_record() always return true on Alpine).
        Fixed bug #79839 (array_walk() does not respect property types).

Sponsored by:	Bounce Experts
2020-08-19 21:31:23 +00:00
Torsten Zuehlsdorff
3446c3ed44 lang/php73: Update from 7.3.20 to 7.3.21
Changelog:

    Apache:
        Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte).
        Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
        Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
    COM:
        Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
        Fixed bug #63527 (DCOM does not work with Username, Password parameter).
    Curl:
        Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties).
    Fileinfo:
        Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
    FTP:
        Fixed bug #55857 (ftp_size on large files).
    Mbstring:
        Fixed bug #79787 (mb_strimwidth does not trim string).
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
    Standard:
        Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
        Fixed bug #79817 (str_replace() does not handle INDIRECT elements).
        Fixed bug #78008 (dns_check_record() always return true on Alpine).

Sponsored by:	Bounce Experts
2020-08-19 21:30:32 +00:00
Torsten Zuehlsdorff
63e91c7887 lang/php72: Update from 7.2.22 to 7.2.23
Changelog:

    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)

Sponsored by:	Bounce Experts
2020-08-19 21:29:37 +00:00
Niclas Zeising
64654fed8b multimeida/libv4l: Fix build with -fno-common
Add a patch from upstream to fix the build of multimedia/libv4l with
-fno-common, which is the default with llvm 11.

PR:		248738
Reported by:	dim
MFH:		2020Q3
2020-08-19 21:16:37 +00:00
Steve Wills
d12f082309 www/minio: update to 2020.08.18.19.41.00 2020-08-19 21:13:19 +00:00
Cy Schubert
880472d1c7 Convert to rcng. 2020-08-19 19:16:32 +00:00
Yuri Victorovich
49e43d2a9c security/fizz: Update 2020.08.10.00 -> 2020.08.17.00
Reported by:	portscout
2020-08-19 19:02:42 +00:00
Yuri Victorovich
ad7ad28078 net/rsocket-cpp: Update 2020.08.10.00 -> 2020.08.17.00
Reported by:	portscout
2020-08-19 19:01:29 +00:00
Yuri Victorovich
0b626437f1 devel/folly: Update 2020.08.10.00 -> 2020.08.17.00
Reported by:	portscout
2020-08-19 19:00:59 +00:00
Romain Tartière
bfd0c1297a Update to 2.23.0
ChangeLog:
https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-2230-2020-08-17

While here, fix after ruby_smb update.

With hat:	puppet
2020-08-19 18:20:50 +00:00
Jan Beich
319328752e print/harfbuzz: convert to USES=meson
- Switch to Meson as autotools and manually uploaded distfile are no longer
  maintained. Both were gone in 2.7.0 but temporarily restored in 2.7.1
- Add option to exclude DOCS
- Drop now pruned transitive gettext dependency

PR:		248407
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	maintainer timeout (2 weeks)
2020-08-19 17:47:03 +00:00
Jan Beich
75fc0e67fa print/harfbuzz: update to 2.7.1
Changes:	https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.0
Changes:	https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.1
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
PR:		248407
2020-08-19 17:46:56 +00:00
Lars Engels
2156966802 net-mgmt/icingaweb2:
Security update to 2.8.2

MFH:		2020Q3
2020-08-19 17:36:45 +00:00
Lars Engels
1843ae0614 Document icingaweb2 vulnerability 2020-08-19 17:29:51 +00:00
Niclas Zeising
617898bbf4 print/texlive-base: Fix build with -fno-common
Fix the build of print/texlive-base when built with -fno-common, which is
the default with llvm 11.

MFH:		2020Q3
2020-08-19 17:11:52 +00:00
Niclas Zeising
0c68a576e0 devel/binutils: fix build with -fno-common
Add a patch from upstream to fix the build of devel/binutils when compiled
with -fno-common, which is the default with llvm 11.

PR:		248701
MFH:		2020Q3
2020-08-19 17:10:59 +00:00
Sunpoet Po-Chuan Hsieh
479b8ebb02 Change build system from gmake to meson
- Use upstream release tarball
- Add OPTIMIZED_CFLAGS and TEST options
- Remove valgrind test
- Bump PORTREVISION for package change

PR:		247100
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-08-19 16:26:38 +00:00