Prepare pypy and py-cryptography for LIBRESSL_HAS_TLS1_3

2020-09-06 Thread Theo Buehler
This diff (to be applied from /usr/ports) is currently a no-op and will make sure that pypy and py-cryptography will continue to build once we expose LIBRESSL_HAS_TLS1_3 publically. pypy bundles the patched ssl.py, so it defnitely needs a revision bump. py-cryptography probably doesn't need a bump,

Updating sphinx?

2020-09-06 Thread Aisha Tammy
Hi, I've noticed that the sphinx in ports is *really* old and hasn't been updated for quite sometime. I understand that its got a huge amount of reverse dependencies and can't just be updated at will, but I was wondering if it might be possible to add something like py-sphinx3 which is a differ

[New] perl MIME::Base75 Authen::SASL for git send-mail

2020-09-06 Thread Aisha Tammy
Hi, I've added two new perl modules for being able to send mail through git send-mail. Generated using portgen p5 and portchecked. Also did testing by sending to unsuspecting devs by mistake, sorry ajacoutot and jasper. OK? Aisha p5-MIME_Base64-Authen_SASL.tgz Description: application/com

Re: [new package] mutt-wizard - automated configuration manager for neomutt

2020-09-06 Thread Aisha Tammy
On 9/5/20 6:08 PM, Aisha Tammy wrote: > On 9/5/20 5:40 PM, Pamela Mosiejczuk wrote: >> >> On 2020-08-13 14:48, Aisha Tammy wrote: >>> On 6/1/20 12:46 AM, Aisha Tammy wrote: Hi, This is quite a handy package for autoconfiguration of neomutt and other utilities. I'm hop

