NEW: jpeginfo-1.6.1

2020-08-19 Thread Mikolaj Kucharski
Hi, Simple new port attached. I wanted something to check JPEG files integrity (-c option to the tool). $ jpeginfo -c DSC00470.JPG DSC00470.JPG 6000 x 4000 24bit Exif N 10715136 [OK] Comment: prints information and tests integrity of JPEG files Description: Jpeginfo is an utility to generate

PATCH: p5-NetAddr-MAC update

2020-08-10 Thread Mikolaj Kucharski
Hi, - simple update, from Changes: 0.972020-06-28 - Set minimum perl version to 5.10 - No other changes however there are a bit more changes, hence modbuild line in below diff. Also new `random` method to generate random MAC-address based on provided OUI argument. - make

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

py-pandas and lxml run dep?

2020-04-25 Thread Mikolaj Kucharski
Hi, I did some quick testing of some random code from GitHub, which uses pandas Python module and it failed with: holders = _pd.read_html(url) File "/usr/local/lib/python3.7/site-packages/pandas/io/html.py", line 1100, in read_html displayed_only=displayed_only, File

Re: x265 segfault in x265_weight_sp_avx2.loopW / x265::Predict::addWeightUni

2020-04-18 Thread Mikolaj Kucharski
Reported this upstream: https://bitbucket.org/multicoreware/x265/issues/543/ -- Regards, Mikolaj

x265 segfault in x265_weight_sp_avx2.loopW / x265::Predict::addWeightUni

2020-04-18 Thread Mikolaj Kucharski
Hi all, I'm getting segmentation fault in x265 binary or in ffmpeg when utilizing libx265, every time I run it. Steps to repro are as follows: 1. Download some input file, for example I'm using Big Buck Bunny ftp http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4

Re: Kernel relink and disable ulpt in kernel - cups printing

2020-03-28 Thread Mikolaj Kucharski
On Sat, Mar 28, 2020 at 12:05:26PM +0100, Antoine Jacoutot wrote: > > I went for adding: > > > > printf 'disable ulpt\nq\n' | config -ef /bsd && \ > > sha256 -h /var/db/kernel.SHA256 /bsd > > > > to /etc/rc.shutdown and /upgrade.site and that makes it work the way I > > would like to. >

Re: Kernel relink and disable ulpt in kernel - cups printing

2020-03-28 Thread Mikolaj Kucharski
On Wed, Mar 25, 2020 at 02:23:48PM +, Mikolaj Kucharski wrote: > It has one disadvantage. It doesn't integrate well with sysupgrade(8) > and need one additional reboot, to get desired kernel configuration. For > me it's easy to forget this one additional reboot. I went f

Re: Kernel relink and disable ulpt in kernel - cups printing

2020-03-25 Thread Mikolaj Kucharski
On Sat, Mar 21, 2020 at 08:04:35PM +, Mikolaj Kucharski wrote: > On Thu, Mar 19, 2020 at 08:08:10AM +0100, Antoine Jacoutot wrote: > > > - How do you handle kernel modifications via config(8) with kernel > > > relinking in a more automated way? > >

Re: Kernel relink and disable ulpt in kernel - cups printing

2020-03-21 Thread Mikolaj Kucharski
Hi, On Thu, Mar 19, 2020 at 08:08:10AM +0100, Antoine Jacoutot wrote: > > - How do you handle kernel modifications via config(8) with kernel > > relinking in a more automated way? > > $ cat /etc/rc.shutdown > printf 'disable ulpt\nq\n' | config -ef /bsd >

Re: chromium-80.0.3987.132p1 fails with Aw, Snap!

2020-03-17 Thread Mikolaj Kucharski
On Tue, Mar 17, 2020 at 08:22:04AM +, Mikolaj Kucharski wrote: > Do you see the same? I fails for me on anything which uses JavaScript I > think. I'm using official packages on -current: I didn't need to wipe browser's cache for so long, that it didn't ocurr to me something so o

Re: Kernel relink and disable ulpt in kernel - cups printing

2020-03-17 Thread Mikolaj Kucharski
On Tue, Mar 17, 2020 at 08:13:14AM +, Mikolaj Kucharski wrote: > Please carbon-copy me in any replies. Thank you. So it was ment for misc and not ports, but I'll leave it on ports for now. -- Regards, Mikolaj

chromium-80.0.3987.132p1 fails with Aw, Snap!

2020-03-17 Thread Mikolaj Kucharski
Hi, Do you see the same? I fails for me on anything which uses JavaScript I think. I'm using official packages on -current: OpenBSD 6.6-current (GENERIC.MP) #60: Mon Mar 16 22:03:03 MDT 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # pkg_info -qI chromium

Kernel relink and disable ulpt in kernel - cups printing

2020-03-17 Thread Mikolaj Kucharski
Hi all, What is your approach for a need of official GENERIC(.MP) kernel however customized to your need via `config -e -o /bsd /bsd` for example needed when you have USB based printer. Package readme from cups warns that ulpt(4) needing to be disabled in the kernel and that is actually the case

PATCH: Collision /usr/local/bin/gsutil between google-cloud-sdk-279.0.0 and gsutil-3.1

