[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit linuxrc for openSUSE:Factory
From:       root () hilbert ! suse ! de (h_root)
Date:       2010-10-28 13:47:22
Message-ID: 20101028134722.378DC201DD () hilbert ! suse ! de
[Download RAW message or body]


Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory
checked in at Thu Oct 28 15:47:22 CEST 2010.



--------
--- linuxrc/linuxrc.changes	2010-10-20 15:58:39.000000000 +0200
+++ linuxrc/linuxrc.changes	2010-10-28 14:04:38.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 28 14:04:30 CEST 2010 - snwint@suse.de
+
+- increase TTL for SLP (bnc #649854)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  linuxrc-3.5.4.tar.bz2

New:
----
  linuxrc-3.5.5.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.9iJNsv/_old	2010-10-28 15:47:03.000000000 +0200
+++ /var/tmp/diff_new_pack.9iJNsv/_new	2010-10-28 15:47:03.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package linuxrc (Version 3.5.4)
+# spec file for package linuxrc (Version 3.5.5)
 #
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -24,9 +24,9 @@
 Group:          System/Boot
 AutoReqProv:    on
 Summary:        SUSE Installation Program
-Version:        3.5.4
+Version:        3.5.5
 Release:        1
-Source:         linuxrc-3.5.4.tar.bz2
+Source:         linuxrc-3.5.5.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-3.5.4.tar.bz2 -> linuxrc-3.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
                '--exclude=.svnignore' old/linuxrc-3.5.4/VERSION \
                new/linuxrc-3.5.5/VERSION
--- old/linuxrc-3.5.4/VERSION	2010-10-20 15:58:21.000000000 +0200
+++ new/linuxrc-3.5.5/VERSION	2010-10-28 14:04:24.000000000 +0200
@@ -1 +1 @@
-3.5.4
+3.5.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
                '--exclude=.svnignore' old/linuxrc-3.5.4/changelog \
                new/linuxrc-3.5.5/changelog
--- old/linuxrc-3.5.4/changelog	2010-10-20 15:58:22.000000000 +0200
+++ new/linuxrc-3.5.5/changelog	2010-10-28 14:04:25.000000000 +0200
@@ -1,4 +1,7 @@
-2010-10-20:	HEAD
+2010-10-28:	HEAD
+	- increase TTL for SLP (bnc #649854)
+
+2010-10-20:	3.5.4
 	- really accept static ipv6 addresses (bnc #633519)
 
 2010-09-28:	3.5.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' \
                '--exclude=.svnignore' old/linuxrc-3.5.4/slp.c \
                new/linuxrc-3.5.5/slp.c
--- old/linuxrc-3.5.4/slp.c	2010-09-28 14:21:31.000000000 +0200
+++ new/linuxrc-3.5.5/slp.c	2010-10-28 14:04:17.000000000 +0200
@@ -281,6 +281,11 @@
       close(s);
       return NULL;
     }
+  i = 8;	/* like openslp */
+  if (setsockopt(s, IPPROTO_IP, IP_MULTICAST_TTL, &i, sizeof(i)));
+    {
+      perror("setsockopt IP_MULTICAST_TTL");
+    }
   for (tries = 0; tries < 3; tries++)
     {
       if (slpsend(s, sendbuf, l, &mcsa, 0))


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



Remember to have fun...

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic