CVS: cvs.openbsd.org: ports

2020-07-30 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2020/07/30 23:19:31 Modified files: security/floss : Makefile distinfo security/floss/patches: patch-setup_py Log message: update floss to 1.6.1.

[FIX DEPENDS] devel/p5-MooseX-ConfigFromFile

2020-07-30 Thread Andrew Hewus Fresh
While testing another port I noticed that this module had some incorrect RUN_DEPENDS (specifically p5-Path-Tiny instead of p5-MooseX-Types-Path-Tiny) so here's an update to clean up the dependencies. I also found it needed the modbuild tiny CONFIGURE_STYLE. This seems to build and test much more

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/07/30 22:20:35 Modified files: net/sslh : Makefile distinfo net/sslh/patches: patch-Makefile Log message: Update to sslh-1.21c Using the 'ssl' protocol probe caused a segmentation

Re: [Update] devel/p5-Moose : Update to 2.2013

2020-07-30 Thread Andrew Hewus Fresh
This needs "CONFIGURE_STYLE = modbuild tiny" and a TEST_DEPENDS on devel/p5-MooseX-StrictConstructor Although I notice that tests fail because p5-MooseX-ConfigFromFile is missing a RUN_DEPENDS, so look for a change to that incoming. Other than that OK afresh1@ On Sun, Jul 26, 2020 at 01:28:19PM

Re: [Update] devel/p5-Moose : Update to 2.2013

2020-07-30 Thread Andrew Hewus Fresh
On Sun, Jul 26, 2020 at 01:28:19PM +, wen heping wrote: > Hi, ports@: > > Here is a patch for devel/p5-Moose to update to 2.2013: > i) It build well and pass all tests on amd64-current system. > ii) Two new ports should been added : p5-Devel-OverloadInfo and >

回复: [Remove] security/go-ed25519

2020-07-30 Thread wen heping
Sorry I forgot there is one port depends on go-ed25519 :net/obfs4proxy. obfs4proxy upstream replace the extra25519 import with an internal package in its lastest version. So before remove go-ed25519, we should update obfs4proxy first. I shall submit the patch later. wen

[Remove] security/go-ed25519

2020-07-30 Thread wen heping
Hi, all: I suggest remove security/go-ed25519 from portstree. Because it is unmaintained upstream[1], and since go-1.13, there is official ed25519 library[2]. [1]https://github.com/agl/ed25519 [2]https://godoc.org/golang.org/x/crypto/ed25519 Cheers ! wen

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2020/07/30 18:21:16 Modified files: net/synapse: Makefile distinfo net/synapse/pkg: PLIST Log message: Update to synapse 1.18.0, from maintainer Renaud Allard

Re: NEW: lang/mit-scheme

2020-07-30 Thread Andrea Fleckenstein
Brian Callahan writes: > Hi ports -- > > I send a port of this back in December but that was a while ago and > there as a new release in the meantime, so here is a new port, > lang/mit-scheme. MIT/GNU Scheme is an open source implementation of > the Scheme programming language. works for me on

Re: rsync: update to 3.2.2

2020-07-30 Thread Klemens Nanni
On Fri, Jul 24, 2020 at 02:55:50PM +0200, Klemens Nanni wrote: > Tests on amd64 still pass: > > 31 passed > 9 skipped > > Feedback? OK? Any OKs for this diff which updates and brings in all the support? Index: Makefile

[UPDATE] gopass 1.9.2

2020-07-30 Thread Raymond E. Pasco
I have been trying out various password managers, and I have been trying out the new go.port.mk features, and the intersection of those two things is below - gopass updated to 1.9.2 and modified to use the new features. --- security/gopass/Makefile | 103 - security/gopass/distinfo |

Re: Update: fonts/iosevka-fonts 2.3.3 -> 3.0.1

2020-07-30 Thread Edd Barrett
Hi, On Mon, Jun 01, 2020 at 01:33:56PM +0100, Stuart Henderson wrote: > ttc files hold a collection of ttf, and allow sharing common glyphs which > can save a bunch of space. They have been supported by freetype/fontconfig > for many years and there shouldn't be a problem using them. Spent some

Re: UPDATE: TeX Live 2020

2020-07-30 Thread Florian Viehweger
Hi, > > > Here's an update to TeX Live 2020. > > > > I was wondering if anyone had had a chance to try this out? > > Thank you everyone who has tested so far. > > New diff. I've fixed a couple of bugs: > > - >

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
This diff seems right to me. Program still works fine.

Re: 6.6 pkg_add of firefox vs atk versions

2020-07-30 Thread Solene Rapenne
On Thu, 30 Jul 2020 09:32:53 -0600 (MDT) Austin Hook : > Here's the output of pkg_check > > farm# pkg_check > Packing-list sanity: ok > Direct dependencies: ok > --- gcj-4.9.4p12 --- > dependency lang/gcc/4.9,-main:gcc->=4.9,<4.10:gcc-4.9.4p12 does not match > any installed

