Re: NEW: gitsh

2014-11-08 Thread Mike Burns
Ping -- would someone like to import this? On 2014-11-05 20.17.58 +0100, Mike Burns wrote: > On 2014-11-05 09.59.57 -0800, Jeremy Evans wrote: > > On Wed, Nov 5, 2014 at 4:25 AM, Stuart Henderson wrote: > > > > > On 2014/11/05 03:35, Mike Burns wrote: > > > > On 2014-11-03 02.27.11 +0100, Mike B

Re: ports/security/nessus

2014-11-08 Thread ni...@openbsd.org
On 11/04/14 13:56, ni...@openbsd.org wrote: > On 09/30/14 23:43, Peter Ezetta wrote: >> On Sep 30, 2014, at 9:40 AM, Nigel Taylor > > wrote: >> >>> On 09/30/14 15:47, Stuart Henderson wrote: OK to remove this from ports? It went closed-source in 2005 and I

NEW: graphics/maim

2014-11-08 Thread Brian Callahan
Hi ports -- Attached is graphics/maim, another command line screenshot utility. pkg/PLIST: maim (Make Image) is a utility that takes screenshots of your desktop using imlib2. It's meant to overcome shortcomings of scrot and performs better in several ways. Features: * Allows you to take a screen

ports(7) and database/mysql in example

2014-11-08 Thread Kaspars Bankovskis
Hi, for illustrating MULTI_PACKAGES, ports(7) uses non-existing database/mysql for an example. Replacing with databases/mariadb: Index: ports.7 === RCS file: /cvs/src/share/man/man7/ports.7,v retrieving revision 1.99 diff -u -p -r1.

Re: Ansible sysctl patch

2014-11-08 Thread Stuart Henderson
On 2014/11/08 20:50, Martijn Rijkeboer wrote: > Hi, > > When adding sysctl settings to /etc/sysctl.conf with Ansible the settings > (except for the last setting) will contain white-space around the '=' > character. Unfortunately OpenBSD doesn't handle this. The attached patch > prevents the white-

Ansible sysctl patch

2014-11-08 Thread Martijn Rijkeboer
Hi, When adding sysctl settings to /etc/sysctl.conf with Ansible the settings (except for the last setting) will contain white-space around the '=' character. Unfortunately OpenBSD doesn't handle this. The attached patch prevents the white-space when adding lines to /etc/sysctl.conf. Kind regards

Re: [fix] munin pf_changes plugin

2014-11-08 Thread Dimitri Sokolyuk
Hi Kirill, > http://i386.linklevel.net/munin/linklevel.net/manaraga.linklevel.net/pf_changes.html > - without patch > Have you tweaked your /etc/munin/plugin-conf.d/openbsd-packages? > You need to set `user root` for pf_* plugins. Yes, of course, two other pf_* plugins are working fine, except th

e2fsprogs libuuid -> arc4random

2014-11-08 Thread Stuart Henderson
libuuid from e2fsprogs is used by a couple of dozen ports to generate uuids. (In theory they could be converted to use libc's new uuid functions, but the API is different, and depending on how the checks are written, it's often a pain to adapt an existing autoconf script to cope with a function th