Skipping py-wstools-0.4.8 (update candidate for py-wstools-0.4.4p1)

2020-05-21 Thread Mikolaj Kucharski
Hi, I was updating one of my 6.6 machines to 6.7 and noticed following lines in output of pkg_add -u: Skipping py-wstools-0.4.8 (update candidate for py-wstools-0.4.4p1) py-wstools-0.4.4p1 pkgpaths: www/py-wtools py-wstools-0.4.8 pkgpaths: www/py-wtools www/py-wstools So, it's h

Re: [-CURRENT] Microphone does not work in firefox anymore

2020-05-21 Thread Solene Rapenne
Le Thu, 21 May 2020 10:23:14 +0200 (CEST), a...@abiscuola.com a écrit : > Hi all. > > I installed the latest snapshot and, suddenly, the microphone > stopped working in firefox. > > The mic itself is recognized and firefox can access it, so > it seems the sndiod back-end is working. However, eve

Re: Skipping py-wstools-0.4.8 (update candidate for py-wstools-0.4.4p1)

2020-05-21 Thread Stuart Henderson
On 2020/05/21 06:36, Mikolaj Kucharski wrote: > Hi, > > I was updating one of my 6.6 machines to 6.7 and noticed following lines > in output of pkg_add -u: > > Skipping py-wstools-0.4.8 (update candidate for py-wstools-0.4.4p1) > py-wstools-0.4.4p1 pkgpaths: www/py-wtools > py-wst

Re: aircrack-ng-1.5.2p2 free(): chunk canary corrupted 0x11a3c50e6c00 0x2ac@0x2ac

2020-05-21 Thread Stuart Henderson
On 2020/05/18 19:16, Martin wrote: > Any improvements into upcoming 6.7 release regarding canary corruption issue? > > Martin Very unlikely. The only changes to the port since Feb 2019 have been to get it to build on additional arches.

Re: UPDATE: net/snort 2.9.16

2020-05-21 Thread Stuart Henderson
On 2020/05/18 23:52, Lawrence Teo wrote: > lib/pkgconfig/snort.pc > lib/snort_dynamicengine/ > -lib/snort_dynamicengine/libsf_engine.a > +@static-lib lib/snort_dynamicengine/libsf_engine.a > @comment lib/snort_dynamicengine/libsf_engine.la > -lib/snort_dynamicengine/libsf_engine.so > +@so lib/sn

Re: [NEW] mail/t-prot 3.4

2020-05-21 Thread Stuart Henderson
On 2020/05/17 11:56, Andrew Hewus Fresh wrote: > ping > > On Sun, May 12, 2019 at 08:55:49PM -0700, Andrew Hewus Fresh wrote: > > Here's a new port that I was reminded I use this port regularly to make > > my email nicer. I have just forgotten to mail this out nearly forever, > > so probably hav

Re: update: audio/py-eyed3

2020-05-21 Thread Stuart Henderson
On 2020/05/20 20:37, Paco Esteban wrote: > Hi ports@, > > This is an update for audio/py-eyed3 from 0.8.12 to latest 0.9.5 > You can see the can see the changes here: > > https://github.com/nicfit/eyeD3/blob/master/HISTORY.rst > > The update is pretty simple. > > I tried to enable tests by cre

Re: UPDATE: net/prosody 0.11.5 from maintainer

2020-05-21 Thread Stuart Henderson
On 2020/05/16 20:08, Lucas wrote: > Bump, now that the ports embargo is over. > > Stuart, do you prefer if I use the more common idiom in pexp and drop > the eval? The comment from /src/etc/rc.d/rc.subr makes sense IMO, but > this will be the only port using that idiom out of the 138 that define >

slock 1.4 / bsd-auth

2020-05-21 Thread Stuart Henderson
I've written a patch to add bsd-auth support back to slock 1.4 which I've been using for a while. Tidied the make variable handling a bit as well, no need to patch to use ?=, they can just be overridden with MAKE_FLAGS. OK? Index: Makefile ==

Re: Update and unbreak www/qutebrowser

2020-05-21 Thread Stefan Hagen
Hi R Rafael Sadowski wrote: > After we import www/py-qtwebengine we can update and unbreak > qutebrowser. This is really cool. I tested it and it works while it is running. What I noticed is, that it is crashing on close every time. Does this happen to you too? puffy ~/work> qutebrowser -d [...

Re: slock 1.4 / bsd-auth

2020-05-21 Thread Theo Buehler
On Thu, May 21, 2020 at 11:58:37AM +0100, Stuart Henderson wrote: > I've written a patch to add bsd-auth support back to slock 1.4 which > I've been using for a while. Tidied the make variable handling a bit > as well, no need to patch to use ?=, they can just be overridden with > MAKE_FLAGS. OK?

[NEW] lang/yaegi - a Go interpreter

2020-05-21 Thread Aaron Bieber
Hi! This is a port of Yaegi. Yaegi is Another Elegant Go Interpreter. This can be used as a REPL for Go things, or as a "#!" interpreter for shell style Go "scripts"! It's entirely written in Go and has 0 external dependencies! It was built with portgen. OK? yaegi.tar.gz Description: GNU Zip

[-CURRENT] Microphone does not work in firefox anymore

2020-05-21 Thread a
Hi all. I installed the latest snapshot and, suddenly, the microphone stopped working in firefox. The mic itself is recognized and firefox can access it, so it seems the sndiod back-end is working. However, even if I can the microphone, no audio comes out of it. I have both an integrated microph

update: mail/mailman to 2.1.33

2020-05-21 Thread Okan Demirmen
Yet another mailman update for xss. The diff is the same for both OPENBSD_6_6 and OPENBSD_6_7 - would like to apply there as well. In addition, even there is no CVE directly related to this release, the same 2018 CVE is being referenced, so update quirks too for -current. OK? Thank you, Okan In

new: devel/py-deprecation

2020-05-21 Thread Paco Esteban
Hi ports@, This is a new port needed for the update of audio/py-eyed3. The port is pretty simple, I only changed the use of unittest2 for unittest, as this is python3 only and we don't need it for testing. All tests pass on amd64. Comments ? ok to import ? Cheers, Paco. -- Paco Esteban. 0x58

new: py-filetype

2020-05-21 Thread Paco Esteban
Hi ports@, This is a port for filetype, a Python port from filetype Go package. It's needed for the upate of audio/py-eyed3. Builds ok and works for me on amd64. About tests, the 7 tests related to py-test-benchmark fail with fixture not found, even when the package is installed. The rest pass.

Re: update: audio/py-eyed3

2020-05-21 Thread Paco Esteban
On Thu, 21 May 2020, Stuart Henderson wrote: > On 2020/05/20 20:37, Paco Esteban wrote: > > Hi ports@, > > > > This is an update for audio/py-eyed3 from 0.8.12 to latest 0.9.5 > > You can see the can see the changes here: > > > > https://github.com/nicfit/eyeD3/blob/master/HISTORY.rst > > > >

Re: NEW: games/py-minecraft-launcher-lib

2020-05-21 Thread Solene Rapenne
Le Sat, 25 Apr 2020 12:50:05 -0400, Kurt Mosiejczuk a écrit : > This will be for post-6.7, but I figured I'd get it out there for > folks who want to tinker with it like I have been. > > minecraft-launcher-lib provides a python library to authenticate > against Mojang servers, install versions o

Re: NEW: games/py-minecraft-launcher-lib

2020-05-21 Thread Kurt Mosiejczuk
On Thu, May 21, 2020 at 04:35:16PM +0200, Solene Rapenne wrote: > Le Sat, 25 Apr 2020 12:50:05 -0400, > Kurt Mosiejczuk a écrit : > > This will be for post-6.7, but I figured I'd get it out there for > > folks who want to tinker with it like I have been. > > minecraft-launcher-lib provides a pyt

Re: [-CURRENT] Microphone does not work in firefox anymore

2020-05-21 Thread Andrea Biscuola
Hi Solene > Il giorno 21 mag 2020, alle ore 11:36, Solene Rapenne ha > scritto: > > Le Thu, 21 May 2020 10:23:14 +0200 (CEST), > a...@abiscuola.com a écrit : > >> Hi all. >> >> I installed the latest snapshot and, suddenly, the microphone >> stopped working in firefox. >> >> The mic itself i

Re: [update] net/onioncat 0.3.5

2020-05-21 Thread Martin
*ping* ‐‐‐ Original Message ‐‐‐ On Monday, May 18, 2020 6:44 PM, Martin wrote: > Hi Stuart, > > In result of work with software developer, I prepare latest stable improved > port 0.3.8. > > Main improvements are: > > - Stability (code patching to prevent segmentation faults) > - New

Re: maintainer update: www/hugo

2020-05-21 Thread Todd C . Miller
Would it be worth adding an "extended" flavor that has, e.g., SCSS support? A number of hugo themes require this. See: https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version Perhaps something like this? Untested because my web server isn'

Re: update mail/claws-mail

2020-05-21 Thread Solene Rapenne
Le Thu, 14 May 2020 16:32:07 +0200, Solene Rapenne a écrit : > This updates claws-mail to last version. > > I also removed bsfilter module because it requires bsfilter and we > don't have it in ports. > > I enabled the crash dialog because I had a few crashes when using > malloc options. And of

Re: update mail/claws-mail

2020-05-21 Thread Alessandro De Laurenzis
Just out of my curiosity, is there any way to change the date format in the vcalendar plugin? It seems it doesn't react to LC_TIME/LC_ALL... On May 21, 2020 8:14:48 PM GMT+02:00, Solene Rapenne wrote: >Le Thu, 14 May 2020 16:32:07 +0200, >Solene Rapenne a écrit : > >> This updates claws-mail to

Re: [NEW] games/wrath

2020-05-21 Thread Solene Rapenne
Le Mon, 13 Apr 2020 21:24:01 +0200, Solene Rapenne a écrit : > On Fri, Apr 10, 2020 at 12:39:33PM -0500, Paul Valencia wrote: > > On Fri, Apr 10, 2020 at 01:44:54PM +0200, Solene Rapenne wrote: > > > On Fri, Apr 10, 2020 at 02:40:22AM -0500, Paul Valencia wrote: > > > > Hi, > > > > > > > > H

Re: maintainer update: www/hugo

2020-05-21 Thread Paco Esteban
Hi Todd, On Thu, 21 May 2020, Todd C. Miller wrote: > Would it be worth adding an "extended" flavor that has, e.g., SCSS > support? A number of hugo themes require this. > > See: > https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version >

Re: update mail/claws-mail

2020-05-21 Thread Solene Rapenne
Le Thu, 21 May 2020 20:51:45 +0200, Alessandro De Laurenzis a écrit : > Just out of my curiosity, is there any way to change the date format > in the vcalendar plugin? It seems it doesn't react to > LC_TIME/LC_ALL... > I didn't know about this one but after a quick look this seems hardcoded. s

Re: [update] net/onioncat 0.3.5

2020-05-21 Thread Paul Irofti
Sorry about the delay, busy period here. I'll try and get back to you during the weekend. If not please remind me in private again. Thanks, Paul On Thu, May 21, 2020 at 12:43:03PM +, Martin wrote: > *ping* > > ‐‐‐ Original Message ‐‐‐ > On Monday, May 18, 2020 6:44 PM, Martin wrote

Re: UPDATE: net/snort 2.9.16

2020-05-21 Thread Lawrence Teo
On Thu, May 21, 2020 at 11:06:19AM +0100, Stuart Henderson wrote: > On 2020/05/18 23:52, Lawrence Teo wrote: > > lib/pkgconfig/snort.pc > > lib/snort_dynamicengine/ > > -lib/snort_dynamicengine/libsf_engine.a > > +@static-lib lib/snort_dynamicengine/libsf_engine.a > > @comment lib/snort_dynamice

Re: maintainer update: www/hugo

2020-05-21 Thread Todd C . Miller
On Thu, 21 May 2020 21:03:37 +0200, Paco Esteban wrote: > For now it does not work for me with the patch you sent. I get: > > # github.com/gohugoio/hugo/vendor/github.com/bep/golibsass/internal/libsass > c99func.c:2:10: fatal error: '../../libsass_src/src/c99func.c' file not found > > I'll take a

Re: [-CURRENT] Microphone does not work in firefox anymore

2020-05-21 Thread Jan Beich
a...@abiscuola.com writes: > Hi all. > > I installed the latest snapshot and, suddenly, the microphone > stopped working in firefox. Does it happen since nss 3.52 update? If so ask landry@ to apply https://hg.mozilla.org/mozilla-central/rev/463069687b3d See https://bugzilla.mozilla.org/show_bug.

FindInotify devel/kf5/extra-cmake-modules

2020-05-21 Thread Rafael Sadowski
Simple patch to fix FindInotify. CMake needs some help to find "sys/inotify.h" and libinotify because we do not install it under LOCALBASE/{include,lib}. OK? Index: Makefile === RCS file: /cvs/ports/devel/kf5/extra-cmake-modules/Make

[fix/update] puppet 6 update to 6.15 to fix package-with-flavor bugs

2020-05-21 Thread Arthur Barton
Hi Ports@ Attached is an update to the new puppet 6 port, taking it to version 6.15.0 kn@ identified and fixed some bugs with the puppet 6.14 package to fix 'package ensure => latest' & 'service enabled => false', and also found some bugs with the handling of package flavors. For the existing