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

2742 Commits

Author SHA1 Message Date
Alexander Leidinger
36e211c572 security/{clamav,clamav-lts}: Fix filename of the rc script to comply to the rc scripting recommendations
PR:		280135
2024-09-12 12:59:14 +09:00
Derek Schrock
6f192cd6ff www/tt-rss: Simplify ttrssd rc script
ttrssd rc script has a check if a local database is ready such that at
startup ttrssd will wait 10 seconds for a database connection.

With daemon you can restart the child process with a delay such that the
rc script can be simplified to use command and command_args.

PR:		279803
Author:		Derek Schrock <dereks@lifeofadishwasher.com>
Reviewed-by:	cy
Differential Revision:	https://reviews.freebsd.org/D45618
2024-09-08 09:40:10 +02:00
Muhammad Moinur Rahman
442de7e408
lang/php82: Update version 8.2.22=>8.2.23
- Rename rc script to comply to the rc scripting recommendations [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.2.23

PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
2024-08-30 10:18:53 +02:00
Cy Schubert
5e33d17093 devel/binutils: Remove autodependency on devel/elfutils
Users who manually pre-install devel/elfutils and subsequently
manually build and install binutils must now enable the dependency.

The previous commit provided the option but also didn't change the
implied (autodetect) behavior. This change now disables elfutils
autodetection. Users must now explicitly enable the option if they
were previously relying on autodetection.

Requested by:	mat, jrm
2024-08-29 08:05:48 -07:00
Cy Schubert
4fd6dc1d3c UPDATING: Fix typo in email address 2024-08-29 08:05:48 -07:00
Alexander Leidinger
c9f63c5c71 dns/acme-dns: make service jails aware
Add a basic config for service jails and rename the start script
to make it comply to the rc-docs.

PR:		279625
Approved by:	maintainer
2024-08-24 14:47:11 +02:00
Yasuhiro Kimura
7580d4274e UPDATING: Fix another typo
Reported by:	pi (via private mail)
Fixes:		6bcc3e5648 databases/redis: Update to 7.4.0
2024-08-16 20:06:17 +09:00
Yasuhiro Kimura
4e85b09d92 UPDATING: Fix typo
Reported by:	Giacomo Olgeni (via private mail)
Fixes:		6bcc3e5648 databases/redis: Update to 7.4.0
2024-08-16 18:51:17 +09:00
Yasuhiro Kimura
6bcc3e5648 databases/redis: Update to 7.4.0
* Update license information. Since 7.4 upstream distributes source
  files under dual license of Redis Source Available License
  v2 (RSALv2) and Server Side Public License v1 (SSPLv1).
* Add entry to UPDATING.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.4.0
2024-08-16 11:48:45 +09:00
Michael Osipov
223bd7be73 devel/subversion{,-lts}: remove port option STATIC
Since the switch to CMake for textproc/utf8proc
(207abfe136) the static library is not being built
anymore. This means that the static build of Subversion has been broken since
2022-01. For the past two years only one has complained (PR 279430) and
the maintainer of textproc/utf8proc (PR 280429) cannot easily provide an archive
with CMake anymore. Therefore, removing the STATIC port option for good.

PR:		279430
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D46096
2024-08-15 12:07:59 +02:00
Alexander Leidinger
577ee27d11 security/amavisd-new: service jails readiness + fixes
Rename rc script to comply to the rc scripting recommendations (netchild)
Make script service jail aware (netchild)
Remove amavis-milter.in that should most likely have been removed with
4c8100486c ~18 years ago, the script hasn't been part of the package
for a long time (flo)

PR:		280139
2024-08-09 20:31:03 +02:00
Marc Fonvieille
7ddeb0d464 UPDATING: fix a typo. 2024-08-08 11:40:41 +02:00
Muhammad Moinur Rahman
55272c3874
lang/php83: Update version 8.3.8=>8.3.9
- Rename rc script to comply to the rc scripting recommendations [1]

Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3

PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
2024-07-28 15:15:15 +02:00
Muhammad Moinur Rahman
0f438952da
lang/php81: Fix build with libxml 2.12 and newer
- Rename rc script to comply to the rc scripting recommendations [1]

PR: 280153, 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
2024-07-27 15:06:58 +02:00
Matthias Andree
bd04537abb archivers/py-borgbackup: unbreak on FreeBSD 13
import acl_extended_file_np.c from src/lib/libc/posix1e,
taken from FreeBSD src branch as of 559a218c9b25, 2023-11-01T16:43:37Z
and tell Cython to include it on FreeBSD before 1400033,
i. e., before FreeBSD's libc had it.

This fixes https://github.com/borgbackup/borg/issues/8269 and
makes it unnecessary to look into
PR:		280453
2024-07-26 15:43:31 +02:00
Matthias Andree
8fb732c3c7 archivers/py-borgbackup: clean up 1.4.0 upgrade fallout
- Mark broken on FreeBSD 13 due to https://github.com/borgbackup/borg/issues/8269
  which upstream maintainer intends to fix for borgbackup 1.4.1 (milestone).
  Reported by "Support SimpleRezo" in direct e-mail message.

- Add UPDATING entry. The broken MOVED entry has been removed by sunpoet@ already,

Reported by:	Juraj Lutter <otis@>, freebsd@rail.eu.org
PR:		280424

- Move py-pkgconfig to BUILD_DEPENDS to fix build failures in poudriere
  or on bare metal if py-pkgconfig isn't installed.

Reported by:	Juraj Lutter <otis@>, Hyogeol Lee <hyogeollee@gmail.com> (patch)
PR:		280413
2024-07-24 23:43:50 +02:00
Kevin Bowling
b86336fa4d Mk/bsd.default-versions.mk: Update to PostgreSQL 16
See UPDATING for upgrade advice

PR:		278885
Exp-run by:	antoine
2024-07-23 09:31:07 -07:00
Kai Knoblich
d036f0491f UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 4.0 release
series.
2024-07-15 18:58:00 +02:00
Dan Langille
8636c2e714 sysutils/bacula*-{client,server}: fix rc script names
The filenames now comply with the rc scripting recommendations and
service jails options.

Users may have to update any personal scripts they have which depend
upon those rc.d script names. See UPDATING for 20240705

PR:		280137
2024-07-05 14:36:51 +00:00
Koichiro Iwao
4c8e5de6a8 UPDATING: document how to update net/xrdp from v0.9 to v0.10 2024-07-04 16:14:51 +09:00
Ronald Klop
5ac0b01d93
UPDATING: clarify unifi8 + mongodb60 in place upgrade
PR:	279029
2024-07-01 19:17:40 +02:00
Mark Johnston
2fe130f50f net-mgmt/net-snmp: Make snmpd and snmptrapd drop privileges by default
Now that we have a better idea of what problems can arise with this
change, let's try again, this time providing better documentation and
some troubleshooting steps.

Approved by:	zi
Sponsored by:	Klara, Inc.
Sponsored by:	Stormshield
2024-06-20 11:06:45 -04:00
Hajimu UMEMOTO
dbd3f8a154 mail/cyrus-imapd25: disable BDB option by default and back to not force db18
PR:		279145
Requested by:	des
2024-06-15 23:44:32 +09:00
Guido Falsi
135ca672a6 multimedia/audacious*: Update to 4.4
Upstream moved to qt6 and gtk3 as main UI, so make that the default
flavor.

Cleaned up Makefile, reordering variables according to best practices
and reordered/reflowed content of many variables.

Please check UPDATING if already using the qt6 flavor.
2024-06-13 19:51:18 +02:00
Juraj Lutter
33c9c139ac net-mgmt/unifi8: Update to 8.2.93
- Update to 8.2.93
- Switch to MongoDB 6.0 (see UPDATING entry) [1]

PR:		279029 [1]
2024-06-06 06:59:45 +02:00
Mark Johnston
1e8a7776b9 UPDATING: Add an entry regarding snmpd.log ownership
Sponsored by:	Klara, Inc.
2024-06-04 14:41:46 -04:00
Ruslan Makhmatkhanov
ef7c83416c ./UPDATING: optimize pkg info call
PR:		275494
Reported by:	vvd
2024-05-29 23:10:59 +03:00
Muhammad Moinur Rahman
7a740b7c90
*/tex*: Update version 20230313=>20240312
- devel/tex-kpathsea: Update version 6.3.5=>6.4.0
- devel/tex-libtexlua: Update distinfo
- devel/tex-synctex: Update distinfo
- devel/tex-web2c: Update version 20230313=>20240312
- japanese/tex-ptex: Update distinfo
- print/tex-basic-engines: Update version 20230313=>20240312
- print/tex-dvipdfmx: Update version 20230313=>20240312
- print/tex-dvipsk: Update version 20230313=>20240312
- print/tex-jadetex: Update version 20230313=>20240312
- print/tex-luatex: Update version 20230313=>20240312
- print/tex-ptexenc: Update version 1.4.3=>1.4.6
- print/tex-xdvik: Bump REVISION
- print/tex-xetex: Update verison 0.99993=>20240312
- print/tex-xmltex: Update verison 1.9=>20240312
- print/texlive-base: Update version 20230313=>20240312
- print/texlive-docs: Update version 20230313=>20240312
- print/texlive-texmf-source: Update version 20230313=>20240312
- print/texlive-texmf: Update version 20230313=>20240312
- print/texlive-tlmgr: Update version 20230313=>20240312
- print/xpdfopen: Update version 0.86=>20240312

Sponsored by: Nepustil
2024-05-29 20:34:04 +02:00
Ruslan Makhmatkhanov
988da7290c ./UPDATING: mention the python default version change 2024-05-29 17:20:07 +03:00
Rafe
bd0b0eec12 net-p2p/transmission-components: Get transmission-web back
After the reorganization of the port in ac3e39992e
the web interface was only available if the daemon component was selected.
This is not right since the gtk version of transmission needs those files too,
otherwise the setup is broken.

Bring transmission-web option back.

PR:		279214
Reported by:	fernape@FreeBSD.org
2024-05-24 19:56:56 +02:00
Matthias Fechner
31f2eff375 www/gitlab: major update to 17.0.0
Make sure you update to 16.11.x before!

Changes:	https://about.gitlab.com/releases/2024/05/16/gitlab-17-0-released/
2024-05-21 11:24:43 +03:00
Daniel Engberg
c4d619d251 UPDATING: Add entry for comms/tio
Upstream changed configuration layout / syntax
2024-05-19 10:01:44 +02:00
Jan Beich
fe76e5da0d x11-servers/xwayland: drop HiDPI patches to unblock updates
- Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI
- AUR[2] tracks Xwayland releases, so may not help with rebases
- Sway should probably adopt zero scaling from Mir/KWin/Hyprland
- Xwayland usage has reduced since 2020

[1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197
[2] https://aur.archlinux.org/packages/xorg-xwayland-hidpi-xprop

This reverts commit 466f3a1eab.
This reverts commit 843e295cf3.
This reverts commit dce99729d7.

PR:		278495
Approved by:	manu
2024-05-16 00:28:54 +02:00
Bernard Spil
3a22668ee7 security/libressl: Update to 3.9.2 2024-05-13 12:19:48 +02:00
Kevin Bowling
322aa6a547 databases/timescaledb: Update to 2.15.0
Important! See UPDATING or the release notes below for table changes

Changes https://github.com/timescale/timescaledb/releases/tag/2.15.0
2024-05-09 21:46:59 -07:00
Alexander Leidinger
d9e0ea98f1 UPDATING: fix the date
The month was eaten by bugs, it seems...

Noticed by:	Louis Epstein <le@lekno.ws>
2024-05-09 11:10:42 +02:00
Alexander Leidinger
7f80d7465e www/oauth2-proxy: convert rc script to be instance-aware
Like the tomcat ports or openhab, make the rc script instance aware.
To use it:
 - cp /usr/local/etc/oauth2-proxy.cfg.sample /usr/local/etc/oauth2-proxy-myapp.cfg
 - vi /usr/local/etc/oauth2-proxy-myapp.cfg
 - ln -s oauth2_proxy /usr/local/etc/rc.d/oauth2_proxy_myapp
 - sysctl oauth2_proxy_myapp_enable=YES
 - service oauth2_proxy_myapp start

Approved by:	maintainer timeout (3 weeks)
PR:		278325
2024-05-08 11:42:19 +02:00
Nicola Vitale
99be3f72b5
UPDATING: Add a note about updating pyradio to 0.9.3.4 2024-04-30 18:10:56 +02:00
Stefan Esser
6f177e2e51
textproc/vale: Update version 2.30.0=>3.4.1
There are breaking changes with this update. Please read the release note
here on how to update the config directory.

https://github.com/errata-ai/vale/releases/tag/v3.0.0

Changelog: https://github.com/errata-ai/vale/releases/tag/v3.4.1
2024-04-23 12:47:22 +02:00
Matthias Fechner
57a5a76f29 www/gitlab: major upgrade to 16.11.0
Please note, that this version changes the installation path.
Make sure you follow the upgrade manual very carefully:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md

Changes:	https://about.gitlab.com/releases/2024/04/18/gitlab-16-11-released/
2024-04-21 13:57:58 +03:00
Marc Fonvieille
e8b566f142 UPDATING: fix typos. 2024-04-11 14:31:19 +02:00
Jan Beich
cf9a573044 UPDATING: reduce noise for non-devel users after 11eda6e334
- wlroots* glob matches wlroots-devel which isn't affected
- wlroots* uses non-devel xwayland by default, so not affected
- non-wlroots isn't affected but except arcan and maybe cosmic-comp
  none builds those outside of poudriere due to dependency bloat
- poudriere ignores UPDATING (binary packages aren't affected)
2024-04-09 19:06:48 +02:00
Jan Beich
11eda6e334 x11-servers/xwayland-devel: suggest non-devel after 2e435f459f 2024-04-09 18:27:44 +02:00
Florian Smeets
7915eb5cbe UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4
MFH:		2024Q2
2024-04-08 22:41:06 +02:00
Cy Schubert
bc8c684197 UPDATING: Note special instruction following mail/spamassassin update
Following the mail/spamassassin update in 16e8b4502b, users must
run sa-update to download the latest spamassassin rules. Failure to
do so will result in sa-spamd failing on a syntax error while reading
its rules.
2024-03-30 18:45:45 -07:00
Marek Zarychta
8a57d5eba5 net/bird2: update 2.14 -> 2.15.1
- Port was updated to the most recent version.
- Extra patches for fixing netlink headers were prepared (see PR 277618).
- The default flavor of the port for FreeBSD 14.0 and later is now "netlink".
  The rtsock flavor is still available as bird2-rtsock.
  There is no change for FreeBSD versions < 14.0. Here we still use rtsock
  as a default flavor.

Changelog: https://bird.network.cz/pipermail/bird-users/2024-March/017468.html
	   https://bird.network.cz/pipermail/bird-users/2024-March/017517.html

PR: 277891
2024-03-26 11:32:40 +01:00
Eugene Grosbein
843ff0a900
UPDATING: restore instructions for perl5
Make ports' UPDATING file useful again for ports users of perl5
and restore upgrade instructions updating record 20231017.
2024-03-21 16:34:51 +07:00
Cy Schubert
0517d65d6b UPDATING: Document the rdist6 binary name change as of 52032b3d50. 2024-03-19 09:24:26 -07:00
Juraj Lutter
4990a59449 net-mgmt/unifi8: Update to 8.1.113
And also switch default MongoDB dependency from 4.0 to 5.0

Release notes: https://community.ui.com/releases/r/network/8.1.113
2024-03-19 15:50:57 +01:00
Ruslan Makhmatkhanov
7e295a4f93 UPDATING: fix typo in redmine entry 2024-03-17 15:34:16 +03:00