SHA256
7
0
forked from pool/openwsman

209 Commits
devel ... main

Author SHA256 Message Date
9c7c66a14a Accepting request 1239566 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/1239566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=80
2025-01-22 15:39:47 +00:00
41f4b8ede4 Accepting request 1239336 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=79
2025-01-21 20:11:29 +00:00
Klaus Kämpf
09798c3be0 Use strip-nondeterminism to normalize jar mtimes for reproducible builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=264
2025-01-21 17:52:17 +00:00
4093f11595 Accepting request 1228797 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/1228797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=78
2024-12-08 10:37:15 +00:00
Klaus Kämpf
498f7249fd - Update to 2.8.0
* Update to OpenSSL 3
  * Needs CMake 3.27 or later
  * Mostly compatibility and compiler warning fixes
    - builds on MacOS now (kkaempf)
    - updated to cmake 3.x (kkaempf)
    - fix usage of `facility` in logging (kkaempf)
    - fix Ruby rb_io vs rb_io_t to support Ruby 3.x (Vitezslav Crhonek, kkaempf)
    - Fixed missing void in prototypes causing compile errors when
      using -Wstrict-prototypes (Olaf Trygve Berglihn)
    - Removed unused token lineno causing errors due to compile
      flag -Wunused (Olaf Trygve Berglihn)
    - Link with libm for floor() function (Khem Raj)
    - Added wsman-key-value.h to list of headers to install (Olaf Trygve Berglihn)
    - wsman-win-client-transport: add SECURITY_FLAG_IGNORE_CERT_WRONG_USAGE,
      Ignore more problematic certificates if verify_peer is 0. (Alexander Usyskin)
    - unlock mutex before destroy (kkaempf)
    - fix many compiler warnings (Alexander Usyskin)
    - add Python 3.11 support (Joshua Kugler)
    - drop Python 3.7 support (kkaempf)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=262
2024-12-06 14:44:38 +00:00
98f2b9cfd1 Accepting request 1149159 from systemsmanagement:wbem
- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=77
2024-02-22 19:59:58 +00:00
be5606024c - Use %patch -P N instead of deprecated %patchN.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=260
2024-02-22 10:10:37 +00:00
ec67a17c47 Accepting request 1058660 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/1058660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=76
2023-01-16 16:59:43 +00:00
Klaus Kämpf
ae1cb791f8 Accepting request 1058638 from home:schubi2:pam_usr_etc
- Migration of PAM settings to /usr/lib/pam.d.

OBS-URL: https://build.opensuse.org/request/show/1058638
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=258
2023-01-16 09:58:38 +00:00
f6cf689eca Accepting request 1045668 from systemsmanagement:wbem
- Update to 2.7.2
  * Security
    - call setgroups before setuid or setgid (kkaempf)
    - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort)
  * Bugfixes
    - wsman-win-client-transport: initialize certificate pointer (Alexander Usyskin)
    - iniparser: fix buffer size (Alexander Usyskin)
    - wsman-win-client-transport: plug leak in error path (Alexander Usyskin)
    - memory.c: fix memory cleanup (Alexander Usyskin)
    - Improve handling of HTTP 401 Unauthorized (Vitezslav Crhonek)
    - Fix serialization tests (kkaempf)
    - Fix Ruby bindings warnings (kkaempf)
    - Fix Ruby plugin loading test (kkaempf)
    - Fix rpm packaging (kkaempf)
    - Allow to run tests from 'build' directory (kkaempf)
    - Add Python XML test (kkaempf)
    - Enable CUNIT tests (kkaempf)
- drop openwsman-initscript.patch and harden_openwsman.service.patch
  (both upstream)
- add openwsman-redhat-initscript.patch
- Resolve rpmlint report "libwsman3.x86_64: E:
  shlib-policy-name-error SONAME: libwsman.so.1, expected package
  suffix: 1" (packaging bug introduced by the update to v2.6.1 on
  Aug 28 2015)
- Update to 2.7.1
  Bugfix release
  * msvc build fixes (Alexander Usyskin)
  * cleanup passwords after use (Alexander Usyskin)
  * drop RANDFILE in owsmangencert.h (kkaempf)
  * fix potential NULL pointer dereference (Alexander Usyskin)
  * MinGW build enablement (Bastian Germann)
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_openwsman.service.patch
  Modified:
  * openwsman.service
