Commit graph

583147 commits

Author SHA1 Message Date
Daniel Engberg
29a0807168 ftp/multiget: Deprecate and expiration date to 2022-06-30
Last release in 2009, doesn't support https, depends on deprecated
wxgtk28 and dead upstream.
2022-05-11 01:07:56 +02:00
Daniel Engberg
d7157a993c ftp/wxdfast: Deprecate and expiration date to 2022-06-30
Last release in 2009, doesn't support https, depends on deprecated
wxgtk28 and dead upstream.
2022-05-11 00:57:29 +02:00
Yuri Victorovich
c620f72bd2 devel/elfutils: Update 0.179 -> 0.187
PR:		263594
Approved by:	cem@ (maintainer timeout; 14 days)
2022-05-10 15:50:01 -07:00
Yuri Victorovich
588b28f0d2 audio/aeolus: Update 0.10.1 -> 0.10.4
Reported by:	portscout
2022-05-10 15:49:54 -07:00
Larry Rosenman
a3215f1b9d
mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19
Dovecot Changelog:
+ Added mail_user_session_finished event, which is emitted when the mail
  user session is finished (e.g. imap, pop3, lmtp). It also includes
  fields with some process statistics information.
  See https://doc.dovecot.org/admin_manual/list_of_events/ for more
  information.
+ Added process_shutdown_filter setting. When an event matches the filter,
  the process will be shutdown after the current connection(s) have
  finished. This is intended to reduce memory usage of long-running imap
  processes that keep a lot of memory allocated instead of freeing it to
  the OS.
+ auth: Add cache hit indicator to auth passdb/userdb finished events.
  See https://doc.dovecot.org/admin_manual/list_of_events/ for more
  information.
+ doveadm deduplicate: Performance is improved significantly.
+ imapc: COPY commands were sent one mail at a time to the remote IMAP
  server. Now the copying is buffered, so multiple mails can be copied
  with a single COPY command.
+ lib-lua: Add a Lua interface to Dovecot's HTTP client library. See
  https://doc.dovecot.org/admin_manual/lua/ for more information.
- auth: Cache lookup would use incorrect cache key after username change.
- auth: Improve handling unexpected LDAP connection errors/hangs.
  Try to fix up these cases by reconnecting to the LDAP server and
  aborting LDAP requests earlier.
- auth: Process crashed if userdb iteration was attempted while auth-workers
  were already full handling auth requests.
- auth: db-oauth2: Using %{oauth2:name} variables caused unnecessary
  introspection requests.
- dict: Timeouts may have been leaked at deinit.
- director: Ring may have become unstable if a backend's tag was changed.
  It could also have caused director process to crash.
- doveadm kick: Numeric parameter was treated as IP address.
- doveadm: Proxying can panic when flushing print output. Fixes
  Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed:
  (ioloop == current_ioloop).
- doveadm sync: BROKENCHAR was wrongly changed to '_' character when
  migrating mailboxes. This was set by default to %, so any mailbox
  names containing % characters were modified to "_25".
- imapc: Copying or moving mails with doveadm to an imapc mailbox could
  have produced "Error: Syncing mailbox '[...]' failed" Errors. The
  operation itself succeeded but attempting to sync the destination
  mailbox failed.
- imapc: Prevent index log synchronization errors when two or more imapc
  sessions are adding messages to the same mailbox index files, i.e.
  INDEX=MEMORY is not used.
- indexer: Process was slowly leaking memory for each indexing request.
- lib-fts: fts header filters caused binary content to be sent to the
  indexer with non-default configuration.
- doveadm-server: Process could hang in some situations when printing
  output to TCP client, e.g. when printing doveadm sync state.
- lib-index: dovecot.index.log files were often read and parsed entirely,
  rather than only the parts that were actually necessary. This mainly
  increased CPU usage.
- lmtp-proxy: Session ID forwarding would cause same session IDs being
  used when delivering same mail to multiple backends.