2020-02-10 Thread Mikolaj Kucharski
Hi, I found that /usr/local/bin/gsutil is present in two packages which don't have conflict makrker in their PLIST. Part of output when google-cloud-sdk is installed and pkg_add gsutil is executed: Collision in gsutil-3.1: the following files already exist /usr/local/bin/gsutil

Re: NEW: www/p5-Plack-App-URLMux

2020-02-06 Thread Mikolaj Kucharski
On Mon, Jan 27, 2020 at 05:56:52AM +, Mikolaj Kucharski wrote: > On Sun, Jan 26, 2020 at 02:31:24PM -0800, Andrew Hewus Fresh wrote: > > On Thu, Jan 16, 2020 at 11:01:40PM +, Mikolaj Kucharski wrote: > > > Hi, > > > > > > Kind reminder. Port reattac

Re: pkgpaths in python3.7 to upgrade old python3s

2020-02-06 Thread Mikolaj Kucharski
Hi, Forgot to add that I've tested Stuart's diff with `pkg_add -u -n` and it worked. I didn't do real update (without -n), but I think it should work. On Mon, Feb 03, 2020 at 10:13:25PM +, Stuart Henderson wrote: > My attempt at a diff is below, it works for me in tests updating from > a

Re: pkgpaths in python3.7 to upgrade old python3s

2020-02-03 Thread Mikolaj Kucharski
On Mon, Feb 03, 2020 at 09:09:25PM +, Stuart Henderson wrote: > > @@ -1,7 +1,9 @@ > > @comment $OpenBSD: PLIST-gdbm,v 1.4 2019/12/11 19:55:40 sthen Exp $ > > @option no-default-conflict > > @option is-branch > > -@conflict python-gdbm->=3.7,<3.8 > > +@conflict python-gdbm->=3,<3.8 > > this

pkgpaths in python3.7 to upgrade old python3s

2020-02-03 Thread Mikolaj Kucharski
Hi, I've noticed recently that I still have python3.6 on my RPi and I think pkgpaths in python3.7 are not exactly correct. With inlined diff test upgrade works for me. # env \ TRUSTED_PKG_PATH=/home/ports/packages/%a/all/ \

Re: SSL protocol errors with Nginx on OpenBSD current and Firefox or Chrome clients

2020-02-02 Thread Mikolaj Kucharski
On Sat, Feb 01, 2020 at 11:46:18AM +, Stuart Henderson wrote: > On 2020/01/31 19:23, Mikolaj Kucharski wrote: > > > > I see problem with Chrome and Firefox on Windows and on OpenBSD. > > Firefox returns SSL_ERROR_DECODE_ERROR_ALERT and Chrome returns > > ERR_SSL_

SSL protocol errors with Nginx on OpenBSD current and Firefox or Chrome clients

