update: net/bitlbee 3.4.0 -> 3.5.1

2017-04-09 Thread Klemens Nanni
See the official changelog[0] for more information. Especially TLS>1.0 support[1] should make it into 6.1 imho. Documentation does not depend on textproc/xmlto anymore, a single help.txt is now produced through a python script in BitlBee's build process. Even though I'm running the latest

net/glib2-networking: Remove systemd service

2017-07-31 Thread Klemens Nanni
Stumbled across /usr/local/lib/systemd/ the other day, so here's the clean up. The configure script has no knob for it so simply remove the files in post-install. `make plist' works fine and also strips two old directories. Feedback? Comments? Index: Makefile

Re: net/glib2-networking: Remove systemd service

2017-07-31 Thread Klemens Nanni
On Mon, Jul 31, 2017 at 07:08:02PM +0200, Antoine Jacoutot wrote: > On Mon, Jul 31, 2017 at 06:53:14PM +0200, Klemens Nanni wrote: > > Stumbled across /usr/local/lib/systemd/ the other day, so here's the > > clean up. > > > > The configure script has no knob for it

Re: net/glib2-networking: Remove systemd service

2017-07-31 Thread Klemens Nanni
On Mon, Jul 31, 2017 at 07:33:14PM +0200, Antoine Jacoutot wrote: > On Mon, Jul 31, 2017 at 07:21:45PM +0200, Klemens Nanni wrote: > > On Mon, Jul 31, 2017 at 07:08:02PM +0200, Antoine Jacoutot wrote: > > > On Mon, Jul 31, 2017 at 06:53:14PM +0200, Klemens Nanni wrote: > >

Re: net/glib2-networking: Remove systemd service

2017-07-31 Thread Klemens Nanni
On Mon, Jul 31, 2017 at 08:33:34PM +0200, Marc Espie wrote: > On Mon, Jul 31, 2017 at 08:20:31PM +0200, Klemens Nanni wrote: > > On Mon, Jul 31, 2017 at 08:07:17PM +0200, Ingo Schwarze wrote: > > > Klemens Nanni wrote on Mon, Jul 31, 2017 at 07:52:25PM +0200: > > > >

Re: net/glib2-networking: Remove systemd service

2017-07-31 Thread Klemens Nanni
On Mon, Jul 31, 2017 at 08:07:17PM +0200, Ingo Schwarze wrote: > Klemens Nanni wrote on Mon, Jul 31, 2017 at 07:52:25PM +0200: > > > It's just your argument I don't get/agree with: Instead of starting to > > clean things up you're not doing anything at all > &g

Re: NEW: x11/screenkey

2017-08-15 Thread Klemens Nanni
On Wed, Aug 16, 2017 at 12:00:38AM +0100, Kaashif Hymabaccus wrote: > Hello ports@, > > Please find attached a port for x11/screenkey. > > pkg/DESCR: > Screencast tool to display your keypresses, inspired by Screenflick. > Supports several keyboard translation methods, multiple monitors, >

Re: NEW net/mininet

2017-08-14 Thread Klemens Nanni
On Mon, Aug 14, 2017 at 02:30:27PM -0700, Ayaka Koshibe wrote: > Apologies, wrong attachment - correct one attached. > > On Mon, Aug 14, 2017 at 2:25 PM, Ayaka Koshibe wrote: > > I've addressed the comments - updates attached. > > So now the description, which I read before

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 11:33:09PM -0400, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni <k...@posteo.org> > wrote: > > > > I'm not entirely sure yet whether the introduced patch to get > > > X509_OBJECT_get0_X509() and X509_STORE_get0_o

Re: NEW net/mininet

2017-08-13 Thread Klemens Nanni
On Sun, Aug 13, 2017 at 02:33:19PM -0700, Ayaka Koshibe wrote: > Mininet creates a realistic virtual network, running real kernel, switch > and application code, on a single machine (VM, cloud or native), in > seconds, with a single command > > Because you can easily interact with your network

Re: clang breakage: memtest86+

2017-08-10 Thread Klemens Nanni
On Thu, Aug 10, 2017 at 03:21:13PM -0400, Jeremie Courreges-Anglas wrote: > > I've cooked a diff to allow building memtest86+ with clang. Great. The > problem is that I just get a black screen on this x61 laptop (the only > noticeable thing is that the cursor stays in the middle of the screen).

Re: new: sysutils/rover

2017-07-27 Thread Klemens Nanni
On Thu, Jul 20, 2017 at 01:53:34AM +0200, Klemens Nanni wrote: > Here's rover[1], a simple file browser for the terminal. > > The main goal is to provide a faster way to explore a file system from > the terminal, compared to what's possible by using cd, ls, etc. Rover > has vi-li

mail/neomutt: Add slang flavor