- Use more appropriate %{_prefix}/lib for firewalld service
  definitions (boo#1174075).
- Update to 2.7.0
  * API change:
    client_opt: expiry and hearbeat_interval are float (Alexander Usyskin)
    wsmc_set_sub_expiry() and wsmc_set_heartbeat_interval() change their
    first parameter from int to float
  * bump so version of libwsman_client from 4 to 5
  * split off client libraries from server libraries
    libwsman_client5 is separate from libwsman3 now.
- Features
  * new functions for C++ bindings: OpenWsmanClient::GetWithFlags()
    and OpenWsmanClient::PutWithFlags to add a 'flags' parameter
    (Alexander Usyskin)
  * add FLAG_SUPRESS_100_CONTINUE to options, fixes #131 to workaround
    a curl problem. Reportedly curl 7.69.0 fixes this also in curl.
    (Alexander Usyskin)
- Fixes
  * fixed several compiler warnings (Alexander Usyskin)
  * fixed spelling errors (Tomas Winkler)
- Update to 2.6.13
  * Bugfixes
    - fixed several compiler warnings (Alexander Usyskin)
    - code cleanup (Alexander Usyskin)
    - general code robustness (Alexander Usyskin)  
- Update to 2.6.12
  * Bugfix release
    - fix regression from 2.5.0: __cimnamespace selector was not
      properly set in requests.
- Update to 2.6.11
  * Bugfix release
    - prevent double free in events error processing
- Update to 2.6.10
  * install firewalld configuration (Leap/SLE 15+, Fedora 15+)
  * Fix possible denial of service (bsc#1122623, CVE-2019-3816, CVE-2019-3833)
  * Pthread usage fixes (Alexander Usyskin)
  * Convert sprintf to snprintf and strcpy to strncpy (Tomas Winkler)
  * Many potential NULL dereferences fixed (Alexander Usyskin)
- drop bsc1122623.patch and debug_fix.patch, upstreamed
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- bsc1122623.patch: (bsc#1122623, CVE-2019-3816, CVE-2019-3833)
  + treat all non-registered by provider paths as invalid
  + fix possible denial of service in path parsing
- debug_fix.patch: fix compilation in debug mode
- use OBS specific BuildIgnore syntax that is rpm friendly. This is
  to prevent rpm parser from reporting errors.
- Remove comment from postun scriptlet because it generates a
  script which is not understood by specified interpreter
- Update to 2.6.9
- Build with CURL 7.62.0 or later
- Fix VS 2017 compilation (#114)
- Warn on empty ssl_cipher_list (#111)
- Update to 2.6.8
- Disable directory listing in the http(s) component
- Switch license to BSD-3-Clause AND GPL-2.0-only, since redirect
  plugin is under GPL 2.0 only license.
- Update RPM groups and package descriptions.
- Replace old $RPM_* shell vars. Remove some unnecessary
  %if..%endif blocks that do not affect the build process or
  result.
- Switch license to BSD-3-Clause AND GPL-2.0-only, since redirect
  plugin is under GPL 2.0 only license.
- Update to 2.6.7
  - Features
    - Build with CMake 2.6 or later
  - Bugfixes
    - fix return value check for SSL_CTX_set_cipher_list()
    - fix pam config for local install
- python3-openwsman
- fix Source declarations to get a complete src.rpm
- Build Python3 on Leap and SLE 15
- Fix RHEL7 build
- update to 2.6.6
  - openssl 1.1.0 compatibility
  - build python3 or python2 binding, but not both
- update to 2.6.5
  - Fix python3 / ruby 2.5 compatibility
  - drop openwsman-2.6.2-python3.patch
- Replace obsolete pam modules with standard ones
- update to 2.6.4
  - Bugfixes
    - setup ECDHE to allow Perfect Forward Secrecy, using the p256
      NIST prime curve (CVE-2016-2183) (mmeissner)
- Package for python 3
- Add openwsman-2.6.2-python3.patch 
- use strip-nondeterminism to make build more reproducible
- update to 2.6.3
  - Bugfixes
    - Prevent buffer overflow if digest realm too long
    - Ensure path starts with '/' in client data endpoint
    - Java bindings build fix
    - Fix SSL library, usage is not thread safe (vcrhonek)
    - Improve NetBSD and OSX builds (apjanke)
    - Install winrs with correct name and permissions
- make winrs executable
  add-shebang-to-winrs.patch
- Install winrs with executable permissions
- Update to 2.6.2
  - Features
    - Install winrs.rb (Windows Remote Shell) to /usr/bin
    - New package: winrs
  - Bugfixes
    - Make iniparser thread-safe (Emil Bartczak)
    - Fix excessive RPM rebuilds (Olaf Hering)
    - Fix selector extraction from URI query (Markus Kolb)
    - Fix RPM building on older distributions
    - Fix RPM building on Fedora 22
- Fix build for older distributions.
  Add struct-epr.diff
- Update to 2.6.1
  - Features
    - Add curlopt_nosignal option to openwsman_client.conf to prevent
      CURL crashes in multithreaded client applications
    - Limit EnvelopeSize to 32767 if wsman:MaxEnvelopeSize not set in
      request (WS-Man 1.2 compatibility) (Prabhakar Pujeri)
  - Bugfixes
    - fix memory leaks (Vitezslav Crhonek)
    - honor client:agent from openwsman_client.conf
    - fix possible crash in dictionary_get()
- fix SLE 10 & 11 builds
- Update to 2.6.0
  - Features
    - Implement DSP 0226 Section 6.3 wsman:Locale
      (wsmc_set_locale, wsmc_get_locale)
    - set transport timeout for c++ binding (prabhakar_pujeri@dell.com)
    - print CIMError code in HTTP header (prabhakar_pujeri@dell.com)
- Update to 2.5.2
  - Features
    - build native Python package (Ahmad Jagot)
  - Cleanup
    - remove (unused) 'min_threads' config option (Vitezslav Crhonek)
- Update to 2.5.1
  - Features
    - adds RFC1866 support in allowing ; as a separator for
      resource uri query parameters (selectors).
    - print a warning if a resource URI (wrongly) uses ',' as
      query parameter separator.
- Update to 2.5.0
  - Drop 'openwsmand' service name, use 'openwsman' only
    (was never properly supported by systemd anyways)
  - Features
    - Rewrite selector and property handling to keep
      them in order (#49)
      Selectors and properties can now handle EndpointReferences
      as values. This increases compatibility with Intel AMT 7.0
      and later.
    - ABI change, .so version 3
    - Ruby: Add EndPointReference#to_s
- Update to 2.4.15
  - Features
    - Ruby: Add Fault#to_s
    - Ruby: Enable ClientOptions#properties=
    - Cim: New config option "cim_client_cql' to select CQL query
      identifier ('CQL' - default, 'DMTF:CQL' - standards-compliant)
  - Bugfixes
    - Fix segfault in wsmc_add_property
    - Fix memleak in xpath handling
    - Fix typo in parsing max_connections_per_thread (vcrhonek)
    - Ruby: ClientOptions#properties=
- Update to 2.4.14
  - Features
    - Improved C++ bindings (Peter Hatina)
  - Bugfixes
    - Build fixes for Fedora21, RHEL7, and CentOS7
    - option parser accepts '-?' and '--help' as valid
- Fix Fedora 21, RHEL 7, and CentOS 7 build
- Update to 2.4.13
  - Features
    - Support Ruby 2.2
  - Bugfixes
    - Parsing of vendor namespaces (#48, #38)
    - Client getters memory leaks (#47)
    - Keep order of 'invoke' parameters (#49)
- check SSL version
- Update to 2.4.12
  - Features
    - New config option 'ssl_disable_protocols'. Pre-set to disable
      SSLv2 and v3 in SSL mode
    - Ruby: support Ruby 2.1 threading API
  - Bugfixes
    - Fix memory corruption due to a malloc made with the wrong size
    - iniparser: dictionary_set' must return a value (David Holm)
- drop fix-memory-corruption.patch, upstream
- call service_add_pre unconditionally
- Fix possible memory corruption
  Add fix-memory-corruption.patch
- Update to 2.4.11
  - Features
    - Bindings: EndPointReference.selector_names() for Python
  - Bugfixes
    - URI parsing: Disallow comma to separate selectors in resource
      uri, only ampersand is allowed. (issue #38)
    - Bindings: Fix Ruby doc generation
- Update to 2.4.10
  - Feature
    Allow to pass EndPointReference instances as invoke() parameters
    via ClientOptions.add_property
- Update to 2.4.9
  - Bugfixes
    Make finding libssl.so.* more robust (bnc#884965)
- Update to 2.4.8
  - Features
    - Add Fujitsu namespace, cim schema SVS
  - Bugfixes
    - fix memory corruption: copy key/value data for options,
      selectors, and properties
    - fix .spec file for RHEL/Fedora builds  
- Update to 2.4.7
  - Bugfixes
    - file authenticator: allow password hash of up to 128 characters
    - libu: don't exit() on malloc errors
- Update to 2.4.6
  - Features
    - Support large hashes (like SHA512) in file authentication
    - use constant-time password compare to prevent brute-force attacks
    - Create server-plugin-ruby as separate RPM
    - Add Unisys namespace and CIM class prefix 'SPAR'
  - Bugfixes
    - Fix crash on invalide resource URI  
    - Fix resource namespace for DCIM_ classes
- Split off server-side Ruby plugin to openwsman-server-plugin-ruby
- Alias systemd service openwsman to openwsmand, add respective
  rcopenwsman and rcopenwsmand commands.
- Update to 2.4.5
  - Features
    - enforce SSL operation in systemd service
    - Add /usr/sbin/rcopenwsman for systemd environments
    - New environment variable 'OPENWSMAN_CURL_TRANSPORT_SSLVERSION' to
      select SSL protocol version. Set it to 'tlsv1.2' for TLS-v1.2
      (anstein)
  - Bugfixes
    - Fix memory leaks in redirect plugin (Praveen K Paladugu)
    - shttpd: Improve error reporting if SSL context fails
    - Builds on Fedora 20 now
- Update to 2.4.4
  - Security update
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - wsmc_create_request() potential buf[20] overflow via WSMAN_ACTION_RENEW
    - LocalSubscriptionOpUpdate() unchecked fopen()
    - Incorrect order of sanity guards in wsman_get_fault_status_from_doc()
    - Unchecked memory allocation in wsman_init_plugins(), p->ifc
    - Unchecked memory allocation in mem_double(), newptr
    - Unchecked memory allocation in dictionary_new(), d, d->val, d->key, d->hash
    - Unchecked memory allocation in u_error_new(), *error
    - sighup_handler() in wsmand.c uses unsafe functions in a signal handler
  - Features
    - add rcopenwsman command to systemd environments
  - Bindings
    - support rdoc 2.1 in Ruby bindings
    - cmake: use PYTHON_INCLUDE_DIRS
- add 'rcopenwsmand' for systemd-based distributions
- Update to 2.4.3
  - Fix bindings for Java 1.5
  - Raise exception if client creation fails (bindings)
- Update to 2.4.2
  - Fix crash in redirect module (typo)
  - Honor WS-Management 1.1.1 standard (line 739):
    disable multiple MessageID checks   
- Update to 2.4.1
  - Fix build for SLE11, Fedora 18 & 19
  - Fix build time test library path
  - include version.rb into ruby gem (fixes issue #18)
- Update to 2.4.0
  - Features
    - Add support for OptionSet in SOAP header (breaks ABI)
    - Increase soversion of libwsman_client to 2.0.0
    - new function wsmc_add_option
    - Redirect plugin: Added facilities to import the redirection
      details from an included file (Praveen K Paladugu)
  - Bugfixes
    - wsman_transport_set_verify_host passed wrong values to CURL
    - recognize 'Msvc' (Hyper V) and 'DCIM' (Dell Drac) CIM schemata
    - xml_parser_element_dump: fix pointer (github issue #8)
  - Bindings
    - Support for OptionSet
      - ClientOptions#add_option
      - ClientOptions#options= (Ruby)
    - XmlDoc#to_s returns non-indented xml representation
    - Define security delivery modes (WSMAN_DELIVERY_SEC_*)
    - Ruby: API change: Transport.verify_{host,peer}? return Boolean now
      Transport.verify_peer -> Transport.verify_peer?
      Transport.verify_host -> Transport.verify_host?
    - Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
    - Ruby: Accessors for OptionSet, Selectors, and Properties
      - ClientOptions#options
      - ClientOptions#properties
      - ClientOptions#selectors
    - Vastly improved bindings documentation
      Splitted off openwsman-ruby-docs subpackage
    - Generate documenation with rdoc matching Ruby version
    - Windows Remote Shell client implementation (see ruby/tests/winrs.rb)
- Fix Fedora 18 and SLE10 builds
- Drop rubygem build require, we build rpm not gem here.
- Update to 2.3.7
  - Bugfixes
    - Generate pkgconfig (.pc) files correctly
    - Require SWIG > 2.0.4 for building
- fix %post script
- Update to 2.3.6
  - Features
    - Plugins: Ability to redirect requests to a different WS-Management
      server (Praveen Paladugu)
  - Bugfixes
    - Fix xml namespace in Fault message (Praveen Paladugu)
    - Pass correct key values when creating a Cim_IndicationSubscription
      (Santosh Bidaralli)
    - verify_class_namespace: properly check for 'CIM' class schema
      (Mayur Bhosle)
    - Fix MaxElements namespace in Pull context (Praveen Paladugu)
  - Bindings
    - Ruby: fix crash in Options destructor
    - Ruby: mark passing arrays via invoke as unsupported
  - Building
    - new cmake option: BUILD_BINDINGS (defaults to yes)
    - honor BUILD_TESTS for all test directories 
    - fix MaxcOS build (Dan Villiom Podlaski Christiansen)
- fix building for non-SUSE distros, re-add java target for SLES10
- disable ruby on RHEL6 (missing ruby-devel)
- improve FindRuby, fixes CentOS5 and RHEL5 builds
- removes explicit and unecessary -target argument for javac 
- Update to 2.3.5
  - Release serializer lock only after use (satya.chittidi@emc.com)
- Fix ruby(abi) require
- Update to 2.3.4
  * Adapt to Swig 2.0.7
    - renamed construtors/destructors.
    - SwigClass.. variables are static now
------------------------------------------------------------------
- Require ruby(abi) = 1.9.1 for openSUSE > 12.1
- Update to 2.3.3
  - Bugfixes
    - Fixed enumeration with selector filter returning only one
      instance. (Zoltan Micskei)
    - mark XPath filtering as not supported (in sfcc)
  - Bindings
    - Adapt to Ruby 1.9
    - Disable RDoc for Ruby 1.9
    - WsXmlDoc.to_xml - enforce utf-8 encoding
    - Properly create AssociationInstances(CIM References) /
      AssociatedInstances(CIM Associations) filter
  
- Update to 2.3.2
  - Bugfixes
    - Assume 'XPath' as default filter dialect, not 'WQL' (Zoltan Micskei)
  - Bindings
    - Add ClientOptions#flags() (read) and ClientOptions#reset_flags()
    - Add Openwsman#uri_prefix
    - Add Openwsman#create_doc_from_string
    - Provide full EndPointReference handling
- Update to 2.3.1
  - Features
    - switch default CIMOM connection to https on port 5989
      with PAM authentication (this now reflects the default sfcb config)
  - Bindings
    - Ruby: Add Openwsman#epr_uri_for
  - Bugfixes
    - Fix build issues in .spec file
- Fix systemd %pre issues on openSUSE
- Disable building of Ruby GEM in .spec file
- Add perl-devel for CentOS6 and RHEL6
- Provide systemd support in Fedora 15
- Update to 2.3.0
  Features
  - openSUSE: support systemd
  - provider getter functions for all client and client option string
    values
  - Add ssl-related config options in [cim] section, see openwsman.conf
    ssl = yes/no
    verify_cert = yes/no
    trust_store = /etc/ssl/certs
  Bugfixes
  - Enum/Pull: Fix envelope maxsize handling, return partial result
  - Fix memleaks in client and client option string setters
    (Matthias Bolte)
  - All string value getters (for client and client_opt) return
    copies now
    (found by Matthias Bolte)
  - Define and use PLUGIN_API_VERSION for the server-side plugins
  - Handle optional arguments propertly during client endpoint URI
    creation (Matthias Bolte)
  - Make calls to 'identify' repeatable
  - Destroy serializer lock and client mutex at exit (Bing Liu)
  - Fix leak in wsmc_release (Sanjeev Putta)
  - Allow to reset transport credentials to NULL (Matthias Bolte)
  - Plug memory leaks in wsman-client-transport (Found by Suneet
    Chandok, improved by Matthias Bolte)
  - print warning if event delivery fails
  Bindings
  - Provide Ruby bindings also as GEM
    (-> https://rubygems.org/gems/openwsman)
  - Add Openwsman#create_doc_from_file to read xml files
  - Add XmlNode#next to iterate over children with identical name
  - Add Openwsman#erb_prefix_for to return EPR uri prefixes for
    different CIM schema
  - Ruby: Provide a default implementation of auth_request_callback
  - Ruby: Support Ruby 1.9
  - Expose Openwsman version as OPENWSMAN_VERSION, OPENWSMAN_MAJOR,
    OPENWSMAN_MINOR, OPENWSMAN_PATCH
  - Ruby: expand XmlNode#each to iterate over multiple children of
    same name
  - new test tool: winenum.rb, to enumerate WINRM instances
  - update documentation: Add note about escaping selector values
- Corrected the license 
- Corrected the formating according to the openSUSE standard 
- Do not package files twice.
- Update to 2.2.7
  - Features
    - Rename openwsman-client to libwsman_clientpp since it only
      includes C++ bindings. Split off libwsman_clientpp-devel.
      Move openwsman_client.conf to libwsman1.
    - Performance improvements for Enum (optimized) and Pull requests
      (Srinivas Thirumalaa)
  - Bindings
    - Fix all tests
    - Enhance client function documentation
    - Add max_elements, max_envelope_size, fragment, and timeout
      to Options
    - Use optimized enumeration in tests
  - Bugfixes
    - Fix memory leaks in wsmc_action_enumerate_and_pull and wsmc_release
      (Matthias Bolte)
    - Fix possible corruption in ws_serializer_free_mem
      (Matthias Bolte)
    - Fix recognition of ntlm and gss-negotiate auth methods when checking
      server-requested vs. client-offered methods.
  - Developer
    - Enable client tests
    - Improve Windows build (Matthias Bolte)
    - Reduce libu exposure in the public API (Matthias Bolte)
- Update to 2.2.6
  - Features
    - Add array support for indications (Suresh Sundriyal)
    - Add indication_baseclass_namespace (Till Steinbach, Suresh Sundriyal)
  - Bugfixes
    - Correctly prefix /etc when CMAKE_INSTALL_PREFIX is not /usr (Chris Poblete)
- Disable SSL callback on Fedora (curl-Bugs-1924441)
- Update to 2.2.5
  - Restrict use of wsman:MaxElements to wsman:OptimizeEnumeration
  - Fix owsmangencert.sh pathes
  - Improve CMake variable handling
- Update to 2.2.4
  - Build with cmake
  - add -java subpackage (not for SLES10)
  - enforce manual creation of certificate (to get sufficient
    entropy for randomness) (Praveen Paladugu)
- fix pam config on RHEL/Fedora
- 2.2.3.9 Bugfix release:
  - bindings (kkaempf)
    - make all constants uppercase
    - pass code, code_detail, and message to WsmanStatus()
      constructor optionally
    - Pass XmlDoc to Fault() constructor
    - Fix exceptions for Perl and Python
    - Ruby: Alias XmlDoc.foo to XmlDoc.body.foo
    - Ruby: Create bindings documentation
    - Java: Enable and fix for JDK 1.6 (kkaempf + jblunck)
  - Fix Fedora/RH build (kkaempf)
  - Use floor() instead of round() (Suresh Sundriyal)
  - Reuse username/password if auth_request_func is not set (Arun
    Venkatachalam)
  - Catch invalid reference parameters (report bad EPR values)
    (kkaempf)
  - fix Windows build (Trevor Witten)
  - fix ssl (certificate thumbprint) callback check (Arun
    Venkatachalam)
- Fix segfault on invalid reference parameters to method calls.
  bnc#599658
- Check rc.msg pointer before accessing it through CMGetPointer
- Fix dynamic loading of ssl lib (bnc#574684)
- Fix ssl certificate thumbprint callback issue
  (Arun Venkatachalam, bnc#587348)
- Updated to 2.2.3 final release
  - cleanup: access CMPIString by macro, not by casted direct
    member access
  - fix connection error msg: rc.msg is a CMPIString, not a char*
    (kkaempf)
  - fix for OperationTimeout parsing (Chris Poblete)
- Updated to 2.2.3 pre-release
  - fix Windows build (forum.openwsman.org)
  - fix to build with non-standard subscriptions dir (Chris Poblete)
  - accept OperationTimeout values as outlined in Section 3.2.6.1
    of http://www.w3.org/TR/xmlschema-2 (Chris Poblete)
  - fall back to IPv4 if IPv6 unsupported (Arun Venkatachalam)
  - make IPv4 vs. IPv6 configurable (kkaempf)
  - support invoking a method with array type parameter/arguments
    (Chris Poblete, bnc#581414)
  - fix crash in (unhandled) Array argument (Suresh Sundriyal)
  - handle MaxElements in Pull operations (Chris Poblete, kkaempf,
    bnc#581731)
  - fix building with ssl when openssl/ssl.h is available
    (Chris Poblete)
  - make plugin directory configurable (Chris Poblete)
  - fix "WXF Invalid Representation" error when sending a Create
    instance request  using the WinRm client (Trevor Witten)
- Update to 2.2.2 bugfix release
  - fix init.d script to run on non-LSB systems (bnc#571873)
  - Clean up CMake build
  - More build fixes for RHEL5, Fedora 11+12, CentOS 5
  - Fix host certificate check in eventing, enable only if the
    verify_host flag is set (bnc#569611)
  - fix NULL pointer dereference in PullResponse (bnc#572553)
  - adapt bindings to Swig 1.3.40
  - fix setters in bindings
- fillup_and_install is for SUSE only, remove in .spec for others
- re-add openwsman.SuSEfirewall2 and openwsman.pam
- Update to 2.2.1
- Major changes:
  - Enumeration timeout fixed, resulting in --enum-idle-timeout option
    to openwsmand taking seconds (instead of miliseconds) now
  - Client side CRL (certificate revocation list) support
    (Arun Venkatachalam)
  - split off client config as /etc/openwsman/openwsman_client.conf
  - Fix upper limit check for threads and their stack usage (Suresh Sundriyal)
    (Allowing to confine memory usage in the 10-20MB range!)
    Reintroduce max_thread config file parameter and two new parameters
    * max_connections_per_thread
    * thread_stack_size
- Minor changes:
  - require swig 1.3.30 or later (rhel5 users: upgrade !)
  - clean up fault generation in CIM backend (Suresh Sundriyal)
  - fix various memory leaks (Suresh Sundriyal)
  - fix Python bindings build (kkaempf)
  - Fix security risk when listing indication subscriptions (Suresh Sundriyal)
  - Fix xml namespace for enumeration and subscription filters (kkaempf)
  - Fix class names for swig bindings, makes Python bindings
    operational (kkaempf)
  - Use same encoding for faults as in incoming msg (bug305, kkaempf)
  - Make WS-Enumeration pull response comply to WS-Enumeration sequence
    ordering (bug220, Suresh Sundriyal)
- Fix build for Fedora 11.x, 12.x, and RHEL 5.x
- updated to the version 2.2.0
  - Major changes:
    - Adapt IANA ports of 5985 (http) and 5986 (https)
    - Change the Ruby bindings module name to 'Openwsman'
    - Change the Ruby plugin module name to 'Openwsman'
    - IPv6 support
    - preliminary support for wbem intrinsic operations
      'EnumerateClassNames' and 'GetClass'
    - Perl client bindings
  - Minor changes:
    - Perl example code added (by warptrosse@gmail.com)
    - Fixes to the CMake build environment
    - Fixes to the sfcc backend (argument handling, xml escaping)
    - Many other bug fixes, e.g.
      297: More detailed http status codes
      309: Use correct namespace for detecting Filter node
      288: CIM Provider Faults not getting propagated to client 
      279: Openwsman server is adding extra CRLF
- longer description
- fix build for SLE9, 10, and 11.
- using official ports 5985 and 5986 by default (fate#306512)
- SuSE Firewall configuration
- use new python macros
- Fix build with automake-11.1
  - openwsman-2.1.0-automake_fix.patch
- fix cyclic dependencies of packages [bnc#467956]
- fixed SSL/invoke method (ssl_fix.patch and invoke_fix.patch)
- Fix possible segfault (bnc#442327)
- updated to 2.1.0
  * Security related fixes
  * Many bug fixes related to http stack
  * GSSAPI support (thanks to Paul Moore)
- updated to 2.0.1
  * Added Java bindings
  * Set proxy in C++ bindings
  * Fixed SelectorSet Filter
  * Added SelectorSet filter support to C++ interface
  * SelecorFilter does not need __cimnamespace
- dropped obsoleted patch:
  * interim-bug-fixes.patch (included in update)
- Fix configure script.
- update to 2.0.0
  * Use latest shttpd code base
  * Fixed SSL related issues with shttpd
  * Ruby bindings using swish now and part of openwsman
  * Python bindings update
  * serialize/de-serialize APIs updated
    Make serialize/de-serialize APIs independent of server related structure
  * secure eventing delivery support in WS-Eventing server code and related
    options added in client code.
  * WS-Eventing client interfaces updated to make it more general
  * Source indication namespace configuration supported so that the
    namespace of subscription related classes can be different from
    that of indication class
  * Anonymous identify and custom identify file supported
  * Support SelectorSet Dialect
  * Improved Filter API
  * Improved EPR API
  * Enahnced bindings to support filters
  * Initial cmake support
  * Many other bug fixes
- added libopenssl-devel to BuildRequires
- update to svn 2336
  * added and enabled ruby bindings
  * custom and anonymous Identify support added
- new sub-packages: openwsman-ruby, openwsman-python
- add rpmlintrc for .so files within openwsman-server
- update to 1.5.9 (svn 2314) in preparation of 1.6.0
- enable python bindings
- update to 1.5.1
    * Fixed crash in CIM plugin
    * Fixed serialization in client library
- update to 1.5.0
  Openwsman 1.5 is an interim stable release toward 2.0 with all
  completed features since 1.0. This release serves as a checkpoint
  to evaluate implemented and outstanding features and to take care
  of bugs instead of waiting until the beta phase of 2.0.
  See ChangeLog for more details ...
  
- fixed installdirs (mkinstalldir.patch)
- added entries to ChangeLog from wiki (changelog.patch)
- renamed openwsman to libwsman1 and openwsman-devel to libwsman-devel
- removed obsolete patches
  * devel.patch (included in update)
  * get_auth.patch (included in update)
  * remote_fs.patch (included in update)
- update to 1.2.0
- default to pam authentication in openwsman-server
- fix filelist (include .so files for plugin loading)
- fix %preun for base package
- remove wsmand.log when deleting openwsman-server
- fix -devel dependencies
- add wsman_transport_get_auth_method() definition
- branch packages -server and -client
- replaced obsoleted macro %run_ldconfig with direct call of ldconfig
- added $remote_fs to Required-Start in init file (remote_fs.patch)
- created package (version 1.1.0)
- based on BuildService package openwsman in home:nashif

OBS-URL: https://build.opensuse.org/request/show/1045668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=75
2022-12-29 12:09:38 +00:00
Klaus Kämpf
641eaf1bbe - drop openwsman-initscript.patch and harden_openwsman.service.patch
(both upstream)
- add openwsman-redhat-initscript.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=256
2022-12-28 14:47:07 +00:00
Klaus Kämpf
a2301501e4 - Update to 2.7.2
* Security
    - call setgroups before setuid or setgid (kkaempf)
    - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort)
  * Bugfixes
    - wsman-win-client-transport: initialize certificate pointer (Alexander Usyskin)
    - iniparser: fix buffer size (Alexander Usyskin)
    - wsman-win-client-transport: plug leak in error path (Alexander Usyskin)
    - memory.c: fix memory cleanup (Alexander Usyskin)
    - Improve handling of HTTP 401 Unauthorized (Vitezslav Crhonek)
    - Fix serialization tests (kkaempf)
    - Fix Ruby bindings warnings (kkaempf)
    - Fix Ruby plugin loading test (kkaempf)
    - Fix rpm packaging (kkaempf)
    - Allow to run tests from 'build' directory (kkaempf)
    - Add Python XML test (kkaempf)
    - Enable CUNIT tests (kkaempf)

- Update to 2.7.1
  Bugfix release
  * msvc build fixes (Alexander Usyskin)
  * cleanup passwords after use (Alexander Usyskin)
  * drop RANDFILE in owsmangencert.h (kkaempf)
  * fix potential NULL pointer dereference (Alexander Usyskin)
  * MinGW build enablement (Bastian Germann)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=255
2022-12-28 14:45:31 +00:00
d3c1d90c02 Accepting request 982030 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/982030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=74
2022-06-10 13:57:57 +00:00
c201645a01 Accepting request 973282 from home:jengelh:branches:systemsmanagement:wbem
- Resolve rpmlint report "libwsman3.x86_64: E:
  shlib-policy-name-error SONAME: libwsman.so.1, expected package
  suffix: 1" (packaging bug introduced by the update to v2.6.1 on
  Aug 28 2015)

OBS-URL: https://build.opensuse.org/request/show/973282
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=253
2022-06-10 11:20:23 +00:00
93b8c1af6d Accepting request 925142 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/925142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=73
2021-10-15 21:03:33 +00:00
Klaus Kämpf
0c747aa5b5 Accepting request 925138 from home:jsegitz:branches:systemdhardening:systemsmanagement:wbem
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/925138
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=252
2021-10-13 15:14:52 +00:00
ee21a366d8 Accepting request 831199 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/831199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=72
2020-09-02 23:15:50 +00:00
Klaus Kämpf
80517f4d02 Accepting request 828930 from home:dimstar:Factory
- Use more appropriate %{_prefix}/lib for firewalld service
  definitions (boo#1174075).

OBS-URL: https://build.opensuse.org/request/show/828930
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=250
2020-09-01 14:41:44 +00:00
e79de547f4 Accepting request 810632 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/810632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=71
2020-06-02 12:41:38 +00:00
Klaus Kämpf
2da27d7bab fix build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=248
2020-05-25 13:57:49 +00:00
Klaus Kämpf
39e12642da - Update to 2.7.0
* API change:
    client_opt: expiry and hearbeat_interval are float (Alexander Usyskin)
    wsmc_set_sub_expiry() and wsmc_set_heartbeat_interval() change their
    first parameter from int to float
  * bump so version of libwsman_client from 4 to 5
  * split off client libraries from server libraries
    libwsman_client5 is separate from libwsman3 now.
- Features
  * new functions for C++ bindings: OpenWsmanClient::GetWithFlags()
    and OpenWsmanClient::PutWithFlags to add a 'flags' parameter
    (Alexander Usyskin)
  * add FLAG_SUPRESS_100_CONTINUE to options, fixes #131 to workaround
    a curl problem. Reportedly curl 7.69.0 fixes this also in curl.
    (Alexander Usyskin)
- Fixes
  * fixed several compiler warnings (Alexander Usyskin)
  * fixed spelling errors (Tomas Winkler)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=247
2020-05-25 13:31:30 +00:00
Klaus Kämpf
9478d52418 - Update to 2.6.13
* Bugfixes
    - fixed several compiler warnings (Alexander Usyskin)
    - code cleanup (Alexander Usyskin)
    - general code robustness (Alexander Usyskin)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=246
2020-05-25 08:51:56 +00:00
e3eb8958ce Accepting request 733369 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=70
2019-09-26 18:42:39 +00:00
Klaus Kämpf
fa9e41bf01 drop old tarball
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=244
2019-09-26 08:14:46 +00:00
Klaus Kämpf
7dadc4ddf3 - Update to 2.6.12
* Bugfix release
    - fix regression from 2.5.0: __cimnamespace selector was not
      properly set in requests.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=243
2019-09-17 15:46:00 +00:00
5e7c3bd166 Accepting request 731472 from systemsmanagement:wbem
- Update to 2.6.11
  * Bugfix release
    - prevent double free in events error processing

  * Many potential NULL dereferences fixed (Alexander Usyskin)

OBS-URL: https://build.opensuse.org/request/show/731472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=69
2019-09-17 11:39:59 +00:00
Klaus Kämpf
6dbf10186a - Update to 2.6.11
* Bugfix release
    - prevent double free in events error processing

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=241
2019-09-17 10:06:14 +00:00
Klaus Kämpf
c849e5d41e * Many potential NULL dereferences fixed (Alexander Usyskin)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=240
2019-09-16 13:43:44 +00:00
bf454e181d Accepting request 723295 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/723295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=68
2019-08-15 10:28:52 +00:00
Klaus Kämpf
0a903ad085 - Update to 2.6.10
* install firewalld configuration (Leap/SLE 15+, Fedora 15+)
  * Fix possible denial of service (bsc#1122623, CVE-2019-3816, CVE-2019-3833)
  * Pthread usage fixes (Alexander Usyskin)
  * Convert sprintf to snprintf and strcpy to strncpy (Tomas Winkler)
- drop bsc1122623.patch and debug_fix.patch, upstreamed
- Switch license to BSD-3-Clause AND GPL-2.0-only, since redirect
  plugin is under GPL 2.0 only license.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=238
2019-08-07 12:06:19 +00:00
882d3969d4 Accepting request 709673 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/709673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=67
2019-06-13 21:06:18 +00:00
5a11550f77 Accepting request 709447 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709447
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=236
2019-06-13 07:23:07 +00:00
3884574c3a Accepting request 705567 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/705567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=66
2019-05-28 07:42:08 +00:00
Klaus Kämpf
06718e4e00 Accepting request 690973 from home:adamm:branches:systemsmanagement:wbem
- bsc1122623.patch: (bsc#1122623, CVE-2019-3816, CVE-2019-3833)
  + treat all non-registered by provider paths as invalid
  + fix possible denial of service in path parsing
- debug_fix.patch: fix compilation in debug mode
- use OBS specific BuildIgnore syntax that is rpm friendly. This is
  to prevent rpm parser from reporting errors.

OBS-URL: https://build.opensuse.org/request/show/690973
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=234
2019-05-27 06:07:31 +00:00
Klaus Kämpf
84c0f41f69 Accepting request 674191 from home:olh:branches:systemsmanagement:wbem
- Remove comment from postun scriptlet because it generates a
  script which is not understood by specified interpreter

OBS-URL: https://build.opensuse.org/request/show/674191
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=233
2019-02-28 10:15:54 +00:00
7842580c13 Accepting request 650339 from systemsmanagement:wbem
- Update to 2.6.9
- Build with CURL 7.62.0 or later
- Fix VS 2017 compilation (#114)
- Warn on empty ssl_cipher_list (#111)

- Update to 2.6.8
- Disable directory listing in the http(s) component

OBS-URL: https://build.opensuse.org/request/show/650339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=65
2018-11-20 21:43:34 +00:00
Klaus Kämpf
8f6abb49bf fix SLE 10 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=231
2018-11-20 08:33:51 +00:00
Klaus Kämpf
fcab426c0d - Update to 2.6.9
- Build with CURL 7.62.0 or later
- Fix VS 2017 compilation (#114)
- Warn on empty ssl_cipher_list (#111)

- Update to 2.6.8
- Disable directory listing in the http(s) component

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=230
2018-11-20 08:17:13 +00:00
Klaus Kämpf
d0b80f8880 provides openwsman-python
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=229
2018-06-06 05:33:57 +00:00
90f490cc92 Accepting request 582529 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/582529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=64
2018-03-05 12:45:06 +00:00
Klaus Kämpf
2da34c0527 Accepting request 582362 from home:jengelh:branches:systemsmanagement:wbem
- Update RPM groups and package descriptions.
- Replace old $RPM_* shell vars. Remove some unnecessary
  %if..%endif blocks that do not affect the build process or
  result.

OBS-URL: https://build.opensuse.org/request/show/582362
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=227
2018-03-05 07:58:03 +00:00
4f987569ba Accepting request 579039 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/579039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=63
2018-02-27 15:57:11 +00:00
Klaus Kämpf
77ddf6514c Accepting request 579023 from home:fcrozat:branches:systemsmanagement:wbem
- Switch license to BSD-3-Clause AND GPL-2.0-only, since redirect
  plugin is under GPL 2.0 only license.

OBS-URL: https://build.opensuse.org/request/show/579023
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=225
2018-02-22 15:16:59 +00:00
Klaus Kämpf
d0e09c5bf5 fix the build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=224
2018-02-19 14:15:09 +00:00
Klaus Kämpf
fd678c5b8b - Update to 2.6.7
- Features
    - Build with CMake 2.6 or later
  - Bugfixes
    - fix return value check for SSL_CTX_set_cipher_list()
    - fix pam config for local install

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=223
2018-02-19 12:13:38 +00:00
Klaus Kämpf
1088d439a8 fix requires for python3
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=222
2018-01-26 09:04:58 +00:00
Klaus Kämpf
96567e033d - python3-openwsman
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=221
2017-12-13 09:58:22 +00:00
Klaus Kämpf
5f61bfdff1 make spec future-proof
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=220
2017-12-12 11:21:06 +00:00
Klaus Kämpf
dddf52f1f9 - fix Source declarations to get a complete src.rpm
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=219
2017-12-11 10:45:43 +00:00
Klaus Kämpf
38e77048ee fix pamfile
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=218
2017-12-11 10:29:59 +00:00
Klaus Kämpf
dad1765aaf - Build Python3 on Leap and SLE 15
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=217
2017-12-06 14:03:43 +00:00
Klaus Kämpf
319cc62069 - Fix RHEL7 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=216
2017-12-05 08:45:50 +00:00
Klaus Kämpf
2417a081ab - update to 2.6.6
- openssl 1.1.0 compatibility
  - build python3 or python2 binding, but not both
- update to 2.6.5
  - Fix python3 / ruby 2.5 compatibility
  - drop openwsman-2.6.2-python3.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=215
2017-12-04 13:43:52 +00:00
Klaus Kämpf
a10a245f5e final 2.6.5
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=214
2017-11-28 11:37:44 +00:00
Klaus Kämpf
871213eb99 - Fix python3 / ruby 2.5 compatibility
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=213
2017-11-24 15:49:39 +00:00
96f83fb60d Accepting request 539883 from home:kukuk:branches:systemsmanagement:wbem
- Replace obsolete pam modules with standard ones

OBS-URL: https://build.opensuse.org/request/show/539883
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=212
2017-11-20 08:38:15 +00:00
Klaus Kämpf
6515044c45 - update to 2.6.4
- Bugfixes
    - setup ECDHE to allow Perfect Forward Secrecy, using the p256
      NIST prime curve (CVE-2016-2183) (mmeissner)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=211
2017-11-07 12:42:15 +00:00
4dd3687588 Accepting request 522878 from systemsmanagement:wbem
1

OBS-URL: https://build.opensuse.org/request/show/522878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=62
2017-09-13 20:32:56 +00:00
Klaus Kämpf
dd612e338e Accepting request 522870 from home:KGronlund:branches:systemsmanagement:wbem
I think this fixes compatibility with other distros

OBS-URL: https://build.opensuse.org/request/show/522870
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=209
2017-09-10 11:16:42 +00:00
ab0eb2fcce Accepting request 492310 from systemsmanagement:wbem
1

OBS-URL: https://build.opensuse.org/request/show/492310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=61
2017-05-03 13:56:42 +00:00
Klaus Kämpf
1974f60fcb Accepting request 492267 from home:bmwiedemann:branches:systemsmanagement:wbem
use strip-nondeterminism to make build more reproducible

OBS-URL: https://build.opensuse.org/request/show/492267
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=207
2017-05-01 14:03:28 +00:00
cecd0a45f1 Accepting request 403832 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/403832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=60
2016-06-23 11:36:59 +00:00
Klaus Kämpf
f4010bd2e2 fix SLE11 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=206
2016-06-21 11:35:28 +00:00
Klaus Kämpf
dc89917543 - update to 2.6.3
- Bugfixes
    - Prevent buffer overflow if digest realm too long
    - Ensure path starts with '/' in client data endpoint
    - Java bindings build fix
    - Fix SSL library, usage is not thread safe (vcrhonek)
    - Improve NetBSD and OSX builds (apjanke)
    - Install winrs with correct name and permissions

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=205
2016-06-21 09:44:48 +00:00
Klaus Kämpf
d9c9a4403f - Install winrs with executable permissions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=204
2016-06-20 12:52:36 +00:00
bbc1abe86c Accepting request 348202 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/348202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=59
2015-12-24 11:16:02 +00:00
Klaus Kämpf
b6432be9ee - make winrs executable
add-shebang-to-winrs.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=202
2015-12-03 07:20:32 +00:00
0c4397dd0e Accepting request 340445 from systemsmanagement:wbem
- Update to 2.6.2
  - Features
    - Install winrs.rb (Windows Remote Shell) to /usr/bin
    - New package: winrs
  - Bugfixes
    - Make iniparser thread-safe (Emil Bartczak)
    - Fix excessive RPM rebuilds (Olaf Hering)
    - Fix selector extraction from URI query (Markus Kolb)
    - Fix RPM building on older distributions
    - Fix RPM building on Fedora 22

- Fix build for older distributions.
  Add struct-epr.diff

OBS-URL: https://build.opensuse.org/request/show/340445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=58
2015-10-26 11:48:47 +00:00
Klaus Kämpf
b4de63fa24 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=200 2015-10-22 14:55:50 +00:00
Klaus Kämpf
f402056e3f OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=199 2015-10-14 12:54:23 +00:00
Klaus Kämpf
d0671ab001 - Make iniparser thread-safe (Emil Bartczak)
- Fix excessive RPM rebuilds (Olaf Hering)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=198
2015-10-14 12:52:47 +00:00
Klaus Kämpf
4c4142599c WTF? local build works, OSB build fails.
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=197
2015-10-08 07:20:44 +00:00
Klaus Kämpf
92d660d18c - Update to 2.6.2
- Features
    - Install winrs.rb (Windows Remote Shell) to /usr/bin
    - New package: winrs
  - Bugfixes
    - Fix excessive RPM rebuilds (olafhering)
    - Fix selector extraction from URI query (Markus Kolb)
    - Fix RPM building on older distributions
    - Fix RPM building on Fedora 22

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=196
2015-10-07 14:50:47 +00:00
Klaus Kämpf
aa36619b59 fix Fedora22
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=195
2015-10-06 06:31:58 +00:00
Klaus Kämpf
f139ce9577 - Fix build for older distributions.
Add struct-epr.diff

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=194
2015-10-05 14:23:29 +00:00
Stephan Kulow
28e3713a20 Accepting request 327655 from systemsmanagement:wbem
- Update to 2.6.1
  - Features
    - Add curlopt_nosignal option to openwsman_client.conf to prevent
      CURL crashes in multithreaded client applications
    - Limit EnvelopeSize to 32767 if wsman:MaxEnvelopeSize not set in
      request (WS-Man 1.2 compatibility) (Prabhakar Pujeri)
  - Bugfixes
    - fix memory leaks (Vitezslav Crhonek)
    - honor client:agent from openwsman_client.conf
    - fix possible crash in dictionary_get()

OBS-URL: https://build.opensuse.org/request/show/327655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=57
2015-08-29 18:04:59 +00:00
Klaus Kämpf
63760d3328 - Update to 2.6.1
- Features
    - Add curlopt_nosignal option to openwsman_client.conf to prevent
      CURL crashes in multithreaded client applications
    - Limit EnvelopeSize to 32767 if wsman:MaxEnvelopeSize not set in
      request (WS-Man 1.2 compatibility) (Prabhakar Pujeri)
  - Bugfixes
    - fix memory leaks (Vitezslav Crhonek)
    - honor client:agent from openwsman_client.conf
    - fix possible crash in dictionary_get()

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=192
2015-08-28 07:56:35 +00:00
f60fba2970 Accepting request 313299 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/313299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=56
2015-06-24 18:59:49 +00:00
Klaus Kämpf
73ec9dc4bb - fix SLE 10 & 11 builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=190
2015-06-16 14:09:06 +00:00
21f42d0e48 Accepting request 312037 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/312037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=55
2015-06-15 15:50:48 +00:00
Klaus Kämpf
c1eb60ea3d - Update to 2.6.0
- Features
    - Implement DSP 0226 Section 6.3 wsman:Locale
      (wsmc_set_locale, wsmc_get_locale)
    - set transport timeout for c++ binding (prabhakar_pujeri@dell.com)
    - print CIMError code in HTTP header (prabhakar_pujeri@dell.com)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=189
2015-06-11 09:16:07 +00:00
1cb77b06e0 Accepting request 311409 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/311409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=54
2015-06-11 06:22:43 +00:00
Klaus Kämpf
9368e1f839 - Update to 2.5.2
- Features
    - build native Python package (Ahmad Jagot)
  - Cleanup
    - remove (unused) 'min_threads' config option (Vitezslav Crhonek)
  - Features
    - adds RFC1866 support in allowing ; as a separator for
      resource uri query parameters (selectors).
    - print a warning if a resource URI (wrongly) uses ',' as
      query parameter separator.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=187
2015-06-03 08:20:51 +00:00
Klaus Kämpf
eee0abdb86 - Update to 2.5.1
- adds RFC1866 support in allowing ; as a separator for
    resource uri query parameters (selectors).
  - print a warning if a resource URI (wrongly) uses ',' as
    query parameter separator.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=186
2015-06-03 07:30:18 +00:00
6165786866 Accepting request 308922 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/308922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=53
2015-05-28 07:57:05 +00:00
Klaus Kämpf
e821efc83b - Drop 'openwsmand' service name, use 'openwsman' only
(was never properly supported by systemd anyways)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=184
2015-05-20 13:09:31 +00:00
Klaus Kämpf
475b791fc9 - Update to 2.5.0
- Features
    - Rewrite selector and property handling to keep
      them in order (#49)
      Selectors and properties can now handle EndpointReferences
      as values. This increases compatibility with Intel AMT 7.0
      and later.
    - ABI change, .so version 3
    - Ruby: Add EndPointReference#to_s

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=183
2015-05-20 11:41:38 +00:00
Klaus Kämpf
8944df34a0 - Update to 2.4.15
- Features
    - Ruby: Add Fault#to_s
    - Ruby: Enable ClientOptions#properties=
    - Cim: New config option "cim_client_cql' to select CQL query
      identifier ('CQL' - default, 'DMTF:CQL' - standards-compliant)
  - Bugfixes
    - Fix segfault in wsmc_add_property
    - Fix memleak in xpath handling
    - Fix typo in parsing max_connections_per_thread (vcrhonek)
    - Ruby: ClientOptions#properties=

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=182
2015-05-20 09:56:04 +00:00
29e5c0293c Accepting request 287530 from systemsmanagement:wbem
- Update to 2.4.14
  - Features
    - Improved C++ bindings (Peter Hatina)
  - Bugfixes
    - Build fixes for Fedora21, RHEL7, and CentOS7
    - option parser accepts '-?' and '--help' as valid

OBS-URL: https://build.opensuse.org/request/show/287530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=52
2015-02-25 01:18:06 +00:00
Klaus Kämpf
3fe484911c OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=180 2015-02-24 14:06:54 +00:00
Klaus Kämpf
ade2686bf9 - Update to 2.4.14
- Features
    - Improved C++ bindings (Peter Hatina)
  - Bugfixes
    - Build fixes for Fedora21, RHEL7, and CentOS7
    - option parser accepts '-?' and '--help' as valid

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=179
2015-02-24 14:06:36 +00:00
08164e760c Accepting request 283086 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/283086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=51
2015-01-29 08:56:42 +00:00
Klaus Kämpf
397a453c2f - Fix Fedora 21, RHEL 7, and CentOS 7 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=177
2015-01-21 09:31:34 +00:00
Klaus Kämpf
29698bc19b fix Fedora21, RHEL7, and CentOS7 builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=176
2015-01-21 08:56:07 +00:00
cc94d7eb6c Accepting request 281375 from systemsmanagement:wbem
- Update to 2.4.13
  - Features
    - Support Ruby 2.2
  - Bugfixes
    - Parsing of vendor namespaces (#48, #38)
    - Client getters memory leaks (#47)
    - Keep order of 'invoke' parameters (#49)

OBS-URL: https://build.opensuse.org/request/show/281375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=50
2015-01-15 14:59:09 +00:00
Klaus Kämpf
dba6da94fb - Update to 2.4.13
- Features
    - Support Ruby 2.2
  - Bugfixes
    - Parsing of vendor namespaces (#48, #38)
    - Client getters memory leaks (#47)
    - Keep order of 'invoke' parameters (#49)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=174
2015-01-15 08:09:22 +00:00
Stephan Kulow
bd0fc39270 Accepting request 259040 from systemsmanagement:wbem
OBS-URL: https://build.opensuse.org/request/show/259040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=49
2014-10-31 17:27:43 +00:00
Klaus Kämpf
b2630c2646 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=173 2014-10-30 19:33:53 +00:00
Klaus Kämpf
895c3b379e OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=172 2014-10-30 19:32:48 +00:00
Klaus Kämpf
809befbda9 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=171 2014-10-29 14:07:28 +00:00
Klaus Kämpf
76aa0b18f6 - check SSL version
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=170
2014-10-29 14:03:56 +00:00
Klaus Kämpf
919a901bcf - Update to 2.4.12
- Features
    - New config option 'ssl_disable_protocols'. Pre-set to disable
      SSLv2 and v3 in SSL mode
    - Ruby: support Ruby 2.1 threading API
  - Bugfixes
    - Fix memory corruption due to a malloc made with the wrong size
    - iniparser: dictionary_set' must return a value (David Holm)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=169
2014-10-28 07:52:21 +00:00
Klaus Kämpf
d12def1777 - call service_add_pre unconditionally
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=168
2014-09-17 09:26:04 +00:00
Klaus Kämpf
2013a4ea84 - Fix possible memory corruption
Add fix-memory-corruption.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=167
2014-09-12 13:26:06 +00:00
Klaus Kämpf
b51ee178de drop Ubuntu 2.4.3
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=166
2014-08-01 10:07:09 +00:00
Klaus Kämpf
7198e61090 - Update to 2.4.11
- Features
    - Bindings: EndPointReference.selector_names() for Python
  - Bugfixes
    - URI parsing: Disallow comma to separate selectors in resource
      uri, only ampersand is allowed. (issue #38)
    - Bindings: Fix Ruby doc generation

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=165
2014-08-01 10:04:05 +00:00
Klaus Kämpf
0e5beeaec7 .
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=164
2014-07-25 13:21:38 +00:00
Klaus Kämpf
1dae2039ad - Update to 2.4.10
- Feature
    Allow to pass EndPointReference instances as invoke() parameters
    via ClientOptions.add_property

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=163
2014-07-25 13:21:22 +00:00
Klaus Kämpf
9ff098a78f - Update to 2.4.9
- Bugfixes
    Make finding libssl.so.* more robust (bnc#884965)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=162
2014-07-01 06:15:16 +00:00
Klaus Kämpf
bdbff9704f - Update to 2.4.8
- Features
    - Add Fujitsu namespace, cim schema SVS
  - Bugfixes
    - fix memory corruption: copy key/value data for options,
      selectors, and properties
    - fix .spec file for RHEL/Fedora builds

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=161
2014-06-20 11:32:08 +00:00
Klaus Kämpf
ad8586eddf fix Python on RHEL
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=160
2014-06-20 08:24:11 +00:00
Klaus Kämpf
f767c9e2d9 update to 2.4.8-pre
fix Fedora build

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=159
2014-06-20 07:42:18 +00:00
Stephan Kulow
13c8aff66a Accepting request 235627 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/235627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=47
2014-06-01 17:40:27 +00:00
Klaus Kämpf
406b0d68f0 - Update to 2.4.7
- Bugfixes
    - file authenticator: allow password hash of up to 128 characters
    - libu: don't exit() on malloc errors

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=157
2014-05-21 08:19:00 +00:00
Klaus Kämpf
62a2c3fd47 - Update to 2.4.6
- Features
    - Support large hashes (like SHA512) in file authentication
    - use constant-time password compare to prevent brute-force attacks
    - Create server-plugin-ruby as separate RPM
    - Add Unisys namespace and CIM class prefix 'SPAR'
  - Bugfixes
    - Fix crash on invalide resource URI  
    - Fix resource namespace for DCIM_ classes

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=156
2014-05-20 08:09:35 +00:00
Stephan Kulow
f3dda6dee4 Accepting request 233852 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/233852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=46
2014-05-15 17:12:59 +00:00
Klaus Kämpf
4d42455e26 - Alias systemd service openwsman to openwsmand, add respective
rcopenwsman and rcopenwsmand commands.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=154
2014-05-07 09:15:07 +00:00
Klaus Kämpf
c6c86b9486 - Split off server-side Ruby plugin to openwsman-server-plugin-ruby
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=153
2014-05-07 09:14:05 +00:00
Stephan Kulow
89c3d0ac80 Accepting request 226959 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/226959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=45
2014-03-21 12:52:17 +00:00
Klaus Kämpf
d93aceda5a - Update to 2.4.5
- Features
    - enforce SSL operation in systemd service
    - Add /usr/sbin/rcopenwsman for systemd environments
    - New environment variable 'OPENWSMAN_CURL_TRANSPORT_SSLVERSION' to
      select SSL protocol version. Set it to 'tlsv1.2' for TLS-v1.2
      (anstein)
  - Bugfixes
    - Fix memory leaks in redirect plugin (Praveen K Paladugu)
    - shttpd: Improve error reporting if SSL context fails
    - Builds on Fedora 20 now

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=151
2014-03-14 10:08:26 +00:00
Klaus Kämpf
042b7aba05 update to 2.4.5
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=150
2014-03-14 10:07:34 +00:00
Klaus Kämpf
69f8eb99ba fix Fedora_20
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=149
2014-03-11 07:19:51 +00:00
Klaus Kämpf
9eb2bd5274 fix openSUSE 12.2 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=148
2014-03-11 07:10:23 +00:00
Klaus Kämpf
513f8c00dc update Debian
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=147
2014-03-10 15:27:01 +00:00
Stephan Kulow
76346f0aa3 Accepting request 224111 from systemsmanagement:wbem
- Update to 2.4.4
  - Security update
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - wsmc_create_request() potential buf[20] overflow via WSMAN_ACTION_RENEW
    - LocalSubscriptionOpUpdate() unchecked fopen()
    - Incorrect order of sanity guards in wsman_get_fault_status_from_doc()
    - Unchecked memory allocation in wsman_init_plugins(), p->ifc
    - Unchecked memory allocation in mem_double(), newptr
    - Unchecked memory allocation in dictionary_new(), d, d->val, d->key, d->hash
    - Unchecked memory allocation in u_error_new(), *error
    - sighup_handler() in wsmand.c uses unsafe functions in a signal handler
  - Features
    - add rcopenwsman command to systemd environments
  - Bindings
    - support rdoc 2.1 in Ruby bindings
    - cmake: use PYTHON_INCLUDE_DIRS

OBS-URL: https://build.opensuse.org/request/show/224111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=44
2014-02-28 06:24:42 +00:00
Klaus Kämpf
aa49ad45e6 - Update to 2.4.4
- Security update
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - ws_xml_make_default_prefix() can overflow buf parameter via sprintf()
    - wsmc_create_request() potential buf[20] overflow via WSMAN_ACTION_RENEW
    - LocalSubscriptionOpUpdate() unchecked fopen()
    - Incorrect order of sanity guards in wsman_get_fault_status_from_doc()
    - Unchecked memory allocation in wsman_init_plugins(), p->ifc
    - Unchecked memory allocation in mem_double(), newptr
    - Unchecked memory allocation in dictionary_new(), d, d->val, d->key, d->hash
    - Unchecked memory allocation in u_error_new(), *error
    - sighup_handler() in wsmand.c uses unsafe functions in a signal handler
  - Features
    - add rcopenwsman command to systemd environments
  - Bindings
    - support rdoc 2.1 in Ruby bindings
    - cmake: use PYTHON_INCLUDE_DIRS

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=145
2014-02-27 14:23:49 +00:00
Klaus Kämpf
34d27b58d1 upstream Debian update
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=144
2014-02-24 12:00:05 +00:00
Klaus Kämpf
30c6d5efe7 support Debian builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=143
2014-02-08 09:33:48 +00:00
Stephan Kulow
fbf2aa65b8 Accepting request 215591 from systemsmanagement:wbem
- add 'rcopenwsmand' for systemd-based distributions

OBS-URL: https://build.opensuse.org/request/show/215591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=43
2014-01-30 10:36:49 +00:00
Klaus Kämpf
a4214de2bd - add 'rcopenwsmand' for systemd-based distributions
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=141
2014-01-30 07:31:47 +00:00
Stephan Kulow
9b9908c841 Accepting request 210575 from systemsmanagement:wbem
- Update to 2.4.3
  - Fix bindings for Java 1.5
  - Raise exception if client creation fails (bindings)

OBS-URL: https://build.opensuse.org/request/show/210575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=42
2013-12-13 11:00:03 +00:00
Klaus Kämpf
95e4ae833e enable openwsman-ruby for RHEL6
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=139
2013-12-11 15:24:14 +00:00
Klaus Kämpf
e6df15b5c1 - Update to 2.4.3
- Fix bindings for Java 1.5
  - Raise exception if client creation fails (bindings)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=138
2013-12-10 09:28:58 +00:00
Klaus Kämpf
ebc5e7d3fe no ruby-devel in RHEL6 on OBS
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=137
2013-12-10 08:50:35 +00:00
Tomáš Chvátal
03e3834093 Accepting request 204106 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/204106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=41
2013-10-21 13:12:49 +00:00
Klaus Kämpf
8b605f6bd8 - Update to 2.4.2
- Fix crash in redirect module (typo)
  - Honor WS-Management 1.1.1 standard (line 739):
    disable multiple MessageID checks

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=135
2013-10-14 08:15:38 +00:00
Tomáš Chvátal
04acd77ccd Accepting request 198548 from systemsmanagement:wbem
- Update to 2.4.1
  - Fix build for SLE11, Fedora 18 & 19
  - Fix build time test library path
  - include version.rb into ruby gem (fixes issue #18)

OBS-URL: https://build.opensuse.org/request/show/198548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=39
2013-09-12 12:33:36 +00:00
Klaus Kämpf
90e41f9cc1 - Fix build time test library path
- include version.rb into ruby gem (fixes issue #18)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=133
2013-09-11 14:41:15 +00:00
Stephan Kulow
bbfe631a52 Accepting request 198326 from systemsmanagement:wbem
- Update to 2.4.0
  - Features
    - Add support for OptionSet in SOAP header (breaks ABI)
    - Increase soversion of libwsman_client to 2.0.0
    - new function wsmc_add_option
    - Redirect plugin: Added facilities to import the redirection
      details from an included file (Praveen K Paladugu)
  - Bugfixes
    - wsman_transport_set_verify_host passed wrong values to CURL
    - recognize 'Msvc' (Hyper V) and 'DCIM' (Dell Drac) CIM schemata
    - xml_parser_element_dump: fix pointer (github issue #8)
  - Bindings
    - Support for OptionSet
      - ClientOptions#add_option
      - ClientOptions#options= (Ruby)
    - XmlDoc#to_s returns non-indented xml representation
    - Define security delivery modes (WSMAN_DELIVERY_SEC_*)
    - Ruby: API change: Transport.verify_{host,peer}? return Boolean now
      Transport.verify_peer -> Transport.verify_peer?
      Transport.verify_host -> Transport.verify_host?
    - Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
    - Ruby: Accessors for OptionSet, Selectors, and Properties
      - ClientOptions#options
      - ClientOptions#properties
      - ClientOptions#selectors
    - Vastly improved bindings documentation
      Splitted off openwsman-ruby-docs subpackage
    - Generate documenation with rdoc matching Ruby version
    - Windows Remote Shell client implementation (see ruby/tests/winrs.rb)

OBS-URL: https://build.opensuse.org/request/show/198326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=38
2013-09-11 10:59:20 +00:00
Klaus Kämpf
494f1f9375 - Update to 2.4.1
- Fix build for SLE11, Fedora 18 & 19

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=131
2013-09-11 09:34:10 +00:00
Klaus Kämpf
4006179dd5 - Build on SLE11, add patch cmake-2.4.patch
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=130
2013-09-11 08:20:05 +00:00
Klaus Kämpf
b5d6439948 - Define security delivery modes (WSMAN_DELIVERY_SEC_*)
- Ruby: API change: Transport.verify_{host,peer}? return Boolean now
      Transport.verify_peer -> Transport.verify_peer?
      Transport.verify_host -> Transport.verify_host?
    - Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
      Splitted off openwsman-ruby-docs subpackage
    - Generate documenation with rdoc matching Ruby version

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=129
2013-09-10 14:11:09 +00:00
Klaus Kämpf
b37edcc8a8 - Update to 2.4.0
- Features
    - Add support for OptionSet in SOAP header (breaks ABI)
    - Increase soversion of libwsman_client to 2.0.0
    - new function wsmc_add_option
    - Redirect plugin: Added facilities to import the redirection
      details from an included file (Praveen K Paladugu)
  - Bugfixes
    - wsman_transport_set_verify_host passed wrong values to CURL
    - recognize 'Msvc' (Hyper V) and 'DCIM' (Dell Drac) CIM schemata
    - xml_parser_element_dump: fix pointer (github issue #8)
  - Bindings
    - Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
    - Ruby: API change: Transport.verify_{host,peer}? return Boolean now
      Transport.verify_peer -> Transport.verify_peer?
      Transport.verify_host -> Transport.verify_host?
    - Support for OptionSet
      - ClientOptions#add_option
      - ClientOptions#options= (Ruby)
    - XmlDoc#to_s returns non-indented xml representation
    - Ruby: Accessors for OptionSet, Selectors, and Properties
      - ClientOptions#options
      - ClientOptions#properties
      - ClientOptions#selectors
    - Define security delivery modes (WSMAN_DELIVERY_SEC_*)
    - Vastly improved bindings documentation
    - Generate documenation with rdoc 1.9
    - Windows Remote Shell client implementation (see ruby/tests/winrs.rb)

- Update to 2.3.7

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=128
2013-09-05 09:24:41 +00:00
Klaus Kämpf
5628870a6b update swig version
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=127
2013-08-09 09:51:54 +00:00
Stephan Kulow
b41ac067b6 Accepting request 177899 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/177899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=37
2013-06-06 13:01:18 +00:00
Klaus Kämpf
6901c70120 - Fix Fedora 18 and SLE10 builds
- Drop rubygem build require, we build rpm not gem here.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=125
2013-05-30 08:33:13 +00:00
Klaus Kämpf
f371255b01 fix Fedora 18 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=124
2013-05-30 08:28:22 +00:00
Stephan Kulow
696d252390 Accepting request 157827 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=36
2013-03-08 08:29:52 +00:00
Klaus Kämpf
dbdd8047e0 - fix %post script
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=122
2013-02-19 09:44:37 +00:00
Klaus Kämpf
4acdcbc33e remove wrong entry
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=121
2012-11-24 14:17:00 +00:00
Klaus Kämpf
9b8b93c11d - add systemd support (openSUSE > 12, Fedora > 14)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=120
2012-11-24 14:15:54 +00:00
Ismail Dönmez
facb5ecf60 Accepting request 140562 from systemsmanagement:wbem
- Update to 2.3.6
  - Features
    - Plugins: Ability to redirect requests to a different WS-Management
      server (Praveen Paladugu)
  - Bugfixes
    - Fix xml namespace in Fault message (Praveen Paladugu)
    - Pass correct key values when creating a Cim_IndicationSubscription
      (Santosh Bidaralli)
    - verify_class_namespace: properly check for 'CIM' class schema
      (Mayur Bhosle)
    - Fix MaxElements namespace in Pull context (Praveen Paladugu)
  - Bindings
    - Ruby: fix crash in Options destructor
    - Ruby: mark passing arrays via invoke as unsupported
  - Building
    - new cmake option: BUILD_BINDINGS (defaults to yes)
    - honor BUILD_TESTS for all test directories 
    - fix MaxcOS build (Dan Villiom Podlaski Christiansen)

OBS-URL: https://build.opensuse.org/request/show/140562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=34
2012-11-08 20:50:56 +00:00
Klaus Kämpf
0c76d3b4ca - fix MaxcOS build (Dan Villiom Podlaski Christiansen)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=118
2012-11-07 09:33:53 +00:00
Klaus Kämpf
4ba05d2826 fix SLE11 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=117
2012-11-07 09:00:13 +00:00
Klaus Kämpf
bd214e33c3 http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets (# The
postun section)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=116
2012-11-04 20:25:14 +00:00
Klaus Kämpf
c56f526a36 - Update to 2.3.6
- Features
    - Plugins: Ability to redirect requests to a different WS-Management
      server (Praveen Paladugu)
  - Bugfixes
    - Fix xml namespace in Fault message (Praveen Paladugu)
    - Pass correct key values when creating a Cim_IndicationSubscription
      (Santosh Bidaralli)
    - verify_class_namespace: properly check for 'CIM' class schema
      (Mayur Bhosle)
    - Fix MaxElements namespace in Pull context (Praveen Paladugu)
  - Bindings
    - Ruby: fix crash in Options destructor
    - Ruby: mark passing arrays via invoke as unsupported
  - Building
    - new cmake option: BUILD_BINDINGS (defaults to yes)
    - honor BUILD_TESTS for all test directories

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=115
2012-10-10 07:27:11 +00:00
Ismail Dönmez
bd0650a764 Accepting request 134128 from systemsmanagement:wbem
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=33
2012-09-14 10:44:47 +00:00
Klaus Kämpf
48c31de8ba SLE needs explicit java target
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=113
2012-08-12 09:40:05 +00:00
Klaus Kämpf
0a620aea6e - disable ruby on RHEL6 (missing ruby-devel)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=112
2012-08-12 09:13:37 +00:00
Klaus Kämpf
e591ff36c0 - fix building for non-SUSE distros, re-add java target for SLES10
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=111
2012-08-11 21:51:39 +00:00
Klaus Kämpf
ad994bed1d fix centos, fedora and rhel builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=110
2012-08-08 13:34:02 +00:00
Klaus Kämpf
f9f9f62300 - improve FindRuby, fixes CentOS5 and RHEL5 builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=109
2012-08-08 11:37:01 +00:00
Stephan Kulow
3e00e20314 Accepting request 125923 from systemsmanagement:wbem
- removes explicit and unecessary -target argument for javac (forwarded request 125779 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/125923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=32
2012-06-26 15:09:23 +00:00
Klaus Kämpf
0e06658a30 Accepting request 125779 from home:mvyskocil:branches:systemsmanagement:wbem
- removes explicit and unecessary -target argument for javac

OBS-URL: https://build.opensuse.org/request/show/125779
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=107
2012-06-25 08:45:56 +00:00
Stephan Kulow
7d89176833 Accepting request 123165 from systemsmanagement:wbem
- Update to 2.3.5
  - Release serializer lock only after use (satya.chittidi@emc.com)

OBS-URL: https://build.opensuse.org/request/show/123165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=30
2012-06-01 16:53:54 +00:00
Klaus Kämpf
e68362bcfd - Update to 2.3.5
- Release serializer lock only after use (satya.chittidi@emc.com)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=105
2012-06-01 07:34:51 +00:00
Stephan Kulow
af3a895857 Accepting request 122823 from systemsmanagement:wbem
- Fix ruby(abi) require

- Update to 2.3.4
  * Adapt to Swig 2.0.7
    - renamed construtors/destructors.
    - SwigClass.. variables are static now
------------------------------------------------------------------
- Require ruby(abi) = 1.9.1 for openSUSE > 12.1

- Update to 2.3.3
  - Bugfixes
    - Fixed enumeration with selector filter returning only one
      instance. (Zoltan Micskei)
    - mark XPath filtering as not supported (in sfcc)
  - Bindings
    - Adapt to Ruby 1.9
    - Disable RDoc for Ruby 1.9
    - WsXmlDoc.to_xml - enforce utf-8 encoding
    - Properly create AssociationInstances(CIM References) /
      AssociatedInstances(CIM Associations) filter
  
- Update to 2.3.2
  - Bugfixes
    - Assume 'XPath' as default filter dialect, not 'WQL' (Zoltan Micskei)
  - Bindings
    - Add ClientOptions#flags() (read) and ClientOptions#reset_flags()
    - Add Openwsman#uri_prefix
    - Add Openwsman#create_doc_from_string
    - Provide full EndPointReference handling
- Update to 2.3.1

OBS-URL: https://build.opensuse.org/request/show/122823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=29
2012-05-31 15:07:38 +00:00
Klaus Kämpf
314cfea64b - Fix ruby(abi) require
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=103
2012-05-29 19:08:01 +00:00
Klaus Kämpf
72b5b3d12d - Update to 2.3.4
* Adapt to Swig 2.0.7
    - renamed construtors/destructors.
    - SwigClass.. variables are static now
------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=102
2012-05-28 08:17:47 +00:00
Klaus Kämpf
1a489c1428 - Require ruby(abi) = 1.9.1 for openSUSE > 12.1
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=101
2012-05-26 21:22:01 +00:00
Klaus Kämpf
17430d8d2a fix warnings and Ruby bindings
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=100
2012-05-25 17:01:28 +00:00
Klaus Kämpf
2d8786bed3 builds
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=99
2012-05-25 15:44:27 +00:00
Klaus Kämpf
58222feebd - Update to 2.3.3
- Bugfixes
    - Fixed enumeration with selector filter returning only one
      instance. (Zoltan Micskei)
    - mark XPath filtering as not supported (in sfcc)
  - Bindings
    - Adapt to Ruby 1.9
    - Disable RDoc for Ruby 1.9
    - WsXmlDoc.to_xml - enforce utf-8 encoding
    - Properly create AssociationInstances(CIM References) /
      AssociatedInstances(CIM Associations) filter
  
- Update to 2.3.2
  - Bugfixes
    - Assume 'XPath' as default filter dialect, not 'WQL' (Zoltan Micskei)
  - Bindings
    - Add ClientOptions#flags() (read) and ClientOptions#reset_flags()
    - Add Openwsman#uri_prefix
    - Add Openwsman#create_doc_from_string
    - Provide full EndPointReference handling
- Update to 2.3.1
  - Features
    - switch default CIMOM connection to https on port 5989
      with PAM authentication (this now reflects the default sfcb config)
  - Bindings
    - Ruby: Add Openwsman#epr_uri_for
  - Bugfixes
    - Fix build issues in .spec file

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=98
2012-05-25 11:38:23 +00:00
Klaus Kämpf
25e56a9278 - Fix systemd %pre issues on openSUSE
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=97
2012-03-08 09:35:46 +00:00
Klaus Kämpf
a451539b60 fix systemd %pre issues :-/
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=96
2012-03-08 09:34:43 +00:00
Klaus Kämpf
0733e9c2ed - Add ssl-related config options in [cim] section, see openwsman.conf
ssl = yes/no
    verify_cert = yes/no
    trust_store = /etc/ssl/certs
  - print warning if event delivery fails

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=95
2012-03-06 14:18:49 +00:00
Klaus Kämpf
823623e696 fix Ruby init
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=94
2012-03-06 10:52:50 +00:00
Klaus Kämpf
35d628ceea - Provide systemd support in Fedora 15
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=93
2012-03-06 10:01:26 +00:00
Klaus Kämpf
299166f13b - Add perl-devel for CentOS6 and RHEL6
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=92
2012-03-06 09:19:42 +00:00
Klaus Kämpf
fd84f95f07 - Disable building of Ruby GEM in .spec file
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=91
2012-03-06 09:08:18 +00:00
Klaus Kämpf
20778254b6 release file
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=90
2012-03-05 13:23:41 +00:00
Klaus Kämpf
9923f0e0ce - Update to 2.3.0
Features
  - openSUSE: support systemd
  - provider getter functions for all client and client option string
    values
  Bugfixes
  - Enum/Pull: Fix envelope maxsize handling, return partial result
  - Fix memleaks in client and client option string setters
    (Matthias Bolte)
  - All string value getters (for client and client_opt) return
    copies now
    (found by Matthias Bolte)
  - Define and use PLUGIN_API_VERSION for the server-side plugins
  - Handle optional arguments propertly during client endpoint URI
    creation (Matthias Bolte)
  - Make calls to 'identify' repeatable
  - Destroy serializer lock and client mutex at exit (Bing Liu)
  - Fix leak in wsmc_release (Sanjeev Putta)
  - Allow to reset transport credentials to NULL (Matthias Bolte)
  - Plug memory leaks in wsman-client-transport (Found by Suneet
    Chandok, improved by Matthias Bolte)
  Bindings
  - Provide Ruby bindings also as GEM
    (-> https://rubygems.org/gems/openwsman)
  - Add Openwsman#create_doc_from_file to read xml files
  - Add XmlNode#next to iterate over children with identical name
  - Add Openwsman#erb_prefix_for to return EPR uri prefixes for
    different CIM schema
  - Ruby: Provide a default implementation of auth_request_callback
  - Ruby: Support Ruby 1.9

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=89
2012-02-22 15:33:30 +00:00
Stephan Kulow
e197bbb53d Accepting request 102297 from systemsmanagement:wbem
- Corrected the license
- Corrected the formating according to the openSUSE standard (forwarded request 101418 from worldcitizen)

OBS-URL: https://build.opensuse.org/request/show/102297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=28
2012-02-02 16:58:47 +00:00
Klaus Kämpf
4e1a77e769 Accepting request 101418 from home:worldcitizen:branches:systemsmanagement:wbem
- Corrected the license
- Corrected the formating according to the openSUSE standard

OBS-URL: https://build.opensuse.org/request/show/101418
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=87
2012-01-31 21:12:06 +00:00
Klaus Kämpf
b947e9e47b Accepting request 95513 from home:a_jaeger:FactoryFix
Do not package files twice.

OBS-URL: https://build.opensuse.org/request/show/95513
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=86
2011-12-19 12:51:21 +00:00
Klaus Kämpf
642b401f36 - Initial version 1.0.0
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=85
2011-09-21 08:27:55 +00:00
Klaus Kämpf
b7a6923e9f fix filelist
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=84
2011-09-16 10:53:56 +00:00
Sascha Peilicke
3fd2c66f96 Accepting request 82145 from systemsmanagement:wbem
- Update to 2.2.7
  - Features
    - Rename openwsman-client to libwsman_clientpp since it only
      includes C++ bindings. Split off libwsman_clientpp-devel.
      Move openwsman_client.conf to libwsman1.
    - Performance improvements for Enum (optimized) and Pull requests
      (Srinivas Thirumalaa)
  - Bindings
    - Fix all tests
    - Enhance client function documentation
    - Add max_elements, max_envelope_size, fragment, and timeout
      to Options
    - Use optimized enumeration in tests
  - Bugfix (all by Matthias Bolte)
    - Fix memory leaks in wsmc_action_enumerate_and_pull and wsmc_release
    - Fix possible corruption in ws_serializer_free_mem
  - Developer
    - Enable client tests
    - Improve Windows build (Matthias Bolte)
    - Reduce libu exposure in the public API (Matthias Bolte)

- Update to 2.2.6
  - Features
    - Add array support for indications (Suresh Sundriyal)
    - Add indication_baseclass_namespace (Till Steinbach, Suresh Sundriyal)
  - Bugfixes
    - Correctly prefix /etc when CMAKE_INSTALL_PREFIX is not /usr (Chris Poblete)

- Disable SSL callback on Fedora (curl-Bugs-1924441)

OBS-URL: https://build.opensuse.org/request/show/82145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=26
2011-09-15 12:02:48 +00:00
Klaus Kämpf
d2fc85e8d8 - Bugfixes
(Matthias Bolte)
      (Matthias Bolte)
    - Fix recognition of ntlm and gss-negotiate auth methods when checking
      server-requested vs. client-offered methods.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/openwsman?expand=0&rev=81
2011-09-15 11:00:54 +00:00
OBS User autobuild
f0ee0b8d5c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=22 2010-03-18 15:14:03 +00:00
OBS User autobuild
e5c03f150f Accepting request 34592 from systemsmanagement:wbem
Copy from systemsmanagement:wbem/openwsman based on submit request 34592 from user kwk

OBS-URL: https://build.opensuse.org/request/show/34592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=21
2010-03-12 00:52:48 +00:00
OBS User autobuild
ab726a6811 Accepting request 33650 from systemsmanagement:wbem
Copy from systemsmanagement:wbem/openwsman based on submit request 33650 from user kwk

OBS-URL: https://build.opensuse.org/request/show/33650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=20
2010-03-01 17:03:26 +00:00
OBS User autobuild
8407f38ef1 Accepting request 26666 from systemmanagement
Copy from systemmanagement/openwsman based on submit request 26666 from user coolo

OBS-URL: https://build.opensuse.org/request/show/26666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=19
2009-12-16 12:12:09 +00:00
OBS User autobuild
ee7c742739 Accepting request 22649 from systemmanagement
Copy from systemmanagement/openwsman based on submit request 22649 from user -miska-

OBS-URL: https://build.opensuse.org/request/show/22649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=18
2009-10-21 17:08:49 +00:00
OBS User autobuild
3687655d4f Accepting request 18203 from systemmanagement
Copy from systemmanagement/openwsman based on submit request 18203 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/18203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=16
2009-08-21 15:52:32 +00:00
OBS User unknown
6f7baa66c5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=15 2009-07-16 15:46:35 +00:00
OBS User unknown
b4834f7471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=14 2009-01-23 13:33:43 +00:00
OBS User unknown
611b0f2c24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=13 2008-11-06 21:23:21 +00:00
OBS User unknown
1a9468e475 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=11 2008-09-25 21:41:52 +00:00
OBS User unknown
a35bbd1997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=10 2008-05-09 22:49:46 +00:00
OBS User unknown
9a14a65a19 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=9 2008-04-23 00:04:37 +00:00
OBS User unknown
207d562fe4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=8 2008-01-24 17:34:19 +00:00
OBS User unknown
00fac29ff8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=7 2007-12-19 14:21:33 +00:00
OBS User unknown
f4a131a39c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=6 2007-12-14 16:20:17 +00:00
OBS User unknown
191f94d133 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=5 2007-11-12 14:34:18 +00:00
OBS User unknown
77da045e22 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=4 2007-11-06 22:02:20 +00:00
OBS User unknown
695ce9b678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=3 2007-08-03 15:19:59 +00:00
OBS User unknown
6e605bfa6a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=2 2007-07-25 00:00:27 +00:00
OBS User unknown
57708f0080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openwsman?expand=0&rev=1 2007-07-21 02:39:20 +00:00
2 changed files with 0 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eadccbf7e37cbcef4114bcbc01eba46c7f64df893e4a5a73b2bbe00c11320a2b
size 419198

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9996a9f64fca8488fd7a48f808edfb145d0422658a47864774eb791a3f9eaf8
size 420513