SF.net SVN: gar:[26245] csw/mgar/pkg/libexpat1/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Jul 14 08:53:13 CEST 2017


Revision: 26245
          http://sourceforge.net/p/gar/code/26245
Author:   dmichelsen
Date:     2017-07-14 06:53:13 +0000 (Fri, 14 Jul 2017)
Log Message:
-----------
libexpat1/trunk: Update to 2.2.2

Modified Paths:
--------------
    csw/mgar/pkg/libexpat1/trunk/Makefile
    csw/mgar/pkg/libexpat1/trunk/checksums

Modified: csw/mgar/pkg/libexpat1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libexpat1/trunk/Makefile	2017-07-12 07:24:26 UTC (rev 26244)
+++ csw/mgar/pkg/libexpat1/trunk/Makefile	2017-07-14 06:53:13 UTC (rev 26245)
@@ -1,5 +1,5 @@
 NAME = expat
-VERSION = 2.1.0
+VERSION = 2.2.2
 GARTYPE = v2
 
 DESCRIPTION = XML parser toolkit
@@ -10,7 +10,7 @@
 endef
 
 MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(DISTNAME).tar.gz
+DISTFILES = $(DISTNAME).tar.bz2
 
 # This is for legacy packages depending on CSWexpat to use libexpat.so.0
 FOREIGN_PACKAGES += CSWlibexpat0
@@ -34,6 +34,11 @@
 # Testsuite needs __func__
 EXTRA_CXXFLAGS = -features=extensions
 
+# "lib/xmlparse.c", line 56: #error: You do not have support for any sources of high quality entropy     enabled.  For end user security, that is probably not what you want.         Your options include:       * Linux + glibc >=2.25 (getrandom): HAVE_GETRANDOM,       * Linux + glibc <2.25 (syscall SYS_getrandom): HAVE_SYSCALL_GETRANDOM,       * BSD / macOS (arc4random_buf): HAVE_ARC4RANDOM_BUF,       * libbsd (arc4random_buf): HAVE_ARC4RANDOM_BUF + HAVE_LIBBSD,       * Windows (RtlGenRandom): _WIN32.         If insist on not using any of these, bypass this error by defining     XML_POOR_ENTROPY; you have been warned.         For CMake, one way to pass the define is:         cmake -DCMAKE_C_FLAGS="-pipe -O2 -DHAVE_SYSCALL_GETRANDOM" .         If you have reasons to patch this detection code away or need changes     to the build system, please open a bug.  Thank you!
+
+# No high-entropy random in old Solaris versions
+EXTRA_CPPFLAGS += -DXML_POOR_ENTROPY
+
 BUILD64 = 1
 ISAEXEC = 1
 

Modified: csw/mgar/pkg/libexpat1/trunk/checksums
===================================================================
--- csw/mgar/pkg/libexpat1/trunk/checksums	2017-07-12 07:24:26 UTC (rev 26244)
+++ csw/mgar/pkg/libexpat1/trunk/checksums	2017-07-14 06:53:13 UTC (rev 26245)
@@ -1 +1 @@
-dd7dab7a5fea97d2a6a43f511449b7cd  expat-2.1.0.tar.gz
+1ede9a41223c78528b8c5d23e69a2667  expat-2.2.2.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list