Commit Graph

2603 Commits

Author SHA1 Message Date
Po-Chuan Hsieh fd2d491bf0
UPDATING: Fix typo
PR:		269252
Reported by:	<p5B2EA84B3@t-online.de>
2023-01-31 07:51:44 +08:00
Po-Chuan Hsieh f5f4cf1f8b
UPDATING: Document nodejs changes 2023-01-30 22:45:11 +08:00
Gabriel M. Dutra 789a1ef5ad benchmarks/ddosify: Update to 0.13.0
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.13.0

 * Merge remote-tracking branch 'origin/develop' into feat/concat-variables
 * Update README.md
 * change captureEnv to snake case
 * change csv parameters to snake case
 * change jsonPath to json_path
 * fix done channel send place in stdoutJson
 * get profile data from pprof package
 * inject both typed and concatenated vars
 * regexp, xpath, header_key
 * remove unnecessary comment
 * update benchmark jenkins file
 * update jenkinsfile
 * use atomic instead of mutex

PR:		269216
Reported by:	0xdutra@gmail.com (maintainer)
2023-01-30 09:34:35 +01:00
Matthias Andree 6853ab171e security/openvpn*: update to 2.6.0, keep openvpn25
- copy openvpn to openvpn25, mark as deprecated and to expire March 31

- update openvpn to openvpn 2.6.0, highlights from Frank Lichtenheld's
  release announcement e-mail, slightly edited:

 * Data Channel Offload (DCO) kernel acceleration support for Windows,
   Linux, and FreeBSD [14].
 * OpenSSL 3 support
 * Improved handling of tunnel MTU, including support for pushable MTU.
 * Outdated cryptographic algorithms disabled by default, but there are
   options to override if necessary.
 * Reworked TLS handshake, making OpenVPN immune to replay-packet state
   exhaustion attacks.
 * Added --peer-fingerprint mode for a more simplistic certificate setup
   and verification.
 * Improved protocol negotiation, leading to faster connection setup.

ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.0/Changes.rst
2023-01-27 22:32:22 +01:00
Yuri Victorovich 2a294eaa96 UPDATING: Fix typos 2023-01-22 09:44:45 -08:00
Yuri Victorovich 940d212ecd www/adguardhome: Move config and data files to a new location
... when these files are present at old locations.

PR:		269083
Reported by:	Jony Hudson <bsd@j-star.org>
2023-01-22 09:42:32 -08:00
Cy Schubert b11d3d7973 UPDATING: Add comment about restarting devd
Restarting devd will adjust UPS USB devices to their new UID/GID. This
must be performed prior to restarting nut following an upgrade.

PR:		268960
Reported by:	vvd@unislabs.com
Fixes:		02c038c8cc
2023-01-17 17:07:57 -08:00
Cy Schubert 02c038c8cc sysutils/nut*: Use a dedicated UID and GID
To reduce conflicts with other packages and improve security, avoid
using the uucp UID and GID. This avoids potential conflicts with the
net/freebsd-uucp port.

Users who wish to continue using the uucp user and group may add
NUT_USER=uucp and NUT_GROUP=uucp to their make.conf.

PR:		268960
Reported by:	delphij
MFH:		2023Q1
2023-01-17 13:12:13 -08:00
Dave Cottlehuber e8723f0a8c sysutils/graylog: update to 5.0.2
- support JAVA_HOME
- accept additional java parameters in rc.conf
- OpenJDK17 is now required
- remove unsupported JVM tunables

Reported by:    Einar Bjarni Halldórsson <einar@isnic.is>
Differential Revision: https://reviews.freebsd.org/D37979
2023-01-11 22:08:28 +00:00
Cy Schubert c2d8143d0d UPDATING: Advise mail/spamassassin users of the removal of HashCash
The spamassassin HashCash plugin has been deprecated for a while now.
It was finally removed in spamassassin 4.0.0.
2023-01-04 13:32:38 -08:00
Artyom Davidov b74ef047bb sysutils/zrepl: update to 0.6.0
Changes:	https://github.com/zrepl/zrepl/releases/tag/v0.6.0