- log: Log prefix update may have been lost if log process was busy.
  This could have caused log prefixes to be empty or in some cases
  reused between sessions, i.e. log lines could have been logged for the
  wrong user/session.
- mail_crypt: Plugin crashes if it's loaded only for some users. Fixes
  Panic: Module context mail_crypt_user_module missing.
- mail_crypt: When LMTP was delivering mails to both recipients with mail
  encryption enabled and not enabled, the non-encrypted recipients may
  have gotten mails encrypted anyway. This happened when the first
  recipient was encrypted (mail_crypt_save_version=2) and the 2nd
  recipient was not encrypted (mail_crypt_save_version=0).
- pop3: Session would crash if empty line was sent.
- stats: HTTP server leaked memory.
- submission-login: Long credentials, such as OAUTH2 tokens, were refused
  during SASL interactive due to submission server applying line length
  limits.
- submission-login: When proxying to remote host, authentication was not
  using interactive SASL when logging in using long credentials such as
  OAUTH2 tokens. This caused authentication to fail due to line length
  constraints in SMTP protocol.
- submission: Terminating the client connection with QUIT command after
  mail transaction is started with MAIL command and before it is
  finished with DATA/BDAT can cause a segfault crash.
- virtual: doveadm search queries with mailbox-guid as the only parameter
  crashes: Panic: file virtual-search.c: line 77 (virtual_search_get_records):
  assertion failed: (result != 0)

Pigeonhole Changelog:
This release is done to maintain parity with dovecot 2.3.19 release, so
it does not contain any news-worthy changes.
2022-05-10 17:31:21 -05:00
Antoine Brodin
cbaba33650 devel/libbde: update to alpha-20220121 2022-05-10 21:45:19 +00:00
Yuri Victorovich
6751a07253 math/py-simhash: Update 2.0.0 -> 2.1.2 2022-05-10 14:21:41 -07:00
Yuri Victorovich
ab4bb93385 math/py-Pyomo: Update 6.1.2 -> 6.4.0 2022-05-10 14:21:41 -07:00
Yuri Victorovich
7e027e4944 math/py-qdldl: Update 0.1.5.post0 -> 0.1.5.post2 2022-05-10 14:21:40 -07:00
Yuri Victorovich
0ebd00131d textproc/py-pyphen: Update 0.10.0 -> 0.12.0 2022-05-10 14:21:40 -07:00
Yuri Victorovich
5df512ef24 math/py-cvxpy: Update 1.1.18 -> 1.2.0 2022-05-10 14:21:39 -07:00
John Baldwin
bc6d5725ed emulators/virtualbox-ose-kmod*: Tie to a specific release branch.
Use a more restricted range of supported __FreeBSD_version values for
the virtualbox kernel module since it uses internal KPIs for which KBI
stability is not guaranteed.  DECLARE_MODULE_TIED would tie the module
to a specific __FreeBSD_version which would cause the module to stop
loading when an SA or EN is pushed on a release branch.  Instead, use
DECLARE_MODULE_MAXVER with an upper bound that is limited to the range
of a releng branch so that a module built on X.Y will load on X.Y with
SAs or ENs applied but will fail to load on X.Y-1 or X.Y+1.

Reviewed by:	kevans, imp, madpilot, lwhsu (earlier version)
Differential Revision:	https://reviews.freebsd.org/D16119
2022-05-10 13:48:31 -07:00
Dmitry Marakasov
2ff1d22f55 games/hyperrogue: update 12.0n → 12.0o 2022-05-10 23:32:55 +03:00
Dmitry Marakasov
07865e960b devel/py-types-protobuf: update 3.19.18 → 3.19.19 2022-05-10 23:32:55 +03:00
Evilham
e0c54af811 mail/opendkim: Properly create pidfile dir
Submitted by:	Evilham
Approved by:	maintainer timeout
PR:		262473
2022-05-10 13:17:23 -07:00
Rene Ladan
7cb19425de security/vuxml: add www/chromium < 101.0.4951.64
Obtained from:	https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop_10.html
2022-05-10 21:45:29 +02:00
Rainer Hurling
c892a67b7b misc/tvbrowser: Update to 4.2.6
Changelog: https://www.tvbrowser.org/index.php?id=news-20220509-1100&lang=en

