notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: UPDATING

Number of commits found: 2753 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Monday, 18 Nov 2024
00:57 Robert Clausecker (fuz) search for other commits by this committer Author: Denis Shaposhnikov
filesystems/zrepl-dsh2dsh: update to 0.9.1

Upgrading needs to modify configuration file:

  /usr/local/etc/zrepl/zrepl.yml

Please read more about this change here:
https://github.com/dsh2dsh/zrepl?tab=readme-ov-file#breaking-changes

Changelogs:
https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.10
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.0
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.1

PR:		282784
commit hash: 03e8423f08859e54d5ac1263b1ba8e0e2faff6d0 commit hash: 03e8423f08859e54d5ac1263b1ba8e0e2faff6d0 commit hash: 03e8423f08859e54d5ac1263b1ba8e0e2faff6d0 commit hash: 03e8423f08859e54d5ac1263b1ba8e0e2faff6d0 03e8423
Thursday, 14 Nov 2024
08:43 Robert Clausecker (fuz) search for other commits by this committer Author: Lexi Winter
databases/prometheus-postgres-exporter: update to 0.16.0

 - the maintainer address is updated
 - a new pkg-message is added to document the breaking change in the log
   format when upgrading the package.

upstream release notes:

---o<---
BREAKING CHANGES:

The logging system has been replaced with log/slog from the stdlib. This
change is being made across the prometheus ecosystem. The logging output
has changed, but the messages and levels remain the same. The ts label
for the timestamp has bewen replaced with time, the accuracy is less,
and the timezone is not forced to UTC. The caller field has been replaced
by the source field, which now includes the full path to the source file.
The level field now exposes the log level in capital letters.

