Mailinglist Archive: opensuse-commit (1206 mails)
| < Previous | Next > |
commit openslp
- From: root@xxxxxxx (h_root)
- Date: Mon, 15 May 2006 12:55:51 +0200 (CEST)
- Message-id: <20060515105551.D81E88D6F0@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package openslp
checked in at Mon May 15 12:55:51 CEST 2006.
--------
--- openslp/openslp.changes 2006-03-24 14:35:02.000000000 +0100
+++ STABLE/openslp/openslp.changes 2006-05-10 20:42:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 10 20:41:30 CEST 2006 - mls@xxxxxxx
+
+- fix unaligned memory access on ia64 [#171932]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openslp.spec ++++++
--- /var/tmp/diff_new_pack.qvnjnU/_old 2006-05-15 12:54:20.000000000 +0200
+++ /var/tmp/diff_new_pack.qvnjnU/_new 2006-05-15 12:54:20.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: openssl-devel
Summary: An OpenSLP Implementation of Service Location Protocol V2
Version: 1.2.0
-Release: 16
+Release: 22
License: BSD, Other License(s), see package
Group: System/Daemons
URL: http://www.openslp.org/
@@ -240,6 +240,8 @@
%_libdir/libslp.so
%changelog -n openslp
+* Wed May 10 2006 - mls@xxxxxxx
+- fix unaligned memory access on ia64 [#171932]
* Fri Mar 24 2006 - mls@xxxxxxx
- fix listening on multiple interfaces [#160008]
* Sat Mar 18 2006 - schwab@xxxxxxx
++++++ openslp.diff ++++++
--- /var/tmp/diff_new_pack.qvnjnU/_old 2006-05-15 12:54:21.000000000 +0200
+++ /var/tmp/diff_new_pack.qvnjnU/_new 2006-05-15 12:54:21.000000000 +0200
@@ -16,6 +16,17 @@
return 0;
}
#else
+--- ./common/slp_net.c.orig 2002-12-03 21:04:50.000000000 +0000
++++ ./common/slp_net.c 2006-05-10 18:40:21.000000000 +0000
+@@ -92,7 +92,7 @@ int SLPNetGetThisHostname(char** hostfdn
+ }
+ else
+ {
+- ifaddr.s_addr = *((unsigned long*)he->h_addr);
++ ifaddr = *((struct in_addr *)he->h_addr);
+ *hostfdn = xstrdup(inet_ntoa(ifaddr));
+ }
+
--- ./common/slp_spi.c.orig 2002-09-10 04:38:25.000000000 +0000
+++ ./common/slp_spi.c 2006-01-30 15:33:11.000000000 +0000
@@ -267,9 +267,9 @@ SLPSpiHandle SLPSpiOpen(const char* spif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |