1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

688219 Commits

Author SHA1 Message Date
Matthias Andree
f7c8a6233b net/chrony: dns/dnsmasq: change rcfile ordering
Make sure that these services start in proper order, and sooner
such that chrony can synchronize time before other services need it.

Note that there is a circular dependency or bootstrapping problem
here in that the system time needs to be halfway correct if you
require your time servers to be looked up through DNS with DNSSEC
enabled because crypto usually needs correct clocks for expiration
checks on signatures to work so the name service needs a correct time,
and looking up the time server needs a working name service.

So be sure you can bootstrap with a skewed time.

Reported by:	Lexi Winter
PR:		282566

I am not MFHing this, it's too intrusive.
2024-12-08 16:19:40 +01:00
Rainer Hurling
842aa9df3f astro/astrometry: Add some shebang files
Reported by:	Alexey Dokuchaev <danfe@freebsd.org>
2024-12-08 16:03:17 +01:00
Nicola Vitale
5a14ee51ad
deskutils/freeplane: Update to 1.12.8
Release changes:	https://www.freeplane.org/info/history/history_en.txt
Reported by:	portscout!
2024-12-08 15:54:13 +01:00
Matthias Andree
b572f527d6 dns/dnsmasq: Fix --dhcp-relay not working on FreeBSD
PR:		283138
MFH:		2024Q2
Reported by:	Harald Schmalzbauer
Obtained from:	Simon Kelley, https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=5a1f2c577db58ea47727f1b6900c0be25e6db205
2024-12-08 15:51:51 +01:00
Alexey Dokuchaev
45f03c6eb1 sysutils/bsdfan: the port had been improved (+)
- Install rc-script with resume command support
- Respect installation ${PREFIX} while I'm here

PR:		276991
Submitted by:	Viacheslav Chimishuk
2024-12-08 14:27:22 +00:00
Nuno Teixeira
172d3a190d multimedia/mpc-qt: Update to 24.12
- Define LICENSE_FILE
- Take maintainership

ChangeLog: https://github.com/mpc-qt/mpc-qt/releases/tag/v24.12
2024-12-08 12:03:49 +00:00
Yuri Victorovich
8817d9eaff devel/uv: Broken on armv7
Reported by:	fallout
2024-12-08 03:45:52 -08:00
Yuri Victorovich
2a3fcae748 science/shelxle: update 1.0.1680 → 1.0.1697 2024-12-08 03:20:22 -08:00
Yuri Victorovich
1a859dce98 multimedia/olive: update 0.1.2-20240513 → 0.2.0
Reported by:	portscout
2024-12-08 03:08:54 -08:00
Yuri Victorovich
aa5c8c811c misc/llama-cpp: update 4120 → 4285 2024-12-08 03:08:54 -08:00
Jan Beich
bcd66df4a4 x11/swayimg: update to 3.6
Changes:	https://github.com/artemsen/swayimg/releases/tag/v3.6
Reported by:	GitHub (watch releases)
2024-12-08 11:39:08 +01:00
Dries Michiels
af021344cb www/homer-web: update to 24.12.1
Changes:	https://github.com/bastienwirtz/homer/releases/tag/v24.12.1
2024-12-08 10:57:01 +01:00
Alexey Dokuchaev
0d559034cd sysutils/bsdfan: print better error message when failing to start
On non-ThinkPad laptops, or when acpi_ibm(4) module is not loaded,
the program emits cryptic "bsdfan: Not enough permissions: No such
file or directory" error message.  Replace it with something more
meaningful and helpful.
2024-12-08 08:18:18 +00:00
Jan Beich
060f530174 audio/pulseaudio-module-sndio: unbreak module version again
Either pkgconfig or pulseaudio may not be available during patch phase.
For example, poudriere shows the following:

/bin/sh: /usr/local/bin/pkg-config: not found

