Many consecutive timeouts. We thank linpct for all his efforts and
hope to see him back in the future.
PR: 267643
(cherry picked from commit 6423984daf)
ksh-devel fails to build on FreeBSD-12 with this error:
mamake: *** exit code 139 making lib/libcmd
mamake: *** exit code 1 making all
(cherry picked from commit e2559c8df2)
As of src d5c85ac6526d, the tzcode update removed the tzsetwall()
function. Our tzcode upstream removed tzsetwall() in their commit
d36f8f5b6983. The reason they did this was that tzsetwall() was
"undocumented and ineffective."
MFH: 2023Q1
(cherry picked from commit 30387c1f04)
While here, pass maintainership to Krzysztof.
PR: 267465
Approved by: Andre Rikkert de Koe, Krzysztof (maintainer)
(cherry picked from commit 6b67c2f70e)
This patch updates the port to fix the fact that the code calls
XtAppInitialize() which eats the command-line args and so causes ps(1)
to not display them. The command-line args are now saved before and restored
after the call to XtAppInitialize().
Also, correct the display of the units of total byte counts to show as "B",
"kB", "GB" etc, rather than the imprecise/incorrect "b", "k", "G" etc.
PR: 267710
Approved by: J.R. Oldroyd (maintainer)
(cherry picked from commit 82f3677256)
ChangeLog: https://www.keycloak.org/2023/01/keycloak-2003-released.html
* User role mapping tab: Show effective client roles for a user keycloak-ui
section/users
* ProviderConfigProperty.MAP_TYPE error in new UI keycloak-ui section/identity
providers
* Unable to turn on "Bypass identity confirmation" keycloak-ui
section/authentication
* Adding Form sub-flow broken on admin v2 keycloak-ui section/authentication
* Custom User Provider SPI: There are no settings to configure the periodically
synchronization of users keycloak-ui section/user federation
* Assign roles to account - paging doesn't work keycloak-ui section/users
* Realm selector requires two clicks to select something keycloak-ui
section/realms
* User management -> User in 2 subgroups with the same group name assignment
does not work keycloak-ui section/users
* Invalid language tag error when changing realm localization settings
keycloak-ui section/realm settings
* `Missing ":type" param` in the Events page when there are Client Scope
events keycloak-ui section/events
* Import client broken keycloak-ui section/clients
* New Admin Console only, unable to add client profile in the first client
policy keycloak-ui section/realm settings
* Disabling hostname strict in prod doesn't disable https keycloak dist/quarkus
* snakeyaml vulnerability GHSA-3mc7-4q67-w48m impacting CLI keycloak admin/cli
* The redirect URI cannot be verified during logout in the case when client
was removed keycloak oidc
* Wrong auth session id being used when validating auth session id cookies
keycloak core
* Update XStream to 1.4.20 to fix CVE-2022-40151 & CVE-2022-41966 keycloak
* Timeout when executing command PutMapCommand keycloak storage
* Set OkHttp to 4.10.0 in parent pom keycloak
* Lack of validation of access token on client registrations endpoint keycloak
oidc
PR: 268939
Reported by: freebsd@rheinwolf.de (maintainer)
MFH: 2023Q1 (bugfix, security fixes)
Security: CVE-2022-40151, CVE-2022-41966
(cherry picked from commit db9a594cc0)
* Update coursier to 2.1.0-RC1 which also closes some potential security
vulnerabilities
* Improved Scala 3 support including @main annotation support
* Added support for Scala 3.2.1
PR: 268900
Reported by: freebsd-ports@jan0sch.de
MFH: 2023Q1 (security fix)
(cherry picked from commit 0e2dea2d2c)
Details:
If audio/libtremor is installed, the dependency may be picked up by the
auto detection. This leads so a build error in gstreamer1-plugins-ogg.
This patch explicitly disables tremor in gstreamer-* ports.
PR: 268560
Reported by: gja822@narod.ru
MFH: 2023Q1
(cherry picked from commit 192c7ba5fa)
Simon Kelley sent an advisory that in rare circumstances, the cache can
become corrupted and the DNS subsystem then became disfunctional.
This is reported as regression in 2.88.
Chances seem higher this happens with DNSSEC enabled, but seems not limited
to it. For details, please see the patch contained in this commit, or
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2023q1/016821.html
The symptom of this happening is apparently a cache internal error.
2.89 with this fix and a few others is slated for release in a week.
Let's fix the patch already and MFH to 2023Q1 so we keep our liberties
to decide whether we need to move quarterly to 2.89 or rather stick
with 2.88_1.
originally
Reported by: Timo van Roermund (to Simon Kelley in private)
Reported by: Simon Kelley (upstream maintainer, through mailing list)
Obtained from: Simon Kelley (upstream maintainer, Git repository)
MFH: 2023Q1
(cherry picked from commit 038ffa5e63)