Re: removal www/newsbeuter

2018-02-17 Thread Björn Ketelaars
On Sun 11/02/2018 21:04, Stuart Henderson wrote: > On 2018/02/11 19:46, Björn Ketelaars wrote: > > newsbeuter has been abandoned almost 6 months ago. There is however an > > active maintained fork available (https://newsboat.org), which is in > > ports: www/newsboat. > > > > Any objections to

Re: [NEW] sysutils/UEFITool 0.22.3

2018-02-17 Thread Klemens Nanni
On Wed, Jan 03, 2018 at 11:36:12PM +0100, Klemens Nanni wrote: > On Wed, Dec 13, 2017 at 12:31:05AM +0100, Klemens Nanni wrote: > > On Tue, Nov 14, 2017 at 10:27:40PM +0100, Klemens Nanni wrote: > > > https://github.com/LongSoft/UEFITool is very useful when it comes to > > > analysing firmware

Ruby Security Fixes

2018-02-17 Thread Jeremy Evans
This fixes multiple security vulnerabilities in rubygems that affect all in-tree ruby versions. See: https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/ http://blog.rubygems.org/2018/02/15/2.7.6-released.html Thankfully, the fixes were published as patch files, so

UPDATE: textproc/ripgrep 0.7.1 -> 0.8.0

2018-02-17 Thread Klemens Nanni
Simple update shipping lots of (breaking) changes, see https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 for changelog. Add asciidoc as missing BDEP as well as lang/rust in order to pin the minimally required version. While bumping nearly all crates, update some license markers and use

Re: [update] dunst-1.3.1

2018-02-17 Thread Thierry
Hi, on 16 Feb 18 at 06:15:43 PM +, Klemens Nanni wrote: On Fri, Feb 09, 2018 at 05:57:17PM +0100, Klemens Nanni wrote: On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > Klemens Nanni writes: > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200,

Re: CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
On Sat, Feb 17, 2018 at 08:40:23PM +, Stuart Henderson wrote: > On 2018/02/17 20:28, Antoine Jacoutot wrote: > > On Sat, Feb 17, 2018 at 07:24:09PM +, Stuart Henderson wrote: > > > On 2018/02/16 14:11, Joerg Jung wrote: > > > > CVSROOT:/cvs > > > > Module name:ports > > > >

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/17 16:07:10 Modified files: net/geomyidae : Makefile Log message: Drop FAKE_FLAGS to unbreak; ok sthen@ Respect CFLAGS, from sthen@

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Forgot to remove DISTNAME (as per sthen@). Here's the diff (hopefully the last one!) Index: Makefile === RCS file: /cvs/ports/games/qstat/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile11 Mar 2013

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
On Sat, Feb 17, 2018 at 10:46:26PM +0100, Adam Wolk wrote: > On Sat, Feb 17, 2018 at 08:51:02PM +, Stuart Henderson wrote: > > > + #include > > > + #define strtok_ret strtok_r > > > ++#ifdef __OpenBSD__ > > > ++#define VENTRILO_RAND arc4random() > > > ++#else > > > + #define VENTRILO_RAND

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Adam Wolk
On Sat, Feb 17, 2018 at 08:51:02PM +, Stuart Henderson wrote: > > + #include > > + #define strtok_ret strtok_r > > ++#ifdef __OpenBSD__ > > ++#define VENTRILO_RAND arc4random() > > ++#else > > + #define VENTRILO_RAND random() > > ++#endif > > + #else > > + #include > > + #define strtok_ret

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 14:11:54 Modified files: sysutils/bacula: Makefile sysutils/bacula/patches: patch-src_lib_openssl-compat_h Log message: unbreak now that libressl has all the functions from bacula's

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 14:09:40 Modified files: devel/libgit2/libgit2: Makefile devel/libgit2/libgit2/patches: patch-src_openssl_stream_h Log message: fix now that libressl has some new BIO_*, from jsing

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Stuart Henderson
On 2018/02/17 19:59, Tom Murphy wrote: > Thanks, Adam! Here's the new diff: > > > Index: Makefile > === > RCS file: /cvs/ports/games/qstat/Makefile,v > retrieving revision 1.9 > diff -u -p -r1.9 Makefile > --- Makefile 11 Mar 2013

Re: CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
On 2018/02/17 20:28, Antoine Jacoutot wrote: > On Sat, Feb 17, 2018 at 07:24:09PM +, Stuart Henderson wrote: > > On 2018/02/16 14:11, Joerg Jung wrote: > > > CVSROOT: /cvs > > > Module name: ports > > > Changes by: j...@cvs.openbsd.org2018/02/16 14:11:27 > > > > > > Modified

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Thanks, Adam! Here's the new diff: Index: Makefile === RCS file: /cvs/ports/games/qstat/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile11 Mar 2013 11:07:40 - 1.9 +++ Makefile17 Feb 2018

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Adam Wolk
On Sat, Feb 17, 2018 at 07:39:37PM +, Tom Murphy wrote: > Hi, > > The games/qstat source has moved from Sourceforge to Github and has jumped > serveral > versions. The two patch files might be obsolete next version as I have a pull > request > in to incorporate those changes. > >

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2018/02/17 12:45:37 Modified files: sysutils/libfvde: Makefile Log message: needs gettext-tools

update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Hi, The games/qstat source has moved from Sourceforge to Github and has jumped serveral versions. The two patch files might be obsolete next version as I have a pull request in to incorporate those changes. Thanks, Tom Index: Makefile

Re: CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
On Sat, Feb 17, 2018 at 07:24:09PM +, Stuart Henderson wrote: > On 2018/02/16 14:11, Joerg Jung wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: j...@cvs.openbsd.org2018/02/16 14:11:27 > > > > Modified files: > > net/geomyidae : Makefile distinfo > >

Re: CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
On 2018/02/16 14:11, Joerg Jung wrote: > CVSROOT: /cvs > Module name: ports > Changes by: j...@cvs.openbsd.org2018/02/16 14:11:27 > > Modified files: > net/geomyidae : Makefile distinfo > net/geomyidae/patches: patch-Makefile > Removed files: >

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 12:21:40 Modified files: security/py-PyNaCl: Makefile Log message: needs py-cffi

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2018/02/17 10:29:06 Modified files: archivers/lzip/lzip: Makefile distinfo Log message: Update to lzip 1.20.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2018/02/17 10:28:53 Modified files: archivers/lzip/lziprecover: Makefile distinfo Log message: Update to lziprecover 1.20.

UPDATE sysutils/sslmate

2018-02-17 Thread George Rosamond
Simple update to 1.6.0. Also reworded COMMENT brevity. g Index: Makefile === RCS file: /cvs/ports/sysutils/sslmate/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile9 Aug 2016 01:34:34 - 1.10

UPDATE sysutils/ddrescure

2018-02-17 Thread George Rosamond
Simple update to 1.23. Index: Makefile === RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile26 Jul 2017 22:45:30 - 1.17 +++ Makefile17 Feb 2018

UPDATE databases/pgbadger=>9.2

2018-02-17 Thread George Rosamond
Update from 3.5=>9.2 includes move from Sourceforge to GH. Homepage =>https reformatted for clarity pkg/DESCR language rework. g Index: Makefile === RCS file: /cvs/ports/databases/pgbadger/Makefile,v retrieving revision 1.1.1.1

Re: UPDATE devel/git-cola

2018-02-17 Thread Björn Ketelaars
On Fri 16/02/2018 13:21, Björn Ketelaars wrote: > On Thu 15/02/2018 12:43, Rafael Sadowski wrote: > > On Tue Feb 13, 2018 at 07:28:54PM +0100, Björn Ketelaars wrote: > > > git-cola received an update, which fixes some bugs and adds some > > > features. Changelog can be found at > > >

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2018/02/17 07:32:35 Modified files: net/scamper: Makefile Removed files: net/scamper/patches: patch-scamper_scamper_control_c Log message: Switch net/scamper to X509_VERIFY_PARAM now that it

Re: [update] devel/gdb

2018-02-17 Thread Pascal Stumpf
On Thu, 15 Feb 2018 13:17:42 +, Stuart Henderson wrote: > On 2018/02/09 21:23, Pascal Stumpf wrote: > > This updates GDB to the latest version, 8.1. Tested on amd64, i386, > > armv7 and hppa. > > It's not new with the update, but the port needs a > > post-install: > ${MODPY_BIN}

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/02/17 07:23:38 Modified files: shells/tcsh: Makefile Log message: Re-add the secound MASTER_SITE to prevent the situation in which we are no longer up to date. Spotted by sthen@ in

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 07:10:44 Modified files: net: Makefile Log message: +napalm

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 07:09:19 Log message: import napalm-2.3.0 NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of

GNU libffcall 2.1 is released

2018-02-17 Thread Bruno Haible
Available at https://ftp.gnu.org/gnu/libffcall/libffcall-2.1.tar.gz New in 2.1: * Added support for the following platforms: (Previously, a build on these platforms failed.) - OpenBSD 6.1. - arm: Linux with PIE-enabled gcc. - x86_64: Solaris 11.3. - HardenedBSD 10 and 11. * Fixed a

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2018/02/17 05:58:10 Modified files: net/quagga : Tag: OPENBSD_6_2 Makefile Added files: net/quagga/patches: Tag: OPENBSD_6_2 patch-bgpd_bgp_debug_c

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 05:29:40 Modified files: www/c-icap/c-icap: Makefile www/c-icap/c-icap/patches: patch-openssl_net_io_ssl_c Log message: enable TLS hostname checks

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/17 05:25:30 Modified files: security/gnutls: Makefile distinfo Log message: Update to gnutls-3.5.18.

update: lang/rust 1.24

2018-02-17 Thread Sebastien Marie
Hi, The following diff update lang/rust to 1.24. Tests that was done: - build on i386 - but it seems the memory usage still grow. I added a new knob to try to reduce it. I was able to build but after several tries. BROKEN-i386 might be necessary ? - build on amd64 - pass rustc testsuite on

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/17 05:23:23 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.14.41.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/17 05:23:48 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.5.31.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/17 05:23:13 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.8.45.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 05:21:25 Modified files: security/yubico/yubikey-personalization: Makefile distinfo Log message: update to ykpers-1.18.1

Re: NEW: security/qgpgme; Update security/gpgme, mail/trojita; remove: x11/kde-applications/gpgmepp

2018-02-17 Thread Caspar Schutijser
On Fri, Feb 16, 2018 at 11:57:44AM +, Stuart Henderson wrote: > > 2.) trojita_qgpgme.diff > > Patch trojita to play with qgpgme from GPGME based on the idea from > > archlinux[3]. Tested on amd64. All tests are green. > > Is there any chance of upstream adopting these patches? (not a show >

Re: NEW: security/qgpgme; Update security/gpgme, mail/trojita; remove: x11/kde-applications/gpgmepp

2018-02-17 Thread Stuart Henderson
On 2018/02/17 13:03, Rafael Sadowski wrote: > On Fri Feb 16, 2018 at 11:57:44AM +, Stuart Henderson wrote: > > I'd be happier with this being part of a single gpgme port if the > > compiler settings thing can be fixed as above. Apart from anything > > else these fixed-version dependencies make

Re: build libLLVM.so in devel/llvm

2018-02-17 Thread Jonathan Gray
On Thu, Feb 15, 2018 at 05:08:56PM +, Stuart Henderson wrote: > On 2018/02/15 11:19, Brian Callahan wrote: > > > > On 02/15/18 10:02, Jonathan Gray wrote: > > > Build libLLVM.so and link tools with it. > > > > > > This seems to be the way almost all Linux distributions and BSDs > > > ship

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:07:19 Modified files: net: Makefile Log message: +py-netmiko

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:05:07 Log message: import py-netmiko-2.0.2 Multi-vendor library to simplify Paramiko SSH connections to network devices, including various Arista, Cisco, HP and Juniper devices.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:04:07 Modified files: textproc : Makefile Log message: +py-textfsm

Re: NEW: security/qgpgme; Update security/gpgme, mail/trojita; remove: x11/kde-applications/gpgmepp

2018-02-17 Thread Rafael Sadowski
On Fri Feb 16, 2018 at 11:57:44AM +, Stuart Henderson wrote: > On 2018/02/16 07:33, Rafael Sadowski wrote: > > Hi All, > > > > tl;dr: x11/kde-applications/gpgmepp is dead upstream. Long live > > security/qgpgme. > > > > Since Sep. 2016[1] the C++ bindings for GnuPG's GPGME library and > >

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:03:01 Log message: import py-textfsm-0.3.2 TextFSM is a Python module which implements a template based state machine for parsing semi-formatted text. Originally developed to allow

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:02:05 Modified files: security : Makefile Log message: +py-scp

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 05:01:18 Log message: import py-scp-0.10.2 The scp.py module uses a paramiko transport to send and recieve files via the scp1 protocol. This is the protocol as referenced from the

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/17 04:20:55 Modified files: net/powerdns : Makefile distinfo Removed files: net/powerdns/patches: patch-ext_json11_json11_cpp patch-pdns_mplexer_hh

Re: CVS: cvs.openbsd.org: ports

2018-02-17 Thread Stuart Henderson
On 2018/02/17 01:42, Rafael Sadowski wrote: > - remove second MASTER_SITE old/ since this is the current version. there's a reason for those, think what happpens when there's a new release.

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 02:38:38 Modified files: devel : Makefile Log message: +py-{alt,module}graph,python3

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 02:36:36 Modified files: devel/py-altgraph: Makefile distinfo devel/py-altgraph/pkg: PLIST Log message: - update to altgraph-0.15 - add python3 flavor

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 02:36:55 Modified files: devel/py-modulegraph: Makefile distinfo devel/py-modulegraph/pkg: PLIST Log message: - update to modulegraph-0.16 - add python3 flavor

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 02:28:20 Modified files: databases/py-minidb: Makefile distinfo Log message: update to minidb-2.0.2

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 02:28:09 Modified files: www/urlwatch : Makefile Log message: - use MODPY_PI and remove now-defunct MASTER_SITES - switch HOMEPAGE to https while here

Re: [new/wip] qt5ct/qtstyleplugins

2018-02-17 Thread Rafael Sadowski
On Sat Feb 10, 2018 at 11:11:02AM +0100, Landry Breuil wrote: > Hi, > > i'm debugging an issue with qgis & qt/gtk integration, and had the need > to change/try more qt styles, so did a quick port for > https://sourceforge.net/projects/qt5ct/ and > https://github.com/qt/qtstyleplugins - dunno if

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/17 01:48:11 Modified files: security/suricata-update: Makefile security/py-PyNaCl: Makefile Log message: tweak previous

CVS: cvs.openbsd.org: ports

2018-02-17 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/02/17 01:42:08 Modified files: shells/tcsh: Makefile distinfo Log message: Update tcsh to 6.20.00 - remove termlib from WANTLIB replace with curses - remove second MASTER_SITE old/ since