Commit Graph

545747 Commits

Author SHA1 Message Date
Raphael Kubo da Costa 844247ca30 CONTRIBUTING.md: Adjust link to "submitting patches" instructions.
The link added in commit a2a0c50c5c was pointing to old documentation
according to dbaio@.

Reported by:	dbaio
2021-05-15 13:36:25 +02:00
Alexey Dokuchaev 510ce629be Update `textproc/highlight' to version 4.1. 2021-05-15 10:12:29 +00:00
Palle Girgensohn c9932c0b01 UPDATING: fix bad speling 2021-05-15 11:57:12 +02:00
Palle Girgensohn d3cd7c256c postgresql??-*: Revert fix to allow MAKE_JOBS
postgresql??-contrib fails to build for versions below 13 when building
in parallel. Needs more investigation.
2021-05-15 11:45:40 +02:00
Alexey Dokuchaev b845a14f54 Port of command-line VBAN (audio over UDP protocol) tools.
WWW: https://github.com/quiniouben/vban
2021-05-15 09:32:11 +00:00
Alexander Vereeken 32781aa038 emulators/i386-wine-devel: Update to 6.5 & take maintainership
- Submitter becomes maintainer

ChangeLog: https://www.winehq.org/announce/6.5

PR:		255403
Approved by:	dbaio, garga (mentors, implicit)
Differential Revision:	https://reviews.freebsd.org/D29982
2021-05-15 10:27:24 +01:00
Matthias Andree 505d608290 dns/dnsmasq: cherry-pick upstream-fixes
*  Handle DHCPREBIND requests in the DHCPv6 server.
 *  Fix bug in TCP process handling.
2021-05-15 11:24:25 +02:00
Tobias Kortkamp 9367fd9f70
x11-themes/kde-icons-nuovext2: Unbreak build after 3505159e72
===>  License not correctly defined: defining both LICENSE_FILE and LICENSE_TEXT is not allowed
2021-05-15 11:20:05 +02:00
Tobias Kortkamp a0c694d15d
Unbreak more ports after 3505159e72
With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates
${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too.
Rename the licenses to fix this.
2021-05-15 11:20:05 +02:00
Tobias Kortkamp c0cb001a88
sysutils/bacula*-server: Clean up some USES=readline:port cruft 2021-05-15 11:20:04 +02:00
Palle Girgensohn ab83f2b4bb databases/postgresql??-*: Upgrade to latest version
PostgreSQL 13.3, 12.7, 11.12, 10.17, and 9.6.22 Released!

The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 13.3, 12.7, 11.12, 10.17, and
9.6.22. This release closes three security vulnerabilities and fixes over 45
bugs reported over the last three months.

Security fixes in this release:

CVE-2021-32027: Buffer overrun from integer overflow in array subscripting
                calculations

CVE-2021-32028: Memory disclosure in INSERT ... ON CONFLICT ... DO UPDATE

CVE-2021-32029: Memory disclosure in partitioned-table UPDATE ... RETURNING

Also plenty of bug fixes. See the release note for details.

Changes to the port:

Make sure we use the matching version of llvm. This fixes a problem with the
llvm version string not being monotonically increasing with the version
number. [1]

Better pkg message about checksums for postgresql 12+. [2] [4]

Adjust login class parameter to adhere to the documentation in rc.subr(8) [3]:
  The rc.conf parameter for the login class of the postgresql daemon has
  changed name from postgresql_class to postgresql_login_class, since
  rc.subr(8) states that the parameter should be named ${name}_login_class.

Allow parallel builds. [5]

Correct the directory name for the user postgres in pkg message. [6]

PR:		250824 [1], 253558 [2], 236060 [3], 233106 [4],  230656 [5]
PR:		226674 [6]
Submitted by:	Michael Zhilin [2], Michael Zhilin [3], Dmitry Chestnykh [4]
Submitted by:	Steve Wills [5], knezour [6]

Security:	76e0bb86-b4cb-11eb-b9c9-6cc21735f730
Security:	62da9702-b4cc-11eb-b9c9-6cc21735f730

Release notes:	https://www.postgresql.org/docs/release/
2021-05-15 11:12:17 +02:00
Palle Girgensohn ccb205d957 sysutils/fluent-bit: update to 1.7.5
release notes:	https://fluentbit.io/announcements/v1.7.5/
2021-05-15 11:12:17 +02:00
Palle Girgensohn 1226e528a8 net-mgmt/telegraf: update to 1.18.2
Release notes:	https://github.com/influxdata/telegraf/releases
2021-05-15 11:12:16 +02:00
Palle Girgensohn 35c1aedccf databases/postgresql95-*: expire this version
It is end-of-life upstreams. Please update to a later version.
2021-05-15 11:12:15 +02:00
Palle Girgensohn 4106061834 databases/postgresql??-server: multiple security issues 2021-05-15 11:12:15 +02:00
TAKATSU Tomonari 647cfc07c4 www/R-cran-bslib: Update to 0.2.5 2021-05-15 17:50:16 +09:00
TAKATSU Tomonari 2b26df8209 textproc/R-cran-sass: Update to 0.4.0 2021-05-15 17:50:16 +09:00
Kirill Ponomarev e2e7b7726e www/py-httpretty: update to 1.1.1 2021-05-15 09:34:19 +02:00
Matthias Andree 5c1774b557 net/chrony: update to 4.1
ChangeLog: https://chrony.tuxfamily.org/news.html#_13_may_2021_chrony_4_1_released
2021-05-15 09:21:10 +02:00
Yasuhiro Kimura c210d2ab69
Mk/Uses/readline.mk: Remove unnecessary 'port' argument
Currently no supported FreeBSD version has libreadline.so in base.
Then if 'USES=readline' is used devel/readline is always added to
dependency whether or not 'port' argument is specified.  So remove
unnecessary 'port' argument now.

PR:		248459
Exp-run by:	antoine
2021-05-15 09:14:05 +02:00
Yasuhiro Kimura 9671981826
*: Remove unnecessary 'port' argument from USES=readline
PR:		248459
Exp-run by:	antoine
2021-05-15 09:14:04 +02:00
Yuri Victorovich 4032ece1e9 science/lammps: Update 8Apr2021 -> 14May2021
Reported by:	GitHub release notification
2021-05-15 00:12:32 -07:00
Yuri Victorovich cce8618e02 devel/kokkos: Update 3.3.01 -> 3.4.00 2021-05-15 00:12:32 -07:00
Yuri Victorovich 52583ce497 math/openturns: Fix dependency 2021-05-15 00:12:31 -07:00
Eugene Grosbein ed8939d447
lang/gprolog: Comment out BROKEN_riscv64
Comment out BROKEN_riscv64 after recent port change:
either it fixes build or there will be fresh build log
available at least (hopefully).
2021-05-15 10:43:24 +07:00
TAKATSU Tomonari 07a474c575 graphics/R-cran-viridis: Update to 0.6.1 2021-05-15 12:31:50 +09:00
John Hixson 874f110715 sysutils/nomad: update to version 1.0.5 2021-05-14 20:16:44 -07:00
Jan Beich d7da60fca5 graphics/vulkan-tools: unbreak vkcube-wayland on non-tiling compositors
Affects at least wayfire, labwc, plasma5-kwin.

$ vkcube-wayland
Segmentation fault
(lldb) bt
* thread #1, name = 'vkcube-wayland', stop reason = signal SIGSEGV: invalid address (fault address: 0x128000)
  * frame #0: 0x00000008004811f3 libc.so.7`memcpy at memmove.S:314
    frame #1: 0x00000000002097f4 vkcube-wayland`demo_update_data_buffer(demo=0x00007fffffffd258) at cube.c:894:5
    frame #2: 0x0000000000213e4f vkcube-wayland`demo_draw(demo=0x00007fffffffd258) at cube.c:1043:5
    frame #3: 0x000000000020c3fc vkcube-wayland`demo_run(demo=0x00007fffffffd258) at cube.c:2757:13
    frame #4: 0x000000000020aa16 vkcube-wayland`main(argc=1, argv=0x00007fffffffe038) at cube.c:4267:5
    frame #5: 0x0000000000208340 vkcube-wayland`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1_c.c:75:7