2020-01-31 Thread Mikolaj Kucharski
Hi, I have Nginx running for many OpenBSD relesase, with TLS enabled (Let's Encrypt certificates). I upgraded recently to: OpenBSD 6.6-current (GENERIC.MP) #626: Thu Jan 30 19:26:22 MST 2020 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP and recent package snapshot: #

Re: kcaldav logfile http 505

2020-01-28 Thread Mikolaj Kucharski
On Tue, Jan 28, 2020 at 06:23:46AM +, Mikolaj Kucharski wrote: > Hi, > > At the end of this mail, Joerg's diff with plist regenerated. Forgot to add, with my below diff I tested kcaldav on: OpenBSD 6.6-current (GENERIC.MP) #622: Mon Jan 27 00:12:59 MST 2020 dera...@amd64.op

Re: kcaldav logfile http 505

2020-01-27 Thread Mikolaj Kucharski
Hi, At the end of this mail, Joerg's diff with plist regenerated. On Tue, Jan 28, 2020 at 05:04:59AM +, Mikolaj Kucharski wrote: > Hi, > > I didn't test your diff Joerg, but by creating that log file on my end > made kcaldav work, so from your below list of options, I l

Re: kcaldav logfile http 505

2020-01-27 Thread Mikolaj Kucharski
Hi, I didn't test your diff Joerg, but by creating that log file on my end made kcaldav work, so from your below list of options, I like the most disabling the logfile. On Fri, Jan 24, 2020 at 10:07:08PM +0100, Joerg Jung wrote: > Hi, > > following the package README from kcaldav in a -current

Re: NEW: www/p5-Plack-App-URLMux

2020-01-26 Thread Mikolaj Kucharski
On Sun, Jan 26, 2020 at 02:31:24PM -0800, Andrew Hewus Fresh wrote: > On Thu, Jan 16, 2020 at 11:01:40PM +0000, Mikolaj Kucharski wrote: > > Hi, > > > > Kind reminder. Port reattached for convenience. > > Remove "cpan" from CATEGORIES and then OK afresh1@

Re: [update/fix] games/blobby 1.0rc3 -> 1.020200119

2020-01-26 Thread Mikolaj Kucharski
Hi, I didn't test your diff, but just by reading your mail, I think you should set updated version to 1.0.20200119, to get what you want, so avoiding epoch, make 1.0rc3 get updated to 1.0., and make 1.1 get update from 1.0.. With your version of the diff, future version 1.1 and your new version

Re: NEW: www/p5-Plack-App-URLMux

2020-01-16 Thread Mikolaj Kucharski
Hi, Kind reminder. Port reattached for convenience. On Sun, Jan 05, 2020 at 10:11:47PM +, Mikolaj Kucharski wrote: > My previous email with the tarball for convenience: > > https://marc.info/?l=openbsd-ports=157734267315699=2 > > On Thu, Dec 26, 2019 at 06:43:35AM +, Mi

Re: NEW: www/p5-Plack-App-URLMux

2020-01-05 Thread Mikolaj Kucharski
Hi, Ping. My previous email with the tarball for convenience: https://marc.info/?l=openbsd-ports=157734267315699=2 On Thu, Dec 26, 2019 at 06:43:35AM +, Mikolaj Kucharski wrote: > Hi, > > Created with portgen(1), works for me with Plack from packages snapshot > on curren

Re: [Take2][cad/solvespace] Parametric 2D/3D Computer Assisted Design on GTK UI

2020-01-05 Thread Mikolaj Kucharski
Hi Jerome and OpenBSD porters! I've updated the port to solvespace commit: 16c5fa6889202f2059b52c4a89599910541dd1a0 I've took your patches Jerome, updated them for distfile generated from above commit. As I was testing, I've put the version of the distfile not related to the commit

Certain package elements not visible in pkg_info -L output

2020-01-02 Thread Mikolaj Kucharski
Hi Marc, After introduction of @so and @static-lib markers they are not visible in pkg_info -L output. Tests are done on a recent snapshot. # sysctl -n kern.version OpenBSD 6.6-current (GENERIC.MP) #583: Wed Jan 1 12:21:07 MST 2020

NEW: www/p5-Plack-App-URLMux

2019-12-25 Thread Mikolaj Kucharski
Hi, Created with portgen(1), works for me with Plack from packages snapshot on current and on 6.6-stable, make tests pass. All tests successful. Files=9, Tests=70, 2 wallclock secs ( 0.05 usr 0.03 sys + 1.30 cusr 0.31 csys = 1.69 CPU) Result: PASS Comment: map multiple applications in

Re: cupsd in free(): modified chunk-pointer, abort trap, core dumped

2019-11-09 Thread Mikolaj Kucharski
On Sat, Nov 09, 2019 at 04:20:28PM +, Mikolaj Kucharski wrote: > Hi, > > # pkg_info -qI cups > cups-2.3.0p1 > > # sysctl -n kern.version > OpenBSD 6.6-current (GENERIC.MP) #442: Sat Nov 9 01:36:23 MST 2019 > dera...@amd64.openbsd.org:/usr/src/sys/arch/

cupsd in free(): modified chunk-pointer, abort trap, core dumped

2019-11-09 Thread Mikolaj Kucharski
Hi, # pkg_info -qI cups cups-2.3.0p1 # sysctl -n kern.version OpenBSD 6.6-current (GENERIC.MP) #442: Sat Nov 9 01:36:23 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP # /usr/local/sbin/cupsd -f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf cupsd(45462)

Re: chromium-77.0.3865.90 and Aw, Snap! everywhere

2019-09-29 Thread Mikolaj Kucharski
Latest amd64 package snapshot has chromium-77.0.3865.90p1 available which includes fixes by robert@ and it works now. Thank you. -- Regards, Mikolaj

chromium-77.0.3865.90 and Aw, Snap! everywhere

2019-09-26 Thread Mikolaj Kucharski
Hi, Does anyone else sees chrome not usable with latest snapshot? After starting the browser it crashes any tab with "Aw, Snap!". At the same time when I start the browser dmesg is full of pledge entries from chrome (see below output) and chrome.core is left in $HOME. I upgraded to: $ sysctl

Re: [NEW] mail/opensmtpd-filter-dnsbl

2019-09-18 Thread Mikolaj Kucharski
On Thu, Sep 19, 2019 at 05:59:52AM +0200, Martijn van Duren wrote: > You did saw that you can specify multiple blacklists in a single filter right? > Saves quite a lot of time, since queries can be done parallel, instead of > sequential with chaining. Oh, yeah. I've missed that. Thanks :) --

Re: [NEW] mail/opensmtpd-filter-dnsbl

2019-09-18 Thread Mikolaj Kucharski
On Tue, Sep 17, 2019 at 08:04:47AM +0200, Martijn van Duren wrote: > Thanks. Apparently I had a opensmtpd.h still lingering in /usr/include > on this machine. I got rusty with OpenBSD ports, so I don't have anything to comment regards the port itself, but dnsbl filter works (started with options

Re: [NEW] mail/opensmtpd-filter-dkim

2019-09-18 Thread Mikolaj Kucharski
On Tue, Sep 17, 2019 at 02:09:56PM +0200, Martijn van Duren wrote: > tl;dr: Can you give this one a try? Seems to work for me. You can have a look at this email headers. Gmail is happy with c=simple/simple, however I am going to stick to c=relaxed/relaxed in long run. Thank you Martijn for this

Re: [NEW] mail/opensmtpd-filter-dnsbl

2019-09-16 Thread Mikolaj Kucharski
On Tue, Sep 17, 2019 at 07:21:45AM +0200, Martijn van Duren wrote: > Updated for CC flag. Compilartion fails with: main.c:32:10: fatal error: 'opensmtpd.h' file not found #include "opensmtpd.h" ^ below change fixes it: --- MakefileTue Sep 17 05:06:55 2019 +++ Makefile

Re: [NEW] mail/opensmtpd-filter-dkim

2019-09-16 Thread Mikolaj Kucharski
On Tue, Sep 17, 2019 at 12:03:34AM +0100, Stuart Henderson wrote: > > I used this port and it worked for me. Initially I could not get > > DKIM pass with GMail, but with -c relaxed/relaxed Google is now > > happy. > > it's probably worth figuring out what's going on without that setting, but >

Re: [NEW] mail/opensmtpd-filter-dkim

2019-09-16 Thread Mikolaj Kucharski
On Sun, Aug 25, 2019 at 12:24:31PM +0200, Martijn van Duren wrote: > While at it, should we also give a clearer DISTNAME? E.g. > opensmtpd-filter-? Right now it's filter-..., which might > not be clear to everyone that it's an smtpd filter. I think this is good idea. -- Regards, Mikolaj

Re: [NEW] mail/opensmtpd-filter-dkim

2019-09-16 Thread Mikolaj Kucharski
Hi, On Thu, Sep 12, 2019 at 09:08:31AM +0200, Martijn van Duren wrote: > Ping > > Doesn't anyone want to replace dkimproxy with something that integrates > a little better? I used this port and it worked for me. Initially I could not get DKIM pass with GMail, but with -c relaxed/relaxed Google

Re: [NEW] mail/libopensmtpd

2019-09-16 Thread Mikolaj Kucharski
Hi Martijn, I've used below patch and earlier attached libopensmtpd port and it worked fine for me with filter-dkimsign. On Thu, Sep 12, 2019 at 09:13:25AM +0200, Martijn van Duren wrote: > ping > > On 9/5/19 3:13 PM, Martijn van Duren wrote: > > On 8/24/19 6:29 AM, Martijn van Duren wrote: >

Re: www/youtube-dl update to 2019.09.01

2019-09-13 Thread Mikolaj Kucharski
On Fri, Sep 13, 2019 at 11:20:16PM +0300, Paul Irofti wrote: > > No PLIST change? > > Ah, it was already handled by sthen@. Nevermind. Yeah, thanks Hiltjo and Stuart for handling this. -- Regards, Mikolaj

Re: www/youtube-dl update to 2019.09.01

2019-09-12 Thread Mikolaj Kucharski
Hi, Kind reminder. Previous email also at: https://marc.info/?l=openbsd-ports=156749762125767=2 On Tue, Sep 03, 2019 at 07:59:51AM +, Mikolaj Kucharski wrote: > Hi, > > This update fixes for me --dump-single-json JSON dump of first entry > from the YT user videos playli

www/youtube-dl update to 2019.09.01

2019-09-03 Thread Mikolaj Kucharski
Hi, This update fixes for me --dump-single-json JSON dump of first entry from the YT user videos playlist (youtu.be/username/videos). With old version title is wrong. With updated, title is correct. make update-plist show plist didn't change. Index: Makefile

UPDATE: www/p5-CGI-Fast

2019-05-10 Thread Mikolaj Kucharski
CGI-Fast-2.13 +DISTNAME = CGI-Fast-2.15 CATEGORIES = www MAINTAINER = Mikolaj Kucharski Index: distinfo === RCS file: /cvs/ports/www/p5-CGI-Fast/distinfo,v retrieving revision 1.2 diff -u -p -u -r1.2 distinfo --- distinfo11

Re: UPDATE security/keyringer 0.5.4

2019-04-16 Thread Mikolaj Kucharski
On Thu, Apr 11, 2019 at 08:16:02PM +0200, Grégoire Jadi wrote: > Mikolaj Kucharski writes: > > > Hi, > > Hi Mikolaj, > > Thanks for the patch and sorry for the long delay. > > The patch looks fine and works for my usecases. > > However, I can't generate

Re: UPDATE security/keyringer 0.5.4

2019-04-04 Thread Mikolaj Kucharski
No comments so far. Kind reminder. On Thu, Mar 21, 2019 at 10:15:53AM +, Mikolaj Kucharski wrote: > Hi, > > Simple update of keyringer from 0.5.3 to 0.5.4. ChangeLog states > following changes: > > 2019-01-29 - 0.5.4 - Silvio Rhatto > > Use --no-encrypt-to

UPDATE security/keyringer 0.5.4

2019-03-21 Thread Mikolaj Kucharski
Hi, Simple update of keyringer from 0.5.3 to 0.5.4. ChangeLog states following changes: 2019-01-29 - 0.5.4 - Silvio Rhatto Use --no-encrypt-to GnuPG option to strictly respect the recipients file Fixes BASEDIR evaluation at init action Adds history support at shell

Re: UPDATE: productivity/calcurse 4.4.0

2019-03-06 Thread Mikolaj Kucharski
Hi Frederic, On Wed, Mar 06, 2019 at 08:22:37PM +0100, Frederic Culot wrote: > Hi Mikolaj, > > and sorry for my late reply. > Unfortunately I do not have access to an OpenBSD box anymore, so I could > not give you any relevant feedback on your update, sorry for that. > I see I am still mentioned

Re: FIX: sigsegv lftp-4.8.4p1

2019-03-06 Thread Mikolaj Kucharski
On Wed, Mar 06, 2019 at 04:09:23PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Mar 06 2019, Stuart Henderson wrote: > > On 2019/03/06 13:31, Mikolaj Kucharski wrote: > >> Ping. > > > > After 2 days? Really?! > > +1 Yeah, sorry. That was way to soon. I un

Re: UPDATE: productivity/calcurse 4.4.0

2019-03-06 Thread Mikolaj Kucharski
Hi, I didn't receive any reports so far. I would appreciate some comments. On Thu, Feb 28, 2019 at 01:30:53PM +, Mikolaj Kucharski wrote: > Hi, > > Here is update of calcurse to 4.4.0 released 2019-02-21. Changes are > listed on https://calcurse.org/files/changes.html >

Re: FIX: sigsegv lftp-4.8.4p1

2019-03-06 Thread Mikolaj Kucharski
Ping. On Mon, Mar 04, 2019 at 01:09:11PM +, Mikolaj Kucharski wrote: > Hi, > > I've put most of the details in > > https://github.com/lavv17/lftp/issues/511 > > but basically this avoids segfault which I triggered by accident. > Patch is accepted by ups

FIX: sigsegv lftp-4.8.4p1

2019-03-04 Thread Mikolaj Kucharski
Hi, I've put most of the details in https://github.com/lavv17/lftp/issues/511 but basically this avoids segfault which I triggered by accident. Patch is accepted by upstream and already merged. Index: Makefile === RCS

UPDATE: productivity/calcurse 4.4.0

2019-02-28 Thread Mikolaj Kucharski
Hi, Here is update of calcurse to 4.4.0 released 2019-02-21. Changes are listed on https://calcurse.org/files/changes.html I don't use it, just wanted to try it couple of weeks ago and decided to work a bit with upstream to integrate patches which are in the ports tree, so all except one can go

Re: NEW: news/py-sabyenc 3.3.5

2019-02-27 Thread Mikolaj Kucharski
On Wed, Feb 27, 2019 at 09:26:52AM +, Stuart Henderson wrote: > On 2019/02/27 08:48, Mikolaj Kucharski wrote: > > On Wed, Feb 27, 2019 at 08:28:35AM +, Mikolaj Kucharski wrote: > > > Hi, > > > > > > Ping. Port re-attached with diff for sabnzbd below. E

Re: NEW: news/py-sabyenc 3.3.5

2019-02-27 Thread Mikolaj Kucharski
On Wed, Feb 27, 2019 at 08:28:35AM +, Mikolaj Kucharski wrote: > Hi, > > Ping. Port re-attached with diff for sabnzbd below. Email thread on > ports about new port: > > https://marc.info/?t=15501769441=1=2 > ... and I forgot the tarball. -- Regards, Mikol

Re: NEW: news/py-sabyenc 3.3.5

2019-02-27 Thread Mikolaj Kucharski
Hi, Ping. Port re-attached with diff for sabnzbd below. Email thread on ports about new port: https://marc.info/?t=15501769441=1=2 Information for inst:py-sabyenc-3.3.5 Comment: yEnc Module for Python modified for SABnzbd Description: yEnc Module for Python modified for SABnzbd.

kcaldav-0.1.7p0 fresh install - httpd gives HTTP 505

2019-02-22 Thread Mikolaj Kucharski
Hi, I have pretty fresh OpenBSD-current with kcaldav-0.1.7p0 from packages installed: $ sysctl -n kern.version OpenBSD 6.4-current (GENERIC.MP) #743: Wed Feb 20 09:57:24 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP $ pkg_info -qI kcaldav kcaldav-0.1.7p0 #

Re: NEW: news/py-sabyenc 3.3.5

2019-02-20 Thread Mikolaj Kucharski
On Fri, Feb 15, 2019 at 05:00:06PM +0100, Bj??rn Ketelaars wrote: > On Thu 14/02/2019 20:38, Mikolaj Kucharski wrote: > > Hi, > > > > Today I just realized that I never sent tarball with sabyenc port, like > > I've mentioned in the sabnzbd update thread: &g

Re: NEW: news/py-sabyenc 3.3.5

2019-02-16 Thread Mikolaj Kucharski
On Fri, Feb 15, 2019 at 05:00:06PM +0100, Bj??rn Ketelaars wrote: > I forgot about py-sabyenc... > > py-sabyenc is an yEnc Module for Python modified for SABnzbd. The module > was extended to do header parsing and full yEnc decoding from a Python > list of chunks, the way in which data is

Re: NEW: news/py-sabyenc 3.3.5

2019-02-15 Thread Mikolaj Kucharski
On Fri, Feb 15, 2019 at 07:07:40AM +0100, Bj??rn Ketelaars wrote: > > Index: Makefile > > === > > RCS file: /cvs/ports/news/sabnzbd/Makefile,v > > retrieving revision 1.16 > > diff -u -p -u -r1.16 Makefile > > --- Makefile16

NEW: news/py-sabyenc 3.3.5

2019-02-14 Thread Mikolaj Kucharski
Hi, Today I just realized that I never sent tarball with sabyenc port, like I've mentioned in the sabnzbd update thread: https://marc.info/?t=15167902133=1=2 Tarball attached with new port and diff below to swtich sabnzbd from py-yenc to py-sabyenc. Bjorn also had sabyenc port send to the

Re: calcurse-4.3.0p1v0 SIGBUS in pthread_cancel at lib/librthread/rthread.c

2019-02-03 Thread Mikolaj Kucharski
Hi Stuart, On Fri, Feb 01, 2019 at 11:39:09PM +, Stuart Henderson wrote: > +cc maintainer Thanks, I should include Frederic in my initial email. > It feels like bugs on the calcurse side to me. > > First problem - program calls notify_start_main_thread to start the > notify thread. First

calcurse-4.3.0p1v0 SIGBUS in pthread_cancel at lib/librthread/rthread.c

2019-02-01 Thread Mikolaj Kucharski
Hi, Wanted to try calcurse and at very first usage got crash with SIGBUS. I got very easy repro case. I get crash every time by following below steps: - rm -rf ~/.calcurse# that may not be even needed - calcurse - Press ENTER to continue - Press ? for help - While being in less (intro.txt)

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-12 Thread Mikolaj Kucharski
Gregor, Thank you for working on this. I have one comment about your code, comments inlined in your below diff. Here is debug output of one day session, with suspend in the middle when going home, back to work and home again. # grep -E 'type=0x(15|e)' wpa_supplicant.log 1544550580.320374: XXX

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-11 Thread Mikolaj Kucharski
Comment inlined about RTM_IFINFO On Wed, Nov 28, 2018 at 06:56:46PM +0100, Gregor Best wrote: > Index: patches/patch-src_drivers_driver_openbsd_c > === > RCS file: >

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-11 Thread Mikolaj Kucharski
Hi Gregor, I've looked into this more and from debugging perspective. I've added wpa_printf(MSG_DEBUG, "XXX ...") statements to the top of each function in src/drivers/driver_openbsd.c and also one additional just before wpa_supplicant_event() inside an if() statement. That was mostly for me so I

Re: security/wpa_supplicant: Reassoc on NWID change

2018-12-10 Thread Mikolaj Kucharski
Hi Gregor, I've tested your diff in recent days and in my case most often when I change the physical location (and hence AP) I put my laptop into suspend. I've noticed that with your diff wpa supplicant is not abble to reassoc to the AP on resume. However it looks to me more like wpa supplicant

Re: UPDATE news/sabnzbd

2018-11-25 Thread Mikolaj Kucharski
On Sat, Nov 10, 2018 at 08:16:14PM +, Mikolaj Kucharski wrote: > I managed to botch the PLIST in the last patch. I've looked > into archives, why _MODPY_BUILD_DEPENDS is needed and it's > for post-install and compileall.py, so I've added it back. > > To sum up again.. > >

SSL: BAD_SIGNATURE with offlineimap-7.2.1 on OpenBSD 6.4-current (GENERIC.MP) #437: Mon Nov 12 20:06:01 MST 2018

2018-11-12 Thread Mikolaj Kucharski
Hi, I just upgraded base system to: OpenBSD 6.4-current (GENERIC.MP) #437: Mon Nov 12 20:06:01 MST 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP and all packages to the latest snapshot at the time: $ pkg_info -f quirks | awk -F: '/digital-signature/ {print $2}'

Re: UPDATE news/sabnzbd

2018-11-10 Thread Mikolaj Kucharski
I managed to botch the PLIST in the last patch. I've looked into archives, why _MODPY_BUILD_DEPENDS is needed and it's for post-install and compileall.py, so I've added it back. To sum up again.. - update to version 2.3.5 - homepage supports https - added textproc/py-lxml to run depends, per

Re: UPDATE news/sabnzbd

2018-11-10 Thread Mikolaj Kucharski
My local working dir was out of date. New patch below.. On Sat, Nov 10, 2018 at 06:25:37PM +, Mikolaj Kucharski wrote: > Hi, > > Sorry for so late reply, but here is my version of sabnzbd update, > which I tested a while a go and I'm pretty happy with it. This is > version

Re: UPDATE news/sabnzbd

2018-11-10 Thread Mikolaj Kucharski
Hi, Sorry for so late reply, but here is my version of sabnzbd update, which I tested a while a go and I'm pretty happy with it. This is version used to report the problem of failed downloads when free disk space is below threshold configured in sabnzbd:

Re: REMOVE: x11/partiwm

2018-07-20 Thread Mikolaj Kucharski
On Wed, Jul 18, 2018 at 08:47:18AM -0300, Elias M. Mariani wrote: > The project is marked as "defunct". > 8 Years without a modification. > > https://github.com/njsmith/partiwm > > should we remove it? > > sqlite3 /usr/local/share/sqlports "select * from depends where > dependspath like

Re: UPDATE security/py-asn1crypto to 0.24.0

2018-05-20 Thread Mikolaj Kucharski
Hi Stuart, On Sun, May 20, 2018 at 07:22:37PM +0100, Stuart Henderson wrote: > If it's necessary to use the github version and there's only an > autogenerated file (rather than an uploaded release asset) then please > stick to GH_* variables rather than the DISTNAME+DISTFILES+MASTER_SITES >

Re: UPDATE security/py-asn1crypto to 0.24.0

2018-05-20 Thread Mikolaj Kucharski
On Sun, May 20, 2018 at 04:48:24PM +0100, Mikolaj Kucharski wrote: > make test for py2 and py3 pass and simple testing of ansible > doesn't show any issues. actually ansible tests are irrelevant here

UPDATE security/py-asn1crypto to 0.24.0

2018-05-20 Thread Mikolaj Kucharski
Hi, I wanted to fix plist in py-asn1crypto, but looked at home page and I've noticed new version available on GitHub releases page. make test for py2 and py3 pass and simple testing of ansible doesn't show any issues. Index: Makefile

UPDATE: net/p5-NetAddr-MAC

2018-05-17 Thread Mikolaj Kucharski
Hi, Simple update to 0.96 http://cpansearch.perl.org/src/DJZORT/NetAddr-MAC-0.96/Changes 0.962018-01-26 - Fixed more POD mistakes - Use Test::Compile All tests successful. Files=20, Tests=319, 1 wallclock secs ( 0.10 usr 0.12 sys + 0.52 cusr 0.18 csys = 0.92 CPU)

Does gcc-4.9 on armv7 compiles for you?

2018-02-15 Thread Mikolaj Kucharski
Hi, I'm running on PandaBoard-ES: OpenBSD 6.2-current (GENERIC) #174: Thu Feb 8 12:19:16 MST 2018 dera...@armv7.openbsd.org:/usr/src/sys/arch/armv7/compile/GENERIC and I see gcc 4.9 from ports fail to compile: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean

Re: UPDATE news/sabnzbd

2018-02-13 Thread Mikolaj Kucharski
On Fri, Jan 26, 2018 at 05:36:56AM +0100, Björn Ketelaars wrote: > On Wed 24/01/2018 11:34, Björn Ketelaars wrote: > > SABnzbd received a couple of updates, fixing several bugs. The diff below > > brings news/sabnzbd to the latest version. A noticeable change is that > > sabnzbd > > requires a

Re: UPDATE: games/urbanterror

2018-02-06 Thread Mikolaj Kucharski
On Tue, Feb 06, 2018 at 08:58:29AM -0800, Ryan Freeman wrote: > -DISTNAME = urbanterror-4.3.2 > +DISTNAME = urbanterror-4.3.2p1 I think `p` marker is reserved for REVISION, so why not useing revision directly? -- best regards q#

Re: UPDATE news/sabnzbd

2018-02-04 Thread Mikolaj Kucharski
On Sun, Feb 04, 2018 at 10:02:45PM +, Mikolaj Kucharski wrote: > Not sure where is the problem, but so far it feels like to go for this > update :/ Feelks like *no* go. -- best regards q#

Re: UPDATE news/sabnzbd

2018-02-04 Thread Mikolaj Kucharski
I'm not running exactly the same version of the port, as I already had my own work in progress update os SABnzbd, but I think this update is affected by issue 1095. I see very often downloads stuck at 100% with `Found idle job` messanges in logs. When I take nzb-file and download it with simple

Re: [Patch] games/urbanterror doesn't rely on W|X

2018-02-03 Thread Mikolaj Kucharski
On Fri, Feb 02, 2018 at 06:41:26AM +0200, mazocomp wrote: > Index: Makefile > === > RCS file: /cvs/ports/games/urbanterror/Makefile,v > retrieving revision 1.4 > diff -u -p -r1.4 Makefile > --- Makefile 8 Feb 2017 12:55:18 -

UPDATE: p5-XML-RPC 1.1

2017-12-10 Thread Mikolaj Kucharski
* -DISTNAME = XML-RPC-0.9 +DISTNAME = XML-RPC-1.1 CATEGORIES = net devel -FIX_EXTRACT_PERMISSIONS=Yes MAINTAINER = Mikolaj Kucharski <miko...@kucharski.name> # Perl PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = textproc/p5-XML-TreePP +RUN_DEPEN

UPDATE: p5-CGI-Fast 2.13

2017-12-10 Thread Mikolaj Kucharski
+DISTNAME = CGI-Fast-2.13 CATEGORIES = www MAINTAINER = Mikolaj Kucharski <miko...@kucharski.name> @@ -13,7 +13,5 @@ MODULES = cpan PKG_ARCH = * RUN_DEPENDS = www/fcgi \ www/p5-CGI>=4.00 - -TEST_DEPENDS = devel/p5-Test-Deep>=0.11 .include Ind

Re: UPDATE: par2cmdline 0.7.4

2017-12-09 Thread Mikolaj Kucharski
On Thu, Dec 07, 2017 at 11:12:29PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Nov 29 2017, Mikolaj Kucharski <miko...@kucharski.name> wrote: > > Hi, > > > > Update to the latest release on GitHub. Ports changes: > > > > - drop patches included by upstr

Re: DELETE: www/p5-WWW-YouTube-Download

2017-12-03 Thread Mikolaj Kucharski
On Thu, Nov 30, 2017 at 01:37:42AM +, Mikolaj Kucharski wrote: > Hi, > > So I've looked into updating it, but I don't really see a point. Current > version on CPAN doesn't support encrypted signature videos. I don't use > it any more. Anyone has objections to remove it? &

DELETE: www/p5-WWW-YouTube-Download

2017-11-29 Thread Mikolaj Kucharski
d-0.56 -CATEGORIES = www - -MAINTAINER = Mikolaj Kucharski <miko...@kucharski.name> - -# Perl -PERMIT_PACKAGE_CDROM = Yes - -CPAN_AUTHOR = XAICRON -CONFIGURE_STYLE = modbuild - -MODCPAN_EXAMPLES = Yes -MODCPAN_EXAMPLES_DIST =eg - -RUN_DEPENDS = converters/p5-JSON \ -

Re: UPDATE: par2cmdline 0.7.4

2017-11-29 Thread Mikolaj Kucharski
On Wed, Nov 29, 2017 at 12:56:05AM +, Mikolaj Kucharski wrote: > I personally didn't had a chance to test this release properly yet, but > posting if someone else is using par2cmdline too. Tested with content from the Internet. Verify and repair seems to work. Diff at https://marc.i

UPDATE: par2cmdline 0.7.4

2017-11-28 Thread Mikolaj Kucharski
+GH_PROJECT =par2cmdline +GH_TAGNAME =v0.7.4 CATEGORIES = archivers -HOMEPAGE = https://github.com/BlackIkeEagle/par2cmdline/ - # GPLv2+ PERMIT_PACKAGE_CDROM = Yes @@ -19,8 +16,6 @@ WANTLIB = c m ${COMPILER_LIBCXX} MAINTAINER = Mikolaj Kucharski <miko...@kucharski.n

UPDATE: p5-NetAddr-MAC 0.95

2017-11-28 Thread Mikolaj Kucharski
Hi, Simple update to the latest on CPAN. make test pass: All tests successful. Files=18, Tests=318, 1 wallclock secs ( 0.05 usr 0.10 sys + 0.21 cusr 0.16 csys = 0.52 CPU) Result: PASS (author and release candidate tests skipped) Upstream's

Re: git-2.13.1

2017-06-12 Thread Mikolaj Kucharski
On Mon, Jun 12, 2017 at 08:52:02AM +0200, Theo Buehler wrote: > On Thu, Jun 08, 2017 at 09:44:07AM +0200, David Coppa wrote: > > > > Straightforward update to git-2.13.1. > > Hi, > > With this update, many of my repos started looking corrupted. Whatever I > did generated messages like this: >

Re: NEW: www/p5-CGI-Fast 2.12

2017-03-14 Thread Mikolaj Kucharski
On Mon, Mar 13, 2017 at 01:02:16AM +0100, Alexander Bluhm wrote: > On Wed, Mar 08, 2017 at 11:17:35PM +0000, Mikolaj Kucharski wrote: > > This Perl module is needed for gitweb.cgi from git package to work > > over FastCGI. > > Imported, thanks for the port. >

Re: firefox 52 - crashes at startup or later due to oom

2017-03-14 Thread Mikolaj Kucharski
On Tue, Mar 14, 2017 at 02:47:31AM -0400, Ted Unangst wrote: > Sebastien Marie wrote: > > Alternatively, having a small datastack-cur and a bigger datastack-max > > is a possibility, and setting datastack-cur to datastack-max before > > running firefox (ulimit -d `ulimit -dH`). > > indeed. for

Re: NEW: www/p5-CGI-Fast 2.12

2017-03-10 Thread Mikolaj Kucharski
On Fri, Mar 10, 2017 at 07:27:19PM +0100, Jeremie Courreges-Anglas wrote: > Mikolaj Kucharski <miko...@kucharski.name> writes: > > > Hi, > > > > This Perl module is needed for gitweb.cgi from git package to work > > over FastCGI. My gitweb stopped to work af

NEW: www/p5-CGI-Fast 2.12

2017-03-08 Thread Mikolaj Kucharski
Hi, This Perl module is needed for gitweb.cgi from git package to work over FastCGI. My gitweb stopped to work after recent upgrade to the latest snapshot and attached port makes it work again. Comment: CGI interface for FastCGI Description: CGI::Fast is a subclass of the CGI object created by

Re: possible chromium regression on -current

2017-03-02 Thread Mikolaj Kucharski
On Wed, Feb 22, 2017 at 11:35:24AM +, Dimitris Papastamos wrote: > Hi everyone, > > I think at some point in the last week a possible chromium regression > was introduced. > > Youtube videos give a playback error. This is what I get in the log: ... > Any ideas? I also am unable to

<    1   2   3   4   5   6   7   8   >