mbox

dnsmasq 2.75: latest patches from upstream

Message ID 1452277192-11460-1-git-send-email-matthias.fischer@ipfire.org
State Superseded
Headers

Message

Matthias Fischer Jan. 9, 2016, 5:19 a.m. UTC
  (Compilation errors with '#undef HAVE_DHCP' fixed (042))

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/dnsmasq                                        |  15 +
 ...q-Add-support-to-read-ISC-DHCP-lease-file.patch |  10 +-
 ...plit_EDNS0_stuff_into_its_own_source_file.patch | 777 ++++++++++++++++
 .../031-Handle_extending_EDNS0_OPT_RR.patch        | 295 +++++++
 ..._512_bytes_that_the_client_isnt_expecting.patch |  65 ++
 ...ix_build_failure_when_DNSSEC_code_omitted.patch |  55 ++
 ...go_with_DNSKEY_and_DS_also_digest_with_DS.patch |  81 ++
 .../035-More_EDNS0_packet_size_tweaks.patch        | 138 +++
 ...036-Cache_access_to_the_kernels_ARP_table.patch | 414 +++++++++
 ...DNS-client-id_EDNS0_and_ARP_tracking_code.patch | 976 +++++++++++++++++++++
 ...38-Correct_logic_for_when_to_start_helper.patch |  25 +
 src/patches/dnsmasq/039-Trivial_code_tweak.patch   |  33 +
 ...SEC_sig_timestamps_when_far_in_the_future.patch |  50 ++
 ...ist_code_resulting_in_100percent_CPU_spin.patch |  56 ++
 ..._script_support_enabled_and_DHCP_disabled.patch |  48 +
 ...3-Update_copyright_notices_Happy_new_year.patch | 473 ++++++++++
 ...when_scripts_excluded_at_compilation_time.patch |  25 +
 17 files changed, 3531 insertions(+), 5 deletions(-)
 create mode 100644 src/patches/dnsmasq/030-Split_EDNS0_stuff_into_its_own_source_file.patch
 create mode 100644 src/patches/dnsmasq/031-Handle_extending_EDNS0_OPT_RR.patch
 create mode 100644 src/patches/dnsmasq/032-Truncate_DNS_replies_bigger_512_bytes_that_the_client_isnt_expecting.patch
 create mode 100644 src/patches/dnsmasq/033-Fix_build_failure_when_DNSSEC_code_omitted.patch
 create mode 100644 src/patches/dnsmasq/034-Log_signature_algo_with_DNSKEY_and_DS_also_digest_with_DS.patch
 create mode 100644 src/patches/dnsmasq/035-More_EDNS0_packet_size_tweaks.patch
 create mode 100644 src/patches/dnsmasq/036-Cache_access_to_the_kernels_ARP_table.patch
 create mode 100644 src/patches/dnsmasq/037-First_complete_version_of_DNS-client-id_EDNS0_and_ARP_tracking_code.patch
 create mode 100644 src/patches/dnsmasq/038-Correct_logic_for_when_to_start_helper.patch
 create mode 100644 src/patches/dnsmasq/039-Trivial_code_tweak.patch
 create mode 100644 src/patches/dnsmasq/040-Fix_datatype-sixe_botch_which_broke_DNSSEC_sig_timestamps_when_far_in_the_future.patch
 create mode 100644 src/patches/dnsmasq/041-Fix_botch_in_new_arp-cache_linked-list_code_resulting_in_100percent_CPU_spin.patch
 create mode 100644 src/patches/dnsmasq/042-Handle_building_with_script_support_enabled_and_DHCP_disabled.patch
 create mode 100644 src/patches/dnsmasq/043-Update_copyright_notices_Happy_new_year.patch
 create mode 100644 src/patches/dnsmasq/044-Fix_FTBFS_when_scripts_excluded_at_compilation_time.patch