Hello community, here is the log from the commit of package sblim-sfcb for openSUSE:Factory checked in at 2012-08-26 11:34:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old) and /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-sfcb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes 2012-04-12 09:51:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes 2012-08-26 11:34:34.000000000 +0200 @@ -1,0 +2,33 @@ +Fri Jul 27 20:01:01 UTC 2012 - [email protected] + +- Add missing sys/resource.h include (glibc 2.16) + +------------------------------------------------------------------- +Sun Jun 17 12:51:26 UTC 2012 - [email protected] + +- Changes in 1.3.15 + + New Features: + - 3501314 Add dynamic logging and syslog output to sfcb trace + - 3517530 Implement mark, release routines in CMPIBrokerMemFT + - 3513390 Enforce LD and subscription limits + - 3527920 RI and http responsecodes + - 3534659 Match SfcbLocal to sfcc update + + Bugs Fixed: + - 3514627 unsupported sfcb.cfg param - use exit call + - 3516184 commClose close socket when file hndl is null + - 3517573 Problem with SequenceContext migration + - 3525651 CMSetPropertyFilter not CMPI 2.0 compliant + - 3527693 Property filters don't work for enum upcalls + - 3524819 sfcb may hang on ac call to indication subscription + - 3528074 Improve CMPIInstance Error Codes + - 3528096 Error status codes sometimes not propigated for + instances + - 3529856 httpProcs limit can be broken + - 3527620 EnumerateClasses does not include qualifiers by default + - 3532951 Filter creation fails with disable default properties + - 3533179 Double definition for union semun in FreeBSD + - 3535313 xmlUnescape may access memory beyond its buffer + +------------------------------------------------------------------- @@ -4,2 +37 @@ -Changes in 1.3.14 -================= +- Changes in 1.3.14 @@ -8 +39,0 @@ - Old: ---- sblim-sfcb-1.3.14.tar.bz2 use-local-cmpi-header-file.patch New: ---- sblim-resource.patch sblim-sfcb-1.3.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-sfcb.spec ++++++ --- /var/tmp/diff_new_pack.4iS2ch/_old 2012-08-26 11:34:35.000000000 +0200 +++ /var/tmp/diff_new_pack.4iS2ch/_new 2012-08-26 11:34:35.000000000 +0200 @@ -22,7 +22,7 @@ Group: System/Management Name: sblim-sfcb -Version: 1.3.14 +Version: 1.3.15 Release: 0 Url: http://sblim.sf.net/ @@ -41,8 +41,7 @@ Patch1: pending-upstream.patch Patch4: 0004-Don-t-call-tool_mm_flush-during-OPS_LoadProvider.patch Patch6: 0006-Reflect-provider-information-in-ps-via-argv.patch -Patch7: use-local-cmpi-header-file.patch - +Patch7: sblim-resource.patch Provides: cim-server Provides: cimserver %if 0%{?suse_version} >= 1030 ++++++ 0006-Reflect-provider-information-in-ps-via-argv.patch ++++++ --- /var/tmp/diff_new_pack.4iS2ch/_old 2012-08-26 11:34:35.000000000 +0200 +++ /var/tmp/diff_new_pack.4iS2ch/_new 2012-08-26 11:34:35.000000000 +0200 @@ -121,7 +121,7 @@ printf("--- Provider pausing for: %s\n",pauseStr); } -+ if (getControlBool("argvDebug", &argvDebug) == 0) ++ if ((getControlBool("argvDebug", &argvDebug) == 0) && argvDebug) + passOrigArgPtrs(&argc, &argv); + if (getControlBool("enableHttp", &enableHttp)) ++++++ pending-upstream.patch ++++++ --- /var/tmp/diff_new_pack.4iS2ch/_old 2012-08-26 11:34:35.000000000 +0200 +++ /var/tmp/diff_new_pack.4iS2ch/_new 2012-08-26 11:34:35.000000000 +0200 @@ -1,6 +1,6 @@ -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c ---- ../orig-sblim-sfcb-1.3.14/cimcClientSfcbLocal.c 2012-03-29 16:39:53.000000000 +0200 -+++ ./cimcClientSfcbLocal.c 2012-04-03 09:32:58.000000000 +0200 +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/cimcClientSfcbLocal.c ./cimcClientSfcbLocal.c +--- ../orig-sblim-sfcb-1.3.15/cimcClientSfcbLocal.c 2012-06-12 21:12:56.000000000 +0200 ++++ ./cimcClientSfcbLocal.c 2012-06-17 14:55:19.648000299 +0200 @@ -214,7 +214,6 @@ if (cl->connection) CMRelease(cl->connection); @@ -17,12 +17,12 @@ CONNECT_LOCK(); if (localConnectCount > 0) localConnectCount -= 1; if (localConnectCount == 0) { -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/configure.ac ./configure.ac ---- ../orig-sblim-sfcb-1.3.14/configure.ac 2012-03-31 01:37:23.000000000 +0200 -+++ ./configure.ac 2012-04-03 09:32:58.000000000 +0200 +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/configure.ac ./configure.ac +--- ../orig-sblim-sfcb-1.3.15/configure.ac 2012-06-15 01:44:35.000000000 +0200 ++++ ./configure.ac 2012-06-17 14:55:19.648000299 +0200 @@ -24,12 +24,14 @@ - AC_INIT(Small Footprint CIM Broker, 1.3.14, [email protected], sblim-sfcb) + AC_INIT(Small Footprint CIM Broker, 1.3.15, [email protected], sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) +AC_CONFIG_MACRO_DIR([m4]) @@ -35,9 +35,9 @@ AC_ARG_ENABLE(debug, [AC_HELP_STRING([--disable-debug], -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/fileRepository.c ./fileRepository.c ---- ../orig-sblim-sfcb-1.3.14/fileRepository.c 2012-03-08 22:20:27.000000000 +0100 -+++ ./fileRepository.c 2012-04-03 09:32:58.000000000 +0200 +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/fileRepository.c ./fileRepository.c +--- ../orig-sblim-sfcb-1.3.15/fileRepository.c 2012-03-08 22:20:27.000000000 +0100 ++++ ./fileRepository.c 2012-06-17 14:55:19.652000806 +0200 @@ -594,7 +594,7 @@ #endif @@ -47,10 +47,10 @@ return 0; } closedir(d); -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/Makefile.am ./Makefile.am ---- ../orig-sblim-sfcb-1.3.14/Makefile.am 2012-03-01 00:12:44.000000000 +0100 -+++ ./Makefile.am 2012-04-03 09:32:58.000000000 +0200 -@@ -619,7 +619,7 @@ +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/Makefile.am ./Makefile.am +--- ../orig-sblim-sfcb-1.3.15/Makefile.am 2012-06-13 23:21:09.000000000 +0200 ++++ ./Makefile.am 2012-06-17 14:55:19.652000806 +0200 +@@ -613,7 +613,7 @@ test: testprep check testreport endif @@ -59,9 +59,9 @@ test -f $(DESTDIR)$(sfcbstatedir)/registration/providerRegister || $(INSTALL_DATA) $(DESTDIR)$(sfcbstatedir)/stage/default.reg $(DESTDIR)$(sfcbstatedir)/registration/providerRegister if TEST_ENABLED $(srcdir)/test/stageschema.sh -d $(srcdir)/test/schema -p $(prefix) -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/providerRegister.c ./providerRegister.c ---- ../orig-sblim-sfcb-1.3.14/providerRegister.c 2010-05-01 00:25:38.000000000 +0200 -+++ ./providerRegister.c 2012-04-03 09:32:58.000000000 +0200 +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/providerRegister.c ./providerRegister.c +--- ../orig-sblim-sfcb-1.3.15/providerRegister.c 2010-05-01 00:25:38.000000000 +0200 ++++ ./providerRegister.c 2012-06-17 14:55:19.652000806 +0200 @@ -178,7 +178,7 @@ dir = "/var/lib/sfcb/registration"; } @@ -80,10 +80,10 @@ n++; if (stmt) free(stmt); stmt = strdup(fin); -diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.14/sfcBroker.c ./sfcBroker.c ---- ../orig-sblim-sfcb-1.3.14/sfcBroker.c 2012-03-05 20:12:09.000000000 +0100 -+++ ./sfcBroker.c 2012-04-03 09:32:58.000000000 +0200 -@@ -637,7 +637,7 @@ +diff -wruN -x '*~' ../orig-sblim-sfcb-1.3.15/sfcBroker.c ./sfcBroker.c +--- ../orig-sblim-sfcb-1.3.15/sfcBroker.c 2012-06-13 23:21:09.000000000 +0200 ++++ ./sfcBroker.c 2012-06-17 14:55:19.652000806 +0200 +@@ -643,7 +643,7 @@ if (*optarg == '?') { fprintf(stdout, "--- Traceable Components: Int Hex\n"); for (i = 0; traceIds[i].id; i++) ++++++ sblim-resource.patch ++++++ Index: sblim-sfcb-1.3.15/providerMgr.c =================================================================== --- sblim-sfcb-1.3.15.orig/providerMgr.c +++ sblim-sfcb-1.3.15/providerMgr.c @@ -39,6 +39,7 @@ #include "config.h" #include <pthread.h> +#include <sys/resource.h> #ifdef HAVE_QUALREP #include "qualifier.h" Index: sblim-sfcb-1.3.15/cimXmlRequest.c =================================================================== --- sblim-sfcb-1.3.15.orig/cimXmlRequest.c +++ sblim-sfcb-1.3.15/cimXmlRequest.c @@ -46,6 +46,8 @@ #include "config.h" #include "control.h" +#include <sys/resource.h> + #ifdef SFCB_IX86 #define SFCB_ASM(x) asm(x) #else ++++++ sblim-sfcb-1.3.14.tar.bz2 -> sblim-sfcb-1.3.15.tar.bz2 ++++++ ++++ 6454 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