* [CHANGE] Replace logging system #1073
* [ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector
#1027
* [ENHANCEMENT] Add roles collector and connection limit metrics to database
collector #997
* [ENHANCEMENT] Excluded databases log messgae is now info level #1003
* [ENHANCEMENT] Add active_time to stat_database collector #961
* [ENHANCEMENT] Add slot_type label to replication_slot collector #960
* [BUGFIX] Fix walreceiver collectore when no repmgr #1086
* [BUGFIX] Remove logging errors on replicas #1048
* [BUGFIX] Fix active_time query on postgres>=14 #1045
---o<---

PR:		255100
commit hash: a3b2656e217657f86fb00bca582c90b5ff42db08 commit hash: a3b2656e217657f86fb00bca582c90b5ff42db08 commit hash: a3b2656e217657f86fb00bca582c90b5ff42db08 commit hash: a3b2656e217657f86fb00bca582c90b5ff42db08 a3b2656
Sunday, 10 Nov 2024
11:47 Bernard Spil (brnrd) search for other commits by this committer
devel/apr1: Switch to bdb from base

 * Requires rebuilding bdb databases (if any)

Reported by:	ngie, rfyu28uyeg_snkmail.com
Differential Revision:	https://reviews.freebsd.org/D40366
commit hash: cff251c080e400ccc5919f208240267531a00ffa commit hash: cff251c080e400ccc5919f208240267531a00ffa commit hash: cff251c080e400ccc5919f208240267531a00ffa commit hash: cff251c080e400ccc5919f208240267531a00ffa cff251c
Saturday, 9 Nov 2024
22:45 Alan Somers (asomers) search for other commits by this committer
lang/rust: enable SSE2 by default on i386

Upstream Rust always requires SSE2 for x86.  But back in 2017[^1][^2] we
patched lang/rust to disable SSE2 for i386.  At the time, it was
reported that some people were still using non-SSE2 capable hardware.
More recently, LLVM bugs have been discovered[^3][^4] that can result in
rounding bugs and reduced accuracy when using f64 on non-SSE hardware.
In weird cases, they can even cause wilder unpredictable behavior, like
segfaults.

Revert our change for the sake of Pentium 4 (and later) users.  But add
an SSE2 option.  Disabling it will allow the port to be used on Pentium
3 and older CPUs.

[^1]:
https://github.com/freebsd/freebsd-ports/commit/d65b2886b1b3b2135f0b8982de4d9754517acf61
[^2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415
[^3]: https://github.com/rust-lang/rust/issues/114479
[^4]: https://github.com/llvm/llvm-project/issues/44218

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D47227
commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 b039f2e
Tuesday, 5 Nov 2024
20:24 Matthias Andree (mandree) search for other commits by this committer Author: Corey Halpin
mail/fetchmail: make OPIE and RPA optional, UPDATING info added

Fix a build failure on FreeBSD 14+ with OPIE (now in ports) enabled and
NLS disabled, by adding ${LOCALBASE}/include to the compiler's path.

OPIE and RPA have been made optional because both have significant security
problems. OPIE support was not provided by the port on 14.x until the update
to 6.5.0, when it was briefly re-activated. Because of its security flaws, it
has now been disabled by default on both 13.x and 14.x.

RPA is currently enabled by default, but this will change in a future update.

PR:		282444
Reported by:	Helge Oldach
commit hash: 6f60247b9b290857f7312e1ce3df08bc547df789 commit hash: 6f60247b9b290857f7312e1ce3df08bc547df789 commit hash: 6f60247b9b290857f7312e1ce3df08bc547df789 commit hash: 6f60247b9b290857f7312e1ce3df08bc547df789 6f60247
Saturday, 19 Oct 2024
15:24 Bernard Spil (brnrd) search for other commits by this committer
security/libressl: Update to 4.0.0

* Bumps major SHLIBVER
commit hash: 928370d52b789a79f802201a477d54f22492e57f commit hash: 928370d52b789a79f802201a477d54f22492e57f commit hash: 928370d52b789a79f802201a477d54f22492e57f commit hash: 928370d52b789a79f802201a477d54f22492e57f 928370d
Sunday, 6 Oct 2024
11:10 Dan Langille (dvl) search for other commits by this committer
UPDATING: add space after AFFECTS:

This convention seems to be required by more than just FreshPorts.
commit hash: fcf5729c076997f28745d4fa4b456566c3447d74 commit hash: fcf5729c076997f28745d4fa4b456566c3447d74 commit hash: fcf5729c076997f28745d4fa4b456566c3447d74 commit hash: fcf5729c076997f28745d4fa4b456566c3447d74 fcf5729
09:38 Rodrigo Osorio (rodrigo) search for other commits by this committer
www/c-icap: update to 0.6.3

Switch c-icap server from branch 5.X to 6.X

Full changelog:
  0.6.2 changelog:
   - link c-icap server binaries with the math library
   - Add new records to c-icap.magic, which are required for virus
     scan service.
  0.6.1 changelog:
   - Internal web server for use with services
   - Improved statistics and statistics API
   - Support histograms creation from statistic values
   - The pthread inter-process locking scheme
   - The new lmdb_tables module, to provide support for lmdb based
     lookup tables
   - Extended changes and fixes to the ldap support module
   - The ci_server_shared_memblob_* functions to access small memory
     blocks which are shared across c-icap processes.
   - Many fixes/improvements and new API functions.
  0.6.0 changelog:
   - Support for lmdb based databases as an alternate to BerkeleyDB.
   - Improved info service to show c-icap statistics
   - Internal web server
   - The pthread inter-process locking scheme.
   - New development APIs: c-icap server shared memblocks, flat arrays
   - C-icap statistics for server and services: Time based statistics,
     histograms, API to retrieve statistics values, improved update operations
commit hash: c27d2322b009732adbdc4211c38e1ff66dedf987 commit hash: c27d2322b009732adbdc4211c38e1ff66dedf987 commit hash: c27d2322b009732adbdc4211c38e1ff66dedf987 commit hash: c27d2322b009732adbdc4211c38e1ff66dedf987 c27d232
Monday, 30 Sep 2024
19:27 Mateusz Piotrowski (0mp) search for other commits by this committer
UPDATING: Document name changes of sysutils/nq's helper programs
commit hash: b263f2f69546b61732d8b440098da97d0a512f29 commit hash: b263f2f69546b61732d8b440098da97d0a512f29 commit hash: b263f2f69546b61732d8b440098da97d0a512f29 commit hash: b263f2f69546b61732d8b440098da97d0a512f29 b263f2f
Friday, 27 Sep 2024
13:04 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb50: deprecate, EOL from October 2024

See https://www.mongodb.com/legal/support-policy/lifecycles.
Please use databases/mongodb60.

There are no ports dependent upon this port.

See UPDATING for instructions on upgrading.
commit hash: 3f41069bec5c3d55c89dadcd53e7cfe2299970c8 commit hash: 3f41069bec5c3d55c89dadcd53e7cfe2299970c8 commit hash: 3f41069bec5c3d55c89dadcd53e7cfe2299970c8 commit hash: 3f41069bec5c3d55c89dadcd53e7cfe2299970c8 3f41069
Wednesday, 18 Sep 2024
06:43 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix a typo
commit hash: e8950a2ba6c5fcc7eee9cacab6e41b76d00a016c commit hash: e8950a2ba6c5fcc7eee9cacab6e41b76d00a016c commit hash: e8950a2ba6c5fcc7eee9cacab6e41b76d00a016c commit hash: e8950a2ba6c5fcc7eee9cacab6e41b76d00a016c e8950a2
Thursday, 12 Sep 2024
03:59 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Alexander Leidinger
security/{clamav,clamav-lts}: Fix filename of the rc script to comply to the rc
scripting recommendations

PR:		280135
commit hash: 36e211c572f8b975ec8852ec394e83005cbd6385 commit hash: 36e211c572f8b975ec8852ec394e83005cbd6385 commit hash: 36e211c572f8b975ec8852ec394e83005cbd6385 commit hash: 36e211c572f8b975ec8852ec394e83005cbd6385 36e211c
Sunday, 8 Sep 2024
07:40 Kurt Jaeger (pi) search for other commits by this committer Author: Derek Schrock
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
commit hash: 6f192cd6ff6fe999d30350a814edd12dbbeca98e commit hash: 6f192cd6ff6fe999d30350a814edd12dbbeca98e commit hash: 6f192cd6ff6fe999d30350a814edd12dbbeca98e commit hash: 6f192cd6ff6fe999d30350a814edd12dbbeca98e 6f192cd
Friday, 30 Aug 2024
08:18 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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>
commit hash: 442de7e4088a04a775d6948eac90d968775d748a commit hash: 442de7e4088a04a775d6948eac90d968775d748a commit hash: 442de7e4088a04a775d6948eac90d968775d748a commit hash: 442de7e4088a04a775d6948eac90d968775d748a 442de7e
Thursday, 29 Aug 2024
15:05 Cy Schubert (cy) search for other commits by this committer
UPDATING: Fix typo in email address
commit hash: 4fd6dc1d3c2b3098a37c89d5895faf4f26c06647 commit hash: 4fd6dc1d3c2b3098a37c89d5895faf4f26c06647 commit hash: 4fd6dc1d3c2b3098a37c89d5895faf4f26c06647 commit hash: 4fd6dc1d3c2b3098a37c89d5895faf4f26c06647 4fd6dc1
15:05 Cy Schubert (cy) search for other commits by this committer
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
commit hash: 5e33d1709369d21c966c8ac57443a5af99c8b8fa commit hash: 5e33d1709369d21c966c8ac57443a5af99c8b8fa commit hash: 5e33d1709369d21c966c8ac57443a5af99c8b8fa commit hash: 5e33d1709369d21c966c8ac57443a5af99c8b8fa 5e33d17
Saturday, 24 Aug 2024
12:47 Alexander Leidinger (netchild) search for other commits by this committer
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
commit hash: c9f63c5c714cbc0cb6138199aa071bb258f1b759 commit hash: c9f63c5c714cbc0cb6138199aa071bb258f1b759 commit hash: c9f63c5c714cbc0cb6138199aa071bb258f1b759 commit hash: c9f63c5c714cbc0cb6138199aa071bb258f1b759 c9f63c5
Friday, 16 Aug 2024
11:06 Yasuhiro Kimura (yasu) search for other commits by this committer
UPDATING: Fix another typo

Reported by:	pi (via private mail)
Fixes:		6bcc3e564860 databases/redis: Update to 7.4.0
commit hash: 7580d4274e27f2fb64cc186d018b41b8a6e063d4 commit hash: 7580d4274e27f2fb64cc186d018b41b8a6e063d4 commit hash: 7580d4274e27f2fb64cc186d018b41b8a6e063d4 commit hash: 7580d4274e27f2fb64cc186d018b41b8a6e063d4 7580d42
09:51 Yasuhiro Kimura (yasu) search for other commits by this committer
UPDATING: Fix typo

Reported by:	Giacomo Olgeni (via private mail)
Fixes:		6bcc3e564860 databases/redis: Update to 7.4.0
commit hash: 4e85b09d92a8ff4b0b736918fe2c4b01e91d274e commit hash: 4e85b09d92a8ff4b0b736918fe2c4b01e91d274e commit hash: 4e85b09d92a8ff4b0b736918fe2c4b01e91d274e commit hash: 4e85b09d92a8ff4b0b736918fe2c4b01e91d274e 4e85b09
02:48 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: 6bcc3e564860111e13797541f857e41a1f2749b3 commit hash: 6bcc3e564860111e13797541f857e41a1f2749b3 commit hash: 6bcc3e564860111e13797541f857e41a1f2749b3 commit hash: 6bcc3e564860111e13797541f857e41a1f2749b3 6bcc3e5
Thursday, 15 Aug 2024
10:07 Michael Osipov (michaelo) search for other commits by this committer
devel/subversion{,-lts}: remove port option STATIC

Since the switch to CMake for textproc/utf8proc
(207abfe1369d1ef1d89fae73b1091b37b9060ef7) 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
commit hash: 223bd7be732992fecbb2d554623c8322eb2dea2b commit hash: 223bd7be732992fecbb2d554623c8322eb2dea2b commit hash: 223bd7be732992fecbb2d554623c8322eb2dea2b commit hash: 223bd7be732992fecbb2d554623c8322eb2dea2b 223bd7b
Friday, 9 Aug 2024
18:31 Florian Smeets (flo) search for other commits by this committer Author: Alexander Leidinger
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
4c8100486c3b ~18 years ago, the script hasn't been part of the package
for a long time (flo)

PR:		280139
commit hash: 577ee27d110a26cc4140b4b86e0db68b1a273f9f commit hash: 577ee27d110a26cc4140b4b86e0db68b1a273f9f commit hash: 577ee27d110a26cc4140b4b86e0db68b1a273f9f commit hash: 577ee27d110a26cc4140b4b86e0db68b1a273f9f 577ee27
Thursday, 8 Aug 2024
09:40 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix a typo.
commit hash: 7ddeb0d4640a86a68f050040fc5875f28b1632a8 commit hash: 7ddeb0d4640a86a68f050040fc5875f28b1632a8 commit hash: 7ddeb0d4640a86a68f050040fc5875f28b1632a8 commit hash: 7ddeb0d4640a86a68f050040fc5875f28b1632a8 7ddeb0d
Sunday, 28 Jul 2024
13:15 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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>
commit hash: 55272c38747e54876219ffcb73050514bfd21d0d commit hash: 55272c38747e54876219ffcb73050514bfd21d0d commit hash: 55272c38747e54876219ffcb73050514bfd21d0d commit hash: 55272c38747e54876219ffcb73050514bfd21d0d 55272c3
Saturday, 27 Jul 2024
13:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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>
commit hash: 0f438952da055c26e2b55288f2e406bc5b5e474a commit hash: 0f438952da055c26e2b55288f2e406bc5b5e474a commit hash: 0f438952da055c26e2b55288f2e406bc5b5e474a commit hash: 0f438952da055c26e2b55288f2e406bc5b5e474a 0f43895
Friday, 26 Jul 2024
13:43 Matthias Andree (mandree) search for other commits by this committer
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
commit hash: bd04537abb28059580c84440c56a952d76067bd1 commit hash: bd04537abb28059580c84440c56a952d76067bd1 commit hash: bd04537abb28059580c84440c56a952d76067bd1 commit hash: bd04537abb28059580c84440c56a952d76067bd1 bd04537
Wednesday, 24 Jul 2024
21:43 Matthias Andree (mandree) search for other commits by this committer
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
commit hash: 8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 commit hash: 8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 commit hash: 8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 commit hash: 8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 8fb732c
Tuesday, 23 Jul 2024
16:31 Kevin Bowling (kbowling) search for other commits by this committer
Mk/bsd.default-versions.mk: Update to PostgreSQL 16

See UPDATING for upgrade advice

PR:		278885
Exp-run by:	antoine
commit hash: b86336fa4d39af5eb0a1f228a649ca4389e628dc commit hash: b86336fa4d39af5eb0a1f228a649ca4389e628dc commit hash: b86336fa4d39af5eb0a1f228a649ca4389e628dc commit hash: b86336fa4d39af5eb0a1f228a649ca4389e628dc b86336f
Monday, 15 Jul 2024
16:58 Kai Knoblich (kai) search for other commits by this committer
UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 4.0 release
series.
commit hash: d036f0491f6fc21510d4ffb0e416a8a4f8302be1 commit hash: d036f0491f6fc21510d4ffb0e416a8a4f8302be1 commit hash: d036f0491f6fc21510d4ffb0e416a8a4f8302be1 commit hash: d036f0491f6fc21510d4ffb0e416a8a4f8302be1 d036f04
Friday, 5 Jul 2024
14:36 Dan Langille (dvl) search for other commits by this committer
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
commit hash: 8636c2e7142ea93b5c23609c5f06f4e52aa0ad31 commit hash: 8636c2e7142ea93b5c23609c5f06f4e52aa0ad31 commit hash: 8636c2e7142ea93b5c23609c5f06f4e52aa0ad31 commit hash: 8636c2e7142ea93b5c23609c5f06f4e52aa0ad31 8636c2e7
Thursday, 4 Jul 2024
07:14 Koichiro Iwao (meta) search for other commits by this committer
UPDATING: document how to update net/xrdp from v0.9 to v0.10
commit hash: 4c8e5de6a8eca3c94e2b496e07c84c1e4aba7785 commit hash: 4c8e5de6a8eca3c94e2b496e07c84c1e4aba7785 commit hash: 4c8e5de6a8eca3c94e2b496e07c84c1e4aba7785 commit hash: 4c8e5de6a8eca3c94e2b496e07c84c1e4aba7785 4c8e5de
Monday, 1 Jul 2024
17:17 Ronald Klop (ronald) search for other commits by this committer
UPDATING: clarify unifi8 + mongodb60 in place upgrade

PR:	279029
commit hash: 5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 commit hash: 5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 commit hash: 5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 commit hash: 5ac0b01d93bc16fbcaa136aacacf1fb50ea1f9a5 5ac0b01
Thursday, 20 Jun 2024
15:06 Mark Johnston (markj) search for other commits by this committer
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
commit hash: 2fe130f50f2756a3e31af2badd38a4c1746166d7 commit hash: 2fe130f50f2756a3e31af2badd38a4c1746166d7 commit hash: 2fe130f50f2756a3e31af2badd38a4c1746166d7 commit hash: 2fe130f50f2756a3e31af2badd38a4c1746166d7 2fe130f
Saturday, 15 Jun 2024
14:44 Hajimu UMEMOTO (ume) search for other commits by this committer
mail/cyrus-imapd25: disable BDB option by default and back to not force db18

PR:		279145
Requested by:	des
commit hash: dbd3f8a1541ea056c29567e1d896de4725a2a99e commit hash: dbd3f8a1541ea056c29567e1d896de4725a2a99e commit hash: dbd3f8a1541ea056c29567e1d896de4725a2a99e commit hash: dbd3f8a1541ea056c29567e1d896de4725a2a99e dbd3f8a
Thursday, 13 Jun 2024
17:51 Guido Falsi (madpilot) search for other commits by this committer
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.
commit hash: 135ca672a6990dd1481c6226aec3a6b2f0f7e848 commit hash: 135ca672a6990dd1481c6226aec3a6b2f0f7e848 commit hash: 135ca672a6990dd1481c6226aec3a6b2f0f7e848 commit hash: 135ca672a6990dd1481c6226aec3a6b2f0f7e848 135ca67
Thursday, 6 Jun 2024
04:59 Juraj Lutter (otis) search for other commits by this committer
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]
commit hash: 33c9c139acad33ccd35f28dbc7f585cc353302e4 commit hash: 33c9c139acad33ccd35f28dbc7f585cc353302e4 commit hash: 33c9c139acad33ccd35f28dbc7f585cc353302e4 commit hash: 33c9c139acad33ccd35f28dbc7f585cc353302e4 33c9c13
Tuesday, 4 Jun 2024
18:41 Mark Johnston (markj) search for other commits by this committer
UPDATING: Add an entry regarding snmpd.log ownership

Sponsored by:	Klara, Inc.
commit hash: 1e8a7776b9d901d982371022710828faf8516734 commit hash: 1e8a7776b9d901d982371022710828faf8516734 commit hash: 1e8a7776b9d901d982371022710828faf8516734 commit hash: 1e8a7776b9d901d982371022710828faf8516734 1e8a777
Wednesday, 29 May 2024
20:10 Ruslan Makhmatkhanov (rm) search for other commits by this committer
./UPDATING: optimize pkg info call

PR:		275494
Reported by:	vvd
commit hash: ef7c83416ca1357080fb5c89f05b8f9d5033aa88 commit hash: ef7c83416ca1357080fb5c89f05b8f9d5033aa88 commit hash: ef7c83416ca1357080fb5c89f05b8f9d5033aa88 commit hash: ef7c83416ca1357080fb5c89f05b8f9d5033aa88 ef7c834
18:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/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
commit hash: 7a740b7c908f95b55bf765364c1234b3f6750196 commit hash: 7a740b7c908f95b55bf765364c1234b3f6750196 commit hash: 7a740b7c908f95b55bf765364c1234b3f6750196 commit hash: 7a740b7c908f95b55bf765364c1234b3f6750196 7a740b7
14:20 Ruslan Makhmatkhanov (rm) search for other commits by this committer
./UPDATING: mention the python default version change
commit hash: 988da7290c997a29581bb828bd59257060d8ddbc commit hash: 988da7290c997a29581bb828bd59257060d8ddbc commit hash: 988da7290c997a29581bb828bd59257060d8ddbc commit hash: 988da7290c997a29581bb828bd59257060d8ddbc 988da72
Friday, 24 May 2024
17:56 Fernando Apesteguía (fernape) search for other commits by this committer Author: Rafe
net-p2p/transmission-components: Get transmission-web back

After the reorganization of the port in ac3e39992e95659a5193a15d4cb873efb00fcb30
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
commit hash: bd0b0eec12d655b9c8b87ace4503f6f36dc14e5f commit hash: bd0b0eec12d655b9c8b87ace4503f6f36dc14e5f commit hash: bd0b0eec12d655b9c8b87ace4503f6f36dc14e5f commit hash: bd0b0eec12d655b9c8b87ace4503f6f36dc14e5f bd0b0ee
Tuesday, 21 May 2024
08:24 Matthias Fechner (mfechner) search for other commits by this committer
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/
commit hash: 31f2eff375601bfe9cf31ce3887971650c6c7215 commit hash: 31f2eff375601bfe9cf31ce3887971650c6c7215 commit hash: 31f2eff375601bfe9cf31ce3887971650c6c7215 commit hash: 31f2eff375601bfe9cf31ce3887971650c6c7215 31f2eff
Sunday, 19 May 2024
08:01 Daniel Engberg (diizzy) search for other commits by this committer
UPDATING: Add entry for comms/tio

Upstream changed configuration layout / syntax
commit hash: c4d619d251c4af1b73815e2d3936e650a593d935 commit hash: c4d619d251c4af1b73815e2d3936e650a593d935 commit hash: c4d619d251c4af1b73815e2d3936e650a593d935 commit hash: c4d619d251c4af1b73815e2d3936e650a593d935 c4d619d
Wednesday, 15 May 2024
22:28 Jan Beich (jbeich) search for other commits by this committer
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 466f3a1eabfe2acf82e64e2c388759a5b0e4276d.
This reverts commit 843e295cf33f9d2652c7b2e0d4ea0b2bc14e9c59.
This reverts commit dce99729d741f14bc81d941d29b70a8a7147298c.

PR:		278495
Approved by:	manu
commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60 commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60 commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60 commit hash: fe76e5da0d00c438aa5804212414425e4f0b8a60 fe76e5d
Monday, 13 May 2024
10:19 Bernard Spil (brnrd) search for other commits by this committer
security/libressl: Update to 3.9.2
commit hash: 3a22668ee7b217f56fca5bbeda4c5df7b2afd34f commit hash: 3a22668ee7b217f56fca5bbeda4c5df7b2afd34f commit hash: 3a22668ee7b217f56fca5bbeda4c5df7b2afd34f commit hash: 3a22668ee7b217f56fca5bbeda4c5df7b2afd34f 3a22668
Friday, 10 May 2024
04:46 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: 322aa6a54795f9b021654316f2b39ab88cb6a279 commit hash: 322aa6a54795f9b021654316f2b39ab88cb6a279 commit hash: 322aa6a54795f9b021654316f2b39ab88cb6a279 commit hash: 322aa6a54795f9b021654316f2b39ab88cb6a279 322aa6a
Thursday, 9 May 2024
09:10 Alexander Leidinger (netchild) search for other commits by this committer
UPDATING: fix the date

The month was eaten by bugs, it seems...

Noticed by:	Louis Epstein <le@lekno.ws>
commit hash: d9e0ea98f1a0c5c7398362ce08948135da1de6f1 commit hash: d9e0ea98f1a0c5c7398362ce08948135da1de6f1 commit hash: d9e0ea98f1a0c5c7398362ce08948135da1de6f1 commit hash: d9e0ea98f1a0c5c7398362ce08948135da1de6f1 d9e0ea9
Wednesday, 8 May 2024
09:42 Alexander Leidinger (netchild) search for other commits by this committer
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
commit hash: 7f80d7465ec9d85666472f99df16ba71b1e8c9d5 commit hash: 7f80d7465ec9d85666472f99df16ba71b1e8c9d5 commit hash: 7f80d7465ec9d85666472f99df16ba71b1e8c9d5 commit hash: 7f80d7465ec9d85666472f99df16ba71b1e8c9d5 7f80d74
Tuesday, 30 Apr 2024
16:10 Nicola Vitale (nivit) search for other commits by this committer
UPDATING: Add a note about updating pyradio to 0.9.3.4
commit hash: 99be3f72b532436de9937049092a99589ff29b62 commit hash: 99be3f72b532436de9937049092a99589ff29b62 commit hash: 99be3f72b532436de9937049092a99589ff29b62 commit hash: 99be3f72b532436de9937049092a99589ff29b62 99be3f7
Tuesday, 23 Apr 2024
10:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Stefan Esser
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
commit hash: 6f177e2e519ff746d81fd5b19e1f5a6173ae9606 commit hash: 6f177e2e519ff746d81fd5b19e1f5a6173ae9606 commit hash: 6f177e2e519ff746d81fd5b19e1f5a6173ae9606 commit hash: 6f177e2e519ff746d81fd5b19e1f5a6173ae9606 6f177e2
Sunday, 21 Apr 2024
10:57 Matthias Fechner (mfechner) search for other commits by this committer
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/
commit hash: 57a5a76f292efabc53b79e24fb66cf1d8c42ecd2 commit hash: 57a5a76f292efabc53b79e24fb66cf1d8c42ecd2 commit hash: 57a5a76f292efabc53b79e24fb66cf1d8c42ecd2 commit hash: 57a5a76f292efabc53b79e24fb66cf1d8c42ecd2 57a5a76
Thursday, 11 Apr 2024
12:31 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix typos.
commit hash: e8b566f142e53f31b9141927b09b62834c74da03 commit hash: e8b566f142e53f31b9141927b09b62834c74da03 commit hash: e8b566f142e53f31b9141927b09b62834c74da03 commit hash: e8b566f142e53f31b9141927b09b62834c74da03 e8b566f
Tuesday, 9 Apr 2024
17:06 Jan Beich (jbeich) search for other commits by this committer
UPDATING: reduce noise for non-devel users after 11eda6e334c1

- 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)
commit hash: cf9a573044ba56652587a96f820a37fcaf36e428 commit hash: cf9a573044ba56652587a96f820a37fcaf36e428 commit hash: cf9a573044ba56652587a96f820a37fcaf36e428 commit hash: cf9a573044ba56652587a96f820a37fcaf36e428 cf9a573
16:27 Jan Beich (jbeich) search for other commits by this committer
x11-servers/xwayland-devel: suggest non-devel after 2e435f459ff0
commit hash: 11eda6e334c128d5f30dccb893304b432168ca04 commit hash: 11eda6e334c128d5f30dccb893304b432168ca04 commit hash: 11eda6e334c128d5f30dccb893304b432168ca04 commit hash: 11eda6e334c128d5f30dccb893304b432168ca04 11eda6e
Monday, 8 Apr 2024
20:41 Florian Smeets (flo) search for other commits by this committer
UPDATING: Add instructions for MariaDB users to chase p5-DBD-mysql4

