fuse in golang (or s3fs-fuse)

2019-12-18 Thread Jiri B
Hi, is golang fuse library working on OpenBSD, or what is missing? The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is a distributed fs in golang but comparing to minio it's more simple (although it has s3 compat) and fuse mount would be handy. Talking about s3, is s3fs-fuse

installing non-interactively emacs-26.1p1-no_x11

2018-08-26 Thread Jiri B .
Hi, I cannot figure out how to install non-interactively emacs-26.1p1-no_x11 Is it branch, right? But what is it's value after '%'? emacs--no_x11 still request version selection, emacs%--no_x11 is wrong. Jiri

python/ruby modules for bsdauth?

2018-04-04 Thread Jiri B
Do we have python/ruby modules for bsdauth? If not, do python/ruby pam modules work with security/openpam port? (IIUC it uses bsdauth beneath, right?). Jiri

py libs to make Ansible winrm transport working (Windows mgmt)

2018-03-04 Thread Jiri B
Hi, I need to manage multiple Windows ADs at work thus I made couple of new python lib ports to have Ansible working with winrm transport and thus have possibility to use OpenBSD and Ansible to manage remote Windows boxes. Tested with remote Windows 2016 with ntlm, kerberos auth. Only thing is

Re: [update] openvpn-2.4.5

2018-03-03 Thread Jiri B
On Sat, Mar 03, 2018 at 03:21:15PM +0100, Jeremie Courreges-Anglas wrote: > > See changelog at > > https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 > > If anyone wants to give it a try. The src/openvpn/openssl_compat.h diff > is being worked on. I can still connect (client) to

Re: UPDATE: burp -> 2.0/2.0.54, stable (2.1.28)

2018-03-03 Thread Jiri B
On Fri, Mar 02, 2018 at 08:47:01PM +, Stuart Henderson wrote: > On 2018/02/28 17:32, Jiri B wrote: > > OK, new diff and tarball attached. > > I've cleaned it up a bit. Does it still work for you? Yes, it does work. Some comments below. Our pkg* tools don't have a method to

porting grub2 - how to get arm64 modules available in amd64 PKG_PATH?

2018-03-01 Thread Jiri B
Hi, I have simple GRUB2 port working but I'm trying to figure out how to change the port to get some part of it to be a kind of 'noarch' as Linux distros do. My question is, how to get eg. /usr/local/lib/grub/arm64-efi modules which - IIUC - would need to build on arm64 box "into" amd64 repo,

Re: UPDATE: burp -> 2.0/2.0.54, stable (2.1.28)

2018-02-28 Thread Jiri B
On Wed, Feb 28, 2018 at 10:05:57PM +, Stuart Henderson wrote: > > I hope I finally was successful to make diff for burp. > > Diff only has one of the two versions. Can you just send a tar? OK, new diff and tarball attached. > > - moving current port version into '2.0' subdir > > - adding

UPDATE: burp -> 2.0/2.0.54, stable (2.1.28)

2018-02-28 Thread Jiri B
On Thu, Feb 22, 2018 at 08:08:02PM -0500, Jiri B wrote: > I have no idea how to solve this - no conflict, thus one could have > old server and would like to install new client or vice-versa. > What to do with configuration files? I have no opinion. Hi, I hope I finally was successfu

Re: burp - experience and 2.1 version

2018-02-22 Thread Jiri B
On Thu, Feb 22, 2018 at 08:08:02PM -0500, Jiri B wrote: > On Thu, Feb 22, 2018 at 12:05:00PM +, Stuart Henderson wrote: > > On 2018/02/22 04:59, Jiri B wrote: > > > On Thu, Feb 22, 2018 at 10:21:54AM +0100, Landry Breuil wrote: > > > > As for the update itself,

Re: burp - experience and 2.1 version

2018-02-22 Thread Jiri B
On Thu, Feb 22, 2018 at 12:05:00PM +, Stuart Henderson wrote: > On 2018/02/22 04:59, Jiri B wrote: > > On Thu, Feb 22, 2018 at 10:21:54AM +0100, Landry Breuil wrote: > > > As for the update itself, i have no opinion. You decided to use 2.1 on > > > your cli

Re: burp - experience and 2.1 version

2018-02-22 Thread Jiri B
On Thu, Feb 22, 2018 at 10:21:54AM +0100, Landry Breuil wrote: > As for the update itself, i have no opinion. You decided to use 2.1 on > your clients, you assume the choice... Do you want to keep old stable? Should I create new 'branch' for 2.1.x or just update current port? Jiri

Re: burp - experience and 2.1 version

2018-02-22 Thread Jiri B
On Thu, Feb 22, 2018 at 08:20:15AM +0100, Landry Breuil wrote: > The 2.1 branch was only declared stable recently, and this discussion > already happened in https://marc.info/?t=15181794432=1=2 > > Landry I'll send my diff for update the port because of this issue:

burp - experience and 2.1 version

2018-02-20 Thread Jiri B
Hi guys, landry@ added burp[1] into ports and while searching for something easier that bacula/bareos for disk-based backups, I found burp and read 'Migrating from Bacula to Burp'[2]. What are you experiences with burp? Are you staying with ports version (2.0.54) because it was said to be (old)

Re: [new] sysutils/restic

2018-02-18 Thread Jiri B
On Sun, Feb 18, 2018 at 01:56:32PM -0700, Aaron Bieber wrote: > Hi! > > Here is a nifty backup tool written in Go and BSD licensed. It supports > a grip of backends: > > - Local directory > - sftp server (via SSH) > - HTTP REST server (protocol rest-server) > - AWS S3 (either from Amazon or

libqcow - qcowmount (fuse) does not work (VNDIOCSET: Permission denied)

2018-02-15 Thread Jiri B
Hi, while investigating possibilities to access data inside qcow* images on OpenBSD[1], I discovered libqcow's qcowmount does not work: Flow below: - info about qcow2 disk - qcowmount the disk - ls -l /mnt - vnconfig - chmod Thank you for clarification. [1]

[solved] Re: tor is stucked for couple of minutes [was Re: tor inside vmm, horribly slow?!]

2018-02-14 Thread Jiri B
On Tue, Feb 13, 2018 at 09:02:06PM +, Stuart Henderson wrote: > On 2018/02/13 12:57, Jiri B wrote: > > On Mon, Feb 12, 2018 at 10:02:52PM +0100, Thomas Weinbrenner wrote: > > > Perhaps this has nothing to do with vmm. > > > > I can confirm too that this Tor i

tor is stucked for couple of minutes [was Re: tor inside vmm, horribly slow?!]

2018-02-13 Thread Jiri B
On Mon, Feb 12, 2018 at 10:02:52PM +0100, Thomas Weinbrenner wrote: > Perhaps this has nothing to do with vmm. I can confirm too that this Tor issue - being stucked for cca 2 minutes - happens also on baremetal. Thus moving from misc@ to ports@ as this is more appropriate, CC tor port maintainer

Re: [NEW] net/onionshare

2017-12-07 Thread Jiri B
> > Attached is a port OnionShare (https://onionshare.org). It requires > > the net/stem python3 flavor patch I posted earlier. Both GUI and CLI > > have been lightly tested. > > > > $ cat pkg/DESCR > > Tool for sharing files of any size anonymously over the Tor public > > anonymity network. >

Re: [wip] Firefox 57.0b4

2017-10-02 Thread Jiri B
On Mon, Oct 02, 2017 at 02:31:49PM +0200, Landry Breuil wrote: > Hi, > > of course not targeted for the upcoming 6.2 release, but firefox 57 will > be quite a big change from 56, so testing is more than welcome. > > https://www.mozilla.org/en-US/firefox/57.0beta/releasenotes/ >

Re: zbar, python module import core dumps

2017-09-30 Thread Jiri B
On Sat, Sep 30, 2017 at 01:00:11PM +1000, Jonathan Gray wrote: > > # python2.7 -c 'import zbar' > > Segmentation fault (core dumped) > > Here is a patch from debian that seems to avoid the crash. > I never used the python api back when I actually used zbar. Thank you, works OK on amd64. Tested

zbar, python module import core dumps

2017-09-29 Thread Jiri B
Hi, this simple things make python core dump. Anything more for this issue report I could provide? Jiri # python2.7 -c 'import zbar' Segmentation fault (core dumped) # pkg_info | egrep '^(python-2|zbar)' python-2.7.14 interpreted object-oriented programming language zbar-0.10p16

security/encfs problem - fusefs: access error 35

2017-09-29 Thread Jiri B
Hello, I use encfs to share files on dual-boot laptop with Linux. The partition is ext2. I get quite often encfs mount issues, it becomes not available. Any tips how could I provide more info? # pkg_info | grep encfs encfs-1.9.2 fuse-based cryptographic filesystem $ sysctl kern.version

Chromium with kerberos

2017-04-18 Thread Jiri B
Hi, does OpenBSD chromium work with heimdal in ports? I found following part in Chromium code https://github.com/adobe/chromium/blob/master/net/net.gyp#L800 which makes me doubtful. ... ['use_kerberos==1', { 'defines': [ 'USE_KERBEROS', ],

Re: [NEW] sshpass-1.06

2017-04-11 Thread Jiri B
On Mon, Apr 10, 2017 at 02:10:47PM +0200, Jeremie Courreges-Anglas wrote: > > sshpass is useful when dealing hosts where you haven't installed keys > yet, but you want to manage using tools like ansible. Lightly tested > using raw sshpass ssh and ansible -k -m ping. > > ok? Works fine for my

Squid alternative - Apache trafficserver on OpenBSD

2017-01-23 Thread Jiri B
Hello, I see some Squid functionality a little bit annoying, eg. how to list objects in cache without logs... So I've started to have a look at Apache TrafficServer. If anybody would be interested I submitted couple of bugs and there is at least LibreSSL support now but the proxy can't do its

Re: NEW: graphics/pdfsandwich

2017-01-21 Thread Jiri B
On Fri, Jan 20, 2017 at 07:19:13PM +0100, Ingo Feinerer wrote: > Hi, > > please find attached a port for pdfsandwich, > a tool to make "sandwich" OCR pdf files. > > $ cat pkg/DESCR > pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain > only images (no text) will be

[update] py-passlib to make Ansible encrypt passwords

2017-01-19 Thread Jiri B
Hi, while playing with Ansible I saw an issue with password_hash('blowfish') filter - it did not work[1], and I found py-passlib has newer version. With py-passlib 1.7.0 I am able with little change in Ansible (22 chars long salt) to make encrypted passwords using Blowfish on OpenBSD. With old

Re: ansible and encrypting passwords using Blowfish hashing

2017-01-19 Thread Jiri B
I managed to create this workaround (but there's seem to be an issue with 'register' and 'changed_when' in OpenBSD specific 'user' module task). It pre-encrypts passwords via preceding task. Any comments? j. ~~~ --- - name: Testing adding users on OpenBSD and Linux with vault hosts: all

ansible and encrypting passwords using Blowfish hashing

2017-01-19 Thread Jiri B
Hi, how do you encrypt passwords using Blowfish hashing in Ansible? hash('blowfish') filter does nothing for me, ie. an user ends with empty password in /etc/master.passwd. password('blowfish') filter fails: ~~~ TASK [Create users from secret.yml]

help with porting luaffifb

2016-12-09 Thread Jiri B
Hi, I know nothing about lua but it would be nice if anybody could have a look a help to finish luaffi(fb). Whole story: I wanted to try weechat-matrix-protocol-script[1] but it needs luaffi[2] to use OML[3]... "Matrix is an open standard for decentralised communication, providing simple HTTP

newer phantomjs anybody?

2016-12-09 Thread Jiri B
Hi, has anybody newer phantomjs or at least a WIP port? I discovered an accessibility testing tool[1] which I would like to try but it needs phantomjs 2.x :/ j. [1] http://pa11y.org/

Re: Let's remove sysutils/lsof

2016-12-01 Thread Jiri B
On Thu, Dec 01, 2016 at 07:49:22AM -0500, Jiri B wrote: > > lsof is a problem. It is tightly coupled to the base system, enough to > > require /usr/src/sys checked out to be able to build it. This means > > that it breaks quite frequently: > > Correcting Pascal's m

Re: Let's remove sysutils/lsof

2016-12-01 Thread Jiri B
> lsof is a problem. It is tightly coupled to the base system, enough to > require /usr/src/sys checked out to be able to build it. This means > that it breaks quite frequently: Correcting Pascal's mail... IMO lsof is used because BSD' netstat doesn't show PID of a process with open sockets.

[UPDATE] virt-viewer + libgovirt

2016-11-18 Thread Jiri B
Hi, I work with oVirt everyday and thus I find handy to have 'change cd' feature inside remote-viewer. See attached screenshot (it shows 'foreign menu' inside remote-viewer). It needs new lib, attached as well. I would be happy if you would consider it for import, I could take care of libgovirt

Re: [UPDATE] print/unpaper

2016-11-09 Thread Jiri B
On Wed, Nov 09, 2016 at 05:14:01PM +0100, Antoine Jacoutot wrote: > New diff. Nice, thanks! It's strange I get failure for all F* and G* tests. j. ~~~ === unpaper 6.1: ./test-suite.log === # TOTAL: 19 # PASS: 13 # SKIP: 0 #

[UPDATE] print/unpaper

2016-11-08 Thread Jiri B
Hi, an update of unpaper, it needs now libav which is part of ffmpeg. I tooks diffs from pkgsrc who use ffmpeg and not libav directly. I can't comment those diff but it works for me on amd64. I removed README as it was useless anyway and new doc files are markdown-based so I did not include

Re: Building electron on OpenBSD

2016-11-03 Thread Jiri B
On Wed, Nov 02, 2016 at 06:46:30PM -0500, Ax0n wrote: > [..] > Electron: > https://github.com/electron/electron/ > > "Build Instructions": > https://github.com/electron/electron/blob/master/docs/development/build-instructions-linux.md > > I am not a developer. At best, I'm an excited end-user

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-02 Thread Jiri B
On Tue, Nov 01, 2016 at 03:52:00PM -0400, Jiri B wrote: > With the path and my original path I was able to build curl with > gssapi and ssl: > > $ curl -V > curl 7.50.3 (x86_64-unknown-openbsd6.0) libcurl/7.50.3 LibreSSL/2.0.0 > zlib/1.2.3 libidn/1.33 nghttp2/1.16.0 > Pro

Re: krb5-config --libs (was: Re: building curl with gssapi disables ssl)

2016-11-01 Thread Jiri B
On Tue, Nov 01, 2016 at 10:30:22AM +0100, Jeremie Courreges-Anglas wrote: > Using only your diff I can't get gssapi detected. I suspect you have > local changes somewhere, perhaps in krb5-config? Could it be caused by shlib_dirs="/usr/local/heimdal/lib" in my rc.conf.local? > Using the

Re: building curl with gssapi disables ssl

2016-10-31 Thread Jiri B
On Thu, Oct 27, 2016 at 10:31:04AM -0400, William Leuschner wrote: > > SSL support: no > > (--with-{ssl,gnutls,nss,polarssl,mbedtls,cyassl,axtls,winssl,darwinssl} ) > > Have you tried adding "--with-ssl" to CONFIGURE_ARGS? > > - William Hi, yes, I did. j. $ env FLAVOR=gssapi

building curl with gssapi disables ssl

2016-10-27 Thread Jiri B
Hi, after openldap got gssapi flavor I've decided to try gssapi for our curl as I would benefit from it everyday at work. But configuring curl with gssapi it does by some miracle disables ssl :/ Any idea? (Building curl without gssapi of course keeps ssl option enabled.) j. Index: Makefile

Re: lftp man page broken

2016-09-13 Thread Jiri B
On Tue, Sep 13, 2016 at 11:25:56PM +0200, Rafael Sadowski wrote: > I know of no Jiri B's "/usr/local/man/cat1/lftp.0"! man(1) shows me: > > $ man -w lftp > /usr/local/man/man1/lftp.1 I have no idea why this differs: $ pkg_info -L lftp | grep man /usr/local/man/cat1/lftp.0

lftp man page broken

2016-09-13 Thread Jiri B
Hi, lftp man pages is odd, see section for 'mirror' command. ~~~ $ cat /usr/local/man/cat1/lftp.0 | col -b | sed -n '/mirror.*OPTS/,/When using \-R/p' | head mirror [OPTS] [source [target]] Mirror specified source directory to local target directory. If the target

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-11 Thread Jiri B
On Sun, Sep 11, 2016 at 06:03:07PM +0900, Bryan Linton wrote: > I'm seeing this too. From reading this thread on bugs@, it looks > like support for this was removed from the /sbin/route command (as > well as the kernel itself) to enable upcoming support for other > features. > > Unfortunately,

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Jiri B
On Sat, Sep 10, 2016 at 05:35:01PM -0500, Brent Cook wrote: > > ​Hi Jiri, > > > > I just double-checked an OpenVPN setup using ​the latest snap + the > > latest ports package, and it should no longer cause the segfault. > > > > OpenBSD 6.0-current (RAMDISK_CD) #2212: Sat Sep 10 10:03:50 MDT 2016

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Jiri B
On Fri, Sep 09, 2016 at 01:30:24PM +0200, Theo Buehler wrote: > Recent changes to libcrypto were responsible for some fallout. The > offending changes were backed out and this should be fixed with r1.35 of > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/evp/evp_enc.c > > CVSROOT:

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-09 Thread Jiri B
~~~ #0 0x193e5bfa2973 in EVP_CIPHER_CTX_iv_length (ctx=0x193e57d3c800) at /usr/src/lib/libcrypto/evp/evp_lib.c:244 No locals. #1 0x193c57809f58 in cipher_ctx_iv_length (ctx=0x193e57d3c800) at /home/jirib/openbsd/pobj/openvpn-2.3.11/openvpn-2.3.11/src/openvpn/crypto_openssl.c:606 No

Re: Samba as DC on OpenBSD 6.0 is unusable :(

2016-09-09 Thread Jiri B
On Fri, Sep 09, 2016 at 08:53:20AM +0300, kasak wrote: > I think, if Theo says that we don't need acl, than we don't need acl. He > knows better. Keeping things simple is very secure and this is good! > I am very thankful to you for maintaining samba on OpenBSD! Undoubtedly , > OpenBSD is now

openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-09 Thread Jiri B
Hi, I use same openvpn config for long time but it seems recent updates (base, packages) caused openvpn to segfault after a route add error. Any help would be appreciated. j. openvpn-2.3.11 OpenBSD 6.0-current (GENERIC.MP) #2421: Mon Sep 5 07:50:28 MDT 2016 ~~~ # openvpn --config

Re: Samba as DC on OpenBSD 6.0 is unusable :(

2016-09-08 Thread Jiri B
On Thu, Sep 08, 2016 at 11:01:45PM +0200, Jeremie Courreges-Anglas wrote: > Everything is possible, but our lack of ACLs and extended attributes > make OpenBSD a poor choice for samba, even if upstream supports backends > that don't suffer these limitations. From my POV, net/samba is here > first

libreoffice online - anybody has tried to build?

2016-09-01 Thread Jiri B
Hi, has anybody tried to build 'libreoffice online'? Is it even doable? https://gerrit.libreoffice.org/gitweb?p=online.git;a=tree;f=loolwsd/debian;h=930c57b566f25fc508ccf4fbcf953f5747bc43a8;hb=HEAD owncloud/nextcloud could use 'libreoffice online' from Collabora as backend for Google Docs-like

Re: epub reader

2016-07-09 Thread Jiri B
On Fri, Jul 08, 2016 at 10:47:54AM -0400, Jiri B wrote: > On Fri, Jul 08, 2016 at 08:36:11AM -0600, Jack J. Woehr wrote: > > Is there a tool to read epubs on OpenBSD? I looked in MARC archives and > > don't find any info. > > mupdf > calibre > an extension in firefox..

Re: epub reader

2016-07-08 Thread Jiri B
On Fri, Jul 08, 2016 at 08:36:11AM -0600, Jack J. Woehr wrote: > Is there a tool to read epubs on OpenBSD? I looked in MARC archives and don't > find any info. mupdf calibre an extension in firefox... j.

Re: [NEW] www/tbb - Tor Browser Bundle 6.0.2

2016-06-27 Thread Jiri B
First of all, it's great to see this effort. But, we have seen diffs in ports tree which were irrelevant, eg. upstream solved the issues the diffs were trying to solve specifically for OpenBSD ports tree. semarie@ did a review for TBB and he raised some question about diverting from upstream. As

Re: /etc/rc.d/dnscrypt_proxy(failed)

2016-05-12 Thread Jiri B
On Thu, May 12, 2016 at 05:19:35PM +0800, johnw wrote: > On 05/12/2016 03:18 PM, Stuart Henderson wrote: > > pgrep -lf dnscrypt > 65727 /usr/local/sbin/dnscrypt-proxy -d --user=_dnscrypt-proxy -R > dnscrypt.eu-nl --local-address=[::1]:53 > --resolver-address=176.56.237.171:443 >

[UPDATE] let mupdf-x11-curl talk to https

2016-05-04 Thread Jiri B
Hi, I got instructed at #ghostcript FreeNode channel that mupdf code does not check for https. So here's diff. Works with https://knihy.nic.cz/files/nic/edice/pavel_satrapa_ipv6_2012.pdf j. Index: Makefile === RCS file:

Re: help about merging PLIST and PFRAG.$flavor

2016-04-27 Thread Jiri B
On Wed, Apr 27, 2016 at 06:09:22PM +0200, Dmitrij D. Czarkoff wrote: > Jiri B said: > > I'm working on a port (recoll desktop indexer) and it can be > > built without GUI and with QT4 GUI. > > > > My question is: how to handle PLIST when most of the files are > >

help about merging PLIST and PFRAG.$flavor

2016-04-26 Thread Jiri B
Hi, I'm working on a port (recoll desktop indexer) and it can be built without GUI and with QT4 GUI. My question is: how to handle PLIST when most of the files are same for both version of the app but each version add just couple of files more? Should I have 'no_x11' flavor and a flavor for

WebRTC - [was: Re: [NEW] x11/teamwords - an open source Slack native client]

2016-03-30 Thread Jiri B
On Tue, Mar 29, 2016 at 01:32:47PM -0400, Bryan C. Everly wrote: > Hi ports@, > > For those of you unfamiliar with it, Slack is a commercial software > development team collaboration tool similar to HipChat from Atlassian. Hmm, while mentioning Slack... What's status of WebRTC in OpenBSD

Re: [WIP] Grub 2.02-beta3

2016-03-22 Thread Jiri B
On Tue, Mar 22, 2016 at 06:46:25AM -0400, Josh Grosse wrote: > Hi, Jiri. I haven't built your port, yet, just ran it through > portcheck(1). It found a missing gettext dependency, and if you > add gettext to your modules, you won't need a lib dependency on xz. > Something like this? ---

[WIP] Grub 2.02-beta3

2016-03-22 Thread Jiri B
Hi, this is real WIP of Grub 2.02-beta3. I've tried my best but it needs for sure more testing - I'd tried to adapt README and configuration file for disabling partition to Grub 2 syntax but I'm not personally user of such features. My original goal was to replace pxelinux with Grub2 but I still

grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Jiri B
Hi, I'm working on to make grub2 work on OpenBSD to replace pxelinux on my netinstall server and I have this question - - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? I'm working on grub2 on amd64, I haven't tested that yet but following works on amd64: jirib:/tmp $ grub-mknetdir

Re: grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-19 Thread Jiri B
> > I'm working on to make grub2 work on OpenBSD to replace > > pxelinux on my netinstall server and I have this question - > > - why is there 'ONLY_FOR_ARCHS= i386' in our old grub? > > Try building. You get the following during configure: > > > checking whether the C compiler works...

Re: grub(2) - ONLY_FOR_ARCHS= i386 ?

2016-03-18 Thread Jiri B
> > I recall finding a better explanation (or coming up with one myself) > > when I originally tried this a few months ago, but I've since forgotten. > > Considering that PIE broke it when introduced, I wouldn't be surprised > > if some of our linking features are related. > > It's testing that

Re: Maven-based projects vs. our build process

2016-03-15 Thread Jiri B
On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > Hi, > > I have several maven-based projects that I'd like to create ports for, but > our build process makes that challenging. > > Maven (for those who don't know) likes to download additional files as it > compiles which is a

Re: pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
On Sun, Mar 13, 2016 at 11:04:24PM +, Stuart Henderson wrote: > On 2016/03/13 18:17, Jiri B wrote: > > I'd like to use Ansible to manage Windows machines at work, > > thus here are two new ports - pywinrm (python module for > > Windows Remote Management) and its de

pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
I'd like to use Ansible to manage Windows machines at work, thus here are two new ports - pywinrm (python module for Windows Remote Management) and its dependent, py-xmltodict. Example tests work ok. j. ~~~ In [5]: s = winrm.Session('ad-w2k12r2.example.com', auth=('Administrator', 'password'))

[UPDATE] icedtea-web + textproc/tagsoup dep

2016-03-09 Thread Jiri B
Hi, an updae for icedtea-web to 1.6.2. I added tagsoup as deps as it is recommended by upstream to solve issue wth bad jnlp files. I also added *.desktop files to make it work nicely with xdg-open. Oh yeah, it's horrible bashism and gnuism. tagsoup based on textproc/stringtemplate. icedtea-web

Re: apache-httpd-openbsd pexp conflicts with httpd's one

2016-03-07 Thread Jiri B
> Or we could say that it's time to remove apache-httpd-openbsd? OK, but what's approach for apache2 and chroot? No approach or on a TODO list? Or is chrooting considered obsolete? j.

apache-httpd-openbsd pexp conflicts with httpd's one

2016-03-07 Thread Jiri B
Hi, apache-httpd-openbsd pexp conflicts with base httpd pexp. * apache-httpd-openbsd pexp="httpd: parent.*" # ps aux | grep httpd www 30230 0.0 1.2 72272 24376 ?? SsSat10PM0:03.16 httpd: parent [chroot /var/www] (httpd) www 13731 0.0 2.3 73008 47032 ?? I Sat10PM

Re: UPDATE: devel/intellij 15.0.4

2016-03-07 Thread Jiri B
On Sun, Mar 06, 2016 at 10:36:10PM +0100, Caspar Schutijser wrote: > Hi ports@, > > Below is an update of devel/intellij to 15.0.4. I tested it on amd64, > works fine for me. Not sure how you did your tests but intellij is far from being fully functional on OpenBSD. See

pkg_add (_pfetch) - Permission denied for /root/.netrc

2016-02-22 Thread Jiri B
Hi, I did quick install and then I executed 'pkg_add -iv $packages' under root user. The output get spammed with: ftp: /root/.netrc: Permission denied IIUC this is caused by 'drop_priviledge_and_setup_env' function in PackageRepository.pm which changes uid to '_pfetch' which spawns /bin/sh

Re: devel/intellj - pty4j

2016-02-19 Thread Jiri B
On Thu, Feb 18, 2016 at 09:29:58AM +0300, Vadim Zhukov wrote: > Thank you! I started working on pty4j and some related libs which are used > in IDEA, but didn't finish this work. Your patch should speed up things. > > The problem is that IDEA bundles quiet a few libraries, like pty4j. We >

Re: (py-)selenium continues...

2016-02-18 Thread Jiri B
On Sun, Feb 14, 2016 at 06:22:00PM +0100, frantisek holop wrote: > Jiri B, 13 Feb 2016 16:50: > > $ pkg_info -L py-selenium | grep .so$ > > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so > > /usr/local/lib/python2.7/site-packag

Re: devel/intellj - pty4j

2016-02-17 Thread Jiri B
On Wed, Feb 17, 2016 at 03:42:55PM -0500, Jiri B wrote: > [...] > With little changes I could build OpenBSD native lib and jar > for pty4j > > https://github.com/traff/pty4j > > pty4j seems little bit sleeping, there's waiting pull request for > FreeBSD support. Not su

devel/intellj - pty4j

2016-02-17 Thread Jiri B
Hi, OpenBSD port of intellj contains native libs for other OSes for pty4j. /usr/local/intellij/lib/libpty/linux/x86/libpty.so /usr/local/intellij/lib/libpty/linux/x86_64/libpty.so /usr/local/intellij/lib/libpty/macosx/x86/libpty.dylib /usr/local/intellij/lib/libpty/macosx/x86_64/libpty.dylib

Re: pytidylib

2016-02-15 Thread Jiri B
And now with attachment :) On Mon, Feb 15, 2016 at 10:44:57AM -0500, Jiri B wrote: > A python wrapper against libtidy(p). > > Maybe to useful to reconsider after ports unlock. > > $ env LD_DEBUG=1 python2.7 -c "import tidylib" 2>&1 | grep tidy > dlopen: loadi

pytidylib

2016-02-15 Thread Jiri B
A python wrapper against libtidy(p). Maybe to useful to reconsider after ports unlock. $ env LD_DEBUG=1 python2.7 -c "import tidylib" 2>&1 | grep tidy dlopen: loading: libtidyp.so flags /usr/local/lib/libtidyp.so.0.0 = 0x0 head /usr/local/lib/libtidyp.so.0.0 obj /usr/local/lib/libtidyp.so.0.0

(py-)selenium continues...

2016-02-13 Thread Jiri B
Hi, some comments about your (py-)selenium ports from June '15 [1]: $ pkg_info -L py-selenium | grep .so$ /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so These

Re: (py-)selenium continues...

2016-02-13 Thread Jiri B
Plus, I don't see the point to have version in jar filename for selenium port. j.

why no php modules for ap2 flavor?

2016-02-12 Thread Jiri B
Hi, why don't we build php modules for ap2 flavor? revision 1.35 date: 2012/11/30 12:56:02; author: sthen; state: Exp; lines: +5 -1; For the ap2 flavour, strip the unwanted subpackages from MULTI_PACKAGES rather than BUILD_PACKAGES (which is for pseudo-flavours). Reported by naddy. j.

py-sip, python3 flavor

2016-02-07 Thread Jiri B
Something like this? I still don't have real working app to test it. A PLIST hack to keep ${LOCALBASE}/bin/sip... I don't know any other way to not-conflict between python flavors. j. ~~~ --- Makefile20 Aug 2015 10:02:25 - 1.29 +++ Makefile7 Feb 2016 12:18:06 - @ -36,9

help to build curl,-kerberos

2016-02-07 Thread Jiri B
I have an app which uses kerberos via py-curl -> curl. But I have a problem to build curl with kerberos. Any advice? j. $ env FLAVOR=kerberos make ... configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lidn

subtitleeditor-0.52.1p1 core dumps with every 'quit'

2016-02-07 Thread Jiri B
I tried to open subtitleeditor and it core dumps with every 'quit' of the application itself. (Not sure what's that warning about dbus, every other app works OK.) Any other info I should provide? j. $ subtitleeditor /mnt/Gomorra.La.Serie.1x03.iTA.5.1.HDTV.x264-NOiR.srt

Re: py-qt5 - something wrong with pre-configure condition

2016-02-07 Thread Jiri B
On Sun, Feb 07, 2016 at 01:55:24PM +, Stuart Henderson wrote: > On 2016/02/07 07:16, Jiri B wrote: > > IMO there's something wrong with 'pre-configure' block in py-qt5, I've > > discovered it while working on python3 flavor (install part fails as > > it is working with p

libvirt pulls wireshark

2016-02-07 Thread Jiri B
We need to explicitly disable pulling of wireshark inside libvirt port or if not, libvirt port should has subpackage (as Fedora[1] does) for wireshark dissector plugin (IMO not much used on OpenBSD). j. [1] https://pkgs.fedoraproject.org/cgit/rpms/libvirt.git/tree/libvirt.spec ... configure:

Re: [NEW] ovirt-engine-cli and its deps

2016-02-04 Thread Jiri B
On Wed, Feb 03, 2016 at 09:40:04AM -0500, Jiri B wrote: > new ovirt-engine-cli port in attachment, it's CLI for oVirt > Engine (or Red Hat Enterprise Virtualization Manager). > > I'm using it daily and I can maintain ovirt-engine-cli > and py-ovirt-engine-sdk. New tarballs in at

rpm-3.0.6p7 core dumps while installing a rpm

2016-02-03 Thread Jiri B
Hi, rpm core dumps when "installing" a rpm[1]: rpm-3.0.6p7 kern.version=OpenBSD 5.9-beta (GENERIC.MP) #1862: Thu Jan 21 18:48:14 MST 2016 Steps to reproduce: * mkdir -p /tmp/rpm/var/lib/rpm * rpm -ivv --ignoreos --ignorearch --nodeps --dbpath /var/lib/rpm --root /tmp/rpm

[NEW] ovirt-engine-cli and its deps

2016-02-03 Thread Jiri B
Hi, new ovirt-engine-cli port in attachment, it's CLI for oVirt Engine (or Red Hat Enterprise Virtualization Manager). I'm using it daily and I can maintain ovirt-engine-cli and py-ovirt-engine-sdk. j. ovirt-engine-cli.tar.gz Description: application/tar-gz py-kitchen.tar.gz Description:

Re: Secure deletion tool SRM

2016-01-27 Thread Jiri B
On Wed, Jan 27, 2016 at 12:54:21PM -0800, Notofsoundmind . wrote: > This utility is readily compilable on OpenBSD. > > http://sourceforge.net/projects/srm/ rm -P foo ? j.

Re: pledge tor

2016-01-21 Thread Jiri B
On Tue, Jan 19, 2016 at 02:35:24PM +, Stuart Henderson wrote: > They aren't being careful (see typo in connection_edge.c:1616). > Given the hostile environment this code is run in, do you really > want it having the ability to modify pf rules if attacked? Reported, see

security/jailkit - a diff for more relax on openbsd

2016-01-19 Thread Jiri B
Hi, jailkit doesn't like 'daemon' as group on chroots, that's what we have for /var/www. What about this? https://savannah.nongnu.org/bugs/index.php?46930 --- jk_lib.py.orig Tue Jan 19 11:21:16 2016 +++ jk_lib.py Tue Jan 19 11:32:16 2016 @ -65,18 +65,9 @@ def path_is_safe(path,

Re: pledge in ports

2016-01-16 Thread Jiri B
On Sat, Jan 16, 2016 at 12:36:49PM +, Stuart Henderson wrote: > archivers/p7zip > archivers/xz (see cvs log for the previous failed experiment) > mail/mutt > misc/memcached > net/arp-scan > net/avahi > net/bwm-ng or some other bandwidth monitor > net/curl > net/cvsync > net/ladvd and/or

Re: [UPDATE] textproc/pdfgrep

2016-01-15 Thread Jiri B
On Fri, Jan 15, 2016 at 10:04:36AM +0100, Reinhold Straub wrote: > Hi, > > pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some > patches are necessary to make tests work on OpenBSD. > > I put pledge(2) calls into the source code, too. So where are patches? Did you forget to

Re: pledge(2) for the i3 window manager

2015-12-22 Thread Jiri B
On Mon, Dec 21, 2015 at 03:34:43PM -0500, dan mclaughlin wrote: > yes they are huge beasts, but they can still be forced into cages. half my > posts seem to refer to back to this, but.. you can try: > > 'isolating untrusted programs in ssh chroot jails' >

Re: pledge(2) for the i3 window manager

2015-12-21 Thread Jiri B
Respect for your work but I'm asking myself - what is the attack vector? IMO pdf viewers, browsers and similar apps would have much bigger sense to pledge(). Unfortunatelly they are huge beasts :/ j.

Re: calibre error

2015-11-24 Thread Jiri B
On Tue, Nov 24, 2015 at 04:33:45PM +0100, misc nick wrote: > > https://github.com/kovidgoyal/calibre/commit/72d47ba9377d70e786bf3d93b323544188c894 > > > > The quick and dirty fix worked. Thank you! > > > Another problem you might run into with epub is if there's no cover and > > calibre tries

FW: [ipxe-devel] [OpenBSD]: Error: unknown pseudo-op: `.reloc' + ld:arch/i386/scripts/i386.lds:97: syntax error]

2015-11-24 Thread Jiri B
Originally sent to ipxe-devel@ but if anybody would like to help I would appreciate it. IPXE source: https://github.com/ipxe/ipxe - Forwarded message from Jiri B <ji...@devio.us> - Date: Mon, 23 Nov 2015 18:49:51 -0500 From: Jiri B <ji...@devio.us> To: ipxe-de...@lists.ipxe

Re: calibre error

2015-11-22 Thread Jiri B
On Sun, Nov 22, 2015 at 07:10:22AM +0100, misc nick wrote: > I'm using the calibre package on OpenBSD 5.8/amd64 release. > > When i try to convert anything to epub i get this: > > calibre 1.48 isfrozen: False is64bit: True > OpenBSD-5.8-amd64-64bit OpenBSD ('64bit', '') > ('OpenBSD', '5.8',

  1   2   3   4   5   >