| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
| |
release notes: https://fluentbit.io/announcements/v1.7.5/
|
|
|
|
| |
Release notes: https://github.com/influxdata/telegraf/releases
|
|
|
|
| |
It is end-of-life upstreams. Please update to a later version.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ChangeLog: https://chrony.tuxfamily.org/news.html#_13_may_2021_chrony_4_1_released
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 248459
Exp-run by: antoine
|
|
|
|
| |
Reported by: GitHub release notification
|
| |
|
| |
|
|
|
|
|
|
| |
Comment out BROKEN_riscv64 after recent port change:
either it fixes build or there will be fresh build log
available at least (hopefully).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Should build on i386 now.
Reported by: upstream author
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changes: https://github.com/DannyCork/python-whois/releases/tag/0.9.13
PR: 255886
|
|
|
|
|
| |
Submitted by: felix@palmen-it.de
PR: 254467
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
===> 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/abi-compliance-checker no longer supplies
bin/abi-compliance-checker.pl but it does supply the binary
bin/abi-compliance-checker.
|
|
|
|
|
| |
PR: 255860
Approved by: ecu@200ok.org (maintainer)
|
|
|
|
|
|
| |
as already marked on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/voxpupuli/puppetboard/blob/master/CHANGELOG.md#310
With hat: puppet
|
|
|
|
|
|
|
| |
ChangeLog:
https://github.com/voxpupuli/hiera-eyaml/blob/master/CHANGELOG.md#v322-2021-05-03
With hat: puppet
|
| |
|
|
|
|
| |
Changes: https://github.com/Findomain/Findomain/releases/tag/4.2.0
|
|
|
|
| |
Changes: https://github.com/JLErvin/berry/compare/0.1.7...0.1.8
|
|
|
|
| |
Changes: https://github.com/k6io/k6/releases/tag/v0.32.0
|
|
|
|
| |
Changes: https://github.com/jhspetersson/fselect/releases/tag/0.7.5
|
|
|
|
| |
Changes: https://github.com/sayanarijit/xplr/releases/tag/v0.9.0
|
|
|
|
| |
Changes: https://github.com/getsentry/sentry-cli/releases/tag/1.64.2
|
|
|
|
| |
PR: 255801
|
|
|
|
|
| |
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/78.10.2/releasenotes/
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
annotate utility requires both FREETYPE and JPEG enabled (see src/Makefile.am)
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
These are fallout from c399c4d12f6462f1d535e9a3143fe0e679a63eb8
Approved by: portmgr blanket
Pointyhat to: bapt
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|