commit b64709ec79ae36f9193a59c34ebe926863174014
Author: Elan Ruusamäe <[email protected]>
Date:   Sat May 14 15:59:18 2016 +0300

    fix challenges dir
    
    there's no point to hide the challenges dir and i already used without
    dot elsewhere

 letsencrypt.sh.spec |  2 +-
 pld.patch           | 13 +++++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec
index 1fec602..89322cb 100644
--- a/letsencrypt.sh.spec
+++ b/letsencrypt.sh.spec
@@ -1,7 +1,7 @@
 Summary:       letsencrypt/acme client implemented as a shell-script
 Name:          letsencrypt.sh
 Version:       0.1.0
-Release:       0.5
+Release:       0.6
 License:       MIT
 Group:         Applications/Networking
 Source0:       
https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz
diff --git a/pld.patch b/pld.patch
index 3419780..58f706c 100644
--- a/pld.patch
+++ b/pld.patch
@@ -1,5 +1,5 @@
---- letsencrypt.sh-0.1.0/letsencrypt.sh        2016-03-25 21:35:01.000000000 
+0200
-+++ letsencrypt.sh-0.1.0/letsencrypt.sh        2016-05-14 15:51:55.000000000 
+0300
+--- letsencrypt.sh-0.1.0/letsencrypt.sh        2016-05-14 15:51:55.000000000 
+0300
++++ letsencrypt.sh-0.1.0/letsencrypt.sh        2016-05-14 15:58:33.687279548 
+0300
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env bash
 +#!/bin/bash
@@ -15,3 +15,12 @@
        if [[ -e "${check_config}/config.sh" ]]; then
          BASEDIR="${check_config}"
          CONFIG="${check_config}/config.sh"
+@@ -109,7 +109,7 @@
+ 
+   [[ -z "${PRIVATE_KEY}" ]] && PRIVATE_KEY="${BASEDIR}/private_key.pem"
+   [[ -z "${PRIVATE_KEY_JSON}" ]] && 
PRIVATE_KEY_JSON="${BASEDIR}/private_key.json"
+-  [[ -z "${WELLKNOWN}" ]] && WELLKNOWN="${BASEDIR}/.acme-challenges"
++  [[ -z "${WELLKNOWN}" ]] && WELLKNOWN="${BASEDIR}/acme-challenges"
+   [[ -z "${LOCKFILE}" ]] && LOCKFILE="${BASEDIR}/lock"
+ 
+   [[ -n "${PARAM_HOOK:-}" ]] && HOOK="${PARAM_HOOK}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/letsencrypt.sh.git/commitdiff/a113aaf65fe5fa2d9ed6b258eb57c845dfaae970

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to