Re: openbsd port of Emby or Plex

2018-08-07 Thread Jordan Geoghegan
I use Serviio DLNA server to stream all my media, as it supports on the fly transcoding, meaning hassle free DLNA media streaming. It is proprietary, but is written in Java, and runs flawlessly on OpenBSD. They even have a simple install guide on the Serviio website. I am currently writing a m

Re: update intel microcode to 20180807

2018-08-07 Thread Theo de Raadt
Lots of firmwares. Interesting. I think something happens tomorrow.

update intel microcode to 20180807

2018-08-07 Thread Jonathan Gray
== 20180807 Release == -- Updates upon 20180703 release -- Processor Identifier Version Products ModelStepping F-MO-S/PI Old->New new platforms WSM-EP/WSU1 6-2c-2/03 001f Xeon E/L/X56xx, W3

Re: UPDATE: devel/py-test suite update [was: Updating several ports]

2018-08-07 Thread Elias M. Mariani
Sorry, I forgot about adding devel/py-py to the diff. 2018-08-07 18:25 GMT-03:00 Elias M. Mariani : > Updating the update > 2018-07-30 20:20 GMT-03:00 Elias M. Mariani : >> Updating the update. >> All the following changes were tested again, this time against >> databases/py-sqlalchemy,python3 >>

Re: openbsd port of Emby or Plex

2018-08-07 Thread Johan Huldtgren
hello, > I am thinking of migrating my main hom server from Linux to OpenBSD or > NetBSD sometime. But if I were going to do that, I would want som home > media solution like Plex for Linux. Could Emby or Plex get a port in > OpenBSD? If I learned more about BSD stuff, I would be willing to mainta

Re: UPDATE: devel/py-test suite update [was: Updating several ports]

2018-08-07 Thread Elias M. Mariani
Updating the update 2018-07-30 20:20 GMT-03:00 Elias M. Mariani : > Updating the update. > All the following changes were tested again, this time against > databases/py-sqlalchemy,python3 > 1 failed, 7809 passed, 888 skipped > > The same result as the current, version, the previous update and the >

Re: [NEW/WIP] Qflow porting // abc

2018-08-07 Thread Brian Callahan
On 8/7/18 1:38 AM, Alessandro DE LAURENZIS wrote: Brian, all, On 08/04/18 17:42, Alessandro DE LAURENZIS wrote: Hi Brian, On 08/04/18 09:13, Brian Callahan wrote: [...] There appear to be stray lines in pkg/PLIST: man/ja_JP.EUC/cat3f/ man/ja_JP.EUC/man3f/ man/ja_JP.EUC/man3p/ But now tha

Re: [UPDATE] audio/abcde 2.7.2 -> 2.9.2

2018-08-07 Thread Charlène
On Mon, 6 Aug 2018 11:14:18 +0200 Charlène wrote: > Hi! > > Here is an update for audio/abcde, that requires the updated > www/p5-WebService-MusicBrainz and the new audio/p5-MusicBrainz-DiscID > ports i've submitted earlier. > > We are currently several versions behind and the changelog is too

Re: [UPDATE] www/p5-WebService-MusicBrainz-1.0.4 for audio/abcde

2018-08-07 Thread Charlène
On Mon, 6 Aug 2018 10:52:23 +0200 Charlène wrote: > Hi, > > I'm currently working on an update for audio/abcde, that requires > this update and a new port (audio/p5-MusicBrainz-DiscID). > > Abcde wants WebService::MusicBrainz v1.0.4, the latest release as i'm > writing this. > > Many things ch

Re: [NEW] audio/p5-MusicBrainz-DiscID-0.0.4 for audio/abcde

2018-08-07 Thread Charlène
On Mon, 6 Aug 2018 16:31:04 -0400 Brian Callahan wrote: > > On 8/6/18 4:59 AM, Charlène wrote: > > Hi, > > > > I'm proposing this XS Perl module, because it will be required in > > order to update audio/abcde to its latest release. > > > > >From DESCR: > > > > MusicBrainz::DiscID is a Perl class

openbsd port of Emby or Plex

2018-08-07 Thread August Johansson
Hi, I am thinking of migrating my main hom server from Linux to OpenBSD or NetBSD sometime. But if I were going to do that, I would want som home media solution like Plex for Linux. Could Emby or Plex get a port in OpenBSD? If I learned more about BSD stuff, I would be willing to maintain a port bu

Re: UPDATE security/polarssl

2018-08-07 Thread Björn Ketelaars
On Tue 07/08/2018 12:25, Björn Ketelaars wrote: > A new version of polarssl is available (2.12.0), which addresses > 2 vulnerabilities in the TLS ciphersuites (CVE-2018-0497 and > CVE-2018-0498). > > This version also adds several new features as indicated on > https://tls.mbed.org/tech-updates/re

UPDATE security/polarssl

2018-08-07 Thread Björn Ketelaars
A new version of polarssl is available (2.12.0), which addresses 2 vulnerabilities in the TLS ciphersuites (CVE-2018-0497 and CVE-2018-0498). This version also adds several new features as indicated on https://tls.mbed.org/tech-updates/releases/mbedtls-2.11.0-2.7.4-and-2.1.13-released and https://

imake tweaks including relatedness to USE_GROFF

2018-08-07 Thread Marc Espie
This tries to make imake more "regular". Specifically, it had a few LOCALBASE, but it can have LOCALBASE and X11BASE throughout. This is a better config. I might go slightly further: it generates makefiles so we could unhardcode LOCALBASE and X11BASE entirely probably (by switching to $(LOCALBASE)

Re: adding RUST_ARCHS variable

2018-08-07 Thread Marc Espie
On Tue, Aug 07, 2018 at 10:57:51AM +0200, Sebastien Marie wrote: > Hi, > > I would like to see added a RUST_ARCHS variable in > infrastructure/mk/arch-defines.mk in order to simplify some ports, and > keep all the stuff in sync. > > The diff below: > - adds RUST_ARCHS and make the PROPERTIES 'rus

adding RUST_ARCHS variable

2018-08-07 Thread Sebastien Marie
Hi, I would like to see added a RUST_ARCHS variable in infrastructure/mk/arch-defines.mk in order to simplify some ports, and keep all the stuff in sync. The diff below: - adds RUST_ARCHS and make the PROPERTIES 'rust' available to ports - makes lang/rust to use the variable in ONLY_FOR_ARCHS - m