From: Michal Nowak Date: Tue, 2 Jun 2026 09:36:50 +0000 (+0000) Subject: Track new generic rdata files for header generation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0802265776c54af48c1a96a492c35541a7c161f2;p=thirdparty%2Fbind9.git Track new generic rdata files for header generation brid, dsync, hhit and wallet were missing from the header dependency list, so edits to them did not regenerate headers. Assisted-by: Claude:claude-opus-4-8 --- diff --git a/lib/dns/rdata/generic/meson.build b/lib/dns/rdata/generic/meson.build index 83c2245d20..4e318bc3da 100644 --- a/lib/dns/rdata/generic/meson.build +++ b/lib/dns/rdata/generic/meson.build @@ -16,6 +16,8 @@ dns_header_depfiles += files( 'amtrelay_260.h', 'avc_258.c', 'avc_258.h', + 'brid_68.c', + 'brid_68.h', 'caa_257.c', 'caa_257.h', 'cdnskey_60.c', @@ -38,12 +40,16 @@ dns_header_depfiles += files( 'doa_259.h', 'ds_43.c', 'ds_43.h', + 'dsync_66.c', + 'dsync_66.h', 'eui48_108.c', 'eui48_108.h', 'eui64_109.c', 'eui64_109.h', 'gpos_27.c', 'gpos_27.h', + 'hhit_67.c', + 'hhit_67.h', 'hinfo_13.c', 'hinfo_13.h', 'hip_55.c', @@ -136,6 +142,8 @@ dns_header_depfiles += files( 'txt_16.h', 'uri_256.c', 'uri_256.h', + 'wallet_262.c', + 'wallet_262.h', 'x25_19.c', 'x25_19.h', 'zonemd_63.c',