Commit graph

633832 commits

Author SHA1 Message Date
Dirk Meyer
b23ba46425 databases/phppgadmin: update to 7.14.5 2023-09-14 16:17:32 +02:00
Vsevolod Stakhov
0ff061cd7a security/libsodium: Update to 1.0.19 2023-09-14 14:15:44 +00:00
Wen Heping
13017ba108 databases/p5-Teng: Update to 0.34 2023-09-14 14:09:46 +00:00
Martin Matuska
b96cb18e5a lang/luajit-openresty: update to 2.1-20230911 2023-09-14 16:06:28 +02:00
Piotr Kubaj
b6cdd6facd sysutils/fastfetch: bump PORTREVISION after yyjson upgrade 2023-09-14 16:04:48 +02:00
Pietro Cerutti
2a089d3a30 lang/seed7: update to 05_20230913
20230913:
- The parameters of getHttp(), getHttps() and getFtp() have been
  renamed from 'url' to 'location'. A location is a URL without
  http://, https:// and ftp://, respectively. Many thanks to Liam
  O'Brien for pointing out that getHttps("https://example.com/") does
  not work. The documentation has been improved to contain the example
  getHttps("example.com").
- The exit() function has been moved from seed7_05.s7i to the library
  environment.s7i. Many thanks to u/IllegalMigrant for pointing out
  that exit() was not documented.
- The libraries lower.s7i, more.s7i, upper.s7i, archive_base.s7i,
  http_response.s7i, makedata.s7i, tar_cmds.s7i and tee.s7i have been
  added to the library section and the subject index of the homepage.
  Many thanks to Liam O'Brien for pointing out that they were missing.
- The contrast of menus in the Seed7 homepage has been improved. Many
  thanks u/SachemAgogic for pointing out that the contrast was too low.
- The make7 example program has been improved to support C++. Now the
  macros CXX and CXXFLAGS are supported as well as the target .cpp.o
  and the pattern rule "%.o" with a dependency of "%.cpp" (changes have
  been made in make.s7i and makedata.s7i).
- Chapters about the types 'database' and 'sqlStatement' have been
  added to the manual.
- The file to generate a man page for the Seed7 compiler (doc/s7c.1)
  has been improved.
- A test program for time functions (chktime.sd7) has been added.
- The program findchar.sd7 has been improved to support the option -e
  (specify extension) and to allow a search for any char (with the
  option c).
- The program calc7.sd7 has been improved to support the function
  getFtp().
- The program tar7.sd7 has been improved:
  - Wildcards can be used when an archive is created.
    This works even if the OS shell does not support wildcards.
  - Specific members from an archive can be requested when an archive
    is extracted (or when listing archive contents with tell).
- The library tar_cmds.s7i has been improved to support the changes of
  tar7.sd7.
- In lib/comp/int_act.s7i the integer overflow checks created by the
  compiler have been improved. This improvement is used if both factors
  are unknown at compile time and for C compilers that have neither
  builtin overflow operations, nor an option like -ftrapv, nor support
  for 128-bit integers.
- Tests for the improved overflow checks have been added to chkint.sd7
  and chkovf.sd7.
- In the library makedata.s7i, the rule 'name' has been renamed to
  'target'. The library make.s7i has been adjusted to use 'target'.
- In scanfile.s7i and scanstri.s7i the functions getNextXmlAttribute()
  and getNextHtmlAttribute() have been aligned to behave identically if
  there are no more attributes in a tag.
- In htmldom.s7i the function readHtmlNode has been adjusted to the
  change of getNextHtmlAttribute().
- Several improvements have been made in the time.s7i library:
  - The function time() with a micro seconds parameter has been added.
  - The function toLocalTZ() has been added.
  - The functions hashCode(), toUTC(), timestamp1601() and
    timestamp1601ToTime() have been fixed to work correctly.
- In duration.s7i the function hashCode() has been fixed to work
  correctly.