PR:		268058
Approved by:	maintainer timeout
2022-12-26 23:03:33 +01:00
Thomas Morper 3574d6718e net-mgmt/unbound_exporter: Update to 0.4.1
* Update to 0.4.1
* Update repo location
* Simplify Makefile by using GO_MODULE rather than GH_TUPLE
* Add missing SUB_LIST to Makefile
* Re-factor init script

Changes:	https://github.com/letsencrypt/unbound_exporter/releases/tag/v0.4.1

PR:		267609
PR:		265255
Approved by:	aduitsis@cpan.org (maintainer timeout, > 1 month)
2022-12-20 07:43:59 -05:00
Yasuhiro Kimura 689659cb49 UPDATING: Add entry about possible runtime error of security/clamav and the solution
PR:		268069
Reported by:	many
2022-12-15 14:29:40 +09:00
Einar Bjarni Halldórsson 8c8753eb9c devel/py-proxmoxer: Update to 2.0.0
- add UPDATING notes
 - pytest testunit in progress

ChangeLog:
https://github.com/proxmoxer/proxmoxer/blob/develop/CHANGELOG.md

PR:		268036
2022-12-09 11:23:09 +00:00
Juraj Lutter 27c280e076 textproc/kibana8: Add new port
Kibana is a visualisation tool for elasticsearch.
2022-11-26 22:03:17 +01:00
Muhammad Moinur Rahman 8f21d69a60 Mk/bsd.default-versions.mk: Change PHP default version to 8.1
Switching php DEFAULT_VERSION from 8.0 to 8.1. php 8.0 Active support
ends on 2022-11-26. This will not be merged in quarterly.

PR:		266854
Tested by:	antoine
Approved by:	ale
Relnotes:	https://www.php.net/supported-versions.php
Sponsored by:	Bounce Experts
2022-11-25 19:14:37 -06:00
John Grafton 9253d1d72a x11-wm/jwm: Update to 2.4.3
ChangeLog: https://joewing.net/projects/jwm/
New Features

 * Mouse bindings are now configurable
 * Added key bindings
 * Added ~/.config/jwm/jwmrc as the new default location for per-user
   configuration
 * Maximized windows once again have borders and can be resized
 * The placement of window buttons is now configurable
 * Restored automatic tray "autohide" functionality using autohide="on"
 * Added support for CDATA to the XML parser
 * Moved the group and list attributes to the TaskListStyle tag
 * Added key bindings to resize a window from a specific corner or side
 * Add Type tag to Group

Bug Fixes

 * Don't SetDefaultCursor in AddClientToWindow
 * Use pango to address font fixes
 * Fix for large titles that are centered or right aligned
 * Fix tooltip delay

Updated Translations

 * Portuguese
 * Portuguese Brazil
 * Turkish
 * Spanish
 * Danish
 * Lithuanian

Add UPDATING entry due to config changes.

PR:		267931
Reported by:	john.grafton@runbox.com (maintainer)
2022-11-24 17:03:14 +01:00
ykla f688807dab UPDATING: Fix some typos
According to https://cgit.freebsd.org/ports/commit/?id=e025129daf0d7006391e5311f20ec6102fb3d889 , the date of this line should be 2021 not 2020.

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/134
2022-10-18 23:52:40 +09:00
Robert Clausecker 98e169c3d9 devel/schilybase: update to 2022-10-16
ChangeLog: http://fuz.su/pub/schilytools/AN-2022-10-16.txt

This commit creates a new port archivers/tartest splitted off from
archivers/star. misc/schilytools depends now on this new port.