2017-07-19 Thread Klemens Nanni
I was missing the slang flavor when trying neomutt over mutt so here it is. --with-curses can be safely dropped as it's the default. Feedback? Comments? Index: Makefile === RCS file: /cvs/ports/mail/neomutt/Makefile,v retrieving

Re: mail/neomutt: Add slang flavor

2017-07-19 Thread Klemens Nanni
On Wed, Jul 19, 2017 at 02:15:03PM +0100, Stuart Henderson wrote: > On 2017/07/19 15:06, Klemens Nanni wrote: > > I was missing the slang flavor when trying neomutt over mutt so here it > > is. > > > > --with-curses can be safely dropped as it's the default. > >

new: sysutils/rover

2017-07-19 Thread Klemens Nanni
Here's rover[1], a simple file browser for the terminal. The main goal is to provide a faster way to explore a file system from the terminal, compared to what's possible by using cd, ls, etc. Rover has vi-like key bindings for navigation and can open files in $PAGER and $EDITOR. Basic file system

Re: Fix manual page section for devel/libmagic

2017-06-28 Thread Klemens Nanni
On Thu, Jun 29, 2017 at 03:49:19AM +0200, Jeremie Courreges-Anglas wrote: Well spotted; I have committed a fix. Some problems with your submission: - consistency is good but no need to submit changes for minor whitespace issues. *Especially* for SHARED_LIBS and WANTLIB, which tend to be

Fix manual page section for devel/libmagic

2017-06-28 Thread Klemens Nanni
Manual page sections on Debian: 4 Special files (usually found in /dev) 5 File formats and conventions eg /etc/passwd and on OpenBSD: 4 Device driver. 5 File formats. libmagic would install "magic – file command's magic pattern file" into

NEW: mail/notmuch 0.25

2017-08-09 Thread Klemens Nanni
notmuch[1] is "just an email system" for thread-based index, search and tagging that easily handles large amounts of messages. It can be used with MUAs and editors like mutt or Emacs to enhance functionality. Previous porting attempts[2] were taken into consideration; this port provides two

UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
1.2.1 is over two years old, 1.2.2 was released this week. I'm not entirely sure yet whether the introduced patch to get X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the way to go, maybe someone more knowledgable about OpenSSL internals can comment/fix this? Other than that a

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
On Thu, Aug 10, 2017 at 01:17:07AM +0200, Klemens Nanni wrote: > On Wed, Aug 09, 2017 at 06:53:47PM -0400, Daniel Jakots wrote: > > On Wed, 9 Aug 2017 23:58:33 +0200, Klemens Nanni <k...@posteo.org> wrote: > > > > > Other than that a trivial version bump suffices >

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-09 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 06:53:47PM -0400, Daniel Jakots wrote: > On Wed, 9 Aug 2017 23:58:33 +0200, Klemens Nanni <k...@posteo.org> wrote: > > > Other than that a trivial version bump suffices > > Then can you please send a diff rather than a .tgz? I sent a tarball sinc

Re: NEW: mail/notmuch 0.25

2017-08-18 Thread Klemens Nanni
On Wed, Aug 09, 2017 at 07:29:19PM +0200, Klemens Nanni wrote: > notmuch[1] is "just an email system" for thread-based index, search > and tagging that easily handles large amounts of messages. > > It can be used with MUAs and editors like mutt or Emacs to enhance > fun

Re: update: net/bitlbee

2017-05-26 Thread Klemens Nanni
On Fri, May 26, 2017 at 05:32:08PM +0200, Michal Mazurek wrote: For what it's worth, my patch[0] in early april has some additional changes that could be merged. 0: http://marc.info/?l=openbsd-ports=149174357820533=2 Thanks, fixed version: Index: Makefile

UPDATE: misc/dvtm

2017-06-05 Thread Klemens Nanni
No need to manually include , does that. This was probably done because -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 would cause __BSD_VISIBLE to be undefined which in turn would prevent SIGWINCH from being defined. -D_XOPEN_SOURCE_EXTENDED is needed, otherwise the compiler will warn about

UPDATE: devel/tor to 0.3.1.7

2017-09-23 Thread Klemens Nanni
0.3.0.11 fixed CVE-2017-0380, TROVE-2017-008 (only affects onion services with SafeLogging set to 0). Directory traffic can now be compressed, pkg-config is used to detect zstd and lzma at bulid time. There are lots of other important changes, see

Re: UPDATE: mail/isync to 1.3.0

2017-10-16 Thread Klemens Nanni
On Mon, Oct 09, 2017 at 09:21:29PM +, Klemens Nanni wrote: > Simple version bump to the new feature release, including the following > notable changes amongst other bug fixes: > > - Network timeout handling > - Support for proper Maildir++ and a Maildir sub-folder naming st

