[UPDATE] devel/py-filebytes

2019-09-25 Thread Remi Pointel
Hi, this diff update filebytes to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/py-filebytes/Makefile,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile --- Makefile 12 Jul 2019 20:45:48

[Update] devel/p5-Inline : Update to 0.83

2019-09-25 Thread wen heping
Hi, To update devel/p5-Inline to 0.83, we shall : i) create three new ports, devel/p5-Inline-C, devel/p5-Inline-Files and devel/p5-Pegex. I attached these 3 new ports in p5-Inline-C.tar.gz ii) Three ports should be update, I attached the patch to p5-Inline-0.83.diff.txt.

[Remove] devel/p5-Device-USB

2019-09-25 Thread wen heping
Hi, ports@: devel/p5-Device-USB upstream defined DEPRECATED and superceded by USB::LibUSB. The current version in OpenBSD ports failed tests and run error on my amd64-head system. No other ports depends on it. Shall we remove devel/p5-Device-USB? I shall submit the new patch to

Re: New devel/py-bitcoinlib

2019-09-25 Thread clematis
On Sun, Sep 22, 2019 at 08:43:04PM +0200, Rafael Sadowski wrote: > - My $COMMENT suggestion: "Python interface to the Bitcoin data > structures and protocol" > - Looks like this is only py3: " Python3 library providing an easy > interface to the Bitcoin data structures and protocol." from the

[NEW] devel/p5-USB-LibUSB

2019-09-25 Thread wen heping
Hi, ports@: Here is a patch to create new port devel/p5-USB-LibUSB. It could replace devel p5-Device-USB in current portstree. It build well and passed all tests on amd64-head system. Comments? OK? wen p5-USB-LibUSB.tar.gz Description: p5-USB-LibUSB.tar.gz

Re: Update devel/py-asn1-modules to 0.2.6

2019-09-25 Thread clematis
On Fri, Sep 20, 2019 at 10:03:03AM +0200, clematis wrote: > Hi Team, > > Following the previous update of devel/py-asn1, here's an update for > devel/py-asn1-modules from 0.1.5 to 0.2.6. Built and installed OK on > amd64 with py-asn1 0.4.7 (submitted earlier). > > In regards to test, all OK. >

Re: Update net/py-socks to 1.7.1

2019-09-25 Thread clematis
On Fri, Sep 20, 2019 at 01:29:25PM +0200, clematis wrote: > Here's an update for net/py-socks from 1.6.7 to 1.7.0. > build and install OK on amd64 > NO_TEST. Hello, There's 1.7.1 on pypi so went for this very latest. Added MAINTAINER. Kept NO_TEST. Does build, package, install, deinstall all OK

Re: Adding binary renaming facility to python.port.mk

2019-09-25 Thread Stuart Henderson
On 2019/09/24 17:42, Kurt Mosiejczuk wrote: > On Tue, Sep 24, 2019 at 04:43:32PM -0400, Daniel Dickman wrote: > > If we keep python2 for the next release it means we will have those > > ports out there in 2020 and many projects have announced that Jan 1 > > 2020 is going to be the end for python2

Re: UPDATE devel/git-cola 3.5

2019-09-25 Thread Björn Ketelaars
On Tue 24/09/2019 16:49, Björn Ketelaars wrote: > Enclosed diff brings git-cola to 3.5, which is a bugfix release. Release > notes can be found at > https://github.com/git-cola/git-cola/blob/v3.5/share/doc/git-cola/relnotes.rst > > 'make test' fails one test

Re: New devel/py-bitcoinlib

2019-09-25 Thread Stuart Henderson
On 2019/09/25 10:10, clematis wrote: > On Sun, Sep 22, 2019 at 08:43:04PM +0200, Rafael Sadowski wrote: > > - My $COMMENT suggestion: "Python interface to the Bitcoin data > > structures and protocol" > > - Looks like this is only py3: " Python3 library providing an easy > > interface to the

aarch64 bulk build report

2019-09-25 Thread phessler
bulk build on arm64.ports.openbsd.org started on Mon Sep 23 01:27:39 MDT 2019 finished at Wed Sep 25 04:44:16 MDT 2019 lasted 2D03h16m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #234: Sun Sep 22 21:48:24 MDT 2019 built packages:10004 Sep 23:8524 Sep 24:1475 Sep 25:4 critical path

Re: New devel/py-bitcoinlib

2019-09-25 Thread clematis
On Wed, Sep 25, 2019 at 10:54:40AM +0100, Stuart Henderson wrote: > https://github.com/petertodd/python-bitcoinlib/commit/de971091b > > I agree with just adding the py3 version, since py2 support is > clearly going away in a forthcoming release. Thanks for the additional clarification. >

