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
-
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=
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
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
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
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
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
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
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
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
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
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
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?
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
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
>
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
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
17 matches
Mail list logo