2021-05-15 02:51:14 +00:00
Yuri Victorovich 2482385bf0 math/py-ducc0: Update 0.9.0 -> 0.10.0
Should build on i386 now.

Reported by:	upstream author
2021-05-14 19:50:37 -07:00
Piotr Kubaj 192a67a0d7 security/nss: fix build on powerpc64le
LLVM's integrated assembler can't build ppc-gcm.s:
ppc-gcm.s:642:24: error: invalid memory operand
    std          31,-8(SP);

Use as from binutils on powerpc64le.

While here correct the architecture check to also check for Linux's ppc64 - similar to the OS check in the same patch.
2021-05-15 02:45:46 +00:00
Gabriel Dutra 8d94d913b7 net/py-whois: Update to 0.9.13
Changes: https://github.com/DannyCork/python-whois/releases/tag/0.9.13

PR:	255886
2021-05-14 18:05:22 -07:00
Piotr Kubaj 6ffbcd54bf games/eduke32: correct FULL option handling
Submitted by: felix@palmen-it.de
PR:	254467
2021-05-15 00:48:06 +00:00
Jan Beich 8a400121ea x11-wm/wayfire: document recommended addons
When using default config Wayfire will show black screen if wf-shell
isn't installed. However, wf-shell can be replaced by other packages.
Exposing such addons as default options causes circular dependency.
2021-05-15 00:34:11 +00:00
Jan Beich 156537c43a benchmarks/vkmark: unbreak on non-x86 after bfcd0e437a
===>   vkmark-2017.08.24 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