firefox: unveil and pledge enhancements [8]

2019-09-25 Thread joshua stein
This patchset goes back to files in /etc/firefox for unveil file lists, and goes further and moves the pledge strings to separate files too. This should be the most secure version that is still tweakable at runtime. I switched away from using Firefox's NS_LOCAL_FILE_CONTRACTID/

multimedia/libvips 8.8.3

2019-09-25 Thread Stephane Guedon
Hello I updated the libvips port to 8.8.3 and tried to integrate your comments from last times (notably what I think to be generic dependencies for this lib'). Could this be integrated ? I propose myself as maintainer. Thank you. libvips.tar.gz Description: application/compressed-tar

Re: firefox: unveil and pledge enhancements [8]

2019-09-25 Thread Theo de Raadt
joshua stein wrote: Thanks for moving back to a secure approach. > I tried the $TMPDIR shenanigans with the main process mkdtemp'ing > somewhere in $TMPDIR (or /tmp), and then exporting TMPDIR as that > directory so that everything else within Firefox uses that > subdirectory as its temp

Re: New net/py-gevent-websocket

2019-09-25 Thread clematis
On Fri, Sep 20, 2019 at 04:33:16PM +0200, clematis wrote: > Here's a new port submission for net/py-gevent-websocket. > It's a WebSocket library for the gevent networking library. > > Build and install OK on amd64. NO tests. Minor update taking into account what I've learned from your feedback on

[FIX] devel/spidermoney60 on aarch64 at least

2019-09-25 Thread kurt
I took a look at why x11/gnome/gjs build was failing on aarch64 and traced it back to spidermonkey60 attempting to give mmap a random hint address. However it assumes 2^46 bits of the address space is always usable on all 64 bit architectures. Since mmap on OpenBSD will already select a suitable

net/ntp: normalize adjustment before calling adjtime(2)

2019-09-25 Thread Scott Cheloha
Hey, detha wrote on tech@ recently about how adjtime(2) now sets EINVAL if delta->tv_nsec < 0, which breaks xntpd's clock retardation. Given the rarity of this syscall I'd rather patch the software than restore the 4.4BSD behavior. I skimmed codesearch.debian.net and outside of noise from

UPDATE: textproc/ruby-nokogiri

2019-09-25 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.4, an update of security/ruby-cms_scanner would require it. Tested all dependencies that they still build with updated version, the only one that has tests, www/ruby-sanitize, has the same 5 tests failing with the update. OK? cheers, Sebastian Index: Makefile

UPDATE: www/ruby-addressable

2019-09-25 Thread Sebastian Reitenbach
Hi, I now want to update devel/ruby-opt_parse_validator, which relaxed the dependency to addressable, to allow this one updating as well. The other dependency on addressable still builds. I'd time the update together with updating ruby-opt_parse_validator. OK? cheers, Sebastian ?

Re: Update: lang/ocaml 4.09.0

2019-09-25 Thread Kurt Miller
On Wed, 2019-09-25 at 23:08 +0200, Jeremie Courreges-Anglas wrote: > On Mon, Sep 23 2019, Jeremie Courreges-Anglas wrote: > > > > On Mon, Sep 23 2019, Christopher Zimmermann wrote: > > > > > > Here is an updated diff fixing the reported problems: > > > - no more duplicate entries. They sneaked

sparc64 bulk build report

2019-09-25 Thread landry
bulk build on sparc64-0.ports.openbsd.org started on Sun Sep 22 12:34:02 MDT 2019 finished at Wed Sep 25 16:58:14 MDT 2019 lasted 03D21h24m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #62: Thu Sep 19 02:52:25 MDT 2019 built packages:9707 Sep 22:6303 Sep 23:1740 Sep 24:1565 Sep 25:98

Re: Update: lang/ocaml 4.09.0

2019-09-25 Thread Jeremie Courreges-Anglas
On Mon, Sep 23 2019, Jeremie Courreges-Anglas wrote: > On Mon, Sep 23 2019, Christopher Zimmermann wrote: >> Here is an updated diff fixing the reported problems: >> - no more duplicate entries. They sneaked in while I updated the PLISTS >> for bytecode-only ocaml >> - update the distfile

NEW: devel/ruby-zeitwerk

2019-09-25 Thread Sebastian Reitenbach
Hi, Zeitwerk is a new dependency I need to update devel/ruby-activesupport. cat pkg/DESCR Zeitwerk implements constant autoloading with Ruby semantics. Each gem and application may have their own independent autoloader, with its own configuration, inflector, and logger. Supports autoloading,

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2019/09/25 21:08:34 Modified files: x11/spectrwm : Makefile x11/spectrwm/patches: patch-spectrwm_c Log message: Sync pledge bits-and-pieces from upstream HEAD. Based on

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/09/25 01:24:53 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.4.7.

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 05:42:41 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.1.16

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 08:34:13 Modified files: lang/python: python.port.mk Log message: Change indentiation of a couple of .if statements to match the style of the rest of the section and make it easier to see

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 08:37:08 Log message: Backport of sha3 to Python < 3.6 (so 2.7 for our purposes) From Clem Atis Input and tweaks from sthen and myself ok sthen Status:

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 08:39:05 Modified files: security : Makefile Log message: Hook security/py-pysha3 up to the build

Re: CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
On 2019/09/22 09:46, Thomas Frohwein wrote: > CVSROOT: /cvs > Module name: ports > Changes by: t...@cvs.openbsd.org2019/09/22 09:46:26 > > Modified files: > devel/sdl2 : Makefile distinfo > devel/sdl2/patches: patch-Makefile_in patch-src_SDL_c >

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2019/09/25 06:40:25 Modified files: devel/git-cola : Makefile distinfo Added files: devel/git-cola/patches: patch-test_icons_test_py Log message: Update to git-cola-3.5. Release notes can be

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2019/09/25 04:03:19 Modified files: graphics/openbsd-backgrounds: Makefile distinfo graphics/openbsd-backgrounds/pkg: PLIST Log message: minor update

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 05:39:15 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches:

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 05:39:41 Modified files: telephony/asterisk: Tag: OPENBSD_6_5 Makefile Added files: telephony/asterisk/patches: Tag: OPENBSD_6_5

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 06:07:55 Modified files: www: Makefile www/pecl-ssh2 : Makefile distinfo Log message: update to pecl-ssh2-1.2, enable php 7.3 builds

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 11:59:53 ports/devel/hs-async/patches Update of /cvs/ports/devel/hs-async/patches In directory cvs.openbsd.org:/tmp/cvs-serv2438/patches Log Message: Directory /cvs/ports/devel/hs-async/patches added

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 10:00:28 Modified files: x11/gnome/libgweather: Makefile Added files: x11/gnome/libgweather/patches: patch-libgweather_weather-metar_c Log message: avoid some "vfprintf %s NULL"

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 12:00:12 ports/devel/hs-hslogger/patches Update of /cvs/ports/devel/hs-hslogger/patches In directory cvs.openbsd.org:/tmp/cvs-serv61989/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 12:00:06 ports/devel/hs-hashable/patches Update of /cvs/ports/devel/hs-hashable/patches In directory cvs.openbsd.org:/tmp/cvs-serv90787/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 12:00:29 ports/devel/hs-tar/patches Update of /cvs/ports/devel/hs-tar/patches In directory cvs.openbsd.org:/tmp/cvs-serv21653/patches Log Message: Directory /cvs/ports/devel/hs-tar/patches added to the

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 12:00:37 ports/devel/shellcheck/patches Update of /cvs/ports/devel/shellcheck/patches In directory cvs.openbsd.org:/tmp/cvs-serv84408/patches Log Message: Directory /cvs/ports/devel/shellcheck/patches

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/25 12:00:19 ports/devel/hs-sandi/patches Update of /cvs/ports/devel/hs-sandi/patches In directory cvs.openbsd.org:/tmp/cvs-serv11641/patches Log Message: Directory /cvs/ports/devel/hs-sandi/patches added

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/25 14:22:23 Modified files: www/chromium/pkg: PLIST Log message: fix bad subst; share/icons/hicolor/64${ELECTRON_ARCH}/apps/chrome.png

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2019/09/25 16:10:51 Modified files: editors/emacs : Makefile distinfo editors/emacs/patches: patch-configure Log message: Minor update to emacs-26.3 NEWS:

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2019/09/25 15:09:37 Modified files: sysutils/facter: Makefile distinfo Log message: simple update: 3.14.3 -> 3.14.4

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2019/09/25 15:08:55 Modified files: devel/leatherman: Makefile distinfo Log message: simple update: 1.7.1 -> 1.7.2

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/25 16:27:05 Added files: graphics/simple-scan/patches: patch-src_libwebpmux_vapi Log message: Unbreak wth newer vala (from upstream). breakage reported by naddy@

CVS: cvs.openbsd.org: ports

2019-09-25 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2019/09/25 16:48:02 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/patches: patch-meson_build