PR:		267131
Reported by:	fuz@fuz.su (maintainer)
2022-10-18 07:02:38 +02:00
Matthias Fechner 923ed9ea01 UPDATING: document solr version 8 and 9 2022-10-16 09:12:43 +02:00
Thomas Zander 19d4e30eef
UPDATING: Add note for gstreamer1 1.20.3 update and build requirements 2022-10-15 23:51:21 +02:00
Marc Fonvieille 031f888dca UPDATING: Fix some typos 2022-10-15 11:08:23 +02:00
Michael Osipov df3fca4f09 devel/websvn: update to 2.8.0
PR:		266996
Reported by:	michael.osipov@siemens.com (maintainer)
2022-10-14 07:43:28 +02:00
Dan Langille 318400ae02 security/acme.sh: Change crontab and add newsyslog
This update may break your install if you were using a symlink to
%%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead,
a log rotation configuration is now installed to etc/cron.d/acme.sh.sample
you should modify etc/cron.d/acme.sh to needs.

The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample
and you you should update etc/newsyslog.d/acme.sh to suit your needs.
This file has long been part of the port, but was never installed.

Neither the log rotation nor the crontab are active until you remove the
comments.

While here, several portclippy updates

Reported by:	marck
2022-10-11 20:04:23 +00:00
Emanuel Haupt 5da973d713 UPDATING: Mention PORTS_READLINE option in the recent bash update 2022-10-02 20:35:00 +02:00
Matthias Andree 9c1cf562b5 UPDATING: Mention audio/strawberry flavors 2022-10-01 13:49:02 +02:00
Dan Langille 5b5ce75cc6 UPDATING: format a few entries
These entries did not have two spaces before AFFECTS/AUTHOR
2022-09-29 12:54:41 +00:00
Fernando Apesteguía 75f3b1c301 graphics/bmeps: Update to 4.34.1
https://sourceforge.net/p/dktools/wiki/change%20log/#4330-2022-02-18

The former bmpp program was renamed to bitmap2pp, the former dkct program was
renamed to dkcpre.

Add UPDATING entry.

PR:		266652
Reported by:	takefu@airport.fm (maintainer)
2022-09-29 07:48:00 +02:00
Bernard Spil 2de6938387 security/libressl: Update to 3.5.3
* Make sure you check https://wiki.freebsd.org/LibreSSL/3.5
   and UPDATING
2022-09-25 11:15:46 +00:00
Neel Chauhan 104be96890 shells/bosh: Add UPDATING entry 2022-09-19 08:47:02 -07:00
Bernard Spil 72ed1c4dd5 mail/roundcube: Update to 1.6.0
PR:		265653
Approved by:	Maintainer timeout
2022-09-18 10:29:25 +00:00
Daniel Engberg 6e9119f80d UPDATING: Add entry for devel/cmake
Installing devel/cmake-core or devel/cmake-man results in conflicts
if system already have devel/cmake installed prior to this change

PR:		266323
Reported by:	se, dougs@dawnsign.com
Approved by:	kde (tcberner)
Differential Revision:	https://reviews.freebsd.org/D36512
2022-09-10 09:04:34 +02:00
Muhammad Moinur Rahman bd81f41624 emulators/qemu: Update version 7.0.0=>7.1.0
- Unbreak on latest HEAD [1]

Users who want to stick with 7.0.X branch please check UPDATING or use
qemu6. As previous qemu comes with three flavors: the default with X11
support, -nox11 without X11 support and -tools which installs only a
subset of entire qemu.

Reported by:	jhb [1]
Relnotes: https://wiki.qemu.org/ChangeLog/7.1
2022-09-09 11:09:30 -05:00
Adam Weinberger 8d265382b2 UPDATING: Add entry for editors/vim and the Great Vimrc Untangling 2022-09-03 12:10:22 -06:00
Matthias Andree 223e50238c archivers/py-borgbackup: update to 1.2.2+man+test, preserve 1.1
Take maintainership, because original maintainer asked for a new
maintainer, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816#c10

¡Muchas gracias, José! Thanks for maintaining the port thus far.

If there is a potential maintainer who is using BorgBackup at scale,
I will be happy to pass maintainership on.

Update to v1.2.2 [1, was for 1.2.1],
preserve the earlier 1.1.18 version (also with manpages and self-tests added,
hence bumping PORTREVISION) as py-borgbackup11, and document this in UPDATING.