Reported by:	Repology
2022-05-10 21:41:36 +02:00
Guido Falsi
6fa94dc82c net/pjsip: Update to 2.12.1 and drop maintainership 2022-05-10 21:39:38 +02:00
Max Brazhnikov
d57f213423 science/scidavis: tell portscout to ignore old tag 2022-05-10 21:31:45 +03:00
John Baldwin
1c25ded0af devel/gdb: Update to 12.1.
One notable feature included in 12.1 is async target support
permitting the use of commands like continue&.

In addition, this commit backports various post-12 commits to add
support for hardware breakpoints/watchpoints on aarch64, support for
resolving TLS variables from core dumps on amd64 and i386 via the
recently added NT_X86_SEGBASES core dump note, and support for
resolving TLS variables on arm and aarch64 via the recently added
NT_ARM_TLS register set.

Reviewed by:	pizzamig
Differential Revision:	https://reviews.freebsd.org/D35111
2022-05-10 10:41:13 -07:00
TAKATSU Tomonari
2241809cca graphics/R-cran-rgdal: Update to 1.5-32 2022-05-10 17:04:20 +00:00
Dan Langille
d4d49b874b UPDATING: AFFECT: to AFFECTS: for 20220501 entry 2022-05-10 16:38:07 +00:00
Stephen Montgomery-Smith
f194605378 cad/netgen: Update to 6.2.2203. 2022-05-10 11:26:56 -05:00
Thibault Payet
f90b12bfd6 UPDATING: Add sysutils/zrepl 0.5.0.8 entry
PR:		262981
2022-05-10 11:05:11 -05:00
Muhammad Moinur Rahman
a7970be64a www/getleft: Mark DEPRECATED
- Upstream was last updated in 2008.
- Set  EXPIRATION_DATE on 2022-06-30

Reported by:	diizzy
2022-05-10 10:31:04 -05:00
Antoine Brodin
ebc7e3bbe1 databases/rubygem-arel-helpers: update to 2.14.0 2022-05-10 15:08:17 +00:00
Bernhard Froehlich
3410cc3a92
www/py-httpx013: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:59:07 +00:00
Bernhard Froehlich
8683d8890a
www/py-httpx: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:58:03 +00:00
Bernhard Froehlich
494ae78ec2
www/glewlwyd: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:57:13 +00:00
Bernhard Froehlich
fe12ad79f9
textproc/apache-xmlbeans: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:56:10 +00:00
Bernhard Froehlich
25a8cc6aab
sysutils/pesign: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:54:19 +00:00
Bernhard Froehlich
0a363feacb
security/py-pwntools: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:53:24 +00:00
Bernhard Froehlich
9312a4ea81
graphics/chafa: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:52:15 +00:00
Bernhard Froehlich
b7ec9af885
databases/geoserver-mysql-plugin: Add CPE information
Approved by:	portmgr (blanket)
2022-05-10 14:51:02 +00:00
Antoine Brodin
1363ed5310 converters/rubygem-xdr: update to 3.0.3 2022-05-10 14:48:31 +00:00
Ashish SHUKLA
fb689f2e1e
www/element-web: Update to 1.10.12
Approved by:	maintainer (implicit, version bump, as per PR 258262)
2022-05-10 14:36:47 +00:00
Ashish SHUKLA
2079cbf86a
net-im/dendrite: Update to 0.8.4 2022-05-10 14:36:45 +00:00
Juraj Lutter
c4179534fa net-mgmt/zabbix5-server: Update to 5.0.23
Release notes: https://www.zabbix.com/rn/rn5.0.23
2022-05-10 16:24:06 +02:00
Lorenzo Salvadore
e8af334ea3
security/protonvpn-cli: Mark as deprecated
This version is deprecated and unsupported upstream. The port needs an
update, which would require a fair amount of effort. Use OpenVPN or
Wireguard with configuration files provided by ProtonVPN instead.