MFH:		2024Q2
commit hash: 7915eb5cbe18153b51601e2b524e96363daf067c commit hash: 7915eb5cbe18153b51601e2b524e96363daf067c commit hash: 7915eb5cbe18153b51601e2b524e96363daf067c commit hash: 7915eb5cbe18153b51601e2b524e96363daf067c 7915eb5
Sunday, 31 Mar 2024
01:45 Cy Schubert (cy) search for other commits by this committer
UPDATING: Note special instruction following mail/spamassassin update

Following the mail/spamassassin update in 16e8b4502b4a, 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.
commit hash: bc8c684197c02932d5649dd6977f2b0804e53fa1 commit hash: bc8c684197c02932d5649dd6977f2b0804e53fa1 commit hash: bc8c684197c02932d5649dd6977f2b0804e53fa1 commit hash: bc8c684197c02932d5649dd6977f2b0804e53fa1 bc8c684
Tuesday, 26 Mar 2024
10:32 Olivier Cochard (olivier) search for other commits by this committer Author: Marek Zarychta
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
commit hash: 8a57d5eba5e5ff34f3ecd19065373252c42f1300 commit hash: 8a57d5eba5e5ff34f3ecd19065373252c42f1300 commit hash: 8a57d5eba5e5ff34f3ecd19065373252c42f1300 commit hash: 8a57d5eba5e5ff34f3ecd19065373252c42f1300 8a57d5e
Thursday, 21 Mar 2024
09:34 Eugene Grosbein (eugen) search for other commits by this committer
UPDATING: restore instructions for perl5

