Commit graph

357743 commits

Author SHA1 Message Date
nia
9869d36c73 mk: Stop defaulting to -Werror with BSD makefiles outside the NetBSD
source tree
2022-05-09 15:35:31 +00:00
nia
b6918970a3 evolution: we are BROKEN 2022-05-09 15:32:31 +00:00
nia
0cac175d0f opendoas: Work around some blatant problems on NetBSD with implict
function declaration and improper linkage.
2022-05-09 15:21:19 +00:00
schmonz
d3623e0f13 doc: Updated misc/s6-portable-utils to 2.2.4.0 2022-05-09 14:54:35 +00:00
schmonz
4c8a2367d7 Update to 2.2.4.0. From the changelog:
- s6-portable-utils adds a -N option to s6-dumpenv (add a newline after
  dumping a variable) for easier reading back via s6-envdir.
2022-05-09 14:54:30 +00:00
schmonz
a8140eecb1 doc: Updated sysutils/s6 to 2.11.1.0 2022-05-09 14:54:08 +00:00
schmonz
8bf8fd5653 Update to 2.11.1.0. From the changelog:
- s6 features world-usable s6-applyuidgid and s6-setuidgid, as well as a
  new -L option to s6-envdir for unlimited-size variable reading.
2022-05-09 14:54:03 +00:00
schmonz
fde9837d99 doc: Updated lang/execline to 2.8.3.0 2022-05-09 14:53:16 +00:00
schmonz
8fa039d045 Update to 2.8.3.0. From the changelog:
- execline adds the -P and -p options to getpid, to get the parent pid
  or force the default behaviour.
2022-05-09 14:53:12 +00:00
schmonz
db9848fe67 doc: Updated devel/skalibs to 2.11.2.0 2022-05-09 14:51:27 +00:00
schmonz
7cf6a085c1 Update to 2.11.2.0. From the changelog:
- skalibs features better sysdep autodetection when custom compilation
  flags are provided, and adds an option to envdir_internal() for
  unlimited-size variable reading.
2022-05-09 14:51:23 +00:00
schmonz
fe68258a5d doc: Updated devel/py-approvaltests to 5.0.2 2022-05-09 14:48:13 +00:00
schmonz
bb878142dd Update to 5.0.2. From the changelog:
- Better init.py for backwards compatibility
- PythonNativeReporter + PythonNative will resolve from ReporterFactory
2022-05-09 14:48:08 +00:00
gdt
599ee35e5b devel/py-wheel: Reset MAINTAINER
(Email ping timed out.)
2022-05-09 14:37:31 +00:00
jperkin
9b2b75eaf4 qore: Avoid Linux-specific AF_* interfaces. 2022-05-09 12:51:04 +00:00
jperkin
f403dffa84 gnome-terminal: Provide W_EXITCODE compat. 2022-05-09 12:26:42 +00:00
adam
6bd2f9c394 Updated devel/git 2022-05-09 12:01:18 +00:00
adam
c093743100 git: updated to 2.36.1
Git v2.36.1 Release Notes
=========================

Fixes since v2.36
-----------------

 * "git submodule update" without pathspec should silently skip an
   uninitialized submodule, but it started to become noisy by mistake.

 * "diff-tree --stdin" has been broken for about a year, but 2.36
   release broke it even worse by breaking running the command with
   <pathspec>, which in turn broke "gitk" and got noticed.  This has
   been corrected by aligning its behaviour to that of "log".

 * Regression fix for 2.36 where "git name-rev" started to sometimes
   reference strings after they are freed.

 * "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
   when showing the second and subsequent commits, which has been
   corrected.

 * "git fast-export -- <pathspec>" lost the pathspec when showing the
   second and subsequent commits, which has been corrected.

 * "git format-patch <args> -- <pathspec>" lost the pathspec when
   showing the second and subsequent commits, which has been
   corrected.

 * Get rid of a bogus and over-eager coccinelle rule.

 * Correct choices of C compilers used in various CI jobs.

Also contains minor documentation updates and code clean-ups.
2022-05-09 12:00:15 +00:00
adam
d7f13944c8 clang: PLIST fix for Darwin 2022-05-09 11:52:44 +00:00
adam
f40c23d9a8 ltfs-ltotape: trim whitespace 2022-05-09 11:34:36 +00:00
adam
fc03b0eaf9 Updated databases/unixodbc, textproc/ugrep 2022-05-09 11:19:51 +00:00
adam
b5207636fd ugrep: updated to 3.7.10
v3.7.10

Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes.
2022-05-09 11:19:31 +00:00
adam
b4060a9fc5 unixodbc: updated to 2.3.11
2.3.11

Add missing files


2.3.10