Re: UPDATE: mail/isync to 1.3.0

2017-10-16 Thread Klemens Nanni
On Mon, Oct 16, 2017 at 06:04:52PM -0400, Daniel Jakots wrote: > On Mon, 9 Oct 2017 23:21:29 +0200, Klemens Nanni <k...@posteo.org> wrote: > > > -HOMEPAGE= http://isync.sourceforge.net/ > > +HOMEPAGE= https://isync.sourceforge.net/ > > It doesn't

Re: UPDATE: devel/tor to 0.3.1.7

2017-09-27 Thread Klemens Nanni
On Wed, Sep 27, 2017 at 01:12:12PM +, Pascal Stumpf wrote: > This now picks up liblzma when installed. I think we want to disable > that unless someone really needs the feature. Thoughts? Fair enough, zstd alone will do the job. From the changelog: Because lzma is computationally

UPDATE: mail/isync to 1.3.0

2017-10-09 Thread Klemens Nanni
Simple version bump to the new feature release, including the following notable changes amongst other bug fixes: - Network timeout handling - Support for proper Maildir++ and a Maildir sub-folder naming style without extra dots - Support for TLS client certificates - Support for recovering from

[UPDATE] audio/ncmpc 0.28 -> 0.29

2017-11-15 Thread Klemens Nanni
Here's a simple update to the bug fix release: * fix crash after losing MPD connection * fix crash after DNS lookup error While here, switch sites to HTTPS and shorten shell parameter expansion a bit. Both 0.28 and 0.29 don't actually run tests, do we want to set

Re: [UPDATE] audio/ncmpc 0.28 -> 0.29

2017-11-15 Thread Klemens Nanni
On Wed, Nov 15, 2017 at 11:27:35PM +0100, Klemens Nanni wrote: > Both 0.28 and 0.29 don't actually run tests, do we want to set NO_TEST? > > $ make -s test > ===> Regression tests for ncmpc-0.29v0 > ninja: Entering directory `/usr/obj/ports/ncmpc-0.29/build-a

[NEW] sysutils/UEFITool

2017-11-14 Thread Klemens Nanni
Hey ports@, https://github.com/LongSoft/UEFITool is very useful when it comes to analysing firmware images and often used in to extract certain regions required to build coreboot images. pkg/DESCR (from the homepage): UEFITool is a cross-platform open source application written in C++/Qt, that

Re: [UPDATE] graphics/sxiv 2.3.1 -> 24

2017-11-27 Thread Klemens Nanni
On Tue, Nov 21, 2017 at 11:15:38AM +0100, Klemens Nanni wrote: > On Tue, Nov 21, 2017 at 01:44:44AM -0700, Anthony J. Bentley wrote: > > Klemens Nanni writes: > > > On Mon, Nov 06, 2017 at 02:21:41AM +0100, Klemens Nanni wrote: > > > > Hey ports@, > > > &

[UPDATE] lang/go 1.9.1 -> 1.9.2

2017-11-27 Thread Klemens Nanni
Here's a simple version bump. I already mailed jsing@ who asked for i386 testers so I'm just forwarding it. Can anyone test this on on their i386 machine? amd64 builds and passes successfully: ALL TESTS PASSED 9m38.97s real13m01.27s user12m31.48s system All my

[UPDATE] www/youtube-dl 2017.10.07 -> 2017.11.15

2017-11-25 Thread Klemens Nanni
Simple version bump, here are the test results from my amd64 machine: [...] Ran 2242 tests in 5972.530s FAILED (errors=568, failures=333) Feedback? Any takers? diff --git a/www/youtube-dl/Makefile b/www/youtube-dl/Makefile index f3e4ba9daf1..96023bd5674 100644

Re: [update] mail/nmh

2017-11-26 Thread Klemens Nanni
On Sun, Nov 26, 2017 at 12:01:50PM +0100, Pascal Stumpf wrote: > Update nmh to 1.7. I've been using this for the past few days without > problems (no-sasl) and lightly tested the sasl FLAVOR. Lightly tested w/o SASL on an amd64 machine, works fine. > This version now supports OAuth, but that

Re: [UPDATE] www/varnish 5.2.0 -> 5.2.1

2017-11-22 Thread Klemens Nanni
On Wed, Nov 22, 2017 at 11:03:51AM +, Stuart Henderson wrote: > On 2017/11/22 11:47, Klemens Nanni wrote: > > On Wed, Nov 15, 2017 at 05:14:11PM +0100, Klemens Nanni wrote: > > > This is a security update[0] fixing a data leak: > > > > > > A wrong if s

Re: [UPDATE] www/varnish 5.2.0 -> 5.2.1

