Package: webfs
Version: 1.21+ds1-12
Severity: normal
Tags: patch

In README.Debian, the config to enable SSL is $web_extra, but init
script does not use this variable, bug $web_extras instead.
The README.Debian file should be modified to match the init file.

This bug exist in oldstable to unstable.

patch :
diff -uri webfs-1.21+ds1_orig/debian/README.Debian
webfs-1.21+ds1/debian/README.Debian
--- webfs-1.21+ds1_orig/debian/README.Debian    2017-02-27 13:11:50.182758616 
+0100
+++ webfs-1.21+ds1/debian/README.Debian 2017-02-27 13:12:28.514948695 +0100
@@ -25,7 +25,7 @@
   ---------------------------------

   Recently the configuration file '/etc/webfsd.conf' was expanded to
-  include a Debconf entry "web_extra". This is suitable for activating
+  include a Debconf entry "web_extras". This is suitable for activating
   the HTTPS-server. Observe that each instance of Webfsd is able to
   serve either HTTP or HTTPS on a single port, not both protocols
   in a single server instance.
@@ -33,9 +33,9 @@
   Using an entry in '/etc/webfsd.conf' like (this file is sourced by the
   init-script at startup time)

-    web_extra="-S -C /etc/ssl/certs/webfsd.pem -K
     /etc/ssl/private/key.pem"
-    web_extra="$web_extra -A /etc/ssl/certs/webfsd-ca.pem"
-    web_extra="$web_extra -Q NORMAL:!AES-128-CBC"
+    web_extras="-S -C /etc/ssl/certs/webfsd.pem -K /etc/ssl/private/key.pem"
+    web_extras="$web_extras -A /etc/ssl/certs/webfsd-ca.pem"
+    web_extras="$web_extras -Q NORMAL:!AES-128-CBC"

   would enable HTTPS (using -S), with certificate (-C), key file (-K),
   CA-chain (-A), and would exclude the crypto method AES-128-CBC (-Q).


-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages webfs depends on:
ii  debconf [debconf-2.0]  1.5.60
ii  libc6                  2.24-9
ii  libgnutls30            3.5.8-3
ii  lsb-base               9.20161125
ii  ucf                    3.0036

webfs recommends no packages.

webfs suggests no packages.

-- debconf information excluded

Reply via email to