1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Commit Graph

680808 Commits

Author SHA1 Message Date
José Maldonado
0ce6146f9b x11-wm/picom: Update to 12.1
Add patch for meson build, which disables git detection while building.
Submitter takes maintainership.
Pet portclippy, portlint, portfmt.

Changelog: https://github.com/yshui/picom/blob/next/CHANGELOG.md

PR:		281767
Approved by:	submitter is maintainer
2024-10-02 19:30:13 +02:00
Alexey Dokuchaev
6e8e7ac134 sysutils/squashfs-tools-ng: update the port to version 1.3.2
Reported by:	portscout
2024-10-02 17:24:54 +00:00
Muhammad Moinur Rahman
3e6ee0d240
devel/py-xstatic-pygments: New port
Pygments 2.9.0 (XStatic packaging standard)

Pygments’ builtin CSS packaged for setuptools (easy_install)/pip.

This package is intended to be used by any project that needs these
files.

It intentionally does not provide any extra code except some metadata
nor has any extra requirements. You MAY use some minimal support code
from the XStatic base package, if you like.

WWW:	https://pygments.org/
2024-10-02 18:17:11 +02:00
Muhammad Moinur Rahman
aa2a75c95c
net/google-cloud-sdk: Update version 494.0.0=>495.0.0 2024-10-02 18:17:09 +02:00
Muhammad Moinur Rahman
5340df66bc
math/spar: Fix build 2024-10-02 18:17:06 +02:00
Muhammad Moinur Rahman
39b5887a24
devel/libthreadar: Update version 1.4.0=>1.5.0
Changelog: https://github.com/Edrusb/libthreadar/releases/tag/v1.5.0
2024-10-02 18:17:03 +02:00
Muhammad Moinur Rahman
ce002a7270
devel/libhtp: Update version 0.5.48=>0.5.49
Changelog: https://github.com/OISF/libhtp/releases/tag/0.5.49
2024-10-02 18:17:00 +02:00
Muhammad Moinur Rahman
18ea83fbe3
devel/py-tox: Update version 4.18.1=>4.19.0
Changelog: https://github.com/tox-dev/tox/releases/tag/4.19.0
2024-10-02 18:17:00 +02:00
Muhammad Moinur Rahman
4f2223afbc
devel/cirrus-cli: Update version 0.127.1=>0.128.0
Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.128.0
2024-10-02 18:16:59 +02:00
Muhammad Moinur Rahman
c88244ec64
net-im/purple-discord: Return to pool 2024-10-02 18:16:58 +02:00
Muhammad Moinur Rahman
7945ef184a
security/vault: Update version 1.16.1=>1.16.2
Changelog: https://github.com/hashicorp/vault/releases/tag/v1.16.2
2024-10-02 18:16:57 +02:00
Muhammad Moinur Rahman
7f5de31427
sysutils/httm: Update version 0.43.1=>0.43.2
Changelog: https://github.com/kimono-koans/httm/releases/tag/0.43.2
2024-10-02 18:16:54 +02:00
Muhammad Moinur Rahman
4d2ee7d092
www/minio: Update version 2024-02-17T01-15-57Z=>2024-02-24T17-11-14Z
Changelog: https://github.com/minio/minio/releases/tag/RELEASE.2024-02-24T17-11-14Z
2024-10-02 18:16:35 +02:00
Alexey Dokuchaev
5ee330c9ca games/openbve: update OpenBVE to version 1.11.0.3
- Fix: BVE5 TXT files were not visible in the GL main menu
- New: Add route map display to the GL main menu
- New: Add GL-based menus to Route Viewer and Object Viewer
  for users on systems not supporting WinForms
- Change: Update zh_HK translation (courtesy of Kenny Hui)
- Fix: Incorrect decoding of some interlaced PNG files
- Hack: Use a better initial cab position for Indonesian KIC400

Reported by:	portscout
2024-10-02 15:36:26 +00:00
Olivier Cochard
e60df8753f sysutils/ipmitool: Fix path run and argument parsing with ipmievd
PR:		281805
Approved by:	zi (maintainer)
Sponsored by:	Netflix
2024-10-02 16:28:55 +02:00
Jimmy Olgeni
34e132dfa3 net/redpanda-connect: update to version 4.37.0 2024-10-02 16:26:46 +02:00
Cy Schubert
c041672cdb sysutils/nut-devel: Disable augeas, fixing packaging
Autodetection of augeas is not yet understood, resulting in pkg-plist
errors. Disable augeas for now.
2024-10-02 06:45:22 -07:00
Norbert Grundmann
41b78eeb6c java/eclipse: Update 4.32 → 4.33
I took the fork of an eclipse member - who integrated my changes and
made more "investment" - thanks to him:
https://github.com/chirontt/eclipse.platform.releng.aggregator

- There are no addons or patches needed anymore.
- It compiles on my amd64 platform.
- The powerpc64 architectures are removed.