PR:		280857
2024-12-08 09:06:40 +01:00
Kevin Bowling
00fc44c63d filesystems/ltfs: Update to 2.4.7
Sponsored by:	BBOX.io
2024-12-08 00:36:08 -07:00
Hiroki Tagato
65c9504d7c */*: bump port revision after electron32 update 2024-12-08 16:18:55 +09:00
Hiroki Tagato
bc100f807b devel/electron32: update to 32.2.7
Changelog: https://github.com/electron/electron/releases/tag/v32.2.7

Reported by:	GitHub (watch releases)
2024-12-08 16:18:55 +09:00
Jason E. Hale
9b61d832f9 x11-toolkits/py-qt[56]-chart: Rename to *-charts
Move x11-toolkits/py-qt[56]-chart to x11-toolkits/py-qt[56]-charts to be
consistent with the names of their C++ counterparts.

Qt has always pluralized the Charts module, but PyQt didn't pluralize it
until Qt6. With the upcomming addition of the PyQt Graphs module, keeping
this singular would be even more awkwark.

While here:
Add all pyqt5 components except webengine to the devel/py-qt5 metaport
to be consistent with the devel/py-qt6 metaport.
2024-12-08 01:31:15 -05:00
TAKATSU Tomonari
6bad14ef0b math/R-cran-igraph: Update to 2.1.2
Reported by:	portscout
2024-12-08 05:38:31 +00:00
Gabriel M. Dutra
109b451c63 sysutils/terraform: Update to 1.10.0
changeLog:
https://github.com/hashicorp/terraform/releases/tag/v1.10.0
2024-12-08 01:37:46 -03:00
Gabriel M. Dutra
bd7a633f40 www/katana: Add new port
Katana is a fast crawler focused on execution in automation
2024-12-08 01:37:46 -03:00
Jan Beich
5277c70386 net/neatvnc: update to 0.9.2
Changes:	https://github.com/any1/neatvnc/releases/tag/v0.9.2
Reported by:	GitHub (watch releases)
2024-12-07 22:42:06 +01:00
Jan Beich
63a2582925 graphics/vulkan-loader: drop i386 workaround
No clue if or when it was fixed but not reproducible anymore.

PR:		249527
2024-12-07 22:42:04 +01:00
Adriaan de Groot
6d6acebeae gnupg: update to 2.4.7, latest upstream
Some bugfixes and small features, release notes at
	https://lists.gnupg.org/pipermail/gnupg-announce/2024q4/000487.html
2024-12-07 22:09:38 +01:00
Jose Alonso Cardenas Marquez
0b35a09810
security/wazuh-manager: Fix fetch on 13.x-amd64 2024-12-07 11:10:41 -08:00
Älven
7f30c8c275 net-mgmt/thanos: Update to 0.37.1
Changelog: https://github.com/thanos-io/thanos/releases

PR:		283168
Approved by:	submitter is maintainer
2024-12-07 20:04:19 +01:00
TAKATSU Tomonari
997d224571 devel/R-cran-bit: Update to 4.5.0.1
Reported by:	portscout
2024-12-07 18:06:27 +00:00
Jan Beich
8f6155a296 www/gallery-dl: update to 1.28.1
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.28.1
Reported by:	GitHub (watch releases)
2024-12-07 18:38:52 +01:00
TAKATSU Tomonari
6ed76e70da math/R-cran-spdep: Update to 1.3-8
Reported by:	portscout
2024-12-07 17:07:05 +00:00
John Hixson
0e77feee4d security/sssd2: update to version 2.9.6 2024-12-07 08:59:03 -08:00
Rainer Hurling
ab07b7c65d astro/astrometry: Update to 0.97
- Some minor changes
- While here, do some preparations for testing, not ready yet

Changelog: https://github.com/dstndstn/astrometry.net/compare/0.96...0.97

Reported by:    portscout, Repology
2024-12-07 17:44:14 +01:00
Jason E. Hale
382d782806 www/qt6-webengine: Address multiple vulnerabilities
Includes security patches up to Chromium 131.0.6778.108.

MFH:		2024Q4
Security:	c2fd83e4-b450-11ef-b680-4ccc6adda413
2024-12-07 10:59:31 -05:00
Jason E. Hale
d5d17095a9 security/vuxml: Add www/qt6-webengine < 6.7.3_3 2024-12-07 10:59:31 -05:00
Mathieu Arnold
06881865f5
mail/imap-tools: update to 1.4.1 2024-12-07 16:48:06 +01:00
Sergey A. Osokin
c1b8fb6a7e sysutils/podman: reduce the number of warnings during the build time
... by updating the list of dependencies.

Bump PORTREVISION.

Differential Revision:	https://reviews.freebsd.org/D47926
2024-12-07 10:09:36 -05:00
Sergey A. Osokin
a6d43e7bfa security/boringssl: update to the recent snapshot 2024-12-07 09:57:56 -05:00
Rene Ladan
90ecec7b38 devel/jetbrains-rustrover: update to 2024.3
PR:		282931
Approved by:	maintainer timeout (dmitry.wagin@ya.ru, 14 days)
2024-12-07 15:54:53 +01:00
Yasuhiro Kimura
643f8b0d44 devel/magit: Update to 4.1.3
ChangeLog:	https://github.com/magit/magit/blob/v4.1.3/CHANGELOG
2024-12-07 23:35:01 +09:00
Yasuhiro Kimura
e21714182d devel/transient*: Update to 0.8.0
ChangeLog:	https://github.com/magit/transient/blob/v0.8.0/CHANGELOG
2024-12-07 23:34:37 +09:00
Nuno Teixeira
ca5d3a6cfa sysutils/siegfried: Use SETENVI instead of SETENV 2024-12-07 12:40:24 +00:00
Nuno Teixeira
2f0278caaf devel/omake: Use SETENVI instead of SETENV 2024-12-07 12:40:24 +00:00
Nuno Teixeira
2106138610 misc/py-pdd: Use SETENVI instead of SETENV 2024-12-07 12:40:24 +00:00
Nuno Teixeira
9d234f805e net/eternalterminal: Use SETENVI instead of SETENV 2024-12-07 12:40:24 +00:00
Nuno Teixeira
8a22a80086 graphics/freeimage: Use SETENVI instead of SETENV 2024-12-07 12:40:24 +00:00
Nuno Teixeira
53a49f1a00 net/bredbandskollen: Use SETENVI instead of SETENV 2024-12-07 12:40:23 +00:00
Nuno Teixeira
7cb48c4de3 graphics/birdfont: Use SETENVI instead of SETENV 2024-12-07 12:40:23 +00:00
Gerald Pfeifer
a1005ee8fa emulators/wine-devel: Update to Wine 10.0 RC1
This is the first release candidate of the Wine 10.0 series, which was
developed on the Wine 9.x branch.

It includes the following changes:
 - Bundled vkd3d upgraded to version 1.14.
 - Initial version of a Bluetooth driver.
 - UTF-8 support in the C runtime functions.
 - Support for split debug info using build ids.
 - Various bug fixes.

And it also has several patches of ours to build as C23 which is going
to be the default with GCC 15 due next year.
2024-12-07 12:28:46 +00:00
Yuri Victorovich
4721a3b7bb math/onednn: update 3.6.1 → 3.6.2
Reported by:	portscout
2024-12-07 02:18:30 -08:00
Yuri Victorovich
b3cb26bc2f textproc/jql: update 8.0.1 → 8.0.2
Reported by:	portscout
2024-12-07 02:18:30 -08:00
Yuri Victorovich
a2ed7298eb science/py-phono3py: update 3.7.0 → 3.9.0
Reported by:	portscout
2024-12-07 02:18:29 -08:00