Re: 6.6 pkg_add of firefox vs atk versions

2020-07-30 Thread Vijay Sankar
Hi Austin, I wanted to see if I could simulate your situation. Since I had a 6.6 -stable desktop,  I did a syspatch, upgraded that to 6.7, and then encountered something very much like what you described when I did a pkg_add -uUvVm. Not completely sure why but I felt that spidermonkey

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread George Koehler
On Thu, 30 Jul 2020 08:32:25 -0700 Josh Elsasser wrote: > With George's patch, it segfaults in ecl_min as he predicted, > similarly to mips64: > ... > Got signal before environment was installed on our thread > Daniel Kochmański put up a diff for

Re: 6.6 pkg_add of firefox vs atk versions

2020-07-30 Thread Austin Hook
Yes, I do believe the pkg_add -u is failing. For starters here is my current package source info. = farm# echo $PKG_PATH farm# cat /etc/installurl

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Asher Pasha
Hi, Thank you for looking into this. How about now? Please see attached. Asher On Thu, 30 Jul 2020 at 05:10, Raymond E. Pasco wrote: > > On Thu Jul 30, 2020 at 4:51 AM EDT, Dimitri Karamazov wrote: > > if it's a standalone application (couldn't possibly be another's > > dependency) > > then > >

Re: Firefox and MIME

2020-07-30 Thread Ingo Schwarze
Hi Landry, Landry Breuil wrote on Thu, Jul 30, 2020 at 04:34:56PM +0200: > On Wed, Jul 29, 2020 at 11:22:20PM +0100, Laurence Tratt wrote: >> -section of about:support. For this feature, WebGL2 is necessary, so your >> +section of about:support. For this feature, WebGL2 is necessary, so your >

Re: 6.6 pkg_add of firefox vs atk versions

2020-07-30 Thread Stuart Henderson
On 2020/07/29 09:36, Austin Hook wrote: > > Probably got my packages messed up at some point, and should just stop > doing endless "upgrades", and start clean with 6.7, but for learning > purposes and perspective, would appreciate tips on why doing a pkg_add of > firefox under 6.6 would fail,

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread Kurt Mosiejczuk
On Thu, Jul 30, 2020 at 08:32:25AM -0700, Josh Elsasser wrote: > It built for me, did you install the new libatomic_ops package too? I > notice that "make install" only installed the boehm-gc package. I... did not. I'm not familiar with boehm-gc so didn't realize that was needed. I'll give it a

Re: 6.6 pkg_add of firefox vs atk versions

2020-07-30 Thread Austin Hook
Here's the output of pkg_check farm# pkg_check Packing-list sanity: ok Direct dependencies: ok --- gcj-4.9.4p12 --- dependency lang/gcc/4.9,-main:gcc->=4.9,<4.10:gcc-4.9.4p12 does not match any installed package Reverse dependencies: ok Files from packages: ok ---

Re: Update lang/ecl to 20.4.24

2020-07-30 Thread Josh Elsasser
On Wed, Jul 29, 2020 at 11:52:25PM -0400, Kurt Mosiejczuk wrote: > On Wed, Jul 29, 2020 at 11:05:31PM -0400, George Koehler wrote: > > On Wed, 29 Jul 2020 01:25:00 -0400 > > Kurt Mosiejczuk wrote: > > > > I gave building it a try, it died early on with: > > > >

[update] net/synapse -> 1.18.0

2020-07-30 Thread Renaud Allard
Hello, Here is a diff for net/synapse to v1.18.0 Regards Index: Makefile === RCS file: /cvs/ports/net/synapse/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 5 Jul 2020 09:34:50 - 1.10 +++ Makefile

x11/i3 bugfix release

2020-07-30 Thread Solene Rapenne
This updates i3 to last version, a tiny bugfix release Announce https://www.freelists.org/post/i3-announce/i3-v4182-released • floating_maybe_reassign_ws: only re-focus if previously focused (fixes a focus issue with KDE notifications) • get_output_by_name: guard output->primary with

Re: UPDATE: usockets, uwebsockets

2020-07-30 Thread Aisha Tammy
Hi, I am reattaching update because of a recent release usockets0.4.1 -> 0.5.0 uwebsockets 18.6.0 -> 18.10.0 Aisha PS: I've also attached the patch, in case thunderbird messes up diff --git a/net/usockets/Makefile b/net/usockets/Makefile index 7e544a0459a..f781ecdcda4 100644 ---

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2020/07/30 08:40:07 Modified files: multimedia/shotcut: Makefile distinfo multimedia/shotcut/patches: patch-src_mainwindow_cpp patch-src_src_pro