PR:	281794 281582
2024-10-02 16:42:48 +03:00
Dimitry Andric
48cea5704f net/samba416: fix rl_completion_func_t detection and usage
After a recent devel/readline update, net/samba416 fails to compile with
clang 19, resulting in errors similar to:

  ../../libcli/smbreadline/smbreadline.c:139:38: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations]
    139 |                 rl_attempted_completion_function = RL_COMPLETION_CAST completion_fn;
        |                                                    ^
  ../../lib/replace/system/readline.h:50:31: note: expanded from macro 'RL_COMPLETION_CAST'
     50 | #  define RL_COMPLETION_CAST (CPPFunction *)
        |                               ^
  /usr/local/include/readline/rltypedefs.h:38:50: note: 'CPPFunction' has been explicitly marked deprecated here
     38 | typedef char **CPPFunction (void) __attribute__((deprecated));
        |                                                  ^
  ../../libcli/smbreadline/smbreadline.c:139:36: error: incompatible function pointer types assigning to 'rl_completion_func_t *' (aka 'char **(*)(const char *, int, int)') from 'CPPFunction *' (aka 'char **(*)(void)') [-Wincompatible-function-pointer-types]
    139 |                 rl_attempted_completion_function = RL_COMPLETION_CAST completion_fn;
        |                                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There are two reasons: samba checks for `rl_completion_t`, while the
actual readline type is `rl_completion_func_t`, and samba's wrapper
`readline.h` header prefers the `CPPFunction` type which is deprecated,
while it should use `rl_completion_func_t` instead.

Fix the `wscript_configure` check to detect `rl_completion_func_t`, and
reverse the `HAVE_RL_COMPLETION_T` and `HAVE_CPPFUNCTION` checks in the
wrapper header.

PR:		281817
Approved by:	samba (0mp)
Reviewed by:	0mp
MFH:		2024Q3
2024-10-02 15:38:59 +02:00
Dimitry Andric
c81f658808 net/samba419: fix rl_completion_func_t detection and usage
After a recent devel/readline update, net/samba419 fails to compile with
clang 19, resulting in errors similar to:

  ../../libcli/smbreadline/smbreadline.c:139:38: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations]
    139 |                 rl_attempted_completion_function = RL_COMPLETION_CAST completion_fn;
        |                                                    ^
  ../../lib/replace/system/readline.h:50:31: note: expanded from macro 'RL_COMPLETION_CAST'
     50 | #  define RL_COMPLETION_CAST (CPPFunction *)
        |                               ^
  /usr/local/include/readline/rltypedefs.h:38:50: note: 'CPPFunction' has been explicitly marked deprecated here
     38 | typedef char **CPPFunction (void) __attribute__((deprecated));
        |                                                  ^
  ../../libcli/smbreadline/smbreadline.c:139:36: error: incompatible function pointer types assigning to 'rl_completion_func_t *' (aka 'char **(*)(const char *, int, int)') from 'CPPFunction *' (aka 'char **(*)(void)') [-Wincompatible-function-pointer-types]
    139 |                 rl_attempted_completion_function = RL_COMPLETION_CAST completion_fn;
        |                                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

There are two reasons: samba checks for `rl_completion_t`, while the
actual readline type is `rl_completion_func_t`, and samba's wrapper
`readline.h` header prefers the `CPPFunction` type which is deprecated,
while it should use `rl_completion_func_t` instead.

Fix the `wscript_configure` check to detect `rl_completion_func_t`, and
reverse the `HAVE_RL_COMPLETION_T` and `HAVE_CPPFUNCTION` checks in the
wrapper header.

PR:		281818
Reviewed by:	0mp
Approved by:	samba (0mp)
MFH:		2024Q3
2024-10-02 15:32:18 +02:00
Nuno Teixeira
04d3e33358 emulators/dosbox-x: Update to 2024.10.01
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2024.10.01
2024-10-02 14:30:10 +01:00
Dries Michiels
11e8ec9541 multimedia/emby-server: update to 4.8.10.0
Changes:	https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.8.10.0
2024-10-02 14:18:04 +02:00
Oleksii Samorukov
a643442be6 sysutils/busybox: update to 1.37.0 2024-10-02 13:11:34 +02:00
Bernhard Froehlich
28ef603693
net-mgmt/check_mk_agent: Update to 2.3.0p16
PR:		281637
Approved by:	maintainer
2024-10-02 12:54:54 +02:00
Tijl Coosemans
623a14cb79 devel/linux-c7-devtools: Various updates
glibc-2.17-326.el7_9.3
kernel-headers-3.10.0-1160.119.1.el7
2024-10-02 12:47:33 +02:00
Tijl Coosemans
d57a4fd489 emulators/linux_base-c7: Various updates
centos-release-7-9.2009.2.el7.centos
glibc-2.17-326.el7_9.3
less-458-10.el7_9
2024-10-02 12:47:18 +02:00
Tijl Coosemans
45d64d8e70 Mk: CentOS 7 EOL
CentOS Linux 7 reached end of life (EOL) on June 30, 2024.  Packages
are only available on vault.centos.org.
2024-10-02 12:47:16 +02:00
Dag-Erling Smørgrav
6725d10536 net/isc-dhcp44-server: Fix checkconfig command.
This adds an undocumented -Q flag which cancels out any -q option that
may be present in dhcpd_flags, avoiding the need for a fragile sed
command.  It also adds a comment explaining why we are running the
check twice and what the -q and -Q are for.