ChangeLog: https://www.borgbackup.org/releases/borg-1.2.html

Add self-tests [1] to both 1.1 and 1.2, including
- a smoke test in post-install in order to always run it
- "make test" support (requires network access for tox)

PR:		264816 [1]
Reported by:	rob2g2-freebsd@bitbert.com [1]

Add manual pages to both 1.1 and 1.2. [2]

PR:		263269 [2]
Reported by:	courtney.hicks1@icloud.com [2]
2022-09-03 16:33:11 +02:00
Yasuhiro Kimura 37412b8aa3 mail/rainloop: Update to 1.17.0
Since only one edition "legacy" is provided under MIT license now,

* Remove mail/rainloop-community port and add entry to MOVED and
  UPDATING.
* Use '=' rather than '?=' for PKGNAMESUFFIX and COMMENT.
* Update license information.
* Remove patch-rainloop_v_1.16.0_app_libraries_MailSo_Base_HtmlUtils.php
  that is included in upstream.
2022-09-01 16:12:09 +09:00
Felix Palmen e4add0d91e UPDATING: Add entry for x11/xscreensaver
Warn about crashing pam_exec.so on 13.1-RELEASE prior to -p1.

PR:		264361
Approved by:	tcberner (mentor)
2022-08-31 18:47:46 +02:00
Koichiro Iwao bca3245750 UPDATING: add entry for net/xrdp after xorg upgrade
PR:		265728
2022-08-25 13:09:43 +09:00
Fernando Apesteguía 6ea017569f net/keycloak: Upgrade to 19.0.1
ChangeLog: https://www.keycloak.org/2022/07/keycloak-1901-released

PR:	265072
Reported by:	yonas.yanfa@gmail.com (maintainer)
2022-08-15 19:51:42 +02:00
Stefan Eßer 14c8b9f26c UPDATING: updating x11-servers/xorg-server from a port
Mention that the new library dependency x11/libxcvt cannot be
installed unless the previous version of xorg-server has been
deinstalled.
2022-08-08 16:17:10 +02:00
Kevin Bowling f137c66d07 news/inn: Update to 2.7.0
See https://lists.isc.org/pipermail/inn-announce/2022-July/000015.html
2022-08-07 12:17:08 -07:00
Michael Osipov 5f0ee47286 devel/maven-wrapper: massively update port, align with devel/maven
- Submitter changes MAINTAINER to his @apache.org address
- Bump version to 2
- Use ETCDIR wherever possible
- Also install mvnDebug
- Burry long dead M2_HOME in favor of MAVEN_HOME which
  will *never* be propagated

PR: 265028, 265025
2022-07-28 17:55:11 +02:00
Ryan Steinmetz 7b6aed9ac3
security/stunnel: Drop privs by default, update PID file location
- Document changes in UPDATING

