Snippets for apache 2.4.68 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/kbn1d81gli2yvxqzhp918m2qp6lawn9v-apache-httpd-2.4.68.drv.
-
mod_xml2enc.c:609:5: warning: 'xmlAddEncodingAlias' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 609 | else if (xmlAddEncodingAlias(charset, alias) == 0) | ^~~~ -
mod_proxy_html.c:319:5: warning: 'htmlTagLookup' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 319 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^~~~~ -
mod_proxy_html.c:366:5: warning: 'htmlTagLookup' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 366 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^~~~~ -
mod_proxy_html.c:404:5: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 404 | if ((enforce > 0) && (desc != NULL) && (desc->attrs_req != NULL)) | ^~ -
mod_proxy_html.c:405:9: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 405 | for (a = desc->attrs_req; *a; a++) | ^~~ -
mod_proxy_html.c:412:17: warning: 'htmlAttrAllowed' is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 412 | switch (htmlAttrAllowed(desc, (xmlChar*)*a, 2-enforce)) { | ^~~~~~