Hi,
Here's a diff to update duplicity to its latest release. Sadly the diff
that was thought to be committed upstream wasn't exactly the one ending
in this new release. I already raised the issue with upstream.
Cheers,
Daniel
Index: Makefile
==
On 2017/01/04 21:27, Alexander Bluhm wrote:
> On Wed, Jan 04, 2017 at 10:25:56AM +, Stuart Henderson wrote:
> > So if splitting, it would be good to also
> > move those scripts and associated files to the -python subpackage.
>
> I will think about this in a second step. At the moment I don't
On Wed, Jan 04, 2017 at 08:10:07PM +0100, Alexander Bluhm wrote:
> A IO::Socket::SSL test t/session_ticket.t fails now. Before it was
> skipped as IO::Socket::SSL::can_ticket_keycb() checks for
> $Net::SSLeay::VERSION > 1.78. So it never passed. I will investigate.
We need the IO::Socket::SSL o
On 2017/01/03 10:49, Peter Hessler wrote:
> Ugly patch to get py-cryptography loading again after the Symbol
> massacre in libressl. (the #ifdef trick didn't work, so yolo)
>
> OK?
Slightly tweaked - this way (with the second ifdefs removed) I think it should
cause things to break if/when libres
On Wed, Jan 04, 2017 at 05:53:30PM +0100, Alexander Bluhm wrote:
> ++skip 'openssl<1.1.0 required', 1 unless Net::SSLeay::SSLeay < 0x110
The version number 0x110 is wrong, it should be 0x1010,
updated diff below.
Now Net::SSLeay checks for #ifndef OPENSSL_NO_COMP. So the sub
Net:
Theo Buehler writes:
> There is an annoying non-deterministic crash present since at least 0.32
> that occurs when ag is given an absolute path as root of the tree to search:
>
> $ for f in $(jot 10); do ag pledge /usr/src/bin/pax >/dev/null; done
> Segmentation fault (core dumped)
> Segmentation
Jeremie Courreges-Anglas writes:
> Jonathan Gray writes:
>
>> Use ports gcc4 on arm to get the required atomic builtins.
>
> I sent the same diff to Robert, but with MODGCC4_ARCHS+=arm, and also
> MODGCC4_LANGS+=c++. Maybe not strictly needed, but it's probably better
> to use the same toolchai
ping
On 2017 Jan 03 (Tue) at 10:49:55 +0100 (+0100), Peter Hessler wrote:
:Ugly patch to get py-cryptography loading again after the Symbol
:massacre in libressl. (the #ifdef trick didn't work, so yolo)
:
:OK?
:
:
:Index: security/py-cryptography/Makefile
:===
Alexandr Shadchin wrote :
> Hi,
>
> This diff updates flake8 to the latest release.
> Tested on amd64.
>
> Unbreak with pyflakes 1.4.0 (on ports@).
>
> Comments ? OK ?
OK as well
Alexandr Shadchin wrote :
> Hi,
>
> This diff updates py-mccabe to the latest release.
> Tested on amd64.
>
> Comments ? OK ?
OK
Hi,
This diff updates flake8 to the latest release.
Tested on amd64.
Unbreak with pyflakes 1.4.0 (on ports@).
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/devel/flake8/Makefile,v
retrieving revisi
Hi,
This diff updates pyflakes to the latest release.
Tested on amd64.
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/devel/pyflakes/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
---
Please find enclosed a diff for bringing security/lastpass-cli to the latest
version (1.1.0). Changelog can be found at
https://github.com/lastpass/lastpass-cli/releases/tag/v1.1.0
Compiling lastpass-cli now requires cmake.
OK?
--
Björn Ketelaars
GPG key: 0x4F0E5F21
diff --git security/lastpa
Hi,
The Perl module Number::WithError brings its private copy of
Module::Install in the inc directory. I do not like such foreign
modules in modules as it adds a lot of code that has to be checked
at each update.
As this is not about users installing modules, but an operating
system providing a
Hi,
This diff updates py-mccabe to the latest release.
Tested on amd64.
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/devel/py-mccabe/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
---
ping ?
:-)
On 15 December 2016 at 16:30, David CARLIER wrote:
> Hi,
>
> naddy@ reported an hidden dependency for one binary, alsoft-config,
> thus this small diff for who does not want to bear the qt4 compilation :-)
>
> Hope it s ok.
>
> Cheers.
Hi,
Net-SSLeay 1.79 provides a function RSA_get_key_parameters() that
only works with OpenSSL < 1.1. As it works also with our LibreSSL,
I have added a #ifdef for that.
ok?
bluhm
Index: security/p5-Net_SSLeay/Makefile
===
RCS file
Hi,
This diff updates py-zmq to the latest release.
Tested on amd64.
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/net/py-zmq/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makef
Hi,
This diff updates py-idna to the latest release.
Tested on amd64.
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/net/py-idna/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makef
On 2017/01/04 01:00, Alexander Bluhm wrote:
> Hi,
>
> I need the python bindings for clang to make some static code
> analysis. So I have split the llvm port into subpackages. The
> files DESCR MESSAGE PFRAG.lld PLIST were just renamed to -main.
> The llvm-python package contains only 3 .py file
Hi all,
Trivial update: 1.12.0 -> 1.13.1.
Kind regards and happy new year.
--
Pablo Méndez Hernández
diff -ur sysutils/fabric/Makefile mystuff/sysutils/fabric/Makefile
--- sysutils/fabric/MakefileSat Jul 30 18:33:31 2016
+++ mystuff/sysutils/fabric/MakefileMon Jan 2 14:47:34 2017
@@
On Tue, Jan 03, 2017 at 11:12:19PM +0100, Theo Buehler wrote:
> There is an annoying non-deterministic crash present since at least 0.32
> that occurs when ag is given an absolute path as root of the tree to search:
>
> $ for f in $(jot 10); do ag pledge /usr/src/bin/pax >/dev/null; done
> Segment
Hi,
This diff updates py-nltk to the latest release.
Tested on amd64.
Comments ? OK ?
--
Alexandr Shadchin
Index: Makefile
===
RCS file: /cvs/ports/textproc/py-nltk/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--
23 matches
Mail list logo