Make ports' UPDATING file useful again for ports users of perl5
and restore upgrade instructions updating record 20231017.
commit hash: 843ff0a9007666080e3cb2bcb4741d964f6a2371 commit hash: 843ff0a9007666080e3cb2bcb4741d964f6a2371 commit hash: 843ff0a9007666080e3cb2bcb4741d964f6a2371 commit hash: 843ff0a9007666080e3cb2bcb4741d964f6a2371 843ff0a
Tuesday, 19 Mar 2024
16:24 Cy Schubert (cy) search for other commits by this committer
UPDATING: Document the rdist6 binary name change as of 52032b3d50c0.
commit hash: 0517d65d6b0e70e8c0445973dd02feec5e614833 commit hash: 0517d65d6b0e70e8c0445973dd02feec5e614833 commit hash: 0517d65d6b0e70e8c0445973dd02feec5e614833 commit hash: 0517d65d6b0e70e8c0445973dd02feec5e614833 0517d65
14:50 Juraj Lutter (otis) search for other commits by this committer
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
commit hash: 4990a59449c515d80a9b16f2fc81e45f049cf48a commit hash: 4990a59449c515d80a9b16f2fc81e45f049cf48a commit hash: 4990a59449c515d80a9b16f2fc81e45f049cf48a commit hash: 4990a59449c515d80a9b16f2fc81e45f049cf48a 4990a594
Sunday, 17 Mar 2024
12:34 Ruslan Makhmatkhanov (rm) search for other commits by this committer
UPDATING: fix typo in redmine entry
commit hash: 7e295a4f936ea7aedf18b03a0087296cfff97952 commit hash: 7e295a4f936ea7aedf18b03a0087296cfff97952 commit hash: 7e295a4f936ea7aedf18b03a0087296cfff97952 commit hash: 7e295a4f936ea7aedf18b03a0087296cfff97952 7e295a4
Saturday, 16 Mar 2024
11:56 Dave Cottlehuber (dch) search for other commits by this committer
net/rabbitmq: add upgrade and UPDATING messages
commit hash: 6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd commit hash: 6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd commit hash: 6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd commit hash: 6df9b5d51843a85bb6ecd0b7ad43ca68e24d15fd 6df9b5d
Wednesday, 28 Feb 2024
08:20 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/ruby: Switch DEFAULT to 3.2