Re: Firefox and MIME

2020-07-30 Thread Landry Breuil
On Wed, Jul 29, 2020 at 11:22:20PM +0100, Laurence Tratt wrote: > On Wed, Jul 29, 2020 at 12:24:40PM +0200, Landry Breuil wrote: > > Hello Landry, > > [Firefox README] > > Feel free to send diffs, i'm not a native speaker. > > Please find attached a first stab. I've also fixed a few

[Update] editors/nano : Update to 5.0

2020-07-30 Thread wen heping
Hi, all: Here is a patch for editors/nano to update to 5.0, it build well and run well on amd64-current system. Cheers ! wen Index: Makefile === RCS file: /cvs/ports/editors/nano/Makefile,v retrieving revision 1.114 diff -u -p

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:30:23 Modified files: www/firefox-esr/patches: patch-taskcluster_docker_firefox-snap_firefox_desktop Log message: Amend desktop file patch to Exec

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:28:23 Modified files: www/firefox-esr: Makefile www/firefox-esr/pkg: PLIST Log message: Assorted tweaks/cleanups to reduce differences with www/mozilla-firefox: - properly set

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:28:59 Modified files: www/firefox-esr/pkg: README Log message: Sync README with www/mozilla-firefox, also mostly from Laurence Tratt with tweaks by me.

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:26:10 Removed files: www/firefox-esr/files: firefox.desktop Log message: cvs rm the now useless firefox.desktop file, we use the one from upstream

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:25:08 Modified files: www/mozilla-firefox/pkg: README Log message: README improvements, mostly from Laurence Tratt with tweaks by me - thanks!

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2020/07/30 08:25:11 Modified files: net/dnsdist: Makefile distinfo net/dnsdist/pkg: PLIST Log message: Update to dnsdist 1.5.0; ok sthen@

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2020/07/30 08:24:09 Modified files: sysutils/firmware/iwx: Makefile sysutils/firmware/iwx/pkg: PLIST Log message: add firmware for AX201 wifi devices to the iwx-firmware package ok sthen@

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/07/30 08:24:03 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: PLIST Log message: Some assorted fixes/cleanup: - tweak COMMENT - ensure BDEP on rust 1.43 (#1648343) -

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/30 08:19:14 Modified files: net/strongswan : Makefile distinfo Log message: update to strongswan-5.9.0, drop maintainer

[Update] databases/p5-DBD-CSV : Update to 0.55

2020-07-30 Thread wen heping
Hi, all: Here is a simple patch for databases/p5-DBD-CSV to update to 0.55, it build well and pass all tests on amd64-current system. Only one port depends on it: devel/p5-Log-Log4perl. it build well and pass all tests too. Cheers ! wen Index: Makefile

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/30 08:13:44 Modified files: www/urlwatch : Makefile distinfo www/urlwatch/pkg: PLIST Log message: update to urlwatch-2.20

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/30 08:13:33 Modified files: devel/re2c : Makefile distinfo Log message: update to re2c-2.0.1

[Update] devel/p5-Log-Log4perl : Update to 1.50

2020-07-30 Thread wen heping
Hi, ports@: Here is a patch for devel/p5-Log-Log4perl: i) Update to 1.50 ii) Change TEST_DEPENDS net/rrdtool,-perl to net/rrdtool, because net/rrdtool has no perl subpackage. It build well and pass all tests on amd64-current system. There are 8 ports depends on p5-Log-Log4perl, 6

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/30 08:11:37 Modified files: games/godot: Makefile Log message: mark BROKEN-i386, "error: misaligned atomic operation may incur significant performance penalty"

Re: x11/i3 bugfix release

2020-07-30 Thread Josh Grosse
On Thu, Jul 30, 2020 at 01:26:42PM +0200, Solene Rapenne wrote: > This updates i3 to last version, a tiny bugfix release Working for me on amd64. Thanks!!

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Dimitri Karamazov
On Thu, July 30, 2020 07:24, Raymond E. Pasco wrote: > > I believe that we don't want both MODPY_DEFAULT_VERSION_3 and the > python3 FLAVOR. Additionally, the upstream supports Python 2, but I don't > think we want to add Python 2 support to > ports, in which case we'd enforce python3 with

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/07/30 05:40:29 Modified files: games/ezquake : Makefile distinfo Log message: Update to ezquake-3.2.1 Diff from maintainer Tom Murphy openbsd at pertho dot net

Re: [UPDATE] games/gnubg to latest release