Add connection pooling via wide connection functions
Remove "#define VERSION" from unixodbc_conf.h
Call driver functions through prototypes
Add connection pool limit option
Add fseeko support in cursor lib
Try and prevent logging buffer overflow
Add 'echo' option to isql/iusql
Alter isql/iusql buffering
Alter unicode to ascii conversion in SQLGetDiagField
Fix pooling problem when user name and or password is not provided
Fix a couple of reported buffer overflow conditions
Fix iconv leak with timeout in pooled connection
2022-05-09 11:16:27 +00:00
jperkin
71a5d48725 kguiaddons: Remove hard requirement on wayland. 2022-05-09 09:24:50 +00:00
jperkin
746b7d8312 py-z3solver: Portability fixes. 2022-05-09 09:08:27 +00:00
nikita
0ac3090480 doc: Updated textproc/guile-json to 4.7.1 2022-05-09 08:45:52 +00:00
nikita
7b4a8d4617 guile-json: Update to 4.7.1
Changelog (adapted from ChangeLog file):

4.7.1:
  records: allow optional nested records
  json/record.scm: Fix spelling of "Additionally".
2022-05-09 08:45:39 +00:00
adam
0885259776 Updated textproc/py-tinycss2, textproc/py-xmltodict, textproc/yq 2022-05-09 08:21:43 +00:00
adam
ad5bbbf3b9 yq: updated to 2.14.0
Changes for v2.14.0
- Support binary and set tags.
2022-05-09 08:21:22 +00:00
adam
8411967d0f py-xmltodict: updated to 0.13.0
v0.13.0

Add install info to readme for openSUSE.
Support defaultdict for namespace mapping
parse(generator) is now possible
Processing comments on parsing from xml to dict
Add expand_iter kw to unparse to expand iterables
Fixed some typos
Add support for python3.8
Drop Jython/Python 2 and add Python 3.9/3.10.
Drop OrderedDict in Python >= 3.7
Do not use len() to determine if a sequence is empty
Add more namespace attribute tests
Fix encoding issue in setup.py
2022-05-09 08:13:02 +00:00
adam
919034c0f1 py-tinycss2: updated to 1.1.1
Version 1.1.1
-------------
* Add support of Python 3.10.
* Include tests in source package.
2022-05-09 08:09:19 +00:00
adam
b011452dc2 Updated databases/py-redis, comms/py-rich, net/py-lexicon 2022-05-09 05:47:07 +00:00
adam
d901d2d7ca py-lexicon: updated to 3.11.0
3.11.0

Added

Add namecom provider

Modified

Fix TLD with two parts for namecheap provider
Fix entity__name parsing in easyname provider
2022-05-09 05:46:44 +00:00
adam
137ab8ae5b py-rich: updated to 12.4.1
12.4.1 - 2022-05-08

Fixed

Fix for default background color in SVG export

Changed

Added a keyline around SVG terminals which is visible on dark backgrounds


12.4.0

Changed

Rebuilt SVG export to create a simpler SVG that is more portable
Fix render_lines crash when render height was negative

Added

Add padding to Syntax constructor
2022-05-09 05:44:54 +00:00
adam
37ad12d338 py-redis: updated to 4.3.0
Version 4.3.0

🔥 Breaking Changes

Replace OSError exceptions from can_read with redis.ConnectionError
Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final)

🚀 New Features

Get command keys for subcommands
Add support for CLUSTER SHARDS
Add support for COMMAND LIST
Add Async RedisCluster
ACL SETUSER - add selectors and key based permissions
Support for redis 7 streams features
Async Connection: Allow PubSub.run() without previous subscribe()
Implemented LATENCY HISTOGRAM by always throwing NotImplementedError
Add async supoort for SEARCH commands
Retry(): Support negative retries value
Add support for MODULE LOADEX
INFO - add support for taking multiple section arguments
CONFIG SET - add the ability to set multiple parameters in one call
CONFIG GET - add the ability to pass multiple pattern parameters in one call
Add support for COMMAND GETKEYSANDFLAGS
Support CASESENSITIVE for TAG fields

🐛 Bug Fixes

Rename 'update_supported_erros' to 'update_supported_errors' in Retry module
Fix execute_command() determining nodes error when no key command
Fix incorrect return statement in auth

🧰 Maintenance