BREAKING CHANGES:
www/redmine50 will stop working. At the moment there is no redmine 5.1.X
in the tree. So users of redmine should utilize the following in their
relevant make.conf file:
DEFAULT_VERSIONS=ruby=3.1

PR:		244427
Approved by:	portmgr (exp-run)
commit hash: d0833d76bb573f8694627e82fe44e56df049d252 commit hash: d0833d76bb573f8694627e82fe44e56df049d252 commit hash: d0833d76bb573f8694627e82fe44e56df049d252 commit hash: d0833d76bb573f8694627e82fe44e56df049d252 d0833d7
Thursday, 22 Feb 2024
09:35 Eugene Grosbein (eugen) search for other commits by this committer
databases/xtrabackup80: renamed from databases/xtrabackup8 and updated

The port databases/xtrabackup8 upgraded to version 8.0.35-30
and renamed to databases/xtrabackup80 in preparation for upcoming
incompatible branch databases/xtrabackup81, to avoid confusion.

Drop unused dependency on libncurses.

The update based on maintainer's submittion.

PR:             277088
Tested by:	Eugene M. Zheganin (maintainer)
Approved by:	Eugene M. Zheganin (maintainer)
commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 commit hash: 147efd9835e16cae10637c56e34325d1b4c573c2 147efd9
Wednesday, 3 Jan 2024
17:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
UPDATING: Trim upto stable/13 release

Next trim will happen after 13-STABLE reaches EOL.

Approved by:	portmgr
commit hash: e83268eaaadc1cca0f2b8d69fd37dc442ed47173 commit hash: e83268eaaadc1cca0f2b8d69fd37dc442ed47173 commit hash: e83268eaaadc1cca0f2b8d69fd37dc442ed47173 commit hash: e83268eaaadc1cca0f2b8d69fd37dc442ed47173 e83268e
Friday, 29 Dec 2023
20:10 Gleb Popov (arrowd) search for other commits by this committer Author: Pavel Balaev
databases/tarantool: Renamed to tarantool2

A new major version of the tarantool has been released.
databases/tarantool renamed to databases/tarantool2.
2.11 is an LTS version and it is advisable to leave the
option to install it.

Signed-off-by: Pavel Balaev <mail@void.so>
commit hash: 1251766a70bf28970936cf4dcf7c32b5e519339a commit hash: 1251766a70bf28970936cf4dcf7c32b5e519339a commit hash: 1251766a70bf28970936cf4dcf7c32b5e519339a commit hash: 1251766a70bf28970936cf4dcf7c32b5e519339a 1251766
Sunday, 26 Nov 2023
19:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/php* : Change default to 8.2

As active support of php81 ends on 25th November, 2023 it's time to
switch the default version to 8.2.

See https://www.php.net/supported-versions.php for more details.

PR:		274463
Approved by:	portmgr (exp-run)
commit hash: 6e3887a5d3ce3430e460efabaa4d7f3af22bab02 commit hash: 6e3887a5d3ce3430e460efabaa4d7f3af22bab02 commit hash: 6e3887a5d3ce3430e460efabaa4d7f3af22bab02 commit hash: 6e3887a5d3ce3430e460efabaa4d7f3af22bab02 6e3887a
Tuesday, 7 Nov 2023
15:42 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: fix a typo.
commit hash: 3534ce5e734c5a88c9c89ad153c6034bcb413293 commit hash: 3534ce5e734c5a88c9c89ad153c6034bcb413293 commit hash: 3534ce5e734c5a88c9c89ad153c6034bcb413293 commit hash: 3534ce5e734c5a88c9c89ad153c6034bcb413293 3534ce5
Saturday, 4 Nov 2023
12:58 Bernard Spil (brnrd) search for other commits by this committer
security/libressl: Update to 3.8.2

 * Major upgrade, rebuild all dependent ports