PR:		281701
2024-10-02 12:37:30 +02:00
Jimmy Olgeni
be18158f3c net/croc: update to version 10.0.13 2024-10-02 11:38:48 +02:00
Ronald Klop
3438a895f8
MOVED: fix typo
PR:	281793
Reported by:	 Charles Lecklider
2024-10-02 11:33:03 +02:00
Tijl Coosemans
c391dd71c6 security/vuxml: Update cups-filters entry 2024-10-02 11:28:09 +02:00
Tijl Coosemans
7e9c3e23fd print/cups-filters: Fix cups-browsed RCE
Add upstream patches to fix recent vulnerabilities.

Security:	CVE-2024-47076
Security:	CVE-2024-47176
2024-10-02 11:09:28 +02:00
Tijl Coosemans
ae60f3b29d print/cups: Update to 2.4.11
Security:	CVE-2024-47175
2024-10-02 11:09:27 +02:00
Mateusz Piotrowski
c8a0a887b0 sysutils/nq: Fix pkg-plist 2024-10-02 11:06:10 +02:00
Stefan Eßer
68d8076d5d sysutils/nmrpflash: update to version 0.9.24 2024-10-02 10:55:02 +02:00
Nicola Vitale
7e177cc28e
net-im/linux-discord: Update to 0.0.70 2024-10-02 10:44:58 +02:00
Mateusz Piotrowski
23fa17f9e6 graphics/ttyplot: Embrace pkgconfig, reduce local patches, strip binaries
PR:		281659
Co-authored-by:	mew14930xvi <mew14930xvi@inbox.lv>
2024-10-02 10:42:07 +02:00
Alexander Leidinger
abcda10061 devel/sonar-scanner-cli: Update to 6.2.1. 2024-10-02 10:39:42 +02:00
Ruslan Makhmatkhanov
b47979fc86 devel/gajim: update to 1.9.5
Changelogs:
https://gajim.org/post/2024-09-19-gajim-1.9.4-released/
https://gajim.org/post/2024-09-30-gajim-1.9.5-released/
2024-10-02 11:02:41 +03:00
Baptiste Daroussin
6cd9bd98d9 multimedia/jellyfin-media-player: new port
Desktop client using jellyfin-web with embedded MPV player.

Media plays within the same window using the jellyfin-web interface unlike
Jellyfin Desktop. Supports audio passthrough.
2024-10-02 09:51:28 +02:00
Emanuel Haupt
230cb49ccc sysutils/fusefs-mergerfs: Add new port
mergerfs is a union filesystem geared towards simplifying storage and
management of files across numerous commodity storage devices. It is
similar to mhddfs, unionfs, and aufs.
2024-10-02 09:52:32 +02:00
Vasil Dimov
51365088db
net-p2p/c-lightning: upgrade from 24.08 to 24.08.1 2024-10-02 09:48:50 +02:00
Philippe Audeoud
a79dc6fdb8 devel/p5-Devel-Events: update to 0.10 2024-10-02 08:37:23 +02:00
Pietro Cerutti
771ce8599d sysutils/createrepo_c: cleanup Makefile
Reported by:    diizzy
2024-10-02 07:12:45 +00:00
Franco Fichtner
ea5e10e898 security/suricata: update to 7.0.7
changelog: https://forum.suricata.io/t/suricata-7-0-7-released/4877

PR:	281792
2024-10-02 07:29:59 +02:00
Gabriel M. Dutra
aeb54ef1ad security/nuclei: Update to 3.3.3
changeLog:
https://github.com/projectdiscovery/nuclei/releases/tag/v3.3.3
2024-10-01 23:14:39 -03:00
Yasuhiro Kimura
d8f5ad7125 editors/emacs-devel: Update to 2024-10-02 snapshot
Changes:	7793b2fe2a...fb42a253bd
2024-10-02 10:32:13 +09:00
Yasuhiro Kimura
3a93d85570 devel/forge*: Update to 0.4.4
ChangeLog:	https://github.com/magit/forge/blob/v0.4.4/CHANGELOG
2024-10-02 08:47:30 +09:00
Yasuhiro Kimura
99ca94b8a8 devel/magit*: Update to 4.1.1
ChangeLog:	https://github.com/magit/magit/blob/v4.1.1/CHANGELOG
2024-10-02 08:47:27 +09:00
Yasuhiro Kimura
f435b56fce devel/ghub*: Update to 4.1.1
ChangeLog:	https://github.com/magit/ghub/blob/v4.1.1/CHANGELOG
2024-10-02 08:47:23 +09:00