1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

631547 Commits

Author SHA1 Message Date
Yuri Victorovich
d5d21a8d79 devel/argc: update 1.8.0 → 1.9.0
Reported by:	portscout
2023-08-26 00:26:02 -07:00
Vinícius Zavam
c98c0e0e60
dns/dnscrypt-proxy2: update 2.1.4 to 2.1.5
https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.5

  - dnscrypt-proxy can be compiled with Go 1.21.0+
  - Responses to blocked queries now include extended error codes
  - Reliability of connections using HTTP/3 has been improved
  - New configuration directive:
    `tls_key_log_file` When defined, this is the path to a file where
    TLS secret keys will be written to, so that DoH traffic can be
    locally inspected.
2023-08-26 07:11:29 +00:00
Vinícius Zavam
11d406a20c
net/ipxe: update g20230719 (c1834f32) to g20230822 (9e99a55b317f5da6)
* this change applies 9e99a55b317f5da6 and c30b71ee9cc2dc2a from upstream

  * [virtio] Fix implementation of vpm_ioread32()

  The current implementation of vpm_ioread32() erroneously reads only 16
  bits of data, which fails when used with the (stricter) virtio device
  emulation in VirtualBox.

  Fix by using the correct readl()/inl() I/O wrappers.

  * [image] Check delimiters when parsing command-line key-value arguments

  The Linux kernel bzImage image format and the CPIO archive constructor
  will parse the image command line for certain arguments of the form
  "key=value".  This parsing is currently implemented using strstr() in
  a way that can cause a false positive suffix match.  For example, a
  command line containing "highmem=<n>" would erroneously be treated as
  containing a value for "mem=<n>".

  Fix by centralising the logic used for parsing such arguments, and
  including a check that the argument immediately follows a whitespace
  delimiter (or is at the start of the string).

PR:		272483
Reported by:	mikael@
2023-08-26 06:17:46 +00:00
Jan Beich
f429513358 graphics/mesa-devel: unbreak Vulkan on Wayland after 157c391cc1
$ vkcube-wayland
Selected GPU 0: Intel(R) HD Graphics 530 (SKL GT2), type: IntegratedGpu
Segmentation fault

(lldb) bt
* thread #1, name = 'vkcube-wayland', stop reason = signal SIGSEGV: invalid address (fault address: 0x40)
  * frame #0: 0x000000082114a4dc libwayland-client.so`wl_proxy_get_version(proxy=0x0000000000000000) at wayland-client.c:2248:16
    frame #1: 0x000000082b8543e1 libvulkan_intel.so`wp_tearing_control_manager_v1_get_tearing_control(wp_tearing_control_manager_v1=0x0000000000000000, surface=0x0000245a71e110a0) at tearing-control-v1-client-protocol.h:191:90
    frame #2: 0x000000082b852016 libvulkan_intel.so`wsi_wl_surface_create_swapchain(icd_surface=0x0000245a71e32e00, device=0x0000245a71f47400, wsi_device=0x0000245a71eb1ae0, pCreateInfo=0x0000000820617900, pAllocator=0x0000245a71f47440, swapchain_out=0x00000008206178d8) at wsi_common_wayland.c:2277:10
    frame #3: 0x000000082b842be4 libvulkan_intel.so`wsi_CreateSwapchainKHR(_device=0x0000245a71f47400, pCreateInfo=0x0000000820617900, pAllocator=0x0000000000000000, pSwapchain=0x0000000820618700) at wsi_common.c:930:22
    frame #4: 0x0000000822051bef libvulkan.so.1`terminator_CreateSwapchainKHR + 223
    frame #5: 0x000000000021136b vkcube-wayland`demo_prepare_buffers(demo=0x0000000820617c30) at cube.c:1408:11
    frame #6: 0x000000000020c679 vkcube-wayland`demo_prepare(demo=0x0000000820617c30) at cube.c:2302:5
    frame #7: 0x000000000020af7a vkcube-wayland`main(argc=1, argv=0x0000000820618a38) at cube.c:4592:5
    frame #8: 0x000000082356e5fa libc.so.7`__libc_start1(argc=1, argv=0x0000000820618a38, env=0x0000000820618a48, cleanup=<unavailable>, mainX=(vkcube-wayland`main at cube.c:4574)) at libc_start1.c:157:7
    frame #9: 0x00000000002085d0 vkcube-wayland`_start at crt1_s.S:83