commit hash: 5868083c8014853ac26a2b3aab56eb4a2e2fbb81 commit hash: 5868083c8014853ac26a2b3aab56eb4a2e2fbb81 commit hash: 5868083c8014853ac26a2b3aab56eb4a2e2fbb81 commit hash: 5868083c8014853ac26a2b3aab56eb4a2e2fbb81 5868083
Tuesday, 31 Oct 2023
12:52 Michael Osipov (michaelo) search for other commits by this committer
devel/subversion-lts: update port to next LTS version: 1.14.2

PR:		253566
Approved by:	jrm (mentor), otis (mentor), lev
Release Notes:	https://subversion.apache.org/docs/release-notes/1.14
Differential Revision:	https://reviews.freebsd.org/D42348
commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 commit hash: 914eca41bf74707f7c59ee8958861b12e77e2243 914eca41
Saturday, 28 Oct 2023
21:08 Bernard Spil (brnrd) search for other commits by this committer
UPDATING: Fix entry for security/openssl update to 3.0

 * entry was added and subsequently removed

Reported by:	Fabian Wenk
commit hash: e248b6db768e932e6cf3fd36959ed874ca347b78 commit hash: e248b6db768e932e6cf3fd36959ed874ca347b78 commit hash: e248b6db768e932e6cf3fd36959ed874ca347b78 commit hash: e248b6db768e932e6cf3fd36959ed874ca347b78 e248b6d
19:36 Kurt Jaeger (pi) search for other commits by this committer Author: geoffroy desvernay
net-mgmt/nfdump: update 1.6.20 -> 1.7.3

- Check UPDATING for compat with older 1.6.x

PR:		271429
Reviewed by:	chadf@triularity.org
Changes:	https://github.com/phaag/nfdump/releases
commit hash: 33a1d3492cfb451e39017911d919bcc8215a76ff commit hash: 33a1d3492cfb451e39017911d919bcc8215a76ff commit hash: 33a1d3492cfb451e39017911d919bcc8215a76ff commit hash: 33a1d3492cfb451e39017911d919bcc8215a76ff 33a1d34
Friday, 27 Oct 2023
17:41 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.10.0

re: https://github.com/librenms/librenms/releases/tag/23.10.0

See also UPDATING re crontab issue which this update fixes.
commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 f67381f
13:49 Michael Osipov (michaelo) search for other commits by this committer
UPDATING: Remove unnecessary information regaring Ghostscript 10 change
commit hash: cba883481985c08db67a7d01993b6a460dba675b commit hash: cba883481985c08db67a7d01993b6a460dba675b commit hash: cba883481985c08db67a7d01993b6a460dba675b commit hash: cba883481985c08db67a7d01993b6a460dba675b cba8834
07:47 Michael Osipov (michaelo) search for other commits by this committer
Mk/bsd.default-versions.mk: Change default version of Ghostscript to 10

* Change default version of Ghostscript from 9 to 10
* Add entry about change of default Ghostscript version to UPDATING

PR:		273864
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D42351
commit hash: 92d21e44762dcc3f5d86cb7e7cbb9733782b2218 commit hash: 92d21e44762dcc3f5d86cb7e7cbb9733782b2218 commit hash: 92d21e44762dcc3f5d86cb7e7cbb9733782b2218 commit hash: 92d21e44762dcc3f5d86cb7e7cbb9733782b2218 92d21e4
06:32 Robert Clausecker (fuz) search for other commits by this committer Author: Einar Bjarni Halldórsson
mail/mailman3: update to 3.3.9

* Add missing dependency, mail/py-authres
* Update needed dependency versions
* Add UPDATING info about new version

Changelog:
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/NEWS.html#news-3-3-9

PR:		274669
commit hash: a2d9e925cc0df795e959481c1dc5f2628bab5db7 commit hash: a2d9e925cc0df795e959481c1dc5f2628bab5db7 commit hash: a2d9e925cc0df795e959481c1dc5f2628bab5db7 commit hash: a2d9e925cc0df795e959481c1dc5f2628bab5db7 a2d9e92
Thursday, 26 Oct 2023
16:23 Pietro Cerutti (gahr) search for other commits by this committer
UPDATING: remove extra empty line
commit hash: 91e102d6c8edc61d6d436d567cdd42b932d3690b commit hash: 91e102d6c8edc61d6d436d567cdd42b932d3690b commit hash: 91e102d6c8edc61d6d436d567cdd42b932d3690b commit hash: 91e102d6c8edc61d6d436d567cdd42b932d3690b 91e102d
16:15 Pietro Cerutti (gahr) search for other commits by this committer
UPDATING: document lang/chicken binaries rename
commit hash: cd669580fd1b3298f9b75c1a958a71e8eeebc1b7 commit hash: cd669580fd1b3298f9b75c1a958a71e8eeebc1b7 commit hash: cd669580fd1b3298f9b75c1a958a71e8eeebc1b7 commit hash: cd669580fd1b3298f9b75c1a958a71e8eeebc1b7 cd66958
Wednesday, 25 Oct 2023
14:20 Stefan Eßer (se) search for other commits by this committer
UPDATING: Fix old portmaster example

The entry dated 20181213 suggests

    portmaster -f `pkg shlib -qR libperl.so.5.26`

to force an update or re-installation of all ports that directly
depend on the given library. This command leads to excessive and
unnecessary port builds, though, since the -f option is passed
down to the up-to-date checks of all dependencies, causing them
to be rebuilt, too.

The correct command is:

    portmaster `pkg shlib -qR libperl.so.5.26`

Reported by:	rkoberman@gmail.com (Kevin Oberman)
commit hash: 8b4e176302c857663bdf635c42fd1e3e95b39183 commit hash: 8b4e176302c857663bdf635c42fd1e3e95b39183 commit hash: 8b4e176302c857663bdf635c42fd1e3e95b39183 commit hash: 8b4e176302c857663bdf635c42fd1e3e95b39183 8b4e176
Wednesday, 18 Oct 2023
03:38 Xin LI (delphij) search for other commits by this committer
Mk/bsd.default-versions.mk: Update the default Perl version to 5.36.

PR:		ports/264255
Exp-run by:	antoine
commit hash: 039a6a2aed7b227b06e07147e5246d04f0a004fb commit hash: 039a6a2aed7b227b06e07147e5246d04f0a004fb commit hash: 039a6a2aed7b227b06e07147e5246d04f0a004fb commit hash: 039a6a2aed7b227b06e07147e5246d04f0a004fb 039a6a2
Saturday, 14 Oct 2023
17:30 Bernard Spil (brnrd) search for other commits by this committer
security/openssl: UPDATING and category Makefile
commit hash: bc630ff27d29cf7dbafae19145a44a3ff77385b1 commit hash: bc630ff27d29cf7dbafae19145a44a3ff77385b1 commit hash: bc630ff27d29cf7dbafae19145a44a3ff77385b1 commit hash: bc630ff27d29cf7dbafae19145a44a3ff77385b1 bc630ff
17:23 Bernard Spil (brnrd) search for other commits by this committer
security/openssl: Major version update to 3.0

 * OpenSSL 1.1.1 is EoL, update to new LTS version
 * Aligns with upcoming OpenSSL version in 14.0