- In httpserv.s7i the functions processHttpRequest() and getRequest()
  have been renamed to getHttpRequest(). The webserver comanche.sd7
  has been changed to call getHttpRequest() instead of getRequest().
- In tee.s7i the type teeFile has been improved to allow writing to
  many files at once.
- The libraries lower.s7i, more.s7i, tee.s7i and lower.s7i have been
  refactored to use camel case identifiers and documentation comments.
- In asn1.s7i the struct asn1DataElement has been changed. Using the
  tagCategory of an asn1DataElement is deprecated now. Use tagType
  instead of tagCategory as tagType is also used in the ASN.1
  documentation. The renaming has also been done in x509cert.s7i.
- The program chk_all.sd7 has been improved to write a warning if the
  execution of a test program fails.
- Tests for hash tables with time keys and values have been added to
  chkhsh.sd7.
- In tim_rtl.c the function timSetLocalTZ() has been improved to raise
  RANGE_ERROR if a value is not in the allowed range.
- In sql_cli.c and sql_lite.c calls of timSetLocalTZ() have been
  simplified.
- The abstract data type (template) to define enumeration types has
  been moved from seed7_05.s7i to the new enumeration.s7i library.
- In drw_emc.c and gkb_emc.c opening a window with a requested size has
  been improved to work correctly if the Firefox window is maximized.
- Logging functions have been added in con_emc.c, drw_emc.c, emc_utl.c,
  gkb_emc.c, tim_rtl.c and tim_unx.c.
- In str_rtl.c comments about the silencing of a C compiler warning
  have been added to strHeadAssign() and strHeadTemp().
- In common.h the definitions of TIME_T_MIN, TIME_T_MAX and
  inTimeTRange() have been improved.
- Documentation comments have been added or improved in ar.s7i,
  archive_base.s7i, array.s7i, asn1.s7i, bitset.s7i, bitsetof.s7i,
  boolean.s7i, cpio.s7i, ftp.s7i, gethttp.s7i, gethttps.s7i,
  hashsetof.s7i, http_response.s7i, httpserv.s7i, idxarray.s7i,
  lower.s7i, makedata.s7i, more.s7i, pkcs1.s7i, rpm.s7i, scanfile.s7i,
  scanstri.s7i, sql_base.s7i, tar.s7i, tar_cmds.s7i, tee.s7i, time.s7i,
  upper.s7i, zip.s7i, tim_rtl.c and tim_unx.c.
2023-09-14 12:25:07 +00:00
Lorenzo Salvadore
e734822d17
lang/gcc14-devel: Update to 14.0.0.s20230910 2023-09-14 13:28:53 +02:00
Lorenzo Salvadore
cc72f4c4cf
lang/gcc11: Fix build on FreeBSD 15
Update files/patch-libphobos_libdruntime_core_sys_freebsd_config.d patch
to take into account FreeBSD 15.

See also commit 929ca7ff80 which already
did the same thing for lang/gcc11-devel. The new patch is indeed a copy
of the one in lang/gcc11-devel.
2023-09-14 13:28:53 +02:00
Muhammad Moinur Rahman
7a9da01536 devel/py-qtconsole: Update version 5.4.3=>5.4.4
Changelog: https://github.com/jupyter/qtconsole/releases/tag/5.4.4
2023-09-14 13:10:20 +02:00
Muhammad Moinur Rahman
9a2355e2a6 net/google-cloud-sdk: Update version 445.0.0=>446.0.0 2023-09-14 13:10:20 +02:00
Muhammad Moinur Rahman
cca1ba838d graphics/tiffgt: Mark DEPRECATED
- There has been a newer version 4.6.0 released and it explicitly
  mentions the following:
  This version removes a big number of utilities that have suffered from
  lack of maintenance over the years and were the source of various
  reported security issues. See "Removed functionality" below for the
  list of removed utilities. Starting with libtiff v4.6.0, their source
  code, at this time, will still be available in the source
  distribution, but they will no longer be built by default, and issues
  related to them will no longer be accepted in the libtiff bug tracker.
  The only remaining supported TIFF tools are tiffinfo, tiffdump,
  tiffcp, tiffset and tiffsplit.
  Based on this I am marking this DEPRECATED
