This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 78522c1003b3ea3ab03c277ac80fe8e55fead87a (commit) via 0c039bf2175f85465f0030f2c7956927f779f814 (commit) via f3a8f771101d189fed7866f66a7957376d0ec515 (commit) via a175b6bb8c17ff355808221831c739f1bd175a68 (commit) via 177b938ab7c92b3ee6217161e4ab03609f98a6c1 (commit) from c5fd0a55806e0a65a38f9e3a8e0a80aeda277cb5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 78522c1003b3ea3ab03c277ac80fe8e55fead87a Author: Michael Tremer Date: Sun Jun 16 11:48:36 2013 +0200 keepalived: Update to 1.2.7. commit 0c039bf2175f85465f0030f2c7956927f779f814 Author: Michael Tremer Date: Sun Jun 16 11:44:21 2013 +0200 net-snmp: Don't remove RPATHs so agressively. The net-snmp libs and binaries need to find libperl.so. Fixes #10333. commit f3a8f771101d189fed7866f66a7957376d0ec515 Author: Michael Tremer Date: Sat Jun 15 15:27:26 2013 +0200 iproute2: Rebuild because of iptables library bump. commit a175b6bb8c17ff355808221831c739f1bd175a68 Author: Michael Tremer Date: Sat Jun 15 15:26:43 2013 +0200 iptables: Update to 1.4.19.1. commit 177b938ab7c92b3ee6217161e4ab03609f98a6c1 Author: Michael Tremer Date: Sat Jun 15 14:48:09 2013 +0200 dhcp: Update to 4.2.5. ----------------------------------------------------------------------- Summary of changes: dhcp/dhcp.nm | 38 ++-- .../dhcp-4.2.0-missing-ipv6-not-fatal.patch | 40 ---- dhcp/patches/dhcp-4.2.2-CLOEXEC.patch | 21 --- dhcp/patches/dhcp-4.2.2-dhclient-usage.patch | 14 -- dhcp/patches/dhcp-4.2.2-sharedlib.patch | 94 ---------- dhcp/patches/dhcp-4.2.3-paranoia.patch | 49 ----- ....4-P1-dhclient6-leases_semicolon_expected.patch | 41 ----- .../dhcp-4.2.4-P2-conflex-do-forward-updates.patch | 12 ++ dhcp/patches/dhcp-4.2.4-P2-dupl-key.patch | 13 ++ ...ons.patch => dhcp-4.2.4-dhclient-options.patch} | 156 ++++++++++++++-- dhcp/patches/dhcp-4.2.4-getifaddrs.patch | 42 +++-- dhcp/patches/dhcp-4.2.4-paths.patch | 12 ++ .../{dhcp-4.2.4-PPP.patch => dhcp-4.2.5-PPP.patch} | 2 +- ...-4.2.4-lpf-ib.patch => dhcp-4.2.5-lpf-ib.patch} | 56 +++--- ....1-manpages.patch => dhcp-4.2.5-manpages.patch} | 157 +++------------- dhcp/patches/dhcp-4.2.5-next-server.patch | 72 ++++++++ dhcp/patches/dhcp-4.2.5-paranoia.patch | 202 +++++++++++++++++++++ dhcp/patches/dhcp-4.2.5-range6.patch | 42 +++++ ...ove-bind.patch => dhcp-4.2.5-remove-bind.patch} | 87 +++++---- ...cp-4.2.5-rfc3442-classless-static-routes.patch} | 92 +++++----- ...-rfc5970-dhcpv6-options-for-network-boot.patch} | 28 +-- ...dDecline.patch => dhcp-4.2.5-sendDecline.patch} | 22 +-- dhcp/patches/dhcp-4.2.5-sharedlib.patch | 120 ++++++++++++ ...-systemtap.patch => dhcp-4.2.5-systemtap.patch} | 166 +++++++++-------- dhcp/patches/dhcp-4.2.5b1-atf-pkgconfig.patch | 23 +++ iproute2/iproute2.nm | 4 +- iptables/iptables.nm | 2 +- keepalived/keepalived.nm | 11 +- .../patches/keepalived-1.1.14-installmodules.patch | 20 -- .../keepalived-1.1.19-fix-ipvs-loading.patch | 12 -- .../patches/keepalived-1.2.2-ip_vs.h-pathfix.patch | 12 -- .../keepalived-1.2.7-dont-respawn-children.patch | 109 +++++++++++ .../keepalived-1.2.7-fix-error-message.patch | 40 ++++ ...-1.2.7-fix-pointer-arithmetic-vrrp-packet.patch | 32 ++++ ...d-1.2.7-fix-primary-ip-address-comparison.patch | 34 ++++ ...keepalived-1.2.7-fix-ssl-certificate-load.patch | 34 ++++ .../keepalived-1.2.7-remove-debug-messages.patch | 46 +++++ .../keepalived-1.2.7-update-gpl-license.patch | 146 +++++++++++++++ ...epalived-1.2.7-update-keepalived-man-page.patch | 201 ++++++++++++++++++++ keepalived/systemd/keepalived.service | 2 + net-snmp/net-snmp.nm | 8 +- 41 files changed, 1610 insertions(+), 704 deletions(-) delete mode 100644 dhcp/patches/dhcp-4.2.0-missing-ipv6-not-fatal.patch delete mode 100644 dhcp/patches/dhcp-4.2.2-dhclient-usage.patch delete mode 100644 dhcp/patches/dhcp-4.2.2-sharedlib.patch delete mode 100644 dhcp/patches/dhcp-4.2.3-paranoia.patch delete mode 100644 dhcp/patches/dhcp-4.2.4-P1-dhclient6-leases_semicolon_expected.patch create mode 100644 dhcp/patches/dhcp-4.2.4-P2-conflex-do-forward-updates.patch create mode 100644 dhcp/patches/dhcp-4.2.4-P2-dupl-key.patch rename dhcp/patches/{dhcp-4.2.4-options.patch => dhcp-4.2.4-dhclient-options.patch} (72%) rename dhcp/patches/{dhcp-4.2.4-PPP.patch => dhcp-4.2.5-PPP.patch} (99%) rename dhcp/patches/{dhcp-4.2.4-lpf-ib.patch => dhcp-4.2.5-lpf-ib.patch} (89%) rename dhcp/patches/{dhcp-4.2.1-manpages.patch => dhcp-4.2.5-manpages.patch} (54%) create mode 100644 dhcp/patches/dhcp-4.2.5-next-server.patch create mode 100644 dhcp/patches/dhcp-4.2.5-paranoia.patch create mode 100644 dhcp/patches/dhcp-4.2.5-range6.patch rename dhcp/patches/{dhcp-4.2.2-remove-bind.patch => dhcp-4.2.5-remove-bind.patch} (51%) rename dhcp/patches/{dhcp-4.2.4-rfc3442-classless-static-routes.patch => dhcp-4.2.5-rfc3442-classless-static-routes.patch} (79%) rename dhcp/patches/{dhcp-4.2.3-P2-rfc5970-dhcpv6-options-for-network-boot.patch => dhcp-4.2.5-rfc5970-dhcpv6-options-for-network-boot.patch} (72%) rename dhcp/patches/{dhcp-4.2.1-sendDecline.patch => dhcp-4.2.5-sendDecline.patch} (89%) create mode 100644 dhcp/patches/dhcp-4.2.5-sharedlib.patch rename dhcp/patches/{dhcp-4.2.4-systemtap.patch => dhcp-4.2.5-systemtap.patch} (77%) create mode 100644 dhcp/patches/dhcp-4.2.5b1-atf-pkgconfig.patch delete mode 100644 keepalived/patches/keepalived-1.1.14-installmodules.patch delete mode 100644 keepalived/patches/keepalived-1.1.19-fix-ipvs-loading.patch delete mode 100644 keepalived/patches/keepalived-1.2.2-ip_vs.h-pathfix.patch create mode 100644 keepalived/patches/keepalived-1.2.7-dont-respawn-children.patch create mode 100644 keepalived/patches/keepalived-1.2.7-fix-error-message.patch create mode 100644 keepalived/patches/keepalived-1.2.7-fix-pointer-arithmetic-vrrp-packet.patch create mode 100644 keepalived/patches/keepalived-1.2.7-fix-primary-ip-address-comparison.patch create mode 100644 keepalived/patches/keepalived-1.2.7-fix-ssl-certificate-load.patch create mode 100644 keepalived/patches/keepalived-1.2.7-remove-debug-messages.patch create mode 100644 keepalived/patches/keepalived-1.2.7-update-gpl-license.patch create mode 100644 keepalived/patches/keepalived-1.2.7-update-keepalived-man-page.patch Difference in files: diff --git a/dhcp/dhcp.nm b/dhcp/dhcp.nm index 407873b..1d15f65 100644 --- a/dhcp/dhcp.nm +++ b/dhcp/dhcp.nm @@ -4,8 +4,8 @@ ############################################################################### name = dhcp -version = 4.2.4 -release = 2 +version = 4.2.5 +release = 1 groups = Networking/Daemons url = http://isc.org/products/DHCP/ @@ -24,45 +24,47 @@ source_dl = ftp://ftp.isc.org/isc/dhcp/%{version}/ # Apply patches in a special order. patches = \ - dhcp-4.2.2-remove-bind.patch \ + dhcp-4.2.5-remove-bind.patch \ dhcp-4.2.4-P1-remove-dst.patch \ dhcp-4.2.0-errwarn-message.patch \ - dhcp-4.2.4-options.patch \ + dhcp-4.2.4-dhclient-options.patch \ dhcp-4.2.0-release-by-ifup.patch \ dhcp-4.2.0-dhclient-decline-backoff.patch \ dhcp-4.2.4-unicast-bootp.patch \ - dhcp-4.2.2-dhclient-usage.patch \ dhcp-4.2.0-default-requested-options.patch \ dhcp-4.2.2-xen-checksum.patch \ - dhcp-4.2.1-manpages.patch \ + dhcp-4.2.5-manpages.patch \ dhcp-4.2.4-paths.patch \ dhcp-4.2.2-CLOEXEC.patch \ dhcp-4.2.0-garbage-chars.patch \ - dhcp-4.2.0-missing-ipv6-not-fatal.patch \ dhcp-4.2.0-add_timeout_when_NULL.patch \ dhcp-4.2.4-64_bit_lease_parse.patch \ dhcp-4.2.2-capability.patch \ dhcp-4.2.0-logpid.patch \ dhcp-4.2.4-UseMulticast.patch \ - dhcp-4.2.1-sendDecline.patch \ + dhcp-4.2.5-sendDecline.patch \ dhcp-4.2.1-retransmission.patch \ - dhcp-4.2.4-rfc3442-classless-static-routes.patch \ + dhcp-4.2.5-rfc3442-classless-static-routes.patch \ dhcp-4.2.0-honor-expired.patch \ - dhcp-4.2.2-sharedlib.patch \ - dhcp-4.2.4-PPP.patch \ - dhcp-4.2.3-paranoia.patch \ - dhcp-4.2.4-lpf-ib.patch \ + dhcp-4.2.5-sharedlib.patch \ + dhcp-4.2.5-PPP.patch \ + dhcp-4.2.5-paranoia.patch \ + dhcp-4.2.5-lpf-ib.patch \ dhcp-4.2.4-improved-xid.patch \ dhcp-4.2.2-gpxe-cid.patch \ - dhcp-4.2.4-systemtap.patch \ + dhcp-4.2.5-systemtap.patch \ dhcp-4.2.3-dhclient-decline-onetry.patch \ dhcp-4.2.3-P2-log_perror.patch \ dhcp-4.2.4-getifaddrs.patch \ dhcp-4.2.4-send_release.patch \ - dhcp-4.2.3-P2-rfc5970-dhcpv6-options-for-network-boot.patch \ - dhcp-4.2.4-failOverPeer.patch \ - dhcp-4.2.4-P1-dhclient6-leases_semicolon_expected.patch \ - dhcp-4.2.4-P1-interval.patch + dhcp-4.2.5-rfc5970-dhcpv6-options-for-network-boot.patch \ + dhcp-4.2.4-failOverPeer.patch \ + dhcp-4.2.5b1-atf-pkgconfig.patch \ + dhcp-4.2.4-P1-interval.patch \ + dhcp-4.2.4-P2-conflex-do-forward-updates.patch \ + dhcp-4.2.4-P2-dupl-key.patch \ + dhcp-4.2.5-range6.patch \ + dhcp-4.2.5-next-server.patch build requires diff --git a/dhcp/patches/dhcp-4.2.0-missing-ipv6-not-fatal.patch b/dhcp/patches/dhcp-4.2.0-missing-ipv6-not-fatal.patch deleted file mode 100644 index b604115..0000000 --- a/dhcp/patches/dhcp-4.2.0-missing-ipv6-not-fatal.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -up dhcp-4.2.0/common/discover.c.noipv6 dhcp-4.2.0/common/discover.c ---- dhcp-4.2.0/common/discover.c.noipv6 2010-07-21 14:31:13.000000000 +0200 -+++ dhcp-4.2.0/common/discover.c 2010-07-21 16:04:57.000000000 +0200 -@@ -443,7 +443,7 @@ begin_iface_scan(struct iface_conf_list - } - - #ifdef DHCPv6 -- if (local_family == AF_INET6) { -+ if ((local_family == AF_INET6) && !access("/proc/net/if_inet6", R_OK)) { - ifaces->fp6 = fopen("/proc/net/if_inet6", "re"); - if (ifaces->fp6 == NULL) { - log_error("Error opening '/proc/net/if_inet6' to " -@@ -454,6 +454,8 @@ begin_iface_scan(struct iface_conf_list - ifaces->fp = NULL; - return 0; - } -+ } else { -+ ifaces->fp6 = NULL; - } - #endif - -@@ -721,7 +723,7 @@ next_iface(struct iface_info *info, int - return 1; - } - #ifdef DHCPv6 -- if (!(*err)) { -+ if (!(*err) && ifaces->fp6) { - if (local_family == AF_INET6) - return next_iface6(info, err, ifaces); - } -@@ -740,7 +742,8 @@ end_iface_scan(struct iface_conf_list *i - ifaces->sock = -1; - #ifdef DHCPv6 - if (local_family == AF_INET6) { -- fclose(ifaces->fp6); -+ if (ifaces->fp6) -+ fclose(ifaces->fp6); - ifaces->fp6 = NULL; - } - #endif diff --git a/dhcp/patches/dhcp-4.2.1-manpages.patch b/dhcp/patches/dhcp-4.2.1-manpages.patch deleted file mode 100644 index 9a42b7f..0000000 --- a/dhcp/patches/dhcp-4.2.1-manpages.patch +++ /dev/null @@ -1,264 +0,0 @@ -diff -up dhcp-4.2.1b1/client/dhclient.8.man dhcp-4.2.1b1/client/dhclient.8 ---- dhcp-4.2.1b1/client/dhclient.8.man 2010-07-14 22:09:34.000000000 +0200 -+++ dhcp-4.2.1b1/client/dhclient.8 2011-01-27 18:19:07.000000000 +0100 -@@ -115,6 +115,33 @@ dhclient - Dynamic Host Configuration Pr - .B -w - ] - [ -+.B -B -+] -+[ -+.B -I -+.I dhcp-client-identifier -+] -+[ -+.B -H -+.I host-name -+] -+[ -+.B -F -+.I fqdn.fqdn -+] -+[ -+.B -V -+.I vendor-class-identifier -+] -+[ -+.B -R -+.I request-option-list -+] -+[ -+.B -timeout -+.I timeout -+] -+[ - .B -v - ] - [ -@@ -264,6 +291,69 @@ not to exit when it doesn't find any suc - program can then be used to notify the client when a network interface - has been added or removed, so that the client can attempt to configure an IP - address on that interface. -+ -+.TP -+.BI \-B -+Set the BOOTP broadcast flag in request packets so servers will always -+broadcast replies. -+ -+.TP -+.BI \-I\ -+Specify the dhcp-client-identifier option to send to the DHCP server. -+ -+.TP -+.BI \-H\ -+Specify the host-name option to send to the DHCP server. The host-name -+string only contains the client's hostname prefix, to which the server will -+append the ddns-domainname or domain-name options, if any, to derive the -+fully qualified domain name of the client. The -+.B -H -+option cannot be used with the -+.B -F -+option. -+ -+.TP -+.BI \-F\ -+Specify the fqdn.fqdn option to send to the DHCP server. This option cannot -+be used with the -+.B -H -+option. The fqdn.fqdn option must specify the complete domain name of the -+client host, which the server may use for dynamic DNS updates. -+ -+.TP -+.BI \-V\ -+Specify the vendor-class-identifier option to send to the DHCP server. -+ -+.TP -+.BI \-R\