Add unittest for PubSub.connect()
Fix incorrect return annotation in asyncio.lock
Minor cleanups in commands/cluster.py
Update xtrim type annotation
Async tests for redis commands, json, bloom, timeseries
Fixed typing in getex command
2022-05-09 05:42:55 +00:00
triaxx
6b8b1e3565 doc: Updated games/warzone2100 to 4.2.7 2022-05-09 04:56:04 +00:00
triaxx
ca6420b811 warzone2100: Update to 2.4.7
upstream changes:
-----------------
  * 2022-03-07: Version 4.2.7
    [https://github.com/Warzone2100/warzone2100/blob/4.2.7/ChangeLog]
  * 2022-03-01: Version 4.2.6
    [https://github.com/Warzone2100/warzone2100/blob/4.2.6/ChangeLog]
  * 2022-02-28: Version 4.2.5
    [https://github.com/Warzone2100/warzone2100/blob/4.2.5/ChangeLog]
2022-05-09 04:55:44 +00:00
khorben
bd5e2e94e2 lua-cyrussasl: fix build in privileged mode 2022-05-09 00:41:57 +00:00
khorben
1ea9131636 Add lua-cyrussasl 2022-05-09 00:38:43 +00:00
khorben
84873b3b73 doc: Added security/lua-cyrussasl version 1.1.0 2022-05-09 00:38:13 +00:00
khorben
96ba855730 lua-cyrussasl: import version 1.1.0
Cyrus SASL library for Lua 5.1+.
2022-05-09 00:37:58 +00:00
khorben
e2b7a4d372 Add lua-ldap 2022-05-08 22:47:51 +00:00
khorben
23703beaef doc: Added databases/lua-ldap version 1.3.0 2022-05-08 22:47:30 +00:00
khorben
80b00d99e7 lua-ldap: import version 1.3.0
LuaLDAP is a simple interface from Lua to an LDAP client, in fact
it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI
(https://docs.microsoft.com/en-us/windows/win32/adsi/about-adsi).

It enables a Lua program to:

* Connect to an LDAP server;
* Execute any operation (search, add, compare, delete, modify and rename);
* Retrieve entries and references of the search result.
2022-05-08 22:47:16 +00:00
khorben
d36a5546d5 doc: Updated chat/prosody to 0.12.0 2022-05-08 21:24:27 +00:00
khorben
dcec1720cf prosody: update to 0.12.0
New in this release:

Modules

* mod_mimicking: Prevent address spoofing
* mod_s2s_bidi: Bi-directional server-to-server connections (XEP-0288)
* mod_external_services: Generic XEP-0215 support
* mod_turn_external: Easy setup of XEP-0215 for STUN/TURN for audio/video calls
* mod_http_file_share: File sharing via HTTP (XEP-0363)
* mod_http_openmetrics: Expose metrics to Prometheus and compatible monitoring systems
* mod_smacks: Stream management and resumption (XEP-0198)
* mod_auth_ldap: LDAP authentication
* mod_cron: One module to rule all the periodic tasks
* mod_admin_shell: New home of the Console admin interface
* mod_admin_socket: Enable secure connections to the Console
* mod_tombstones: Prevent re-registration of deleted accounts
* mod_invites: Create and manage invites
* mod_invites_register: Allow registering accounts using invites
* mod_invites_adhoc: Create invites via ad-hoc command
* mod_bookmarks: Synchronise open rooms between clients

Security and authentication

* Unencrypted HTTP port (5280) restricted to loopback by default
* require_encryption options default to true if unspecified
* Authentication module defaults to internal_hashed if unspecified
* SNI support (including automatic certificate selection)
* ALPN support in mod_net_multiplex
* DANE support in low-level network layer
* Direct TLS support (c2s and s2s)
* SCRAM-SHA-256
* Direct TLS (including https) certificates are now updated on reload
* Pluggable authorization providers (mod_authz_*)
* Easy use of Mozilla TLS recommendations presets

HTTP

* CORS handling now provided by mod_http
* Built-in HTTP server now handles HEAD requests
* Uploads can be handled incrementally

API

* Module statuses (API change)
* util.error for encapsulating errors
* Promise based API for sending queries
* API for adding periodic tasks
* More APIs supporting ES6 Promises
* Async can be used during shutdown

Other

* Plugin installer
* MUC presence broadcast controls
* MUC: support for XEP-0421 occupant identifiers
* prosodyctl check connectivity via observe.jabber.network
* STUN/TURN server tests in prosodyctl check
* libunbound for DNS queries
* The POSIX poll() API used by server_epoll on *nix other than Linux

Changed in this release

* Improved rules for mobile optimizations in mod_csi_simple
* Improved rules for what messages should be archived in mod_mam
* mod_limits: Support for exempt JIDs
* mod_server_contact_info now loaded on components if enabled
* Statistics now based on OpenMetrics
* Statistics scheduling can be done by plugin
* Offline messages aren't sent to MAM clients
* Archive quotas (maximum limit on items in an archive store)
* Rewritten migrator with archive support
* Improved automatic certificate locating and selecting
* Logging to syslog no longer missing startup messages
* Graceful shutdown sequence that closes ports first and waits for connections to close

Removed in this release

* daemonize option deprecated
* SASL DIGEST-MD5 removed
* mod_auth_cyrus (older LDAP support)
* Network backend server_select deprecated (not actually removed yet)
2022-05-08 21:24:12 +00:00
mrg
8ba0f2152b regen after openldap update.
the lmdb sources are identical, so leave the package version the same.
2022-05-08 21:12:38 +00:00
schmonz
92ea79ea6a doc: Updated pkgtools/pkg_comp to 2.1nb1 2022-05-08 20:35:25 +00:00
khorben
4d9b7a16ed Add lua-unbound 2022-05-08 20:33:36 +00:00
khorben
e7ea2f3357 doc: Added net/lua-unbound version 1.0.0 2022-05-08 20:33:11 +00:00