Snippets for apache 2.4.68 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/wb483hbcqzj8v90sahdc74gv3ajacgbh-apache-httpd-2.4.68.drv.
-
mod_xml2enc.c:609:14: warning: 'xmlAddEncodingAlias' is deprecated [-Wdeprecated-declarations] 609 | else if (xmlAddEncodingAlias(charset, alias) == 0) | ^ -
mod_proxy_html.c:319:32: warning: 'htmlTagLookup' is deprecated [-Wdeprecated-declarations] 319 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^ -
mod_proxy_html.c:366:32: warning: 'htmlTagLookup' is deprecated [-Wdeprecated-declarations] 366 | const htmlElemDesc* desc = htmlTagLookup(uname); | ^ -
mod_proxy_html.c:404:51: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 404 | if ((enforce > 0) && (desc != NULL) && (desc->attrs_req != NULL)) | ^ -
mod_proxy_html.c:405:24: warning: 'attrs_req' is deprecated [-Wdeprecated-declarations] 405 | for (a = desc->attrs_req; *a; a++) | ^ -
mod_proxy_html.c:412:25: warning: 'htmlAttrAllowed' is deprecated [-Wdeprecated-declarations] 412 | switch (htmlAttrAllowed(desc, (xmlChar*)*a, 2-enforce)) { | ^