[Update] Python 3.9.6 -> 3.9.7

2021-08-30 Thread Kurt Mosiejczuk
A handful of security fixes and various other fixes. https://docs.python.org/release/3.9.7/whatsnew/changelog.html#changelog Tests pass as before Patches regenerated ok? (cc maintainer) --Kurt Index: Makefile === RCS file: /cvs/

[Update} Python 3.8.11 -> 3.8.12

2021-08-30 Thread Kurt Mosiejczuk
Various security fixes: https://docs.python.org/release/3.8.12/whatsnew/changelog.html#changelog Test pass as before. Patches regenerated Should also be committed to -stable ok? (cc maintainer) --Kurt Index: Makefile === RCS fi

Re: [MAINTAINER UPDATE] www/qutebrowser -> 2.3.1

2021-08-30 Thread Dimitri Karamazov
On Thu, Aug 26, 2021 at 05:03:52PM +, Dimitri Karamazov wrote: > Simple update for www/qutebrowser to 2.3.1 > > Changelog:https://www.qutebrowser.org/doc/changelog.html > > Build & Run tested on amd64 > > regards, > Dimitri > Failed to update the repo before. Apologies. Index: Makefile =

Re: UPDATE: gmic and dependent ports

2021-08-30 Thread Josh Grosse
On Mon, Aug 30, 2021 at 04:37:56PM +0200, Marc Espie wrote: > On Sun, Aug 01, 2021 at 01:19:10PM +0200, Marc Espie wrote: > > G'mic released a new version, 2.9.8. > > > > Here's a patch to adjust to the new version (mostly removal of upstreamed > > patch). There are some minor tweaks (there's no d

Re: [maintainer update] kakoune 2021-08-28

2021-08-30 Thread Solene Rapenne
On Mon, 30 Aug 2021 14:18:59 +0200 "Fred. GALUSIK" : > Hi, > > Attached a diff to update kakoune to the last release. > > ChangeLog : > - command and response fifo support > - Shell expansions only trim the last trailing newline instead of > all of them to make is possible to losslessly pass

Re: devel/liblouis: Update to 3.18.0

2021-08-30 Thread Antoine Jacoutot
On Fri, Aug 13, 2021 at 07:16:01AM +, wen heping wrote: > Hi, ports@: > > Here is a patch to update devel/liblouis to 3.18.0, it > build well and pass the test on amd64-current system. >One port depends on it: x11/gnome/orca, it build well > and pass all tests too. Hi. Thanks for the u

Re: CVS: cvs.openbsd.org: ports

2021-08-30 Thread Aaron Bieber
Stuart Henderson writes: > On 2021/08/27 10:32, Aaron Bieber wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: abie...@cvs.openbsd.org 2021/08/27 10:32:06 >> >> Log message: >> Import tailscale: an overlay-like VPN built on top of WireGuard >> >> OK tracey, sthen >

Re: [maintainer update] kakoune 2021-08-28

2021-08-30 Thread Fred. GALUSIK
Hi, Solene Rapenne @ 30-08-2021 18:12 +02: I made a few changes to your diff, do you agree? I removed curses from WANTLIB and removed the link made in libexec (in the PLIST file), I asked on IRC, this is a trick when you have kakoune in a non standard path, which we don't do. Of course I agr

Re: UPDATE: gmic and dependent ports

2021-08-30 Thread Marc Espie
On Sun, Aug 01, 2021 at 01:19:10PM +0200, Marc Espie wrote: > G'mic released a new version, 2.9.8. > > Here's a patch to adjust to the new version (mostly removal of upstreamed > patch). There are some minor tweaks (there's no debug info in the plugins, > so the debug packages do not make sense) >

Re: Mouse cursor size in chromium

2021-08-30 Thread Greg Steuck
Matthieu Herrb writes: > I managed to get a large Adwaita cursor in chrome by creating a > ${HOME}/.icons/default/index.theme file containing > > [Icon Theme] > Inherits=Adwaita > > and then > > export XCURSOR_PATH=${HOME}/.icons:/usr/local/share/icons > export XCURSOR_SIZE=128 > > (the last ver

Re: Mouse cursor size in chromium

2021-08-30 Thread Matthieu Herrb
On Sun, Jul 04, 2021 at 08:06:38PM -0700, Greg Steuck wrote: > Hi Charlene, > > Charlene Wendling writes: > > > Hi, > > > > I had a similar problem since i wanted a bigger cursor, and use > > iridium. > > Sadly the recipe below doesn't seem to work for chromium. I even created > a new user with

Re: [UPDATE] audio/ncspot to 0.8.2

2021-08-30 Thread Klemens Nanni
On Sun, Aug 29, 2021 at 07:10:31AM +0200, Sebastien Marie wrote: > On Sat, Aug 28, 2021 at 08:48:02PM +0200, Henrik Friedrichsen wrote: > > Attached diff updates audio/ncspot to 0.8.2. > > > > Changelog: > > > > Maintenance > > Add Windows release builds (#573) > > Reduce API calls by onl

[maintainer update] kakoune 2021-08-28

2021-08-30 Thread Fred. GALUSIK
Hi, Attached a diff to update kakoune to the last release. ChangeLog : - command and response fifo support - Shell expansions only trim the last trailing newline instead of all of them to make is possible to losslessly pass text through %sh{...}. - set-option -remove support for subtracting/

Re: ports and printf("%n") (was: Re: CVS: cvs.openbsd.org: src)

2021-08-30 Thread Theo de Raadt
Jeremie Courreges-Anglas wrote: > (cc'ing ports bulk builds herders) > > Hi folks, > > On Mon, Aug 30 2021, Theo de Raadt wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: dera...@cvs.openbsd.org 2021/08/30 05:16:49 > > > > Modified files: > > lib/libc/stdio : vfprint

ports and printf("%n") (was: Re: CVS: cvs.openbsd.org: src)

2021-08-30 Thread Jeremie Courreges-Anglas
(cc'ing ports bulk builds herders) Hi folks, On Mon, Aug 30 2021, Theo de Raadt wrote: > CVSROOT: /cvs > Module name: src > Changes by: dera...@cvs.openbsd.org 2021/08/30 05:16:49 > > Modified files: > lib/libc/stdio : vfprintf.c vfwprintf.c > > Log message: > jca and I converte