src/app-framework-main.git
8 years agoMerge pull request #1 from Tarnyko/master
jobol [Wed, 2 Dec 2015 14:25:15 +0000 (15:25 +0100)]
Merge pull request #1 from Tarnyko/master

Require libzip >= 1.0

8 years agoRequire libzip >= 1.0
Manuel Bachmann [Wed, 2 Dec 2015 14:16:51 +0000 (15:16 +0100)]
Require libzip >= 1.0

Most distributions still ship libzip 0.10, but wgtpkg is
using "zip_dir_add()", "ZIP_FL_ENC_*"... which only exist
in more recent libzip >= 1.0.

Make the autotools check more precise in this respect.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
8 years agoUse of autotools for building
José Bollo [Thu, 12 Nov 2015 14:50:06 +0000 (15:50 +0100)]
Use of autotools for building

Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoAdds validation of zip filenames
José Bollo [Tue, 10 Nov 2015 15:15:01 +0000 (16:15 +0100)]
Adds validation of zip filenames

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoImproves initialisation of xmlsec library
José Bollo [Tue, 10 Nov 2015 14:39:04 +0000 (15:39 +0100)]
Improves initialisation of xmlsec library

Testing XMLSEC_CRYPTO_DYNAMIC_LOADING to call (or not)
xmlSecCryptoDLLoadLibrary is mandatory, not optional.

Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoinitial commit
José Bollo [Mon, 9 Nov 2015 20:58:30 +0000 (21:58 +0100)]
initial commit

Change-Id: Ib882fe057690e03e2f5d32ee7e0c594697dd46c8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>