commit hash: d5ec2e12f399b7813994564b77a0915821a0ac42 commit hash: d5ec2e12f399b7813994564b77a0915821a0ac42 commit hash: d5ec2e12f399b7813994564b77a0915821a0ac42 commit hash: d5ec2e12f399b7813994564b77a0915821a0ac42 d5ec2e1
Thursday, 12 Oct 2023
02:38 Adam Weinberger (adamw) search for other commits by this committer
UPDATING: Note caddy admin API endpoint change
commit hash: db0a9e1a0cb4fdbc1d923cf2ce5d684141caebc3 commit hash: db0a9e1a0cb4fdbc1d923cf2ce5d684141caebc3 commit hash: db0a9e1a0cb4fdbc1d923cf2ce5d684141caebc3 commit hash: db0a9e1a0cb4fdbc1d923cf2ce5d684141caebc3 db0a9e1
Tuesday, 10 Oct 2023
12:23 Mikael Urankar (mikael) search for other commits by this committer
net/ntpd-rs: Update to 1.0.0

Changes:
  https://github.com/pendulum-project/ntpd-rs/releases/tag/v1.0.0
commit hash: 026385265a83b627d8fce50903cc8dee709a1f97 commit hash: 026385265a83b627d8fce50903cc8dee709a1f97 commit hash: 026385265a83b627d8fce50903cc8dee709a1f97 commit hash: 026385265a83b627d8fce50903cc8dee709a1f97 0263852
Wednesday, 4 Oct 2023
15:51 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: upgrade to 16.4.1

At first make sure you finished the upgrade to 16.3.x!

While running the database migration step, an error can happen.
So maybe test this at first in a test instance and/or have a backup ready.
You should not need it, but for this update it is better to have it ;)

A fix is described in the upgrade manual:
https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md#database-migration-fails
The problem itself is described here:
https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8227

But as everyone has a different name for the foreign key that causes this
problem
a corrected migration step does maybe not fix the problem for all users.
This is the reason I described steps in the upgrade manual to fix it for all
users
and not wait for a upstream migration fix that does maybe not fix it, like this
one:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/132686

This version and all further version will not be made available in quartely
branch 2023Q4
to give the users the possibilty to first upgrade to required 16.3 version which
is
in quarterly branch 2023Q4 available.

Changelog:
https://about.gitlab.com/releases/2023/09/22/gitlab-16-4-released/
https://about.gitlab.com/releases/2023/09/28/security-release-gitlab-16-4-1-released/
commit hash: d5e24450ba9b773dec509c9ade46d59ec0392d43 commit hash: d5e24450ba9b773dec509c9ade46d59ec0392d43 commit hash: d5e24450ba9b773dec509c9ade46d59ec0392d43 commit hash: d5e24450ba9b773dec509c9ade46d59ec0392d43 d5e2445
Saturday, 30 Sep 2023
20:00 Robert Clausecker (fuz) search for other commits by this committer Author: Rafe
net-p2p/transmission: Reorganize as a metaport

Port reorganized as a metaport. Each component can be installed
separately or selected as an option via the metaport.  Components
were moved to net-p2p/transmission-components.
See MOVED for additional information.

Also fixes log-level typo in rc file and description errors

PR:		273841, 274054 274065
Reported by:	Anton Saietskii <vsasjason@gmail.com>
Reported by:	Matt <lazeraman@gmail.com>
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Differential Revision: https://reviews.freebsd.org/D41975
commit hash: ac3e39992e95659a5193a15d4cb873efb00fcb30 commit hash: ac3e39992e95659a5193a15d4cb873efb00fcb30 commit hash: ac3e39992e95659a5193a15d4cb873efb00fcb30 commit hash: ac3e39992e95659a5193a15d4cb873efb00fcb30 ac3e399
07:03 Guido Falsi (madpilot) search for other commits by this committer
devel/php-composer: Update to 2.6.4

The main composer port contains old and long EOLed/deprecated version
1.x of the software.

Move the devel/php-composer2 port over, dropping it, and update to
latest version.