2020-07-30 Thread Nils Reuße
On 2020-07-28 19:19, Brian Callahan wrote: On Monday, July 27, 2020 3:41 PM, Nils Reuße wrote: On 2020-07-27 19:49, Brian Callahan wrote: Hi Nils -- On Friday, July 24, 2020 2:56 PM, Nils Reuße n.reu...@hxgn.net wrote: On 2020-07-15 22:59, Nils Reuße wrote: On 2020-07-15 16:58,

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2020/07/30 05:23:55 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20200725

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 05:01:34 Modified files: sysutils/beats/filebeat: Makefile distinfo sysutils/beats/heartbeat: Makefile distinfo sysutils/beats/metricbeat: Makefile distinfo

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 04:55:38 Modified files: www/kibana : Makefile distinfo www/kibana/pkg : PLIST Log message: Update kibana 7.8.0 -> 7.8.1 Release notes:

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 04:42:19 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 7.8.0 -> 7.8.1 Release notes:

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 04:41:33 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 7.8.0 -> 7.8.1 Release notes:

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
On Thu Jul 30, 2020 at 4:51 AM EDT, Dimitri Karamazov wrote: > if it's a standalone application (couldn't possibly be another's > dependency) > then > >> MODPY_VERSION =${MODPY_DEFAULT_VERSION_3} > else > >> +FLAVORS = python3 > >> +FLAVOR ?= python3 > endif Makes

Re: [NEW] mail/aerc 0.4.0

2020-07-30 Thread Raymond E. Pasco
On Thu Jul 30, 2020 at 12:35 AM EDT, Raymond E. Pasco wrote: > - The previous time around, with a vendor directory, I was able to patch > the go-libvterm module to link against devel/libvterm instead of > bringing along its own libvterm. I am no longer quite sure how to do > this with the newer Go

update devel/poedit to 2.4

2020-07-30 Thread Omar Polo
Hello ports, The attached diff updates devel/poedit to the latest release. The changelog for this version is: 1. Crowdin integration was greatly improved and now supports editing of any kind of localization: files from Crowdin projects, not just POs. 2. Improvements to editor user

[Update] security/p5-Crypt-LE : Update to 0.36

2020-07-30 Thread wen heping
Hi, ports@: Here is a simple patch for security/p5-Crypt-LE to update to 0.36. It build well and pass all tests on amd64-current system. No other ports depends on it. Cheers ! wen Index: Makefile === RCS file:

[NEW] mail/aerc 0.4.0

2020-07-30 Thread Raymond E. Pasco
With the arrival of the new Go ports tools, I wanted to try mail/aerc again. Here's my attempt. Notes: - Because upstream uses git tags like 0.4.0 instead of v0.4.0, proxy.golang.org relegates him to v0.0.0-longsuffix hell instead of letting him use real versions. I have no opinion on this

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 02:14:54 Modified files: security/vault : Makefile Added files: security/vault/patches: patch-builtin_logical_ssh_path_roles_go

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/30 02:13:33 Modified files: graphics/leptonica: Makefile distinfo graphics/leptonica/pkg: PLIST Log message: - update to leptonica-1.80.0 - fix HOMEPAG

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/30 01:57:20 Modified files: textproc : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm textproc/py-pygfm: Makefile distinfo

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/30 01:57:24 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.1569.0.

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/30 01:57:32 Modified files: net/uhttpmock : Makefile distinfo net/uhttpmock/pkg: PLIST Log message: update to uhttpmock-0.5.3

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/30 01:50:42 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/pkg: PLIST Removed files: sysutils/polkit/patches:

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/30 01:50:55 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-7.2.0.

Re: UPDATE: graphics/scour to 0.37

2020-07-30 Thread Raymond E. Pasco
> MODULES = lang/python > MODPY_SETUPTOOLS =Yes > MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} >+ >+FLAVORS = python3 >+FLAVOR ?= I believe that we don't want both MODPY_DEFAULT_VERSION_3 and the python3 FLAVOR. Additionally, the upstream supports Python 2,

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Pavel Korovin
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2020/07/30 01:04:55 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_ini_sample www/gitea/pkg : README Log message: Update gitea 1.12.2 ->

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/30 01:04:02 Modified files: graphics/babl : Makefile Log message: Add BDEP on x11/gnome/librsvg; it's picked up when present at configure time. spotted by naddy@

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/07/30 01:03:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register mozplugger as old software that doesn't work. ok landry@

CVS: cvs.openbsd.org: ports

2020-07-30 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/07/30 01:01:44 Modified files: www: Makefile Removed files: www/mozplugger : Makefile distinfo www/mozplugger/patches: patch-configure

Re: UPDATE: Tor Browser 9.5.3

2020-07-30 Thread Dimitri Karamazov
On Thu, July 30, 2020 02:22, Dimitri Karamazov wrote: > Hi, > > > Below is a patch that updates Tor Browser to 9.5.3, following a new > release of Firefox ESR (Tor Browser 9.5 is still based on the 68 branch of > Firefox ESR). Briefly tested on amd64. > Release announcement: >