2017-11-22 Thread Klemens Nanni
On Wed, Nov 15, 2017 at 05:14:11PM +0100, Klemens Nanni wrote: > This is a security update[0] fixing a data leak: > > A wrong if statement in the varnishd source code means that > synthetic objects in stevedores which over-allocate, may leak up > to page si

Re: NEW: net/py-aggregate6

2017-11-30 Thread Klemens Nanni
On Thu, Nov 30, 2017 at 03:25:31PM +, Job Snijders wrote: > On Thu, Nov 30, 2017 at 01:53:35PM +0100, Klemens Nanni wrote: > > devel/py-radix has no FLAVORS, > > You may need to update your ports tree, I updated py-radix yesterday. Ah, my bad. > > portcheck(1) tells

Re: NEW: net/aggregate6 (Was: net/py-aggregate6)

2017-11-30 Thread Klemens Nanni
On Thu, Nov 30, 2017 at 06:51:28PM +, Job Snijders wrote: > Attached is a python3-only version of the ports files for the tool. I > renamed it to simply 'aggregate6' as per suggestion from sthen@ Looks good to me :)

Re: NEW: net/py-aggregate6

2017-11-30 Thread Klemens Nanni
On Thu, Nov 30, 2017 at 12:19:07PM +, Job Snijders wrote: > Dear all, > > py-aggregate6 is a python replacement for the net/aggregate tool. It's > faster, and capable of optimising lists of IPv6 prefixes. It can also be > used as python library. Quite handy, thanks. devel/py-radix has no

[UPDATE] net/tor 3.1.8 -> 3.1.9

2017-12-02 Thread Klemens Nanni
This release fixes several bugs and security issues: https://blog.torproject.org/new-stable-tor-releases-security-fixes-0319-03013-02914-02817-02516 Continues to work fine on my amd64 machine, tests pass: # TOTAL: 18 # PASS: 12 # SKIP: 6 # XFAIL: 0

Re: [MAINTAINER UPDATE] x11/lumina-1.4.0p1

2017-12-14 Thread Klemens Nanni
On Thu, Dec 14, 2017 at 04:00:47PM +, Bryan C. Everly wrote: > RUN_DEPENDS= devel/desktop-file-utils \ > + devel/git \ I took a quick look after your last patch but wasn't sure: Is that required for this Gitter chat thing?

Re: [new] minio server/client

