1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

2547 Commits

Author SHA1 Message Date
Derek Schrock
e49c427ac1 mail/mutt: New hcache options change default to lmdb
- Add three new(ish) hcache options HCACHE_{LMDB,GDBM,QDBM}
- Update HCACHE_BDB to use database/db18
- Due to bdb5's EOL change the default hcache to HCACHE_LMDB.
  Favoring lmbd since it's performance is on par with BDB and that db18's
  AGPL3 licensing seems to be a point of contention.

PR:		263211
2022-05-02 08:10:58 -05:00
Emmanuel Vadot
2cac7dffa1 UPDATING: Document the drm-current-kmod and drm-devel-kmod removal
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-01 19:23:26 +02:00
Yasuhiro Kimura
27e36df36a databases/redis: Update to 7.0.0
* Mark BROKEN if any of external lua library options are
  enabled. Upstream add new APIs to bundled lua library and use them
  in source code of redis. This makes it impossible to compile and
  link redis with external lua libraries. According to the commit
  message of upstream repository they took the code of new API from
  the repository of lua. It means linking with external lua libraries
  may get possible again if they are updated. So mark BROKEN rather
  than remove these options.
* Update CONFLICTS of databases/redis*.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.0.0
Security:	cc42db1c-c65f-11ec-ad96-0800270512f4
2022-04-28 11:19:08 +09:00
Tobias C. Berner
8a90098e6b UPDATING: document issue with deskutils/grantleetheme
PR:	263570
2022-04-26 06:19:17 +02:00
Muhammad Moinur Rahman
7eac6b77c1 emulators/qemu: Update version 6.2.0=>7.0.0
Users who want to stick with 6.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 instals only a
subset of entire qemu.

Relnotes: https://wiki.qemu.org/ChangeLog/7.0
2022-04-23 19:40:24 -05:00
Yasuhiro Kimura
eca58e3768 Mk/bsd.default-versions.mk: Switch default version of Ruby from 2.7 to 3.0
How to upgrade is described in the entry of 20220421 in UPDATING.

PR:		262350
Exp-run by:	antoine
2022-04-21 23:08:24 +09:00
Ashish SHUKLA
76ad2b55b7
net-im/py-matrix-synapse: Update to 1.56.0
- Mention important changes related to the upgrade to UPDATING
- Update the dependency constraints

Co-authored-by:	Sascha Biberhofer <ports at skyforge dot at>
PR:		263193
Approved by:	Sascha Biberhofer <ports at skyforge dot at> (maintainer)
2022-04-13 13:58:07 +00:00
Cy Schubert
4fa997a61f UPDATING: Document that the screen MULTUISER option is now default 2022-04-10 06:39:42 -07:00
Fernando Apesteguía
71ec3a62b7 UPDATING: add entry for x11-fonts/sourcesanspro-ttf
Font name changed. This is easy to miss and might cause problems.
Add a note as suggested in the PR.

PR:	249252
Reported by:	tech-lists@zyxst.net
Fixes:	74953fa06f
2022-04-08 19:30:42 +02:00
Dmitry Marakasov
fda98f5fc2 UPDATING: fix trailing whitespace 2022-04-01 18:09:49 +03:00
Dmitry Marakasov
dc24d94303 security/sshguard: disable blacklisting by default
Blacklisting is now disabled by default to avoid overriding the setting in
  sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in
  sshguard.conf.

PR:		221602
Reported by:	bahlgren@beah.se
Submitted by:	kevinz5000@gmail.com
2022-04-01 18:09:49 +03:00
Cy Schubert
60683a7bd5 UPDATING: Chase sysutils/screen-4.9.0_3
Describe user impact as a result of sysutils/screen-4.9.0_3 which removes
setuid root by default, disabling multiuser feature. The option is
appropriately called MULTUSER. Users may enable the multiuser feature
in three ways, as discsussed by the update to UPDATING.

PR:		262903
Reported by:	david@isnic.is
2022-03-29 08:41:57 -07:00
Marc Fonvieille
c925b9a7fa UPDATING: Add entry for misc/freebsd-doc-* changes 2022-03-26 13:05:35 +01:00
Marc Fonvieille
3c481aba95 UPDATING: Typos fixes 2022-03-26 12:55:05 +01:00
Guido Falsi
1a57c0b978 net/unison: Update to 2.52
Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0
2022-03-13 22:28:26 +01:00
Jamie Landeg-Jones
4ed814f38f multimedia/get_iplayer: Update to 3.29
PR:	261809
2022-03-11 21:49:29 -08:00
Michael Gmelin
66635b2061 emulators/virtualbox-ose: Put vbox/networks.conf in the right place
Since virtualbox-ose 6.1.26 a new networks.conf file has been
introduced and the software looks for it in /etc/vbox.

