Mailinglist Archive: opensuse-commit (429 mails)

< Previous Next >
commit dhcp for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 05 Jul 2010 15:28:38 +0200
  • Message-id: <20100705132838.9B05B2CA01C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory
checked in at Mon Jul 5 15:28:38 CEST 2010.



--------
--- dhcp/dhcp.changes 2010-06-14 15:00:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/dhcp/dhcp.changes 2010-07-02
13:06:16.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 2 10:48:21 UTC 2010 - mt@xxxxxxx
+
+- Added a fix for an lpf bind error messages making it easier to
+ localize problems (bnc#617795)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
dhcp-4.1.1-P1-lpf-bind-msg-fix.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.HdOUxJ/_old 2010-07-05 15:23:41.000000000 +0200
+++ /var/tmp/diff_new_pack.HdOUxJ/_new 2010-07-05 15:23:41.000000000 +0200
@@ -33,7 +33,7 @@
Group: Productivity/Networking/Boot/Servers
AutoReqProv: on
Version: 4.1.1.P1
-Release: 1
+Release: 2
Summary: Common Files Used by ISC DHCP Software
Url: http://www.isc.org/software/dhcp
Source0: dhcp-%{isc_version}.tar.bz2
@@ -81,6 +81,7 @@
%else
Patch30: dhcp-4.1.1-dhclient-no-libcrypto.diff
%endif
+Patch40: dhcp-4.1.1-P1-lpf-bind-msg-fix.diff
##
PreReq: /bin/touch /sbin/chkconfig sysconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -203,6 +204,7 @@
%else
%patch30 -p1
%endif
+%patch40 -p1
##
find . -type f -name \*.cat\* -exec rm -f {} \;
dos2unix contrib/ms2isc/*

++++++ dhcp-4.1.1-P1-lpf-bind-msg-fix.diff ++++++
--- dhcp-4.1.1-P1/common/lpf.c
+++ dhcp-4.1.1-P1/common/lpf.c 2010/07/02 10:39:33
@@ -92,7 +92,7 @@ int if_register_lpf (info)
if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
errno == ESOCKTNOSUPPORT || errno == EPFNOSUPPORT ||
errno == EAFNOSUPPORT || errno == EINVAL) {
- log_error ("socket: %m - make sure");
+ log_error ("bind: %m - make sure");
log_error ("CONFIG_PACKET (Packet socket) %s",
"and CONFIG_FILTER");
log_error ("(Socket Filtering) are enabled %s",



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages