Package: pugixml / 1.7-2

Metadata

Package Version Patches format
pugixml 1.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001 enable_staticlib_generation.patch | (download)

scripts/CMakeLists.txt | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 enable both static and shared library building
 By default the upstream builds only static library if a
 BUILD_SHARED_LIBS is not set and if it is set it only builds only
 shared library. This patch allows building both static and shared
 library.
 .
 Additionally when both shared and static libs were built there was
 conflict of name as upstream was using same name for both. This patch
 also handles this.
 .
 Upstream naming conventions for library and SONAME was not as
 required by d-shlibs this patch also fixes it.
2002 drop_privacy_breaching_code.patch | (download)

docs/manual.html | 3 1 + 2 - 0 !
docs/quickstart.html | 3 1 + 2 - 0 !
2 files changed, 2 insertions(+), 4 deletions(-)

 drop privacy breaching information from docs
 Documentation have link to fonts.googleapis.com to get beautification
 elements i.e. CSS and fonts. This results in fetching of remote data
 without user consent. Since the element only involved additional
 beautification its dropped instead of providing replacement.