In Java 21 compiler removed support for source and target 1.7 (7).
PR: 280316
Approved by: Angelo Polo <language.devel@gmail.com>
Obtained from: https://github.com/xerial/snappy-java/issues/532
Add NAGPLUGINS option to choose between monitoring-plugins and
nagios-plugins.
Update MASTER_SITES and WWW.
Add LICENSE and LICENSE_FILE. The file is extracted from source.
Add NO_ARCH=yes.
Switch to DISTVERSION.
Pet portfmt.
PR: 255031
Approved by: maintainer timeout (2+ weeks)
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
The EXAMPLES option has never been introduced and so EXAMPLES_CMAKE_*
variables serve no purpose. It's better to remove them.
I tried adding the EXAMPLES option and tested the build both with the
option on and off. It looks like Fluent Bit does not install any of its
examples even when it builds them. Because of that the better fix is to
not have the EXAMPLES option at all for now.
Approved by: portmgr blanket
Fixes: 228b05d236 Upgrade to 1.4.2
Sponsored by: trivago N.V.
Sponsored by: Klara, Inc.
Changes from 1.21.99.1 to 1.21.99.2
- audit: add -d to audit packages in a specified directory
- bug fix: fix upgrade with symlinks becoming directories
- debug: implement debug flags to allow to cherrypick the debug flags to print
- check: remove -B and -r options
- compression: allow to defined the number of threads to use with zstd and xz
- curl: update to 8.9.0
- http: add support for HTTP_PROXY_AUTH
- periodic: remove compat_vars
- info: fix json formatted output
- manpages: lots of fixes and improvements
- install/upgrade: now removed packaages are printed at the bottom of the list of changes
- using -r <repo> now always enable the repository specified
- periodic: provide a mechanism to ignore jails via prefix matching
- upgrade: allow the used to ignore options changes in the triggers to reinstall a package
- lock/unlock: fix batch operations
- osversion: fix confusing message
- new attempt at better handling vital during upgrades
- sqlite: update to 3.46.0
Merge fixes for a couple cases where the compiler generated different
i386 code depending on the host. In the base system this showed up as
very small differences in a couple object files in buildworld for i386
depending on the host architecture (i386 or amd64).
PR: 276961
Also:
* refresh patches;
* change maintainer from ports@ to rodrigo@ - maintainer other alsa
ports: audio/alsa-lib audio/alsa-utils (if he is against changing the
maintainer, then I will return the old value ports@).
PR: 280144
Approved by: rodrigo (maintainer, timeout > 2 weeks)
Python implementation of Metasploit's pattern generator and search.
Should be python version agnostic, tested and working with Python
2.7.12 up to and including Python 3.11.1
Starts faster and rolls both tools into one.
No extra dependencies required, works with vanilla python
https://github.com/Svenito/exploit-pattern
PR: 280341