[PATCH] update php to 5.6.30 and 7.0.15

2017-01-19 Thread Martijn van Duren
Here's a simple update for PHP 5.6.30 and 7.0.15 The 7.0.15 fixes quite a few serialize bugs. OK? martijn@ Index: ./5.6//Makefile === RCS file: /cvs/ports/lang/php/5.6/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile -

UPDATE: powerdns 4.0.3

2017-01-19 Thread Florian Obser
Simple update to 4.0.3. Gets rid of two patches that I previously cherry-picked from github. OK? diff --git Makefile Makefile index ee954d0a9ef..da1afa58700 100644 --- Makefile +++ Makefile @@ -7,7 +7,7 @@ COMMENT-mysql= MySQL database access module for PowerDNS COMMENT-pgsql=

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Edd Barrett
On Thu, Jan 19, 2017 at 10:07:30PM +0100, Jeremie Courreges-Anglas wrote: > The best way to know if things are right is probably to have a test > target for the lua module. ;) There is a test suite but it needs a load of lua deps we don't yet have in tree. I think I'll do as you suggest and make a

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Edd Barrett
On Thu, Jan 19, 2017 at 08:49:28PM +, Stuart Henderson wrote: > FULLPKGNAME-main= libmpack-$V > FULLPKGPATH-main= devel/libmpack,-main Nicley done! That's the ticket. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Jeremie Courreges-Anglas
Edd Barrett writes: > Hi Jeremie, Stuart, > > Thanks for the info and suggestions. > > On Thu, Jan 19, 2017 at 06:03:10PM +0100, Jeremie Courreges-Anglas wrote: >> LuaJIT is not portable. >> >> ONLY_FOR_ARCHS = powerpc i386 amd64 >> >> IMHO this is the kind of fragile software you'd better avoi

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Stuart Henderson
On 2017/01/19 20:25, Edd Barrett wrote: > Hi Jeremie, Stuart, > > Thanks for the info and suggestions. > > On Thu, Jan 19, 2017 at 06:03:10PM +0100, Jeremie Courreges-Anglas wrote: > > LuaJIT is not portable. > > > > ONLY_FOR_ARCHS = powerpc i386 amd64 > > > > IMHO this is the kind of fragile s

Re: [update] py-passlib to make Ansible encrypt passwords

2017-01-19 Thread Stuart Henderson
On 2017/01/19 12:58, Jiri B wrote: > Hi, > > while playing with Ansible I saw an issue with password_hash('blowfish') > filter - it did not work[1], and I found py-passlib has newer version. > > With py-passlib 1.7.0 I am able with little change in Ansible (22 chars > long salt) to make encrypted

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Edd Barrett
Hi Jeremie, Stuart, Thanks for the info and suggestions. On Thu, Jan 19, 2017 at 06:03:10PM +0100, Jeremie Courreges-Anglas wrote: > LuaJIT is not portable. > > ONLY_FOR_ARCHS = powerpc i386 amd64 > > IMHO this is the kind of fragile software you'd better avoid if you can. Maybe we can try usi

Re: NEW: textproc/py-pandocfilters 1.4.1

2017-01-19 Thread Alexandr Shadchin
On Sun, Jan 15, 2017 at 01:13:08PM -0500, Daniel Jakots wrote: > On Fri, 6 Jan 2017 23:10:22 +0500, Alexandr Shadchin > wrote: > > > Hi, > > > > ok to import? Need for update devel/py-nbconvert. > > My plist has an additional line, did you remove it manually? > No, it was created 'make update

[update] py-passlib to make Ansible encrypt passwords

2017-01-19 Thread Jiri B
Hi, while playing with Ansible I saw an issue with password_hash('blowfish') filter - it did not work[1], and I found py-passlib has newer version. With py-passlib 1.7.0 I am able with little change in Ansible (22 chars long salt) to make encrypted passwords using Blowfish on OpenBSD. With old p

Re: NEW: libmpack (needs discussion)

2017-01-19 Thread Jeremie Courreges-Anglas
Edd Barrett writes: > Hi, > > (CCing some people who have worked on lang/lua, hoping one of them knows > the answer to my question below). I don't consider I have much experience with lua, but I recently found myself untangling the versioning mess we had in the ports tree. Some additional detai

Re: zabbix 3.2.3

2017-01-19 Thread Hiltjo Posthuma
On Tue, Jan 17, 2017 at 11:53:04AM +, Stuart Henderson wrote: > On 2017/01/17 09:47, Hiltjo Posthuma wrote: > > Hey, > > > > Nice work on the Zabbix port!. I use it and it works well. > > > > I'd like to send monitored data encrypted to the Zabbix server, but noticed > > that it's not compile

Re: [UPDATE] devel/py-construct

2017-01-19 Thread Stuart Henderson
On 2017/01/19 01:51, Antoine Jacoutot wrote: > On Wed, Jan 18, 2017 at 09:51:03PM +0100, Remi Pointel wrote: > > Hi, > > > > Plaso needs py-construct 2.5.3. As construct is not a dependency for a port > > (not yet), we could downgrade it. > > Is the explicit version a hard requirement for Plaso?

Re: ansible and encrypting passwords using Blowfish hashing

2017-01-19 Thread Jiri B
I managed to create this workaround (but there's seem to be an issue with 'register' and 'changed_when' in OpenBSD specific 'user' module task). It pre-encrypts passwords via preceding task. Any comments? j. ~~~ --- - name: Testing adding users on OpenBSD and Linux with vault hosts: all beco

Re: [UPDATE] net/corebird 1.3.3 => 1.4.1

2017-01-19 Thread Adam Wolk
On Mon, Jan 16, 2017 at 11:19:14PM +0100, Adam Wolk wrote: > Hi ports@ > > Attaching an update for net/corebird > > port changes: > - new dependency on textproc/gspell for spellchecking > - 2 new locale files (PLIST regenerated) > - WANTLIB regenerated, new entries are enchant, gspell-1 >

ansible and encrypting passwords using Blowfish hashing

2017-01-19 Thread Jiri B
Hi, how do you encrypt passwords using Blowfish hashing in Ansible? hash('blowfish') filter does nothing for me, ie. an user ends with empty password in /etc/master.passwd. password('blowfish') filter fails: ~~~ TASK [Create users from secret.yml] fa

Update: devel/py-greenlet

2017-01-19 Thread Dmitrij D. Czarkoff
Hi! Below is a trivial update to devel/py-greenlet. OK? -- Dmitrij D. Czarkoff Index: Makefile === RCS file: /var/cvs/ports/devel/py-greenlet/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile1 Sep 201