This commit introduces a patch to make virtualbox look for it in
PREFIX/etc/vbox.

To help users with configurations already using this file in /etc/vbox
notes to UPDATING, pkg-message and to the main virtualbox executable
script have been added.

Also adding some comments to the Makefile to note that QA warning
due to reinplace being run but not having changed any file are
expected due to the design of this port Makefile.

PR:		261522
2022-03-11 22:51:31 +01:00
Jimmy Olgeni
0b09632347 net/nats-server: improve rc.d
- Add nats to UIDs and GIDs
- Add extra commands for logrotate and 'lame duck mode'.

From the docs:

    In production we recommend that a server is shut down with "lame duck mode"
    as a graceful way to slowly evict clients. With large deployments this
    mitigates the "thundering herd" situation that will place CPU pressure on
    servers as TLS enabled clients reconnect.

    After entering lame duck mode, the server will stop accepting new
    connections, wait for a 10 second grace period, then begin to evict clients
    over a period of time configurable by the configuration option. This
    period defaults to 2 minutes.
2022-03-11 08:22:43 +01:00
Fernando Apesteguía
d2e4d48315 graphics/bmeps: Update to 4.33.0
ChangeLog: https://sourceforge.net/p/dktools/wiki/change%20log/

NOTE: The binary file and the man page have been renamed.

PR:	262132
Reported by:	takefu@airport.fm (maintainer)
2022-02-27 19:12:20 +01:00
Loïc Bartoletti
337a99bc8b x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
 - Update to 4.1 version
 - Fix wxgtk31 for string
 - Use wxGtk31 instead of wxgtk30
 - Fix kicad* ports with wxgtk31/wxPython 4.1

Changes:
 - https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html

Reviewed by:	tcberner
Approved by:	yuri, bofh
Differential Revision:	D34080
2022-02-25 19:10:24 +01:00
Fernando Apesteguía
7c49399434 net-im/openfire: Update to 4.7.1
ChangeLog: http://download.igniterealtime.org/openfire/docs/4.7.1/changelog.html

