Adriaan de Groot
85ec88297f
net-im/libquotient: update to latest release
...
Release notes are at
https://github.com/quotient-im/libQuotient/releases/tag/0.6.8
Bump consumers to get a rebuild.
2021-08-30 12:36:50 +02:00
Adriaan de Groot
dec32b11c3
audio/praat: update to latest release, 6.1.52
...
Release notes are at
https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
New features and scripting commands.
2021-08-30 12:36:49 +02:00
Adriaan de Groot
3e0e47becc
textproc/kdiff3: update to latest release, 1.9.3
...
There do not seem to be release notes. Looking at commits, there
is a handful of bug-fixes (including one to deal with the
bug we previously had patched in ports).
2021-08-30 12:36:49 +02:00
Matthew Seaman
9f5b792c9e
textproc/py-rich: update to 10.9.0
...
ChangeLog: https://github.com/willmcgugan/rich/blob/v10.9.0/CHANGELOG.md
2021-08-30 11:30:00 +01:00
Jan Beich
e3fb5269d3
x11/foot: derive terminfo subdirectory from PORTNAME
2021-08-30 09:51:55 +00:00
Martin Matuska
ee61086f26
ftp/proftpd: update to 1.3.7c
2021-08-30 11:39:47 +02:00
Stefan Eßer
ec57b7c471
security/hashcat: upgrade to version 6.2.4
2021-08-30 11:14:54 +02:00
Jan Beich
ffdc3180ac
x11/nwg-drawer: update to 0.1.9
...
Changes: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.1.9
Reported by: GitHub (watch releases)
2021-08-30 09:07:08 +00:00
VVD
4a66a5f93a
deskutils/projectlibre: Update to 1.9.3
...
- Fix for locale search in classloader
- New translations added. New dialog to configure locales
- Import/export improvements
- Fix issues when importing old POD file
- Java 11, 10, 9 support without the need of bundled jre
- Updated russian localization
- Fix untranslated dialogs
Changelog: 20814e88dc/log/
PR: 258155
2021-08-30 09:07:11 +02:00
Gerald Pfeifer
401edb06a6
lang/gcc12-devel: Update to the 20210822 snapshot of GCC 12.0.0
2021-08-30 05:44:46 +00:00
Matthias Andree
1e6092d181
mail/fetchmail: update to 6.4.22.rc3
...
This fixes an IMAP protocol issue affecting all but the first IMAP
server in a run. It also updates translations.
PR: 258146
MFH: 2021Q3
Approved by: Corey Halpin (maintainer)
2021-08-30 02:13:54 +02:00
Adam Weinberger
4bfb7f3154
textproc/p5-JSON-Validator: Update to 4.23
2021-08-29 16:14:48 -06:00
Alexis Praga
57c12b16a2
devel/hs-git-brunch: Update to 1.5.1.0
2021-08-30 00:19:32 +03:00
Torsten Zuehlsdorff
02593a6d1b
lang/php80: Upgrade from 8.0.9 to 8.0.10
...
Changelog:
Core:
Fixed bug #72595 (php_output_handler_append illegal write access).
Fixed bug #66719 (Weird behaviour when using get_called_class() with call_user_func()).
Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header).
BCMath:
Fixed bug #78238 (BCMath returns "-0").
CGI:
Fixed bug #80849 (HTTP Status header truncation).
Date:
Fixed bug #64975 (Error parsing when AM/PM not at the end).
Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones).
Fixed bug #79580 (date_create_from_format misses leap year).
Fixed bug #80409 (DateTime::modify() loses time with 'weekday' parameter).
GD:
Fixed bug #51498 (imagefilledellipse does not work for large circles).
MySQLi:
Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()).
Opcache:
Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
Fixed bug #81249 (Intermittent property assignment failure with JIT enabled).
Fixed bug #81206 (Multiple PHP processes crash with JIT enabled).
Fixed bug #81272 (Segfault in var[] after array_slice with JIT).
Fixed bug #81255 (Memory leak in PHPUnit with functional JIT).
Fixed bug #80959 (Infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)
Fixed bug #81226 (Integer overflow behavior is different with JIT enabled).
OpenSSL:
Fixed bug #81327 (Error build openssl extension on php 7.4.22).
PDO_ODBC:
Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL).
Phar:
Fixed bug #81211 : Symlinks are followed when creating PHAR archive (cmb)
Shmop:
Fixed bug #81283 (shmop can't read beyond 2147483647 bytes).
SimpleXML:
Fixed bug #81325 (Segfault in zif_simplexml_import_dom).
Standard:
Fixed bug #72146 (Integer overflow on substr_replace).
Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
Fixed bug #74960 (Heap buffer overflow via str_repeat).
Streams:
Fixed bug #81294 (Segfault when removing a filter).
Sponsored by: Bounce Experts
2021-08-29 22:47:47 +02:00
Torsten Zuehlsdorff
f54d1e57aa
lang/php74: Upgrade from 7.4.22 to 7.4.23
...
Changelog:
Core:
Fixed bug #72595 (php_output_handler_append illegal write access).
Fixed bug #66719 (Weird behaviour when using get_called_class() with call_user_func()).
Fixed bug #81305 (Built-in Webserver Drops Requests With "Upgrade" Header).
BCMath:
Fixed bug #78238 (BCMath returns "-0").
CGI:
Fixed bug #80849 (HTTP Status header truncation).
GD:
Fixed bug #51498 (imagefilledellipse does not work for large circles).
MySQLi:
Fixed bug #74544 (Integer overflow in mysqli_real_escape_string()).
OpenSSL:
Fixed bug #81327 (Error build openssl extension on php 7.4.22).
PDO_ODBC:
Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL).
Phar:
Fixed bug #81211 : Symlinks are followed when creating PHAR archive.(cmb)
Shmop:
Fixed bug #81283 (shmop can't read beyond 2147483647 bytes).
Standard:
Fixed bug #72146 (Integer overflow on substr_replace).
Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).
Fixed bug #74960 (Heap buffer overflow via str_repeat).
Streams:
Fixed bug #81294 (Segfault when removing a filter).
Sponsored by: Bounce Experts
2021-08-29 22:47:47 +02:00
Torsten Zuehlsdorff
cf46723fd9
lang/php73: Upgrade from 7.3.29 to 7.3.30
...
Changelog:
Phar:
Fixed bug #81211 : Symlinks are followed when creating PHAR archive.
Sponsored by: Bounce Experts
2021-08-29 22:47:47 +02:00
Carlo Strub
c871127648
devel/pijul: Update to 1.0.0.a54
2021-08-29 22:11:35 +02:00
Bernhard Froehlich
f2fd78de3a
www/py-cherrypy: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:55:07 +00:00
Bernhard Froehlich
3c7c340eef
www/netrik: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:54:31 +00:00
Bernhard Froehlich
c82359f0cb
www/minio: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:53:59 +00:00
Bernhard Froehlich
7cf7e94954
www/grafana8: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:53:21 +00:00
Bernhard Froehlich
5ac27f330c
www/grafana7: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:52:46 +00:00
Bernhard Froehlich
bb1db25751
www/grafana6: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:52:10 +00:00
Bernhard Froehlich
aefcda889d
www/grafana: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:51:24 +00:00
Bernhard Froehlich
d488f9e843
textproc/tkdiff: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:50:31 +00:00
Bernhard Froehlich
9bb1f615e5
sysutils/rsyslog8: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:49:59 +00:00
Bernhard Froehlich
77ef6a27cc
security/calife: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:48:50 +00:00
Bernhard Froehlich
54ce1aa1c5
mail/libspf: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:47:49 +00:00
Bernhard Froehlich
ed972d48d0
net/freeswitch: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:46:54 +00:00
Bernhard Froehlich
a0d0c97cd5
net/freeradius3: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:45:52 +00:00
Bernhard Froehlich
5977310e49
net-mgmt/snmptt: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:45:11 +00:00
Bernhard Froehlich
68954e0a7d
net-mgmt/librenms: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:44:23 +00:00
Bernhard Froehlich
bebe31d4c8
mail/exmh2: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:43:10 +00:00
Bernhard Froehlich
dfe2d100fd
mail/ecartis: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:39:23 +00:00
Bernhard Froehlich
c1b2df19f7
games/0verkill: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:38:46 +00:00
Bernhard Froehlich
37b3a7f2ae
ftp/pavuk: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:37:43 +00:00
Bernhard Froehlich
c61835f96c
emulators/atari800: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:36:59 +00:00
Bernhard Froehlich
a5dcc21be9
databases/qdbm: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:36:16 +00:00
Bernhard Froehlich
f05331dd01
comms/openobex: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:35:39 +00:00
Bernhard Froehlich
0aa778fe2b
audio/flac123: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:34:57 +00:00
Bernhard Froehlich
c198c29591
www/mhonarc: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:34:24 +00:00
Bernhard Froehlich
dbdb0cb864
textproc/modlogan: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:33:46 +00:00
Bernhard Froehlich
49698d74e0
multimedia/tautulli: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:31:21 +00:00
Bernhard Froehlich
c7c996b9f1
lang/gauche: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:30:44 +00:00
Bernhard Froehlich
93c7e9927a
emulators/qemu-user-static-devel: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:29:28 +00:00
Bernhard Froehlich
8d777534b8
emulators/qemu-cheri: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:28:40 +00:00
Bernhard Froehlich
55ca89309d
emulators/qemu-user-static: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:27:55 +00:00
Bernhard Froehlich
607bdabcc4
dns/pdnsd: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:26:53 +00:00
Bernhard Froehlich
972e1f6088
audio/libshout: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:25:52 +00:00
Bernhard Froehlich
88d176d3f3
graphics/p5-GraphViz: Add CPE information
...
Approved by: portmgr (blanket)
2021-08-29 19:25:02 +00:00