2017-12-14 Thread Klemens Nanni
On Wed, Dec 13, 2017 at 04:39:57PM +0100, Landry Breuil wrote: > Starting from this i dunno if it warrants a readme or a MESSAGE, you > just need to go fetch the access/secret keys in the config file after > first startup, and maybe bump maxfiles limits for minio (as advised on >

Re: [NEW] net/toot

2017-12-15 Thread Klemens Nanni
On Sun, Nov 19, 2017 at 09:24:42PM +0100, Klemens Nanni wrote: > On Sun, Nov 19, 2017 at 02:54:46PM +0100, Klemens Nanni wrote: > Take three after some feedback now also using Python 3 to avoid new > ports still depending on Python 2. > > The s,©,(C), patch for README.rst

Re: Retire devel/arm-elf?

2017-12-13 Thread Klemens Nanni
On Wed, Dec 13, 2017 at 08:09:38PM +0100, Jeremie Courreges-Anglas wrote: > > devel/arm-elf/gcc has been marked as broken almost three years ago, > devel/arm-elf/newlib depends on it. I doubt that gdb and binutils alone > are useful, especially since the ARM ecosystem moved to a newer ABI. > >

Re: [NEW] sysutils/UEFITool 0.22.1

2017-12-12 Thread Klemens Nanni
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 images and often used in to extract certain regions > required to build coreboot images. > > pkg/DESCR (from the homepage)

Re: Retire devel/arm-elf?

2017-12-14 Thread Klemens Nanni
On Thu, Dec 14, 2017 at 01:15:02AM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Dec 13 2017, Klemens Nanni <k...@posteo.org> wrote: > > On Wed, Dec 13, 2017 at 08:09:38PM +0100, Jeremie Courreges-Anglas wrote: > >> > >> devel/arm-elf/gcc has been marked

Re: [NEW] textproc/pup

2017-11-18 Thread Klemens Nanni
On Fri, Nov 10, 2017 at 11:28:54PM +0100, Klemens Nanni wrote: > Hey, > > here's pup, a small but very helpful utility written in Go; pkg/DESCR: > > pup is a command line tool for processing HTML. It reads from > stdin, prints to stdout, and allows the us

[NEW] sysutils/xbattmon

2017-11-11 Thread Klemens Nanni
Hey, xbattmon is a simple battery monitor for X pretty similiar to sysutils/xbattbar but actively maintained. It draws a colorized bar on the edge of your screen, that blinks on critical battery level. Upstream ships our strtonum.c for all platforms but I patched it to use our libc's one.

[UPDATE] sysutils/entr 3.7 -> 3.9

2017-11-11 Thread Klemens Nanni
Straight forward update, all tests pass and entr continues to work fine on my amd64 machine. Feedback? Does anyone want to commit this? diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index 49bdd79fa1d..ca6691145c1 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@

[UPDATE] sysutils/mdp 1.0.9 -> 1.0.10

2017-11-11 Thread Klemens Nanni
Another trivial version bump adding support for github flavored markdown. I've also ditched VERSION and DISTNAME since GH_* take care of that. Any takers? diff --git a/textproc/mdp/Makefile b/textproc/mdp/Makefile index c02c4c6aa22..578d932ecf4 100644 --- a/textproc/mdp/Makefile +++

[UPDATE] sysutils/dfc 3.1.0 -> 3.1.1

2017-11-11 Thread Klemens Nanni
This a bugfix release: - fix a typo in the compilation instructions in the readme file - fix an old bug (4+ years) which messed up colors in HTML export when a configuration file is used - fix a bug which prevented some file systems to be displayed when the filtering option was used - fix a

Re: [UPDATE] sysutils/dfc 3.1.0 -> 3.1.1

2017-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2017 at 03:02:11AM -0500, Brian Callahan wrote: > > On 11/11/17 23:38, Klemens Nanni wrote: > > This a bugfix release: > > > > - fix a typo in the compilation instructions in the readme file > > - fix an old bug (4+ years) which messed

[NEW] textproc/pup

2017-11-10 Thread Klemens Nanni
Hey, here's pup, a small but very helpful utility written in Go; pkg/DESCR: pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors:

Re: [UPDATE] sysutils/mdp 1.0.9 -> 1.0.10

2017-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2017 at 03:08:44AM -0500, Brian Callahan wrote: > > On 11/11/17 23:14, Klemens Nanni wrote: > > Another trivial version bump adding support for github flavored markdown. > > > > I've also ditched VERSION and DISTNAME since GH_* take care of t

Re: net/corebird 1.5.1 => 1.7.3

2017-11-20 Thread Klemens Nanni
On Mon, Nov 20, 2017 at 08:15:13PM +0100, Adam Wolk wrote: > On Wed, Nov 08, 2017 at 09:43:01PM +0100, Adam Wolk wrote: > > Hi ports@ > > > > attaching a trivial bump for net/corebird > > testedo n amd64 current. > > > > Port changes: > > - dropping dependency on librest > > - dropping wantlib

Re: [UPDATE] graphics/sxiv 2.3.1 -> 24

2017-11-21 Thread Klemens Nanni
On Tue, Nov 21, 2017 at 01:44:44AM -0700, Anthony J. Bentley wrote: > Klemens Nanni writes: > > On Mon, Nov 06, 2017 at 02:21:41AM +0100, Klemens Nanni wrote: > > > Hey ports@, > > > > > > here's a simple diff updating sxiv to the newest release; Yes, up

Re: [NEW] net/toot

2017-11-19 Thread Klemens Nanni
... and the actual port attached. toot.tgz Description: application/tar-gz

[NEW] net/toot

2017-11-19 Thread Klemens Nanni
Hey ports@, $ pkg_info toot Information for inst:toot-0.15.0 Comment: interact with Mastodon social networks from the command line Description: toot lets you read, post and manage accounts on Mastadon social networks. It

Re: [NEW] net/toot

2017-11-19 Thread Klemens Nanni
On Sun, Nov 19, 2017 at 02:25:36PM +0100, Klemens Nanni wrote: > ... and the actual port attached. Sorry for the noise, this was the first tarball missing the test bits so here they are as diff ontop. 16/16 tests pass. diff --git a/net/toot/Makefile b/net/toot/Makefile index f3838721

Re: [UPDATE] audio/ncmpc 0.28 -> 0.29

2017-11-19 Thread Klemens Nanni
On Sun, Nov 19, 2017 at 07:34:13PM +0100, Jeremie Courreges-Anglas wrote: > On Sun, Nov 19 2017, Klemens Nanni <k...@posteo.org> wrote: > > On Sun, Nov 19, 2017 at 06:20:55PM +0100, Jeremie Courreges-Anglas wrote: > >> On Wed, Nov 15 2017, Klemens Nanni <k...@posteo.org

Re: [UPDATE] audio/ncmpc 0.28 -> 0.29

2017-11-19 Thread Klemens Nanni
On Sun, Nov 19, 2017 at 06:20:55PM +0100, Jeremie Courreges-Anglas wrote: > On Wed, Nov 15 2017, Klemens Nanni <k...@posteo.org> wrote: > > On Wed, Nov 15, 2017 at 11:27:35PM +0100, Klemens Nanni wrote: > >> Both 0.28 and 0.29 don't actually run tests, d

Re: [NEW] net/toot

2017-11-19 Thread Klemens Nanni
On Sun, Nov 19, 2017 at 02:54:46PM +0100, Klemens Nanni wrote: > On Sun, Nov 19, 2017 at 02:25:36PM +0100, Klemens Nanni wrote: > > ... and the actual port attached. > Sorry for the noise, this was the first tarball missing the test bits > so here they are as diff ontop. 16/16 t

Re: [UPDATE] graphics/sxiv 2.3.1 -> 24

2017-11-19 Thread Klemens Nanni
On Mon, Nov 06, 2017 at 02:21:41AM +0100, Klemens Nanni wrote: > Hey ports@, > > here's a simple diff updating sxiv to the newest release; Yes, upstream > jumped from 2.3.1 to 24 not 2.4. These are mostly mechanical changes, > I've also updated the description as upstream di

Drop gettext MODULE from www/snownews

2017-11-16 Thread Klemens Nanni
Feedback? Any takers? diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 46ee8da64dc..fe4171ca87f 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -2,7 +2,7 @@ COMMENT= text mode rss newsreader DISTNAME= snownews-1.5.12 -REVISION= 2 +REVISION=

[UPDATE] www/varnish 5.2.0 -> 5.2.1

2017-11-15 Thread Klemens Nanni
This is a security update[0] fixing a data leak: A wrong if statement in the varnishd source code means that synthetic objects in stevedores which over-allocate, may leak up to page size of data from a malloc(3) memory allocation. In a unpredictable percentage of

[UPDATE] www/varnish to 5.2.1

2017-11-15 Thread Klemens Nanni
This is a security update[0] fixing a data leak: A wrong if statement in the varnishd source code means that synthetic objects in stevedores which over-allocate, may leak up to page size of data from a malloc(3) memory allocation. In a unpredictable percentage of

Re: [NEW] sysutils/xbattmon

2017-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2017 at 07:06:44PM +0100, Steven Mestdagh wrote: > Klemens Nanni [2017-11-11, 17:02:53]: > > Hey, > > > > xbattmon is a simple battery monitor for X pretty similiar to > > sysutils/xbattbar but actively maintained. > > > > It draws a c

[UPDATE] graphics/sxiv 2.3.1 -> 24

2017-11-05 Thread Klemens Nanni
Hey ports@, here's a simple diff updating sxiv to the newest release; Yes, upstream jumped from 2.3.1 to 24 not 2.4. These are mostly mechanical changes, I've also updated the description as upstream did. Changes: - Automatically reload the current image whenever it changes - Support embedding

[NEW] textproc/loccount

2017-11-08 Thread Klemens Nanni
Hey ports@, here's https://gitlab.com/esr/loccount/, from DESCR: loccount is a re-implementation of David A. Wheeler's sloccount tool in Go. It is faster and handles more different languages. Because it's one source file in Go, it is easier to maintain and extend than the multi-file,

Re: [UPDATE] archivers/fuse-zip

2017-12-05 Thread Klemens Nanni
On Tue, Dec 05, 2017 at 10:43:51PM +0100, Antoine Jacoutot wrote: > On Tue, Dec 05, 2017 at 09:39:44PM +0000, Klemens Nanni wrote: > > On Tue, Dec 05, 2017 at 07:17:33AM +0800, Helg wrote: > > > Hi ports@, > > > > > > Update from 0.4.2 => 0.4.4 > >

Re: [UPDATE] archivers/fuse-zip

2017-12-05 Thread Klemens Nanni
On Tue, Dec 05, 2017 at 07:17:33AM +0800, Helg wrote: > Hi ports@, > > Update from 0.4.2 => 0.4.4 > > I've been working with the developer of fuse-zip to add the FUSE mknod > operation. This is now mandatory for FUSE ports on OpenbSD after I > removed the incorrect implementation of create from

Re: [UPDATE] www/youtube-dl 2017.10.07 -> 2017.11.26

2017-12-01 Thread Klemens Nanni
On Sat, Nov 25, 2017 at 11:49:12PM +0100, Klemens Nanni wrote: > Simple version bump, here are the test results from my amd64 machine: > > [...] > Ran 2242 tests in 5972.530s > > FAILED (errors=568, failures=333) > > Feedback? Any takers? Bump, h

Re: [NEW] textproc/loccount

2017-12-01 Thread Klemens Nanni
On Thu, Nov 09, 2017 at 12:11:05AM +0100, Klemens Nanni wrote: > Hey ports@, > > here's https://gitlab.com/esr/loccount/, from DESCR: > > loccount is a re-implementation of David A. Wheeler's sloccount tool in > Go. It is faster and handles more different languages. Because

[UPDATE] devel/git 2.5.0 -> 2.5.1

2017-12-02 Thread Klemens Nanni
Simple update including various fixes, changelog since 2.5.0: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.15.1.txt While here, switch HOMEPAGE to HTTPS. Tests pass on amd64: fixed 2 success 16486 failed 0 broken 223 total

Re: [NEW] textproc/loccount

2017-12-02 Thread Klemens Nanni
On Sat, Dec 02, 2017 at 09:26:43PM +, Stuart Henderson wrote: > On 2017/12/02 01:59, Klemens Nanni wrote: > > Will "# statically linked" suffice? > > Yes. > > How about this diff on top of my tarball? > > Please send updated tarballs for changes to a ne

Re: [UPDATE] graphics/sxiv 2.3.1 -> 24

2017-12-04 Thread Klemens Nanni
On Mon, Nov 27, 2017 at 08:28:29PM +0100, Klemens Nanni wrote: > On Tue, Nov 21, 2017 at 11:15:38AM +0100, Klemens Nanni wrote: > > On Tue, Nov 21, 2017 at 01:44:44AM -0700, Anthony J. Bentley wrote: > > > Klemens Nanni writes: > > > > On Mon, Nov 06, 2017 at 02:21:4

Re: [NEW] editors/vis

2017-12-10 Thread Klemens Nanni
On Sun, Dec 10, 2017 at 07:01:11PM -0500, Brian Callahan wrote: > Attached is an updated port, combining both of your ports. > I made both of you MAINTAINER, you can share. Looks good to me, thanks for fixing -Os. > As for this port conflicting with vis(1), I don't really mind. > > /home/brian $

Re: [NEW] editors/vis

2017-12-11 Thread Klemens Nanni
On Sun, Dec 10, 2017 at 08:11:56PM -0500, Brian Callahan wrote: > This is not some famous piece of software like the GNU coreutils, where > accidentally using the base utility vs. the GNU utility could really matter. Fair enough, I'm happy with a simpler port. > They bleed into each other. > When

Re: [NEW] net/onionshare

2017-12-06 Thread Klemens Nanni
On Wed, Dec 06, 2017 at 05:26:32PM -0600, attila wrote: > > $ cat pkg/DESCR > > Tool for sharing files of any size anonymously over the Tor public > > anonymity network. > > > > It works by starting a web server, making it accessible as a Tor onion > > service, and generating an unguessable URL

Re: [NEW] editors/vis

2017-12-10 Thread Klemens Nanni
On Thu, Dec 07, 2017 at 11:45:16PM -0800, Carolyn Saunders wrote: > I just made a rudimentary port of vis, "[a] vi-like editor based on Plan > 9's structural regular expressions," which can be found at > https://github.com/martanne/vis. However, it exposes the binary "vis" > which conflicts with

Re: [NEW] textproc/loccount

2017-12-01 Thread Klemens Nanni
On Fri, Dec 01, 2017 at 02:26:06PM +, Stuart Henderson wrote: > : COMMENT = Faster Go re-implementation of sloccount for more > languages > > just describe what it does rather than say things like "faster > reimplementation" and "more". in particular it's quite useless to >

Re: [NEW] textproc/loccount

2017-12-03 Thread Klemens Nanni
On Sun, Dec 03, 2017 at 11:57:16AM +, Stuart Henderson wrote: > What I am saying is, the DESCR file is first and foremost there to > describe what the thing does. That is what should be first in the file. > Your rewritten DESCR still has "loccount is a re-implementation of David A. > Wheeler's

Re: lang/go: Makefile improvements

2018-05-05 Thread Klemens Nanni
On Fri, May 04, 2018 at 04:11:51AM +1000, Joel Sing wrote: > On Saturday 07 April 2018 00:34:10 Klemens Nanni wrote: > > On Sat, Apr 07, 2018 at 12:11:38AM +0200, Klemens Nanni wrote: > > > This cleans up some whitespace nits, makes more use of defined variables >

Re: lang/go-bootstrap: Makefile improvements

2018-05-05 Thread Klemens Nanni
On Fri, May 04, 2018 at 04:14:20AM +1000, Joel Sing wrote: > On Saturday 07 April 2018 01:04:59 Klemens Nanni wrote: > > Same thing as with lang/go: Simplify do-install, combine finds, > > fix space/tab mixtures. > > > > Feedback? OK? Updated diff after feedback fr

Re: net/isync: use pledge

2018-05-08 Thread Klemens Nanni
onize IMAP4 and maildir mailboxes DISTNAME= isync-1.3.0 +REVISION= 0 + CATEGORIES=mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/} HOMEPAGE= http://isync.sourceforge.net/ -# GPLv2 +MAINTAINER=Klemens Nanni <k...@openbsd.org> + +# GPLv2+ PERMIT_PACKAGE_C

