From 988e04518c324b886b09f5e57de8f3b983e7fd14 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 20 Apr 2015 17:55:10 +0400 Subject: [PATCH 1/3] bug --- lib/ulib/apache.tools | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ulib/apache.tools b/lib/ulib/apache.tools index c7353e4..8564da3 100644 --- a/lib/ulib/apache.tools +++ b/lib/ulib/apache.tools @@ -253,6 +253,10 @@ function apache_autoconf() { if [ -d "$certsconfdir" ]; then local -a certsconfs local certsconf cert key ca + array_addu FILLVARS cert + array_addu FILLVARS key + array_addu FILLVARS ca + etitle "Installation des certificats" array_lsfiles certsconfs "$certsconfdir" "*.conf" for certsconf in "${certsconfs[@]}"; do From e24906af86b2df1a01fbf6d0a3217b037390485d Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 20 Apr 2015 17:55:25 +0400 Subject: [PATCH 2/3] Init changelog & version 1.2.4 --- CHANGES.txt | 4 ++++ VERSION.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2adc23e..e776dbf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +## Version 1.2.4 du 20/04/2015-17:55 + +988e045 bug + ## Version 1.2.3 du 20/04/2015-17:43 Correction d'un bug avec la copie des fichiers diff --git a/VERSION.txt b/VERSION.txt index 0495c4a..e8ea05d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.3 +1.2.4 From 39e47f57791b0c01b0419873e1f6b728933ca6b2 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 20 Apr 2015 17:55:44 +0400 Subject: [PATCH 3/3] maj ulib --- lib/ulib/.ulibver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ulib/.ulibver b/lib/ulib/.ulibver index d238bd3..8253a0f 100644 --- a/lib/ulib/.ulibver +++ b/lib/ulib/.ulibver @@ -1 +1 @@ -008002002 +008002003