- Set to EXPIRE on 2023-10-13
- Add PORTSCOUT to skip  version check
2023-09-14 13:10:20 +02:00
Muhammad Moinur Rahman
5658a8d7ab graphics/p5-GD-Barcode: Update version 1.15=>2.00
Changelog: https://metacpan.org/dist/GD-Barcode/changes
2023-09-14 13:10:20 +02:00
Muhammad Moinur Rahman
ad36151457 devel/rubygem-strong_migrations61: Update version 1.6.1=>1.6.2
Changelog:
https://github.com/ankane/strong_migrations/releases/tag/v1.6.2
2023-09-14 13:10:19 +02:00
Muhammad Moinur Rahman
8588761af8 devel/cirrus-cli: Update version 0.102.0=>0.103.0
Changelog:
https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.103.0
2023-09-14 13:10:19 +02:00
Muhammad Moinur Rahman
e7901f3cca net-im/mastodon: Update version 4.1.6=>4.1.7
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.1.7
2023-09-14 13:10:19 +02:00
Muhammad Moinur Rahman
8312111048 net-im/py-slack-sdk: Update version 3.21.3=>3.22.0
Changelog:
https://github.com/slackapi/python-slack-sdk/releases/tag/v3.22.0
2023-09-14 13:10:19 +02:00
Muhammad Moinur Rahman
cc0660a255 misc/py-pyfiglet: Update version 1.0.0=>1.0.1
Changelog: https://github.com/pwaller/pyfiglet/releases/tag/v1.0.1
2023-09-14 13:10:18 +02:00
Muhammad Moinur Rahman
b0153bd36c databases/freetds-devel: Update version 1.3.136=>1.3.143 2023-09-14 13:10:18 +02:00
Piotr Kubaj
3c0d16e569 devel/yyjson: update to 0.8.0
Changelog:	https://github.com/ibireme/yyjson/releases/tag/0.8.0
2023-09-14 12:46:13 +02:00
Tobias C. Berner
e2097f455b KDE: Update KDE Gear to 23.08.1
Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal

Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
2023-09-14 12:42:47 +02:00
Tobias C. Berner
da832e70d7 x11/plasma5-plasma-integration: cleanup dependencies 2023-09-14 12:41:46 +02:00
Tobias C. Berner
6bab3b455e sysutils/plasma5-plasma-disks: cleanup dependencies 2023-09-14 12:41:46 +02:00
Tobias C. Berner
6e62549d4c x11/plasma5-plasma-desktop: cleanup dependencies 2023-09-14 12:41:45 +02:00
Tobias C. Berner
3b8394180a www/plasma5-plasma-browser-integration: cleanup dependencies 2023-09-14 12:41:45 +02:00
Tobias C. Berner
3363302486 x11/plasma5-plasma-bigscreen: cleanup dependencies 2023-09-14 12:41:45 +02:00
Tobias C. Berner
ce2105a47f x11-themes/plasma5-oxygen: cleanup dependencies 2023-09-14 12:41:44 +02:00
Tobias C. Berner
38fc692050 deskutils/plasma5-milou: cleanup dependencies 2023-09-14 12:41:44 +02:00
Tobias C. Berner
eb6dcd1e5a sysutils/plasma5-libksysguard: sort dependencies 2023-09-14 12:41:44 +02:00
Tobias C. Berner
e322a555b9 x11-wm/plasma5-kwin: cleanup dependencies 2023-09-14 12:41:44 +02:00
Tobias C. Berner
e655936f3b x11/plasma5-kwayland-integration: cleanup dependencies 2023-09-14 12:41:43 +02:00
Tobias C. Berner
79a8c2874f security/plasma5-kwallet-pam: cleanup dependencies 2023-09-14 12:41:43 +02:00
Tobias C. Berner
74d5ae6bfd sysutils/plasma5-ksysguard: cleanup dependencies 2023-09-14 12:41:43 +02:00
Tobias C. Berner
43bed97c30 security/plasma5-kscreenlocker: cleanup dependencies 2023-09-14 12:41:42 +02:00
Tobias C. Berner
d1c0dd8947 audio/plasma5-kpipewire: cleanup dependencies 2023-09-14 12:41:42 +02:00
Tobias C. Berner
2550c6d175 sysutils/plasma5-kmenuedit: cleanup dependencies 2023-09-14 12:41:42 +02:00
Tobias C. Berner
be7a550237 sysutils/plasma5-kinfocenter: cleanup dependencies 2023-09-14 12:41:41 +02:00
Tobias C. Berner
0924f4a363 devel/plasma5-khotkeys: cleanup dependencies 2023-09-14 12:41:41 +02:00
Tobias C. Berner
bf14561646 x11/plasma5-kgamma5: cleanup dependencies 2023-09-14 12:41:41 +02:00
Tobias C. Berner
4dd05fa16f x11-toolkits/plasma5-kdeplasma-addons: cleanup dependencies 2023-09-14 12:41:41 +02:00
Tobias C. Berner
969536506a x11-themes/plasma5-kde-gtk-config: cleanup dependencies 2023-09-14 12:41:40 +02:00
Tobias C. Berner
a2896e24c7 sysutils/plasma5-kde-cli-tools: cleanup dependencies 2023-09-14 12:41:40 +02:00
Tobias C. Berner
d27431425c sysutils/plasma5-drkonqi: cleanup dependencies 2023-09-14 12:41:40 +02:00
Tobias C. Berner
9bab3f7257 sysutils/plasma5-discover: remove unnecessary dependencies 2023-09-14 12:41:39 +02:00
Tobias C. Berner
0726fc3014 x11-themes/plasma5-breeze: slim down unnecessary dependencies 2023-09-14 12:41:39 +02:00
Milan Obuch
13531fca56 mail/courier: Fix build with DOCS on
Reported by:	poudriere
2023-09-14 12:00:05 +02:00
Emanuel Haupt
34f58427fe net/py-python-socks: Drop devel/py-anyio3 as dependency
devel/py-anyio3 is an optional dependency. Now that there is devel/py-anyio
available, many ports started depending on devel/py-anyio. Now finance/electrum
is broken because somewhere down the dependency chain devel/py-anyio and
devel/py-anyio3 get pulled in together which obviously conflict on eachother.

Since anyio is an optional dependency, drop it in order to fix
finance/electrum. Once net/py-python-socks supports anyio version 4.x
it can be added again.
2023-09-14 11:20:56 +02:00
Nuno Teixeira
9a041ed25b devel/binaryen: Update to 115
ChangeLog: https://github.com/WebAssembly/binaryen/blob/main/CHANGELOG.md
2023-09-14 10:13:08 +01:00
Baptiste Daroussin
e6c1987186 ports-mgmt/pkg: update to 1.20.7
Changes from 1.20.6 to 1.20.7
- improve sql traces in debug mode
- fix autoremove issue leading to 100% of CPU consumed almost forever
- don't complain about Last-modified http header being absent in case the DL
  failed
- plug memory leaks in pkg autoremove
- fix build with lld >= 17
2023-09-14 10:41:41 +02:00
Robert Nagy
ee2bc4d24e www/iridium: update to 2023.09.116.2 2023-09-14 10:16:53 +02:00
Jan Beich
f070c4b565 games/veloren-weekly: update to s20230913
Changes:	93fc044b0...6c57d1771
2023-09-14 10:15:57 +02:00