Re: [BUG] net/mininet man page

2018-05-09 Thread Klemens Nanni
On Wed, May 09, 2018 at 04:35:11PM +0100, Stuart Henderson wrote: > On 2018/05/09 16:59, Ingo Schwarze wrote: > > Log message: > > Trivially fix the mn(1) manual page by using the correct path > > to the input file when autogenerating, and bump. > > Obvious bug reported by Leonid Bobrov on > >

Re: UPDATE archivers/brotli

2018-04-27 Thread Klemens Nanni
On Fri, Apr 27, 2018 at 11:43:37AM +0200, Björn Ketelaars wrote: > Maintainer timeout: > > Enclosed a diff for bringing brotli to the latest version (1.0.4), which > brings some improvements, and fixes some issues. An overview on the > changes can be found at

Re: UPATE: devel/py-astroid 1.4.9 -> 1.6.3

2018-04-27 Thread Klemens Nanni
On Thu, Apr 26, 2018 at 08:11:26PM +0200, Klemens Nanni wrote: > On Sat, Feb 03, 2018 at 11:10:20AM +0100, Klemens Nanni wrote: > > Here's an update for astroid, the only consumer is devel/pylint which > > is in need for an update as well. > > > > Committing astroi

Re: your mail

2018-04-27 Thread Klemens Nanni
On Wed, Apr 25, 2018 at 08:54:46PM +0200, Sebastian Benoit wrote: > ok? OK

