Bug#878192: Vagrant/virtualbox: Optionally disable rsync synced_folder if vagrant-vbguest is installed

2017-10-10 Thread Jon Spriggs
Package: cloud.debian.org
Severity: wishlist
Tags: newcomer patch

Dear Maintainer,

I would like to propose that you add the following wrapper to the 
"config.vm.synced_folder" line in 
the Vagrantfile packaged in the debian/squeeze64 (and potentially the other 
distributed images?)

This would permit people who prefer the vboxfs file system, to use that, if 
they have the plugin
loaded, but also allows them to overide the option, if that's their preferred 
sync mechanism. With
the current Vagrantfile shipped with the box, it's not clearly defined how 
someone prevents the
rsync default from being applied.

   config.vm.base_mac = "decafbad1234"
-  config.vm.synced_folder ".", "/vagrant", type: "rsync"
+
+  unless Vagrant.has_plugin?("vagrant-vbguest")
+config.vm.synced_folder ".", "/vagrant", type: "rsync"
+  end
+
   config.vm.post_up_message = ".."

I have tested this today with my Vagrant setup, and it works, with both the 
Jessie and Stretch boxes.

Regards,

-- 
Jon "The Nice Guy" Spriggs

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#808132: RFP sniproxy -- A reverse HTTP(S) proxy which performs SNI and HOST inspection and routes traffic without decrypting the TLS packets.

2015-12-16 Thread Jon Spriggs
Package: wnpp
Severity: wishlist

URL: https://github.com/dlundquist/sniproxy
License: BSD-2

The presence of a debian folder implies that there are existing debs which
have been built, they just appear to not be in the Debian repositories.


Bug#652890: RFP: Barada -- Barada is a PAM module designed to provide two-factor authentication support.

2011-12-21 Thread Jon Spriggs
Package: wnpp
Severity: wishlist


* Package name: Barada
  Version : 0.5.0
  Upstream Author : Moxie Marlinspike mo...@thoughtcrime.org
* URL : http://barada.sourceforge.net
* License : GPL
  Programming Lang: C++
  Description : Barada (Barada Aint Respecting Any Deceptive
Adversaries) is a PAM module designed to provide two-factor
authentication support. There is companion software which runs on
Android devices, essentially turning your phone into a SecureID token.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org