PR:		249151
Reported by:	 Tatsuki Makino <tatsuki_makino@hotmail.com>
2022-07-11 09:41:15 -04:00
Dave Cottlehuber ab4964e6d9 */*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
databases/elixir-ecto
databases/elixir-geo
databases/elixir-mariaex
databases/elixir-postgrex
databases/elixir-timex_ecto
databases/erlang-couchbeam
databases/erlang-epgsql
databases/erlang-eredis
devel/elixir-apex
devel/elixir-bson
devel/elixir-cachex
devel/elixir-calendar
devel/elixir-combine
devel/elixir-conform
devel/elixir-connection
devel/elixir-coverex
devel/elixir-crontab
devel/elixir-csv
devel/elixir-decimal
devel/elixir-deppie
devel/elixir-dialyze
devel/elixir-distillery
devel/elixir-estree
devel/elixir-eternal
devel/elixir-exactor
devel/elixir-excoveralls
devel/elixir-exjsx
devel/elixir-exprotobuf
devel/elixir-gen_stage
devel/elixir-gettext
devel/elixir-inflex
devel/elixir-libring
devel/elixir-math
devel/elixir-msgpax
devel/elixir-nadia
devel/elixir-nats
devel/elixir-nimble_csv
devel/elixir-paratize
devel/elixir-plug
devel/elixir-poison
devel/elixir-quantum
devel/elixir-smppex
devel/elixir-timex
devel/elixir-trailing_format_plug
devel/elixir-tzdata
devel/elixir-unsafe
devel/erlang-bbmustache
devel/erlang-certifi
devel/erlang-cuttlefish
devel/erlang-erlware_commons
devel/erlang-gen_smtp
devel/erlang-getopt
devel/erlang-goldrush
devel/erlang-hut
devel/erlang-jobs
devel/erlang-jsx
devel/erlang-katana
devel/erlang-lager
devel/erlang-lager_syslog
devel/erlang-meck
devel/erlang-metrics
devel/erlang-parse_trans
devel/erlang-providers
devel/erlang-ssl_verify_fun
devel/erlang-unicode_util_compat
dns/erlang-idna
misc/elixir-mime
misc/elixir-uuid
misc/erlang-mimerl
misc/erlang-mimetypes
net/elixir-kafka_ex
net/elixir-oauth2
net/erlang-ranch
security/elixir-comeonin
security/elixir-comeonin_i18n
security/elixir-jose
security/erlang-fast_tls
security/erlang-jose
textproc/elixir-earmark
textproc/elixir-funnel
textproc/elixir-sweet_xml
textproc/erlang-edown
textproc/erlang-fast_xml
textproc/erlang-p1_utils
textproc/erlang-yamerl
www/elixir-html_entities
www/elixir-html_sanitize_ex
www/elixir-httpoison
www/elixir-httpotion
www/elixir-joken
www/elixir-maru
www/elixir-phoenix
www/elixir-phoenix_ecto
www/elixir-phoenix_html
www/elixir-phoenix_pubsub
www/elixir-webassembly
www/erlang-cowboy
www/erlang-cowlib
www/erlang-hackney
www/erlang-ibrowse
www/erlang-mochiweb
www/erlang-mochiweb-basho
www/erlang-webmachine

PR:		263694
Reviewed by:	olgeni@FreeBSD.org
Approved by:	erlang (with hat)
Sponsored by:	SkunkWerks, GmbH
2022-06-28 06:32:30 +00:00
VVD f117f2c485 Mk/bsd.default-versions.mk: Switch default Python version to 3.9
PR:		261703
Reported by:	VVD
Tested by:	exp-run by antoin@
Approved by:	maintainer’s time-out
2022-06-26 22:31:43 +02:00
Leon Dietrich 7c89169454 sysutils/fusefs-bindfs: Update to 1.16.1
Changes:

 * Added --map-{passwd,group}-rev (PR #113 by @sshilovsky, thanks!)

 * Fixed build on FreeBSD

Full Changelog: https://bindfs.org/docs/ChangeLog.utf8.txt

PR:	264889
2022-06-25 17:54:04 -07:00
Benjamin Takacs f8c049d638 science/gramps: Optional dependency on py-bsddb3
databases/py-bsddb3 is deprecated. Make science/gramps use py-bsddb3 as an
option to facilitate the migration and remove the DEPRECATE note since it does
not apply anymore.

Add UPDATING note with instructions for the migration.

While here pet linters.

PR:	264529
Reported by:	nimaje+fbz@bureaucracy.de
2022-06-23 17:39:59 +02:00
Einar Bjarni Halldórsson 5e92d4485c www/selenium: Update to 4.1.3
ChangeLog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.1.0

Add UPDATING note to warn about parameter change in rc.conf

PR:	263081
Reported by:	einar@isnic.is
Approved by:	daniel@blodan.se (maintainer)
2022-06-20 22:47:59 +02:00
Kai Knoblich eb7517e02f UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.2 release
series.
2022-06-16 18:28:35 +02:00
Tijl Coosemans bd70827c22 devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.

PR:		258046
Exp-run by:	antoine
2022-06-08 18:24:35 +02:00