Re: UPDATE: graphics/cfdg 3.0.9 => 3.0.11

2018-04-27 Thread Klemens Nanni
Can you please use spaces or tabs consistently in WANTLIB (and squash both lines into one)? Further comments inline. On Wed, Apr 25, 2018 at 05:05:05PM -0400, Brian Callahan wrote: > Index: Makefile > === > RCS file:

NEW: security/hitch (pledged)

2018-04-27 Thread Klemens Nanni
endpoints. Maintainer: Klemens Nanni <k...@openbsd.org> WWW: https://hitch-tls.org It's working fine for me on amd64. All tests pass altough two of them might leave a background job running, which I'll deal with in the future. pledge(2) has been incorporated, some corne

Re: [new] devel/lua-openbsd

2018-04-27 Thread Klemens Nanni
On Fri, Apr 27, 2018 at 12:04:52PM -0600, Aaron Bieber wrote: > Here is a port of the excellent lua-openbsd library from Florian > Stinglmayr. It exposes the following to lua: > > o pledge() > o arc4random() > o arc4random_uniform() > > I have been using pledge() from this lib for some time

Re: UPDATE: graphics/cfdg 3.0.9 => 3.0.11

2018-04-27 Thread Klemens Nanni
On Fri, Apr 27, 2018 at 10:35:41AM -0400, Brian Callahan wrote: > Updated diff. OK