PR:		255887
Reported by:	linimon
2021-05-14 23:50:47 +00:00
Mark Linimon 5c10906c41 devel/api-sanity-autotest: attempt to fix build on package builders.
devel/abi-compliance-checker no longer supplies
bin/abi-compliance-checker.pl but it does supply the binary
bin/abi-compliance-checker.
2021-05-14 16:52:57 -05:00
Yuri Victorovich 3664207c1f sysutils/sec: Update 2.7.12 -> 2.9.0
PR:		255860
Approved by:	ecu@200ok.org (maintainer)
2021-05-14 14:36:38 -07:00
Mark Linimon 92aae631f9 science/dftbplus: mark BROKEN the same way on powerc64le/aarch64
as already marked on powerpc64.

Approved by:	portmgr (tier-2 blanket)
2021-05-14 16:29:29 -05:00
Raphael Kubo da Costa a7699c7f10 archivers/p7zip: Drop maintainership.
I have not had time to properly maintain this port in ages, and do not
think this will change in the foreseeable future.

Someone needs to push bug 228239 beyond the finishing line (there is
some confusion about whether the patch in Debian is enough or not), and
hopefully investigate whether a p7zip fork should be adopted, or
persuade the 7-Zip maintainer to publish the code for their Linux
version (see comment #11 in the PR I mentioned).

PR:		228239
2021-05-14 23:28:39 +02:00
Raphael Kubo da Costa a2a0c50c5c CONTRIBUTING.md: Update links to the new documentation URLs. 2021-05-14 23:28:39 +02:00
Mark Linimon e306bddeba mail/qmail-spamcontrol: mark BROKEN on 14 the same way as on 12 and 13. 2021-05-14 16:12:27 -05:00
Romain Tartière 60a226fc14 www/py-puppetboard: Update to 3.1.0
ChangeLog:
https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#310

With hat:	puppet
2021-05-14 11:11:11 -10:00
Romain Tartière dd790613d0 sysutils/rubygem-hiera-eyaml: Update to 3.2.2
ChangeLog:
https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md#v322-2021-05-03

With hat:	puppet
2021-05-14 11:11:11 -10:00
Mark Linimon 7da032573b net/gogoc: mark BROKEN on 14 in the same circumstances as for 12 and 13. 2021-05-14 16:06:05 -05:00
Lewis Cook 9c783686ed net/findomain: Update to 4.2.0
Changes:	https://github.com/Findomain/Findomain/releases/tag/4.2.0
2021-05-14 21:24:03 +01:00
Lewis Cook 5e614e8a50 x11-wm/berry: Update to 0.1.8
Changes:	https://github.com/JLErvin/berry/compare/0.1.7...0.1.8
2021-05-14 21:24:02 +01:00
Lewis Cook ba97af3167 net/k6: Update to 0.32.0
Changes:	https://github.com/k6io/k6/releases/tag/v0.32.0
2021-05-14 21:24:02 +01:00
Lewis Cook 9b96294824 sysutils/fselect: Update to 0.7.5
Changes:	https://github.com/jhspetersson/fselect/releases/tag/0.7.5
2021-05-14 21:24:02 +01:00
Lewis Cook 040ed15ac6 misc/xplr: Update to 0.9.0
Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.9.0
2021-05-14 21:24:02 +01:00
Lewis Cook e85bd1e5ce devel/sentry-cli: Update to 1.64.2
Changes:	https://github.com/getsentry/sentry-cli/releases/tag/1.64.2
2021-05-14 21:24:02 +01:00
Christoph Moench-Tegeder 9a2d2bd936 graphics/gscan2pdf: take maintainership
PR:		255801
2021-05-14 22:22:52 +02:00