forked from pool/wbxml2
Accepting request 1199889 from mobile:synchronization:FACTORY
- update to 0.11.10: * Removed a few unused variables which gcc reported during building with -Wall compiler option. A notable case was in function decode_wv_datetime where a memory allocation failure was ignored * Added workaround for buggy FindEXPAT in cmake 3.27-3.29. * Enabled --output-on-failure in GitHub runner config of ctest. * Removed proprietary Testing.cmake. * Updated the cmake package information by replacing the find module with proper cmake config and version files. * Removed all cmake find modules of third party dependencies. * Replaced proprietary FindCheck.cmake with standard usage of PkgConfig. * Removed assert in function wbxml_tree_clb_xml_end_element of wbxml_tree_clb_xml.c. The function had already the correct error handling implemented. The library no longer crashes but returns an error. * Fixed SIGSEGV during parsing of malformed WV document in wbxml_parser.c. * Fixed the handling of a wrong Unicode character in the function parse_entity of wbxml_parser.c. The library no longer crashes but returns an error. Therefore, a new error was defined in wbxml_errors.h. The usage of assert.h was removed from wbxml_parser.c. * Added missing NULL pointer check in function decode_opaque_content of wbxml_parser.c * Added a directory for and with fuzz tests which crash(ed) the library. * Modify wbxml_getopt return opt type to int * Check for normalize_xml.pl failures in the tests (pull OBS-URL: https://build.opensuse.org/request/show/1199889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wbxml2?expand=0&rev=33
This commit is contained in:
commit
aae33ef68b
3
libwbxml-0.11.10.tar.gz
Normal file
3
libwbxml-0.11.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:027b77ab7c06458b73cbcf1f06f9cf73b65acdbb2ac170b234c1d736069acae4
|
||||||
|
size 320686
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6fe0e55369280c1a7698859a5c2bb37c8615c57a919b574cd8c16458279db66
|
|
||||||
size 362833
|
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 13:17:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.11.10:
|
||||||
|
* Removed a few unused variables which gcc reported during
|
||||||
|
building with -Wall compiler option. A notable case was in
|
||||||
|
function decode_wv_datetime where a memory allocation
|
||||||
|
failure was ignored
|
||||||
|
* Added workaround for buggy FindEXPAT in cmake 3.27-3.29.
|
||||||
|
* Enabled --output-on-failure in GitHub runner config of ctest.
|
||||||
|
* Removed proprietary Testing.cmake.
|
||||||
|
* Updated the cmake package information by replacing the find
|
||||||
|
module with proper cmake config and version files.
|
||||||
|
* Removed all cmake find modules of third party dependencies.
|
||||||
|
* Replaced proprietary FindCheck.cmake with standard usage of
|
||||||
|
PkgConfig.
|
||||||
|
* Removed assert in function wbxml_tree_clb_xml_end_element of
|
||||||
|
wbxml_tree_clb_xml.c. The function had already the
|
||||||
|
correct error handling implemented. The library no longer
|
||||||
|
crashes but returns an error.
|
||||||
|
* Fixed SIGSEGV during parsing of malformed WV document in
|
||||||
|
wbxml_parser.c.
|
||||||
|
* Fixed the handling of a wrong Unicode character in the
|
||||||
|
function parse_entity of wbxml_parser.c. The library no longer
|
||||||
|
crashes but returns an error. Therefore, a new error was
|
||||||
|
defined in wbxml_errors.h. The usage of assert.h was removed
|
||||||
|
from wbxml_parser.c.
|
||||||
|
* Added missing NULL pointer check in function
|
||||||
|
decode_opaque_content of wbxml_parser.c
|
||||||
|
* Added a directory for and with fuzz tests which crash(ed) the
|
||||||
|
library.
|
||||||
|
* Modify wbxml_getopt return opt type to int
|
||||||
|
* Check for normalize_xml.pl failures in the tests (pull
|
||||||
|
request #84).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 14:42:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Dec 6 14:42:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@ -32,7 +67,7 @@ Sat Apr 13 13:55:16 UTC 2019 - bosim@opensuse.org
|
|||||||
|
|
||||||
- updated to version 0.11.6
|
- updated to version 0.11.6
|
||||||
* Fixed/changed the encoding of element Content in CodePage
|
* Fixed/changed the encoding of element Content in CodePage
|
||||||
AirSyncBase (0x11) to WBXML_BINARY_OPTION for Microsoft
|
AirSyncBase (0x11) to WBXML_BINARY_OPTION for Microsoft
|
||||||
ActiveSync.
|
ActiveSync.
|
||||||
This element is used when the clients send a request to save a
|
This element is used when the clients send a request to save a
|
||||||
draft email.
|
draft email.
|
||||||
@ -56,11 +91,11 @@ Wed Mar 15 12:22:18 UTC 2017 - jengelh@inai.de
|
|||||||
Sun Feb 19 14:27:59 UTC 2017 - bosim@opensuse.org
|
Sun Feb 19 14:27:59 UTC 2017 - bosim@opensuse.org
|
||||||
|
|
||||||
- updated to version 0.11.5
|
- updated to version 0.11.5
|
||||||
* Fixed ActiveSync element data of code pages ResolveRecipients and
|
* Fixed ActiveSync element data of code pages ResolveRecipients and
|
||||||
GAL (issue #52 from Thomas Führer, fixed in pull request #53).
|
GAL (issue #52 from Thomas Führer, fixed in pull request #53).
|
||||||
* Added definitions of ActiveSync protocoll v16.0 (pull request #32 from Gil Hartmann).
|
* Added definitions of ActiveSync protocoll v16.0 (pull request #32 from Gil Hartmann).
|
||||||
* Added support to build a static library (issue #22 and pull requests #23, #24, #25,
|
* Added support to build a static library (issue #22 and pull requests #23, #24, #25,
|
||||||
#26 and #27 from Gaurav Gupta).
|
#26 and #27 from Gaurav Gupta).
|
||||||
* Added support for MacOS X to Travis CI environment.
|
* Added support for MacOS X to Travis CI environment.
|
||||||
* Added support for ccache (pull request #44 from Gaurav Gupta).
|
* Added support for ccache (pull request #44 from Gaurav Gupta).
|
||||||
* Fixed some memory leaks (pull requests #43 and #45 from Renu Tyagi).
|
* Fixed some memory leaks (pull requests #43 and #45 from Renu Tyagi).
|
||||||
@ -265,13 +300,13 @@ Sat Jan 12 22:32:26 CET 2008 - crrodriguez@suse.de
|
|||||||
|
|
||||||
- remove wrong hardcoded require on libexpat0 >= 1.95.4
|
- remove wrong hardcoded require on libexpat0 >= 1.95.4
|
||||||
- fix -devel package dependencies.
|
- fix -devel package dependencies.
|
||||||
- pkgconfig script wrongly injected uneeded dependencies.
|
- pkgconfig script wrongly injected uneeded dependencies.
|
||||||
- fix library-without-ldconfig-* errors
|
- fix library-without-ldconfig-* errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 3 13:46:30 CEST 2007 - dgollub@suse.de
|
Thu May 3 13:46:30 CEST 2007 - dgollub@suse.de
|
||||||
|
|
||||||
- splitted wbxml2 to libwxbml2-0, libwbxml2-devel and wbxml2-tools
|
- splitted wbxml2 to libwxbml2-0, libwbxml2-devel and wbxml2-tools
|
||||||
- updated to 0.9.2_SVN48:
|
- updated to 0.9.2_SVN48:
|
||||||
* several SyncML fixes
|
* several SyncML fixes
|
||||||
- removed .*a files
|
- removed .*a files
|
||||||
@ -296,17 +331,17 @@ Fri Apr 27 18:57:02 CEST 2007 - aj@suse.de
|
|||||||
Sat Jan 20 18:55:28 CET 2007 - dgollub@suse.de
|
Sat Jan 20 18:55:28 CET 2007 - dgollub@suse.de
|
||||||
|
|
||||||
- updated to wbxml2 0.9.2:
|
- updated to wbxml2 0.9.2:
|
||||||
* Added SyncML 1.2 support
|
* Added SyncML 1.2 support
|
||||||
* Added Microsoft AirSync support
|
* Added Microsoft AirSync support
|
||||||
* Some more cleanup and bug fixes
|
* Some more cleanup and bug fixes
|
||||||
- added patch for Makefile template to handle CFLAGS
|
- added patch for Makefile template to handle CFLAGS
|
||||||
- bumped up version to 0.9.2 in configure template
|
- bumped up version to 0.9.2 in configure template
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 11 12:01:04 CET 2006 - ro@suse.de
|
Sat Nov 11 12:01:04 CET 2006 - ro@suse.de
|
||||||
|
|
||||||
- cleanup specfile
|
- cleanup specfile
|
||||||
- fix docu permissions
|
- fix docu permissions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 19:48:32 CEST 2006 - dgollub@suse.de
|
Wed Oct 4 19:48:32 CEST 2006 - dgollub@suse.de
|
||||||
@ -332,16 +367,16 @@ Mon Dec 19 16:47:15 CET 2005 - dgollub@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 28 10:49:04 CEST 2004 - behlert@suse.de
|
Thu Oct 28 10:49:04 CEST 2004 - behlert@suse.de
|
||||||
|
|
||||||
- added patch from multisync-developers needed to handle syncml
|
- added patch from multisync-developers needed to handle syncml
|
||||||
correct (Nokia 6600 bug) [#447779]
|
correct (Nokia 6600 bug) [#447779]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 10:21:56 CEST 2004 - behlert@suse.de
|
Thu May 6 10:21:56 CEST 2004 - behlert@suse.de
|
||||||
|
|
||||||
- updated to v0.9, which is now under GPL instead of LGPL
|
- updated to v0.9, which is now under GPL instead of LGPL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 8 14:32:27 CET 2004 - behlert@suse.de
|
Mon Mar 8 14:32:27 CET 2004 - behlert@suse.de
|
||||||
|
|
||||||
- initial version
|
- initial version
|
||||||
|
|
||||||
|
26
wbxml2.spec
26
wbxml2.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wbxml2
|
# spec file for package wbxml2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
# set libname
|
# set libname
|
||||||
%define libname libwbxml2-1
|
%define libname libwbxml2-1
|
||||||
Name: wbxml2
|
Name: wbxml2
|
||||||
Version: 0.11.8
|
Version: 0.11.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WBXML parser and compiler library
|
Summary: WBXML parser and compiler library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -84,25 +84,11 @@ ecode and handle WBXML documents.
|
|||||||
%setup -q -n libwbxml-libwbxml-%{version}
|
%setup -q -n libwbxml-libwbxml-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build
|
%cmake -DENABLE_INSTALL_DOC:BOOL=OFF
|
||||||
pushd build
|
%cmake_build
|
||||||
CFLAGS="%{optflags}" \
|
|
||||||
CXXFLAGS="%{optflags}" \
|
|
||||||
cmake \
|
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
||||||
-DENABLE_INSTALL_DOC:BOOL=OFF \
|
|
||||||
%if "%{_lib}" == "lib64"
|
|
||||||
-DLIB_SUFFIX=64 \
|
|
||||||
%endif
|
|
||||||
%{_builddir}/libwbxml-libwbxml-%{version}
|
|
||||||
%make_build
|
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build
|
%cmake_install
|
||||||
%make_install
|
|
||||||
popd
|
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
@ -113,7 +99,7 @@ popd
|
|||||||
%{_libdir}/libwbxml2.so.1*
|
%{_libdir}/libwbxml2.so.1*
|
||||||
|
|
||||||
%files -n libwbxml2-devel
|
%files -n libwbxml2-devel
|
||||||
%{_datadir}/cmake/Modules/FindLibWbxml2.cmake
|
%{_libdir}/cmake/libwbxml2/
|
||||||
%{_libdir}/pkgconfig/libwbxml2.pc
|
%{_libdir}/pkgconfig/libwbxml2.pc
|
||||||
%{_libdir}/libwbxml2.so
|
%{_libdir}/libwbxml2.so
|
||||||
%{_includedir}/libwbxml*
|
%{_includedir}/libwbxml*
|
||||||
|
Loading…
Reference in New Issue
Block a user