Re: NEW: security/hitch (pledged)

2018-04-27 Thread Klemens Nanni
Updated tarball with a proper hitch.rc this time. The main process is now pledged only if hitch doesn't chroot(2). I cannot simply hoist the call yet. hitch2.tgz Description: Binary data

Re: UPDATE: graphics/farbfeld 3 -> 4

2018-04-28 Thread Klemens Nanni
On Sat, Apr 28, 2018 at 12:07:14AM +0100, Kaashif Hymabaccus wrote: > On Sat, Apr 14, 2018 at 01:03:09AM +0200, Klemens Nanni wrote: > > > > [...] > > > > Now that you're rolling your own do-install, this hunk is obsolete. > > > > [...] > > > >

Re: UPDATE: devel/pylint 1.6.5 -> 1.8.4

2018-04-28 Thread Klemens Nanni
On Fri, Apr 27, 2018 at 07:27:48PM +0200, Daniel Jakots wrote: > On Fri, 27 Apr 2018 12:10:03 +0200, Klemens Nanni <k...@openbsd.org> > wrote: > > > On Thu, Apr 26, 2018 at 08:15:10PM +0200, Klemens Nanni wrote: > > > Finally picked up that old diff. Tests on amd64

Re: Update to py-flask-0.12.3

2018-04-28 Thread Klemens Nanni
On Sat, Apr 28, 2018 at 11:45:51AM +0200, Daniel Jakots wrote: > 2 days ago flask released two new versions, 0.12.3 and 1.0.0. They > both includes a security fix: > > > Flask previously decoded incoming JSON bytes using the content type > > of the request. Although JSON should only be encoded as

security/opensc: Switch GH_* to stable /release/ MASTER_SITES

2018-05-09 Thread Klemens Nanni
Looking at OpenSC due to naddy's lld mail, this came up first. The release tarball now preships a configure script, but I refrained from touching the configure target for now since `autoreconf' or at least aclocal in particular is still neccessary. GNU auto* wizards, what do you say? While here,

  1   2   3   4   5   6   7   8   9   10   >