summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql??-*: Upgrade to latest versionPalle Girgensohn2021-05-1524-82/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* sysutils/fluent-bit: update to 1.7.5Palle Girgensohn2021-05-152-4/+4
| | | | release notes: https://fluentbit.io/announcements/v1.7.5/
* net-mgmt/telegraf: update to 1.18.2Palle Girgensohn2021-05-152-16/+13
| | | | Release notes: https://github.com/influxdata/telegraf/releases
* databases/postgresql95-*: expire this versionPalle Girgensohn2021-05-151-0/+3
| | | | It is end-of-life upstreams. Please update to a later version.
* databases/postgresql??-server: multiple security issuesPalle Girgensohn2021-05-151-0/+103
|
* www/R-cran-bslib: Update to 0.2.5TAKATSU Tomonari2021-05-152-5/+5
|
* textproc/R-cran-sass: Update to 0.4.0TAKATSU Tomonari2021-05-152-8/+7
|
* www/py-httpretty: update to 1.1.1Kirill Ponomarev2021-05-152-4/+4
|
* net/chrony: update to 4.1Matthias Andree2021-05-152-9/+8
| | | | ChangeLog: https://chrony.tuxfamily.org/news.html#_13_may_2021_chrony_4_1_released
* Mk/Uses/readline.mk: Remove unnecessary 'port' argumentYasuhiro Kimura2021-05-151-5/+2
| | | | | | | | | | 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
* *: Remove unnecessary 'port' argument from USES=readlineYasuhiro Kimura2021-05-1540-79/+43
| | | | | PR: 248459 Exp-run by: antoine
* science/lammps: Update 8Apr2021 -> 14May2021Yuri Victorovich2021-05-153-5/+6
| | | | Reported by: GitHub release notification
* devel/kokkos: Update 3.3.01 -> 3.4.00Yuri Victorovich2021-05-153-6/+32
|
* math/openturns: Fix dependencyYuri Victorovich2021-05-151-1/+2
|
* lang/gprolog: Comment out BROKEN_riscv64Eugene Grosbein2021-05-151-1/+1
| | | | | | Comment out BROKEN_riscv64 after recent port change: either it fixes build or there will be fresh build log available at least (hopefully).
* graphics/R-cran-viridis: Update to 0.6.1TAKATSU Tomonari2021-05-152-4/+4
|
* sysutils/nomad: update to version 1.0.5John Hixson2021-05-142-4/+4
|
* graphics/vulkan-tools: unbreak vkcube-wayland on non-tiling compositorsJan Beich2021-05-152-3/+4
| | | | | | | | | | | | | | | 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
* math/py-ducc0: Update 0.9.0 -> 0.10.0Yuri Victorovich2021-05-142-7/+4
| | | | | | Should build on i386 now. Reported by: upstream author
* security/nss: fix build on powerpc64lePiotr Kubaj2021-05-152-2/+5
| | | | | | | | | | 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.
* net/py-whois: Update to 0.9.13Gabriel Dutra2021-05-142-4/+4
| | | | | | Changes: https://github.com/DannyCork/python-whois/releases/tag/0.9.13 PR: 255886
* games/eduke32: correct FULL option handlingPiotr Kubaj2021-05-151-1/+1
| | | | | Submitted by: felix@palmen-it.de PR: 254467
* x11-wm/wayfire: document recommended addonsJan Beich2021-05-151-0/+10
| | | | | | 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.
* benchmarks/vkmark: unbreak on non-x86 after bfcd0e437af3Jan Beich2021-05-141-0/+1
| | | | | | | | ===> vkmark-2017.08.24 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found *** Error code 1 PR: 255887 Reported by: linimon
* devel/api-sanity-autotest: attempt to fix build on package builders.Mark Linimon2021-05-141-1/+1
| | | | | | devel/abi-compliance-checker no longer supplies bin/abi-compliance-checker.pl but it does supply the binary bin/abi-compliance-checker.
* sysutils/sec: Update 2.7.12 -> 2.9.0Yuri Victorovich2021-05-142-8/+13
| | | | | PR: 255860 Approved by: ecu@200ok.org (maintainer)
* science/dftbplus: mark BROKEN the same way on powerc64le/aarch64Mark Linimon2021-05-141-0/+2
| | | | | | as already marked on powerpc64. Approved by: portmgr (tier-2 blanket)
* archivers/p7zip: Drop maintainership.Raphael Kubo da Costa2021-05-141-1/+1
| | | | | | | | | | | | | 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
* CONTRIBUTING.md: Update links to the new documentation URLs.Raphael Kubo da Costa2021-05-141-1/+1
|
* mail/qmail-spamcontrol: mark BROKEN on 14 the same way as on 12 and 13.Mark Linimon2021-05-141-0/+1
|
* www/py-puppetboard: Update to 3.1.0Romain Tartière2021-05-142-4/+4
| | | | | | | ChangeLog: https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#310 With hat: puppet
* sysutils/rubygem-hiera-eyaml: Update to 3.2.2Romain Tartière2021-05-142-4/+4
| | | | | | | ChangeLog: https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md#v322-2021-05-03 With hat: puppet
* net/gogoc: mark BROKEN on 14 in the same circumstances as for 12 and 13.Mark Linimon2021-05-141-0/+1
|
* net/findomain: Update to 4.2.0Lewis Cook2021-05-143-679/+618
| | | | Changes: https://github.com/Findomain/Findomain/releases/tag/4.2.0
* x11-wm/berry: Update to 0.1.8Lewis Cook2021-05-144-42/+16
| | | | Changes: https://github.com/JLErvin/berry/compare/0.1.7...0.1.8
* net/k6: Update to 0.32.0Lewis Cook2021-05-142-8/+7
| | | | Changes: https://github.com/k6io/k6/releases/tag/v0.32.0
* sysutils/fselect: Update to 0.7.5Lewis Cook2021-05-142-305/+292
| | | | Changes: https://github.com/jhspetersson/fselect/releases/tag/0.7.5
* misc/xplr: Update to 0.9.0Lewis Cook2021-05-142-136/+4
| | | | Changes: https://github.com/sayanarijit/xplr/releases/tag/v0.9.0
* devel/sentry-cli: Update to 1.64.2Lewis Cook2021-05-142-595/+594
| | | | Changes: https://github.com/getsentry/sentry-cli/releases/tag/1.64.2
* graphics/gscan2pdf: take maintainershipChristoph Moench-Tegeder2021-05-141-1/+1
| | | | PR: 255801
* mail/thunderbird: update to 78.10.2 (rc1)Christoph Moench-Tegeder2021-05-142-5/+4
| | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/78.10.2/releasenotes/
* news/pan: remove manual linking with -lgnuregexDmitry Marakasov2021-05-141-1/+1
| | | | | | | | This looks like a hack needed for a patch from 2001 (which is long gone) to work. Today it breaks the build because it lacks corresponding dependency, so remove it. Approved by: portmgr blanket
* comms/limesuite: fix plistDmitry Marakasov2021-05-141-1/+1
| | | | Approved by: portmgr blanket
* www/mitmproxy: mark BROKEN (dependency list incorrect)Dmitry Marakasov2021-05-141-0/+2
| | | | Approved by: portmgr blanket
* graphics/gd: fix plistDmitry Marakasov2021-05-141-1/+1
| | | | | | annotate utility requires both FREETYPE and JPEG enabled (see src/Makefile.am) Approved by: portmgr blanket
* astro/nightfall: fix plist and configure argDmitry Marakasov2021-05-142-5/+1
| | | | | | | These are fallout from c399c4d12f6462f1d535e9a3143fe0e679a63eb8 Approved by: portmgr blanket Pointyhat to: bapt
* misc/glow: mark BROKEN (does not link)Dmitry Marakasov2021-05-141-0/+1
| | | | Approved by: portmgr blanket
* databases/libgda5-mdb: mark BROKEN (does not compile)Dmitry Marakasov2021-05-141-0/+2
| | | | Approved by: portmgr blanket
* textproc/uncrustify: update to 0.73.0Dmitry Marakasov2021-05-147-4/+67
|
* sysutils/geomWatch: mark BROKEN (does not fetch)Dmitry Marakasov2021-05-141-0/+1
| | | | Approved by: portmgr blanket