(lldb) f 2
frame #2: 0x000000082b852016 libvulkan_intel.so`wsi_wl_surface_create_swapchain(icd_surface=0x0000245a71e32e00, device=0x0000245a71f47400, wsi_device=0x0000245a71eb1ae0, pCreateInfo=0x0000000820617900, pAllocator=0x0000245a71f47440, swapchain_out=0x00000008206178d8) at wsi_common_wayland.c:2277:10
   2274
   2275    if (chain->base.present_mode == VK_PRESENT_MODE_IMMEDIATE_KHR) {
   2276       chain->tearing_control =
-> 2277          wp_tearing_control_manager_v1_get_tearing_control(wsi_wl_surface->display->tearing_control_manager,
   2278                                                            wsi_wl_surface->surface);
   2279       if (!chain->tearing_control) {
   2280          result = VK_ERROR_OUT_OF_HOST_MEMORY;
(lldb) p wsi_wl_surface->display->tearing_control_manager
(wp_tearing_control_manager_v1 *) $0 = NULL
2023-08-26 06:08:18 +02:00
Yuri Victorovich
1aac3a8eca audio/py-soxr: Add workaround to fix wrong version variable 2023-08-25 20:00:23 -07:00
Mikhail Teterin
0633b30f8f archivers/lz4json: add the lz4-dependency
Notified by:	pkg-fallout
2023-08-25 22:59:52 -04:00
Jan Beich
8467f3513e graphics/spirv-tools: update to 2023.4.r2
Changes:	https://github.com/KhronosGroup/SPIRV-Tools/compare/v2023.4.rc1...v2023.4.rc2
2023-08-26 04:01:50 +02:00
Jan Beich
1056f28064 games/openfodder: drop unused patch after c158dbd16d 2023-08-26 04:01:48 +02:00
Wen Heping
1d2d633366 lang/python311: Update to 3.11.5 2023-08-26 01:52:12 +00:00
Jan Beich
157c391cc1 graphics/mesa-devel: update to 23.2.0.b.2949
Changes:	75789e9429...5ce6e09ffc
2023-08-26 02:56:17 +02:00
Jan Beich
485cd2037c emulators/yuzu: update to s20230825
Changes:	ccd163ab2...bc4e58eb5
2023-08-26 02:46:53 +02:00
Jan Beich
38529e3cbd emulators/rpcs3: update to 0.0.29.15532
Changes:	8772219492...f4c2b4cc7e
2023-08-26 02:46:52 +02:00
Jan Beich
d74017eaaf x11-toolkits/wlroots-devel: update to 0.16.0.724
Changes:	7bf6c1fc6c...717ded9bb0
2023-08-26 02:46:50 +02:00
Jan Beich
9ff8452423 x11/wlr-which-key: update to 0.1.1
Changes:	https://github.com/MaxVerevkin/wlr-which-key/releases/tag/v0.1.1
Reported by:	GitHub (watch releases)
2023-08-26 02:46:49 +02:00
Jan Beich
c158dbd16d games/openfodder: update to 1.8.0
Changes:	https://github.com/OpenFodder/openfodder/releases/tag/1.8.0
Reported by:	GitHub (watch releases)
2023-08-26 02:46:48 +02:00
Jan Beich
b29c411cae graphics/vulkan-tools: update to 1.3.262
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.261...v1.3.262
Reported by:	Repology, portscout
2023-08-26 02:46:47 +02:00
Jan Beich
88e5326763 graphics/vulkan-loader: update to 1.3.262
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.261...v1.3.262
Reported by:	Repology, portscout
2023-08-26 02:46:46 +02:00
Jan Beich
908d981a52 graphics/vulkan-headers: update to 1.3.262
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.261...v1.3.262
Reported by:	Repology, portscout
2023-08-26 02:46:45 +02:00
Jan Beich
38522c3b57 multimedia/svt-av1: update to 1.7.0
Changes:	https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.7.0
Reported by:	Repology, /r/AV1
2023-08-26 02:46:44 +02:00
Jan Beich
ffbcda74cb graphics/glslang: update to 13.0.0
Changes:	https://github.com/KhronosGroup/glslang/releases/tag/13.0.0
Reported by:	GitHub (watch releases)
2023-08-26 02:46:43 +02:00
Jan Beich
2f6108e208 x11/nwg-dock-hyprland: update to 0.1.6
Changes:	https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.1.6
Reported by:	GitHub (watch releases)
2023-08-26 02:46:42 +02:00
Jan Beich
5a3ead0542 multimedia/ab-av1: update to 0.7.8
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.7.8
Reported by:	GitHub (watch releases)
2023-08-26 02:46:26 +02:00
Jan Beich
d0e9d04436 x11/libinput: update to 1.24.0
Changes:	https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.24.0
Reported by:	GitLab (notify releases)
PR:		273343
Approved by:	manu
2023-08-26 02:46:19 +02:00
Jan Beich
18b74a65e0 x11/libinput: drop GL_TAGNAME
Simplifies port updates and allows portscout discover new versions.

PR:		273343
Approved by:	manu
2023-08-26 02:46:18 +02:00
Jan Beich
cc0b116c98 x11/libinput: drop unused USES=tar
USE_GITLAB (and USE_GITHUB) override USES=tar.

PR:		273343
Approved by:	manu
2023-08-26 02:46:17 +02:00
Jan Beich
61b198a7cd graphics/libdrm: update to 2.4.116,1
PR:		273327
Changes:	https://lists.x.org/archives/xorg-announce/2023-August/003416.html
Approved by:	manu
2023-08-26 02:46:09 +02:00
Romain Tartière
b7bc1cbd63
sysutils/rubygem-bolt: Update to 3.27.2
ChangeLog:
https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3272-2023-08-14

With hat:	puppet
2023-08-25 13:57:45 -10:00
Romain Tartière
f2296f422d
devel/rubygem-puppet-resource_api: Update to 1.9.0
With hat:	puppet
2023-08-25 13:57:06 -10:00
Romain Tartière
056bfa581f
databases/puppetdb8: Update to 8.1.0
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes.html#puppetdb-810

With hat:	puppet
2023-08-25 13:56:12 -10:00
Romain Tartière
29e64d5be4
databases/puppetdb7: Update to 7.14.0
Release notes:
https://www.puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7140

With hat:	puppet
2023-08-25 13:55:18 -10:00
Romain Tartière
045c56ffac
sysutils/puppetserver8: Update to 8.2.0
Release notes:
https://www.puppet.com/docs/puppet/8/server/release_notes

With hat:	puppet
2023-08-25 13:53:44 -10:00
Romain Tartière
c9377664ef
sysutils/puppetserver7: Update to 7.13.0
Release notes:
https://www.puppet.com/docs/puppet/7/server/release_notes

With hat:	puppet
2023-08-25 13:52:24 -10:00
Romain Tartière
0498a620e0
sysutils/puppet8: Update to 8.2.0
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_puppet.html#release_notes_puppet_x-8-2-0

With hat:	puppet
2023-08-25 13:51:26 -10:00
Romain Tartière
1c7aa405e6
sysutils/puppet7: Update to 7.26.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet.html#release_notes_puppet_x-7-26-0

With hat:	puppet
2023-08-25 13:50:41 -10:00
Romain Tartière
ffb01df639
sysutils/rubygem-facter: Update to 4.4.3
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter.html

With hat:	puppet
2023-08-25 13:50:15 -10:00
Nuno Teixeira
e23de317c8 security/s2n-tls: Update to 1.3.50
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.50
2023-08-26 00:22:10 +01:00
Muhammad Moinur Rahman
6aa36bfe3e net-im/6cord: Remove expired port
2023-08-25 net-im/6cord: Upstream no longer maintained
2023-08-25 23:54:52 +02:00
Muhammad Moinur Rahman
1eff8ef982 irc/birch: Remove expired port
2023-08-25 irc/birch: Upstream no longer maintained
2023-08-25 23:54:52 +02:00
Muhammad Moinur Rahman
6326b8248d irc/komanda-cli: Remove expired port
2023-08-25 irc/komanda-cli: Upstream no longer maintained
2023-08-25 23:54:52 +02:00
Daniel Engberg
df843a0990 security/py-xmlsec: Update dependenciew
- Switch to DISTVERSION

PR:		273115
2023-08-25 23:54:51 +02:00
Muhammad Moinur Rahman
dc226fe320 devel/libepoll-shim: Fix build on 15
15 ships with sys/timerfd which is no longer required by the port
libraries from their own dist. Optionalize installation of that file
between versions that has the header and that does not have the header.

Approved by:	portmgr (blanket)
2023-08-25 23:54:51 +02:00
Muhammad Moinur Rahman
a570a67578 devel/elf-dissector: Switch to devel/capstone
- Add missing DEPENDS reported by poudriere testport
- Pet port{clippy|fmt}

Approved by:	portmgr (blanket)
2023-08-25 23:54:51 +02:00
Muhammad Moinur Rahman
5f9b68c773 security/botan3: Fix build on 14
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-25 23:54:51 +02:00
Muhammad Moinur Rahman
ec044ed888 lang/onyx: Mark DEPRECATED
- Requires deprecated cook port
- Upstream last release was in 2008
- Update WWW to GH site but there is also no activity since 2008
- Set EXPIRATION_DATE to 2023-09-30
- Pet portclippy
2023-08-25 23:54:50 +02:00
Muhammad Moinur Rahman
df5e2d02f8 databases/movine: Mark BROKEN on 14
Although this port was marked BROKEN_SSL but there was a missing
USES=ssl. There was also OPENSSLINC and OPENSSLLIB which do not work
without USES=ssl. Even with that fix the port is BROKEN.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-25 23:54:50 +02:00
Muhammad Moinur Rahman
19c41b216a emulators/qemu: Update version 8.0.4=>8.1.0
Changelog: https://wiki.qemu.org/ChangeLog/8.1
2023-08-25 23:54:50 +02:00
Dmitry Sivachenko
074a581800 net/haproxy24: update to version 2.4.24. 2023-08-25 19:29:38 +00:00
Dmitry Sivachenko
4674f395bf net/haproxy22: update to version 2.2.31 2023-08-25 19:29:38 +00:00
Dmitry Sivachenko
9e54aa6a97 net/haproxy20: update to version 2.0.33. 2023-08-25 19:29:38 +00:00
Dmitry Sivachenko
a7cca169c5 net/haproxy-devel: update to 2.9-dev4 2023-08-25 19:29:38 +00:00