Reviewed by:	diizzy, tcberner
Approved by:	gerald (mentor)
2022-05-10 15:53:01 +02:00
Antoine Brodin
4c59f8eca2 archivers/py-python-snappy: update to 0.6.1 2022-05-10 13:30:12 +00:00
Dmitri Goutnik
3046cb4920 sysutils/zrepl: Update to 0.5.0-8
Update to the commit with fixed go.sum.

PR:		262981
Reported by:	Trond.Endrestol@ximalas.info
Approved by:	lcook (maintainer timeout)
2022-05-10 07:49:20 -05:00
Daniel Engberg
85d85b5f10 converters/htx: Deprecate and expiration date to 2022-06-30
XHTML has been considered deprecated for several years so we can
now safely retire this port
2022-05-10 14:48:08 +02:00
Christian Weisgerber
79aad24b8e devel/got: update to 0.70
User-visible changes:
- make 'got patch' handle git-style rename diffs
- fix regression from 0.69 where packing tags fails if zero commits are packed
2022-05-10 12:04:52 +00:00
Daniel Engberg
a31784a31e multimedia/libquvi*: Deprecate and expiration date to 2022-06-30
Unmaintained for years and deprecated upstream

Reference: https://github.com/guendto/libquvi

PR:		263507
Approved by:	sunpoet (maintainer timeout, 2+ weeks)
2022-05-10 13:12:33 +02:00
Daniel Engberg
ec695b977c multimedia/quvi*: Deprecate and expiration date to 2022-06-30
Unmaintained for years and deprecated upstream

Reference: https://github.com/guendto/quvi

PR:		263507
Approved by:	sunpoet (maintainer timeout, 2+ weeks)
2022-05-10 13:08:14 +02:00
Daniel Engberg
2214ad3c40 multimedia/ffmpeg2theora: Deprecate and set expiration date to 2022-06-30
Theora itself hasn't seen development apart from minor fixes in over 10
years and have been superseded by AV1/H.264/H.265/VP8 and VP9 (depending
on view regarding royalties) and by now this port has outlived its
purpose. Users still wanting to encode in this format can still use
ffmpeg as-is.

PR:		263528
Approved by:	wg (maintainer timeout, 2+ weeks)
2022-05-10 13:04:08 +02:00
Daniel Engberg
7e2e61b2c8 multimedia/umph: Deprecate and set expiration date to 2022-06-30
Last release in 2012 and abandoned upstream

PR:		263525
Approved by:	sunpoet (maintainer timeout, 2+ weeks)
2022-05-10 12:44:57 +02:00
Daniel Engberg
ee62ec3510 multimedia/mps-youtube: Mark BROKEN, deprecate and set expiration date to 2022-06-30
Doesn't work, multiple reports upstream and is abandoned upstream

There are at least two forks:
https://github.com/iamtalhaasghar/yewtube/
https://github.com/otisdog8/termitube

PR:		263519
Approved by:	nivit (maintainer timeout, 2+ weeks)
2022-05-10 12:38:41 +02:00
Daniel Engberg
062dc0760a multimedia/m2tstoavi: Deprecate and set expiration date to 2022-06-30
Marked obsolete by upstream in 2010

Reference: https://www.olmosconsulting.com/hdr-sr1/

PR:		263517
Approved by:	swills (maintainer timeout, 2+ weeks)
2022-05-10 12:35:10 +02:00
Daniel Engberg
3ecddf6a12 multimedia/imagination: Deprecate and set expiration date to 2022-06-30
Obsolete utility, majority of DVD players made in the last 15+ years
have been able to do image slideshows

PR:		263514
Approved by:	jessefrgsmith@yahoo.ca (maintainer timeout, 2+ weeks)
2022-05-10 12:31:19 +02:00