Re: [update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
On Sun, Sep 06, 2020 at 04:50:32PM -0700, Greg Steuck wrote: > Theo Buehler writes: > > > I built this on amd64, macppc and sparc64 and did the usual > > interoperability tests with mosh between versions and architectures. > > I built the consumers below net/ (except ktorrent) and a handful of >

Re: [update] protobuf 3.13.0

2020-09-06 Thread Greg Steuck
Theo Buehler writes: > I built this on amd64, macppc and sparc64 and did the usual > interoperability tests with mosh between versions and architectures. > I built the consumers below net/ (except ktorrent) and a handful of > others, no issues encountered. All three shared libs remove and add > s

mail/fetchmail: use version flexible TLS_client_method

2020-09-06 Thread Theo Buehler
This port uses an #ifdef LIBRESSL_VERSION_NUMBER to force use of version fixed TLS_client_methods, presumably because at some point the min/max proto version API was not available. Once we define LIBRESSL_HAS_TLS1_3, this port's build will break since it will hit a code path was never even compile

[pkg-readme update] sysutils/udfclient

2020-09-06 Thread Josh Grosse
This diff clarifies when a virtual "a" partition may be used with udfclient images. Thanks to Jens A. Griepen for bringing the matter to my attention. diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 7dc63d78d72..7c2c926fa9f 100644 --- a/sysutils/udfclient/Makefile +++

[update] net/obfs4proxy to 0.0.12

2020-09-06 Thread Aaron Bieber
Hi, Here is an update to obfs4proxy. It removes the go-* libs as dependencies and switches do the MODGO_ stuff. I don't use this, so I would appreciate some feedback from people that do. Once this is in, we can remove devel/go-goptlib, security/go-ed25519 and security/go-siphash. OK? Cheers, A

Re: [pkg-readme update] sysutils/udfclient

2020-09-06 Thread Josh Grosse
On Sun, Sep 06, 2020 at 06:06:40PM -0400, Josh Grosse wrote: > This diff clarifies when a virtual "a" partition may be > used with udfclient images. > > Thanks to Jens A. Griepen for bringing the matter to my > attention. Corrected thinko in Makefile. diff --git a/sysutils/udfclient/Makefile b/sy

Re: Killing gpg1

2020-09-06 Thread Jeremie Courreges-Anglas
On Sun, Sep 06 2020, Edd Barrett wrote: > Hi, > > On Sun, Sep 06, 2020 at 02:33:12AM +0200, Jeremie Courreges-Anglas wrote: >> This doesn't catch everything. > > Yeah, I realised shortly after. I think it's because the [^2] part of > the glob doesn't catch cases where the line ends after `security

Re: Killing gpg1

2020-09-06 Thread Jeremie Courreges-Anglas
On Sun, Sep 06 2020, Edd Barrett wrote: > Hi, > > On Sun, Sep 06, 2020 at 01:34:42PM +0100, Stuart Henderson wrote: >> > We will also need to add a quirk... >> >> Not needed, the stem is the same so they are both considered as long as >> a matching pkgpath is declared. > > Great. That simplifies

Re: Fwd: Fwd: UPDATE: usockets, uwebsockets

2020-09-06 Thread Aisha Tammy
Updated patch with todays release. Aisha On 9/5/20 11:08 AM, Aisha Tammy wrote: > Weekly bump. > Would like to get this into 6.8. > > Aisha > > > On 8/29/20 4:34 PM, Aisha Tammy wrote: >> And another one. >> >> Aisha >> >> >> Forwarded Message >> Subject: Fwd: UPDATE: usocket

lang/fpc and downstream

2020-09-06 Thread Greg Steuck
Hi Pascal, I noticed lang/fpc has been broken for some time. This transitively breaks devel/lazarus and games/hedgewars. I'm working on converting Haskell packages and hedgewars is one of them. I'd prefer to not leave hedgewars extra broken. At the same time, I can't adapt a broken port. This bri

Re: Killing gpg1

2020-09-06 Thread Edd Barrett
Hi, On Sun, Sep 06, 2020 at 01:34:42PM +0100, Stuart Henderson wrote: > > We will also need to add a quirk... > > Not needed, the stem is the same so they are both considered as long as > a matching pkgpath is declared. Great. That simplifies things a bit. > I think we should just replace secur

Re: [New] chafa - terminal graphics viewer

2020-09-06 Thread Florian Viehweger
Hi, > attached is a port of chafa. It supports most popular image formats, > including animated GIFs using ImageMagick. It also provides an API for > use in other programs. > > Tested on amd64 and i386. 'make test' passes, as well as 'portcheck > -N' > > I'm unsure about the extra html documenta

Re: [update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
Here's the accompanying update for py-protobuf 3.13.0. Seems to work fine. setup.py now says "setup_requires = ['wheel'], so I added py-wheel to the build depends. Lightly tested, seems to work fine. Index: Makefile === RCS file: /var

[update] protobuf 3.13.0

2020-09-06 Thread Theo Buehler
>From the release notes: C++ * Removed deprecated unsafe arena string accessors * Enabled heterogeneous lookup for std::string keys in maps. * Removed implicit conversion from StringPiece to std::string * Fix use-after-destroy bug when the Map is allocated in the arena. * Improved the randomness

Re: Killing gpg1

2020-09-06 Thread Stuart Henderson
On 2020/09/06 11:26, Edd Barrett wrote: > Hi, > > On Sun, Sep 06, 2020 at 02:33:12AM +0200, Jeremie Courreges-Anglas wrote: > > This doesn't catch everything. > > Yeah, I realised shortly after. I think it's because the [^2] part of > the glob doesn't catch cases where the line ends after `securi

Re: Killing gpg1

2020-09-06 Thread Edd Barrett
Hi, On Sun, Sep 06, 2020 at 02:33:12AM +0200, Jeremie Courreges-Anglas wrote: > This doesn't catch everything. Yeah, I realised shortly after. I think it's because the [^2] part of the glob doesn't catch cases where the line ends after `security/gnupg`. I spent a little time trying to figure out

[UPDATE] games/gemrb 0.8.7

2020-09-06 Thread Thomas Frohwein
Hi, The GemRB project is celebrating its 20-year anniversary with the release 0.8.7. The main improvements appear to be for pathfinding. Changelog: https://gemrb.org/2020/08/24/gemrb-0-8-7-released.html I tested it with a little gameplay in Planescape: Torment without problems. Notes: - Needed