PR:	262166
Reported by:	nikita@druba.su (maintainer)
MFH:	2022Q1	many bugfixes
2022-02-24 15:07:37 +01:00
Muhammad Moinur Rahman
db4e6eb33e print/*: Fix ports installation of TeX2021
There have some CONFLICTS which doesn't make sense and actually makes
it impossible to install/upgrade the TeX through portmaster/ports so
remove those CONFLICTS and update UPDATING accordingly.

PR:		262058
Reported by:	alt2600@icloud.com
2022-02-20 06:09:57 -06:00
Vinícius Zavam
31f0c6e142
sysutils/intel-pcm-devel: delete port
sysutils/intel-pcm-devel became quite obsolte once sysutils/intel-pcm is
  now pretty much following a constant and stable update cycle, so users of
  the -devel version are encouraged to switch to it.

  If you still have sysutils/intel-pcm-devel installed, please delete it from
  your system and install sysutils/intel-pcm instead:

    # pkg delete sysutils/intel-pcm-devel
    # pkg install sysutils/intel-pcm
2022-02-19 14:06:48 +00:00
Muhammad Moinur Rahman
8374a33c80 tex* : Update version 20150521=>20210325
- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
  all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version
- print/tex-basic-engines: Update version 20150521=>20210325
- print/tex-dvipdfmax: Update version 20150521=>20210325
- print/tex-dvipsk: Update version 5.995=>20210325.1
- print/tex-formats: Update version 20150521=>20210325
- print/tex-jadetex:
- print/tex-luatex: Update version 0.80.0=>1.12.0
  * Convert to dynamic pkg-plist
- print/tex-ptexenc: Update version 1.3.3=>1.3.9
- print/tex-xetex: Update version 0.99992=>0.99993
  * Convert to dynamic pkg-plist
- print/texlive-base: Update version 20150521=>20210325
- print/texlive-docs: Update version 20150521=>20210325
  * Convert to dynamic pkg-plist
- print/texlive-full: Update version 20150521=>20210325
- print/texlive-texmf-source: Update version 20150521=>20210325
- print/texlive-texmf: Update version 20150521=>20210325
  * Convert to dynamic pkg-plist
- print/texlive-tlmgr: Update version 20150521=>20210325
- print/xpdfopen: Transfer MAINTAINER to tex@ as xpdfopen is an
  integral part of tex after poppler support has been deprecated from
  tex [2]
- textproc/dblatex: Update version 0.3.11=>0.3.12
  * Take MAINTAINERship
- textproc/gastex: Fix build
- textproc/metauml: Fix build

PR:		226983 [1]
Reported by:	Trond.Endrestol@ximalas.info [1]
Reviewed by:	tcberner (private repo)
Approved by:	hrs (maintainer-timeout) [2]
Relnotes: https://tug.org/texlive/doc/texlive-en/texlive-en.html#news
Sponsored by:	Nepustil.net
2022-02-18 20:25:00 -06:00
Stephen Montgomery-Smith
8f1509004e UPDATING: Report qhull problems. 2022-02-18 18:50:35 -06:00
Dan Langille
467e569d02 net-mgmt/librenms: Update to 22.2.1
re: https://github.com/librenms/librenms/releases/tag/22.2.1

This port update skips over several releases.
See: https://github.com/librenms/librenms/releases

See UPDATING for details on storage directory which needs to
move to /var/db/librenms

LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply
with man 7 hier, this entry is now a symlink to /var/db/librenms/storage
Please adjust your filesystem accordingly.

The contrib directory has been removed from the upstream tarball. As such,
the port now installs the log rotation file to
/${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample

PR:		260085 261031
2022-02-18 15:21:02 +00:00
Muhammad Moinur Rahman
05f1b494b2 lang/php8[01]: Update UPDATING
There are some cases at least when using ports/portmaster php8[01]
reinstalltion do not properly overwrite php.conf file omitting openssl
as a default module. Additionally if we are using pkg then
php8[01]-openssl needs to be manually removed otherwise both the old
module and builtin module tried to be loaded while restarting php-fpm
service.

This note defines these cases in UPDATING.

Reported by:	dim
Sponsored by:	Bounce Experts
2022-02-17 16:35:29 -06:00
Muhammad Moinur Rahman
e8d9493812 lang/php8[01]: Make openssl as DEFAULT
After the 91fdbed776 commit fixing the
issue for MySQL80 introduced another problem for the ports that depends
on php8[01]-openssl port couldn't be built as the fix prevented
php8[01]-openssl from being installed as it's already built with
default php installation. As the problem has grown much bigger now and
php80 is currently the DEFAULT php version so we are switching the
behavior of php8[01] ports making the openssl module as default.

- Remove non-default OPTION MYSQL80 from lang/php8[01]
- Remove ports security/php8[01]-openssl
- Remove OPTION OPENSSL from lang/php8[01]-extensions
- Mark lang/php8[01] to IGNORE with libressl and libressl-devel
  Although php builds fine with those most of the extensions do not
  as they have dependency on curl. So mark it early.
- OPTIONIZE lang/php80
- Change openssl_DEPENDS to conditional for php74 only as this module
  is default from php80 with this commit. php74 do not have the issue
  where it fails to connect to MySQL80 due to new caching_sha2_password
- Remove hash_DEPENDS from php.mk as it is a default module for all php
- Change json_DEPENDS to conditional for php74 only as this module is
  default from php80

PR:		261797 259793 252420
Reported by:	sean@rogue-research.com martin@waschbuesch.de
Approved by:	tz (private email) ale (private email)
Sponsored by:	Bounce Experts
2022-02-12 09:41:51 -06:00
Florian Smeets
9d682678bc security/amavisd-new: Update 2.12.2, add 7-Zip.org support
- update to 2.12.2
- switch to archivers/7-zip for extracting 7-Zip archives. Patch has
  been discussed with upstream and is waiting to be committed.
  https://gitlab.com/amavis/amavis/-/merge_requests/90

PR:		260866
2022-02-07 18:22:29 +01:00
Adam Weinberger
010b98f9e4 UPDATING: Add entry for neovim luajit backend change 2022-01-29 05:54:46 -07:00
Ashish SHUKLA
13323032df
net-im/dendrite: Update to 0.6
- Add UPDATING entry for required configuration change
2022-01-28 21:08:54 +00:00
Loïc Bartoletti
4f0a5e1540 PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
2022-01-27 07:12:26 +01:00
Muhammad Moinur Rahman
7fbf84c377 Fix entry for lang/php74
- 'pkg info php7\*' captures ports starting with portnames php74 only
  while there are other ports like icingaweb2-php74 or nextcloud-php74.
  This modification captures the later too.

Reported by:    mfechner
2022-01-26 21:30:30 -06:00
Matthias Andree
c443b6628e mail/bogofilter*: change default database
* The default version of mail/bogofilter now uses LMDB instead
  of Berkeley DB. It is not compatible and cannot read databases.

* bogofilter was renamed to bogofilter-bdb
* bogofilter-lmdb was renamed to bogofilter

* MOVED/UPDATING entries included.
2022-01-27 01:08:31 +01:00
Muhammad Moinur Rahman
2e1fdc1738 Change PHP default version to 8.0
- databases/xapian-bindings is a mata port which do not have
  php:flavors and is unable to be MARKED to IGNORE as one of it's
  dependent databases/php-xapian do not support php8.0. Hence this
  creates a circular dependency and it fails to start bulk building. So
  for now remove PHP from OPTIONS_DEFAULT.

PR:             260595
Approved by:	ale portmgr(exp-run)
Sponsored by:	Bounce Experts
2022-01-24 17:41:06 -06:00
Mateusz Piotrowski
8f5c722109 x11-wm/dwm: Update to 6.3
Drop the RUGAPS option. The old version 6.2 patch no longer applies and
there is no patch for version 6.3 available at the moment.
2022-01-20 12:11:06 +01:00
Kai Knoblich
ff2328ac29 UPDATING: Add missing semi-colon
Fixes:	a5bb8b7889 UPDATING: Add upgrade instructions for net-mgmt/netbox
2022-01-18 19:48:52 +01:00
Kai Knoblich
a5bb8b7889 UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.1 release
series.
2022-01-18 19:18:11 +01:00
Alexander Leidinger
37ee0986fc security/bastillion: add UPDATING entry
Add bastillion 3.13.00 updating entry. While I'm here fix the line
length for my previous entry.
2022-01-10 12:03:10 +01:00
Alexander Leidinger
9b6ae218f5 security/bastillion: simplify previous update instructions
The new release has a more simple DB upgrade procedure.
2022-01-04 11:39:04 +01:00
Danilo G. Baio
04138ea7ad sysutils/py-azure-cli: Update to 2.31.0
Release notes:	https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?tabs=azure-cli#december-07-2021
2022-01-02 11:19:00 -03:00
Alexander Leidinger
85fc17bba8 security/bastillion: update to 3.12.00
This update contains an incompatible DB change, please read UPDATING
*before* updating.
2021-12-23 15:52:55 +01:00
Nick Black
fb8a3a126a devel/notcurses: Update to 3.0.1
Changes:		https://github.com/dankamongmen/notcurses/releases/tag/v3.0.0
Changes:		https://github.com/dankamongmen/notcurses/releases/tag/v3.0.1
PR:			260197
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D33461
2021-12-20 12:14:03 +01:00
Nikita Druba
7c3d90bc94 net-im/openfire: Update to 4.6.5
- Change option names to be more readable
- Pet portclippy and portfmt

Changes:		http://download.igniterealtime.org/openfire/docs/4.6.5/changelog.html
PR:			260428
Approved by:		philip (mentor)
Differential Revision:	https://reviews.freebsd.org/D33556
2021-12-20 09:46:09 +01:00
Muhammad Moinur Rahman
80d36b0564 emulators/qemu-utils: Mark DEPRECATED
- qemu-utils aka qemu-tools has now been merged as a flavor
  within emulators/qemu.
- qemu-utils currently is a slave of qemu42 which has also been
  DEPRECATED.
- Marked to EXPIRE on 2022-01-09 one day before qemu42
- Fix a typo in my previous UPDATING commit related to qemu5 [1]

PR: 260087 [1]
Reported by: grahamperrin@gmail.com [1]
Approved by: portmgr (blanket: infrastructure, compliance, sweeping)
2021-12-12 17:55:55 -06:00
Muhammad Moinur Rahman
05ef481d14 emulators/qemu52: Moved to emulators/qemu5
- Has been updated to 5.2.0.
- This is the last version of 5.X.X branch of qemu and part of updating
  emulators/qemu to latest 6.X.X branch.
- Added a stripped down version of qemu5-nox11 with FLAVORS
- Removed some reference to oszoo.org which no longer hosts qemu images
  and is totally an irrelevent site
2021-11-16 14:03:37 -06:00
Joseph Mingrone
1d376e5a14
UPDATING: Document removal of emacs version from package names
PR:		259259
Differential Revision:	https://reviews.freebsd.org/D32613
2021-11-15 11:06:22 -04:00
Matthias Fechner
46ce086c71 Mk/Uses: default version for nodejs
If a port depends on node, a simple:
USES= nodejs
can be added. It is also possible to define a specific version:
USES= nodejs:14
Use as current version the latest LTS version of node.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
2021-11-12 06:54:51 +01:00
Dries Michiels
8534f4382c */*: Consistently use my new driesm@FreeBSD.org alias
Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.

Approved by:		philip (mentor), 0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D32896
2021-11-09 11:31:38 +01:00
Bernard Spil
5c5878b7d1 security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
2021-11-09 08:19:33 +00:00