Package changes: -libssl3 3.0.11-1~deb12u1 amd64 +libssl3 3.0.11-1~deb12u2 amd64 -openssl 3.0.11-1~deb12u1 amd64 +openssl 3.0.11-1~deb12u2 amd64 -php8.1 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 all +php8.1 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 all -php8.1-bcmath 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-cgi 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-cli 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-common 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-curl 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-fpm 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-gd 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-gmp 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 +php8.1-bcmath 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-cgi 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-cli 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-common 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-curl 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-fpm 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-gd 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-gmp 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 -php8.1-imap 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-intl 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-mbstring 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 +php8.1-imap 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-intl 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-mbstring 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 -php8.1-mysql 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-opcache 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-readline 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 +php8.1-mysql 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-opcache 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-readline 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 -php8.1-xml 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 -php8.1-zip 8.1.23-1+0~20231006.55+debian12~1.gbpe6c1a6 amd64 +php8.1-xml 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 +php8.1-zip 8.1.25-1+0~20231027.56+debian12~1.gbpf5dd08 amd64 -rspamd 3.7.1-1~af3e90f67~bookworm amd64 +rspamd 3.7.3-1~23ed02bca~bookworm amd64
29 lines
874 B
C++
29 lines
874 B
C++
# Language detection configuration
|
|
# Please don't modify this file as your changes might be overwritten with
|
|
# the next update.
|
|
#
|
|
# You can modify 'local.d/lang_detection.inc' to add and merge
|
|
# parameters defined inside this section
|
|
#
|
|
# You can modify 'override.d/lang_detection.inc' to strictly override all
|
|
# parameters defined inside this section
|
|
|
|
# Path to the languages shared data
|
|
# languages = "${SHAREDIR}/languages"
|
|
|
|
# Limit in words to treat text as short for language detection
|
|
# short_text_limit = 10
|
|
|
|
# Enable only specific languages
|
|
# languages_enable = ["en", "de"]
|
|
|
|
# Disable specific languages
|
|
# languages_disable = ["fr", "es"]
|
|
|
|
# Use the following fasttext model for language detection (if Fasttext support is compiled in)
|
|
# fasttext_model = "${SHAREDIR}/languages/fasttext_model.ftz"
|
|
|
|
# Prefer fasttext over all other methods
|
|
# prefer_fasttext = true;
|
|
|