Please check UPDATING entry 20230930, to correctly update use
"pkg install phpXX-composer" (replacing XX with the PHP shorthand
version you're using)

PR:		274160
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Security:	33922b84-5f09-11ee-b63d-0897988a1c07
commit hash: 8ed8145684356244c2a05ff696bf9f3bc9262a21 commit hash: 8ed8145684356244c2a05ff696bf9f3bc9262a21 commit hash: 8ed8145684356244c2a05ff696bf9f3bc9262a21 commit hash: 8ed8145684356244c2a05ff696bf9f3bc9262a21 8ed8145
Monday, 25 Sep 2023
07:53 Guido Falsi (madpilot) search for other commits by this committer
x11-wm/xfce4: Switch default icon set to x11-themes/xfce-icons-elementary

After the update x11-themes/adwaita-icon-theme update to version
42.0 (commit 14ac2cbef6484e85669c99a5a8388ea4627f029f) XFCE is not
compatible with it anymore, due to icons being renamed/removed from
the theme.

To work around this, change the default icon theme installed with
XFCE to x11-themes/xfce-icons-elementary.

Users with XFCE desktops already configured to use adwaita-icon-theme
need to install another theme and switch to it manually using the
XFCE settings "appearance" application, see UPDATING entry 20230924.

PR:		274057
commit hash: 364a6b8d61e4c0a7991c85fc0e00d122960529c8 commit hash: 364a6b8d61e4c0a7991c85fc0e00d122960529c8 commit hash: 364a6b8d61e4c0a7991c85fc0e00d122960529c8 commit hash: 364a6b8d61e4c0a7991c85fc0e00d122960529c8 364a6b8
Friday, 22 Sep 2023
04:56 Robert Clausecker (fuz) search for other commits by this committer Author: Rafe
net-p2p/transmission: Refine flavors, port fixes

 *Fixes flavor conflicts in Bug 273841
 *Patches to build with libfmt>=10.0. Bug 273887
 *Adds log-location and log-level options. Bug 269392
 *Fixes build errors arising from pkg-plist issues. Bug 273836

 See UPDATING for additional information on the usage of flavors.

PR:		273841, 273887, 269392, 273836
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
Reported by:	diizzy, dereckson@gmail.com
Reported by:	Igor Pavlov <igor.arabesc.pavlov@gmail.com>
commit hash: f40cba02c2f877b8e9e5e1a591c49ff118831c19 commit hash: f40cba02c2f877b8e9e5e1a591c49ff118831c19 commit hash: f40cba02c2f877b8e9e5e1a591c49ff118831c19 commit hash: f40cba02c2f877b8e9e5e1a591c49ff118831c19 f40cba0
Friday, 15 Sep 2023
12:07 Koichiro Iwao (meta) search for other commits by this committer Author: Michael Osipov
print/ghostscript10: add default port option for X11

This change replaces flavors with a new default port option for X11.
Compared to GS 9 port the X11 device driver is now integrated into GS instead
of being dynamically loaded which is not in conformance with new GS 10 approach.
The flavors approach creates conflicting dependencies with other ports which
cannot be solved this time with the ports framework.

See PRs 270989 and 272541 for details.

PR:		272541
Tested by:	kib
commit hash: 83964d19d9f692d91242d53609b9005e2e5e7ac8 commit hash: 83964d19d9f692d91242d53609b9005e2e5e7ac8 commit hash: 83964d19d9f692d91242d53609b9005e2e5e7ac8 commit hash: 83964d19d9f692d91242d53609b9005e2e5e7ac8 83964d1
Tuesday, 12 Sep 2023
14:54 Robert Clausecker (fuz) search for other commits by this committer Author: Ralf van der Enden
dns/powerdns: update to 4.8.2

In Authoritative Server 4.8, the LMDB backend gains a new Lightning
Stream-compatible schema, which requires a data migration (this is
automatic, and there is no migration back to the old schema). LMDB
backend users should pay extra attention to the Upgrade Notes at
https://doc.powerdns.com/authoritative/upgrading.html.

Changelog: https://blog.powerdns.com/2023/09/07/authoritative-server-4-8-2

PR:		273709
commit hash: 5302da3360f539a6eb58df684697c760a5fb369b commit hash: 5302da3360f539a6eb58df684697c760a5fb369b commit hash: 5302da3360f539a6eb58df684697c760a5fb369b commit hash: 5302da3360f539a6eb58df684697c760a5fb369b 5302da3
Sunday, 10 Sep 2023
13:15 Kai Knoblich (kai) search for other commits by this committer
UPDATING: Add upgrade instructions for net-mgmt/netbox

Give users some advice about the upgrade to the NetBox 3.6 release
series.
commit hash: c4dcf1e3e83130bd4f6ea8837905e9797183b984 commit hash: c4dcf1e3e83130bd4f6ea8837905e9797183b984 commit hash: c4dcf1e3e83130bd4f6ea8837905e9797183b984 commit hash: c4dcf1e3e83130bd4f6ea8837905e9797183b984 c4dcf1e
Friday, 8 Sep 2023
18:20 Kevin Bowling (kbowling) search for other commits by this committer
Mk/bsd.default-versions.mk: Update to PostgreSQL 15

PR:		273058
Exp-run by:	antoine
commit hash: 0c0bf56482b394740f5c14326ae1586158813129 commit hash: 0c0bf56482b394740f5c14326ae1586158813129 commit hash: 0c0bf56482b394740f5c14326ae1586158813129 commit hash: 0c0bf56482b394740f5c14326ae1586158813129 0c0bf56
Wednesday, 6 Sep 2023
14:57 Joseph Mingrone (jrm) search for other commits by this committer
UPDATING: Add guidance after CPU microcode ports reorganization

Sponsored by:	The FreeBSD Foundation
commit hash: b4ed2d19895fe639073fe6ef4e00ad9b794c29bb commit hash: b4ed2d19895fe639073fe6ef4e00ad9b794c29bb commit hash: b4ed2d19895fe639073fe6ef4e00ad9b794c29bb commit hash: b4ed2d19895fe639073fe6ef4e00ad9b794c29bb b4ed2d1
Monday, 4 Sep 2023
17:22 Alexander Leidinger (netchild) search for other commits by this committer
misc/openhab: take runtime user into account, fix piddir handling

The rc.d script lost the runtime user handling and the piddir was not
set which caused warnings in the prestart routine.

Noticed by:	Martin ehk <rehak@tekkirk.org>
commit hash: c3383035389f393897c1287ab1682afb3c0ffea3 commit hash: c3383035389f393897c1287ab1682afb3c0ffea3 commit hash: c3383035389f393897c1287ab1682afb3c0ffea3 commit hash: c3383035389f393897c1287ab1682afb3c0ffea3 c338303
Thursday, 31 Aug 2023
07:55 Gleb Popov (arrowd) search for other commits by this committer
sysutils/polkit: Adapt to ConsoleKit changes.

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 12b84b980b45573c93be5382a274dbe872a1eb73 commit hash: 12b84b980b45573c93be5382a274dbe872a1eb73 commit hash: 12b84b980b45573c93be5382a274dbe872a1eb73 commit hash: 12b84b980b45573c93be5382a274dbe872a1eb73 12b84b9
Friday, 25 Aug 2023
08:23 Marc Fonvieille (blackend) search for other commits by this committer
UPDATING: Fix some typos.
commit hash: 6d8ce340487dd89bf3427511e302c6b06d891ce7 commit hash: 6d8ce340487dd89bf3427511e302c6b06d891ce7 commit hash: 6d8ce340487dd89bf3427511e302c6b06d891ce7 commit hash: 6d8ce340487dd89bf3427511e302c6b06d891ce7 6d8ce34
Tuesday, 22 Aug 2023
20:56 Craig Leres (leres) search for other commits by this committer
UPDATING: Add AFFECTS line to 20230822 entry

Reported by:	Dan Langille
commit hash: 2f14e59e39e74f31e84f5ff674f24c0dff5b1ab0 commit hash: 2f14e59e39e74f31e84f5ff674f24c0dff5b1ab0 commit hash: 2f14e59e39e74f31e84f5ff674f24c0dff5b1ab0 commit hash: 2f14e59e39e74f31e84f5ff674f24c0dff5b1ab0 2f14e59
20:34 Craig Leres (leres) search for other commits by this committer
security/zeek: Update to 6.0.0

    https://github.com/zeek/zeek/releases/tag/v6.0.0

This is the latest major version number Long-Term Support (LTS)
release of Zeek.

The NETMAP option has been removed; it was too difficult to build
it without zeek being installed in %%PREFIX%%. The consensus was
that this was a rarely used feature, please reach out to me if need
this (I've done some work on a new security/zeek-netmap port that
is probably the right way forward).

When I upgraded zeek on my systems I found some cruft left over
from previous versions. The way I recommend upgrading from 5.0.9
to 6.0.0 is:

    service zeek stop
    pkg delete -fy zeek py311-zkg
    [clean up leftover files in /usr/local/lib/zeek]
    pkg install -y zeek
    service zeek deploy

Changes:

 - Zeek now treats private address space (i.e., non-routable IP
   address ranges) as local by default

 - Telemetry centralization and Prometheus exposition is not enabled
   by default anymore

 - Custom source tarballs require a repo-info.json file.

 - Plugin authors should raise the minimum required CMake version
   to 3.15 to ensure compatibility with new CMake scaffolding
   included in this release

 - Zeek container images are not pushed to the zeekurity organization
   anymore

 - The error message returned when using bro_init, bro_done, and
   bro_script_loaded events is now removed

Reported by:	Tim Wojtulewicz
commit hash: 2dbcea6bbf5b3d15f261fd581ed6259566de1c64 commit hash: 2dbcea6bbf5b3d15f261fd581ed6259566de1c64 commit hash: 2dbcea6bbf5b3d15f261fd581ed6259566de1c64 commit hash: 2dbcea6bbf5b3d15f261fd581ed6259566de1c64 2dbcea6
Thursday, 17 Aug 2023
03:30 Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis: Update to 7.2.0

* Add entry to UPDATING.
* Pet portclippy.

ReleaseNotes:	https://github.com/redis/redis/blob/7.2.0/00-RELEASENOTES
commit hash: 6457315e54301694a06d125c1020a941fc5ea9dc commit hash: 6457315e54301694a06d125c1020a941fc5ea9dc commit hash: 6457315e54301694a06d125c1020a941fc5ea9dc commit hash: 6457315e54301694a06d125c1020a941fc5ea9dc 6457315

Number of commits found: 2753 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]