commit dhcpcd for openSUSE:Factory
Hello community, here is the log from the commit of package dhcpcd for openSUSE:Factory checked in at Mon Nov 2 12:37:27 CET 2009. -------- --- dhcpcd/dhcpcd.changes 2009-04-27 01:04:09.000000000 +0200 +++ /mounts/work_src_done/STABLE/dhcpcd/dhcpcd.changes 2009-10-30 14:40:41.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Oct 30 14:40:07 CET 2009 - meissner@suse.de + +- fixed implicit pwrite(2) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- dhcpcd-3.2.3-fiximplicit.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcpcd.spec ++++++ --- /var/tmp/diff_new_pack.MqMnop/_old 2009-11-02 12:35:31.000000000 +0100 +++ /var/tmp/diff_new_pack.MqMnop/_new 2009-11-02 12:35:31.000000000 +0100 @@ -19,7 +19,7 @@ Name: dhcpcd Version: 3.2.3 -Release: 46 +Release: 47 Summary: A DHCP Client Daemon Url: http://developer.berlios.de/projects/dhcpcd/ #Source: http://prdownload.berlios.de/dhcpcd/dhcpcd-3.2.3.tar.bz2 @@ -35,6 +35,7 @@ Patch6: dhcpcd-%{version}-netconfig.diff Patch7: dhcpcd-%{version}-lastlease.diff Patch8: dhcpcd-%{version}-unaligned.diff +Patch9: dhcpcd-%{version}-fiximplicit.diff License: GPL v2 or later Group: Productivity/Networking/Boot/Clients Provides: dhcp_client @@ -65,6 +66,7 @@ %patch6 -p1 %patch7 -p1 %patch8 +%patch9 -p1 cp %{S:1} . cp %{S:3} . ++++++ dhcpcd-3.2.3-fiximplicit.diff ++++++ Index: dhcpcd-3.2.3/common.c =================================================================== --- dhcpcd-3.2.3.orig/common.c +++ dhcpcd-3.2.3/common.c @@ -25,6 +25,7 @@ * SUCH DAMAGE. */ +#define _XOPEN_SOURCE 500 /* for pwrite */ #include <sys/time.h> #include <errno.h> #include <fcntl.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de