Package: prey
Version: 0.6.2-1.1
Severity: grave
Tags: patch
Justification: renders package unusable

Dear Maintainer,

curl no support the option --compress:
-------------------------8<-------------------------
$ curl --compress -i http://www.example.org
curl: option --compress: is ambiguous
curl: try 'curl --help' or 'curl --manual' for more information
-------------------------8<-------------------------
So you must change the line 62 of the default config file:
https://sources.debian.net/src/prey/0.6.2-1.1/config.default/?hl=62#L62
to enabled '--compressed' option instead of '--compress'.

Thank you,
Felipe Sologuren

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'stable-updates'), (500, 'stable'), (100, 
'unstable'), (40, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_CL.UTF-8, LC_CTYPE=es_CL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to es_CL.UTF-8), LANGUAGE=es_CL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to es_CL.UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages prey depends on:
ii  bash                             4.4-5
ii  curl                             7.56.1-1
ii  debconf [debconf-2.0]            1.5.65
ii  imagemagick                      8:6.9.7.4+dfsg-16
ii  imagemagick-6.q16 [imagemagick]  8:6.9.7.4+dfsg-16
ii  libio-socket-ssl-perl            2.052-1
ii  libnet-ssleay-perl               1.80-1+b2
ii  openssl                          1.1.0g-2
ii  perl                             5.26.1-2
ii  python                           2.7.14-1
ii  scrot                            0.8-18
ii  streamer                         3.103-4+b2

Versions of packages prey recommends:
ii  python-gtk2  2.24.0-5.1+b1

prey suggests no packages.

-- Configuration Files:
/etc/cron.d/prey changed [not included]
/etc/prey/config changed [not included]

-- debconf information:
* prey/reporting_frequency: 25
* prey/edit_config:
* prey/active_modules: webcam, geo, lock, session, network, system, alert, alarm
--- /etc/prey/config.dpkg-dist  2013-12-06 08:23:20.000000000 -0300
+++ /etc/prey/config    2017-12-01 10:44:19.734162726 -0300
@@ -59,7 +59,7 @@
 # include additional options for curl here. if you're having trouble getting
 # requests across your firewall, you can try adding '-0' to make curl perform
 # HTTP 1.0 requests
-curl_options='--compress --connect-timeout 60'
+curl_options='--compressed --connect-timeout 60'
 
 # by adding proxy here, prey will attempt to use it in case a direct request is
 # unsuccessful. example: http://proxy.server.com:3378

Reply via email to