Re: [UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
On Thu, 10 Aug 2017, Rafael Sadowski wrote: > On Thu Aug 10, 2017 at 05:26:46PM +0200, David Coppa wrote: > > > > Hi all, > > > > Here's the update to the latest CMake. > > > > As usual, I'd like to have the attached diff tested in a ports bulk > > build... > > > > Thanks! > > David > > $

git security update

2017-08-10 Thread Daniel Jakots
Hello && coucou Benoit, Git's upstream released a couple of git releases to fix CVE-2017-1000117. Here's diff that update old-stable, stable and current. I went the lazy way which is 'update to latest bugfix release' and not just backporting patches. This was the easiest thing for me and it

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/08/10 22:18:19 Modified files: mail/fetchmail : Makefile mail/fetchmail/patches: patch-socket_c Log message: Do not overrun plugin string when copying it. Prevents sporadic segmentation

coredump on podbeuter

2017-08-10 Thread jungle boogie
Hello, I'm running amd64 -current snapshots and I'm getting a core dump when attempting to download a podcast. Any hints at what the problem are related to are appreciated. $ cat .newsbeuter/urls http://feeds.feedburner.com/BsdNowMp3 $ cat

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-10 Thread Heppler, J. Scott
Jggimi reviewed the port and found an extra tab and line in the Makefile. Version 3 of the attached diff corrects. Thanks Scott On Aug 10, 2017: 10:23, Brian Callahan wrote: Hi Scott -- I'll take a look at this later today. ~Brian On 08/09/17 20:01, Heppler, J. Scott wrote: A revised

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2017/08/10 14:37:45 Modified files: www: Makefile Log message: +buku

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Ingo Feinerer
CVSROOT:/cvs Module name:ports Changes by: feine...@cvs.openbsd.org2017/08/10 14:34:58 Log message: Import buku 3.2 buku is a command-line utility to store, tag, search and organize bookmarks. * Lightweight, clean interface * Text editor

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/08/10 14:14:56 Modified files: net/gdnsd : Makefile net/gdnsd/patches: patch-configure net/gdnsd/pkg : gdnsd.rc Log message: remove reload and switch default state dir, also

Re: Port bulk with

2017-08-10 Thread Karel Gardas
On Thu, Aug 10, 2017 at 9:45 PM, Karel Gardas wrote: > I updated my current to today snapshot and still with original full > version of elf.h patch libelf builds fine -- see below. By quick > comparison of configure outputs in Christian's and mine build it looks > like he gets:

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/08/10 13:46:26 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Added files: net/curl/patches: patch-Makefile_in Log message: Security update to 7.55.0: *

Re: Port bulk with

2017-08-10 Thread Karel Gardas
I updated my current to today snapshot and still with original full version of elf.h patch libelf builds fine -- see below. By quick comparison of configure outputs in Christian's and mine build it looks like he gets: checking if cc can compile elf.h... yes while I get: checking if cc can

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: fetchmail segfault fix

2017-08-10 Thread Jeremie Courreges-Anglas
On Thu, Aug 10 2017, Alexander Bluhm wrote: > Hi, > > I see sporadic crashes in fetchmail I would like to fix. > > ok? Looks right, ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/08/10 13:40:58 Modified files: devel/mercurial: Makefile distinfo Log message: Update to mercurial 4.2.3. https://www.mercurial-scm.org/pipermail/mercurial/2017-August/050522.html CVE-2017-1000115:

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/08/10 13:40:01 Modified files: devel/tortoisehg: Tag: OPENBSD_6_1 Makefile distinfo devel/tortoisehg/pkg: Tag: OPENBSD_6_1 PLIST Log message: Update to tortoisehg 4.2.2. We need to update

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2017/08/10 13:36:59 Modified files: devel/mercurial: Tag: OPENBSD_6_1 Makefile distinfo devel/mercurial/pkg: Tag: OPENBSD_6_1 DESCR-main PLIST-main Added files: devel/mercurial/patches:

clang breakage: memtest86+

2017-08-10 Thread Jeremie Courreges-Anglas
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). The only problem is, I get the same result with a build with base gcc. Could

Re: Port bulk with

2017-08-10 Thread Stuart Henderson
On 2017/08/10 20:27, Karel Gardas wrote: > On Thu, Aug 10, 2017 at 4:46 PM, Christian Weisgerber > wrote: > > On 2017-08-09, Martin Pieuchot wrote: > > > >> So here's a first step, introducing /usr/include/elf.h. Could some of > >> you run a bulk with it

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2017/08/10 12:40:21 Added files: telephony/kamailio/patches: patch-src_modules_app_jsdt_duk_config_h Log message: Give this a chance to build on sparc64 (and maybe

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2017/08/10 12:38:40 Modified files: shells/zsh : Makefile distinfo shells/zsh/pkg : PLIST Log message: Update ZSH to 5.4.1 ok pea@ juanfra@

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2017/08/10 12:13:13 Modified files: devel/subversion: Tag: OPENBSD_6_1 Makefile distinfo Log message: For 6.1-stable: Update to Subversion 1.9.7. Fixes CVE-2017-9800, "Arbitrary code execution on clients

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2017/08/10 12:12:46 Modified files: devel/subversion: Makefile distinfo Log message: Update to Subversion 1.9.7. Fixes CVE-2017-9800, "Arbitrary code execution on clients through malicious svn+ssh URLs in

fetchmail segfault fix

2017-08-10 Thread Alexander Bluhm
Hi, I see sporadic crashes in fetchmail I would like to fix. ok? bluhm Index: mail/fetchmail/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.148 diff -u -p -r1.148 Makefile ---

Re: [UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
On Thu, 10 Aug 2017, David Coppa wrote: > > Hi all, > > Here's the update to the latest CMake. > > As usual, I'd like to have the attached diff tested in a ports bulk > build... > > Thanks! > David New revision of the diff fixing a problem with FindLua.cmake. Please, trash the previous one.

Re: [fix] kamailio on sparc64

2017-08-10 Thread Roman Kravchuk
Hi, If it works for you - maintainer ok. 2017-08-10 19:10 GMT+03:00 Jeremie Courreges-Anglas : > > Hi, > > kamailio doesn't build on sparc64, please see: > > http://build-failures.rhaalovely.net//sparc64/2017- > 07-24/telephony/kamailio.log > > I've already fixed this kind of

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 11:27:34 Modified files: databases/py-apsw: Makefile distinfo databases/py-apsw/patches: patch-tests_py Added files: databases/py-apsw/patches: patch-setup_py Log message:

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 10:54:31 Modified files: www/py-mechanize: Makefile distinfo www/py-mechanize/pkg: PLIST Log message: update to py-mechanize-0.3.5

Re: NEW: games/fifengine, games/fifechan

2017-08-10 Thread Jan Klemkow
Hi Anthony, On Tue, Aug 08, 2017 at 02:12:16AM -0600, Anthony J. Bentley wrote: > fifengine > FIFE is a free, open-source cross-platform game engine. It features > hardware-accelerated 2D graphics, integrated GUI, audio support, lighting, > map editor supporting top-down and isometric maps,

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 10:41:22 Modified files: net: Makefile net/py-dnspython: Makefile distinfo net/py-dnspython/pkg: PLIST Log message: update to py-dnspython 1.15.0 upstream now have

[fix] kamailio on sparc64

2017-08-10 Thread Jeremie Courreges-Anglas
Hi, kamailio doesn't build on sparc64, please see: http://build-failures.rhaalovely.net//sparc64/2017-07-24/telephony/kamailio.log I've already fixed this kind of issue in textproc/calibre earlier, the patch is patches/patch-src_duktape_duktape_duk_config_h. Test-built on amd64 only. ok?

Re: libreoffice i386: different fallout now

2017-08-10 Thread Robert Nagy
Oh this is completely new ... at least i did not know about it :) So I guess this is i386 only so i am going to setup a VM to see what's up. On (2017-08-10 16:55), Stuart Henderson wrote: > I'm going to mark this broken for now, no point wasting cpu cycles > during build. > > This is now

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2017/08/10 10:00:23 Modified files: databases/sqlite3: Makefile distinfo Log message: Update to sqlite3 3.20.0. Fixes CVE-2017-10989 ('The getNodeSize function in ext/rtree/rtree.c in SQLite through

libreoffice i386: different fallout now

2017-08-10 Thread Stuart Henderson
I'm going to mark this broken for now, no point wasting cpu cycles during build. This is now failing here, instead of segfault during build: S=/usr/obj/ports/libreoffice-5.2.7.2/libreoffice-5.2.7.2 && I=$S/instdir && W=$S/workdir && mkdir -p

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 09:55:03 Modified files: editors/libreoffice: Makefile Log message: mark BROKEN-i386 to save half an hour of build time. current failure:

[UPDATE] CMake-3.9.0

2017-08-10 Thread David Coppa
Hi all, Here's the update to the latest CMake. As usual, I'd like to have the attached diff tested in a ports bulk build... Thanks! David Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.161

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread Daniel Jakots
On Thu, 10 Aug 2017 10:07:34 +0200, Klemens Nanni wrote: > Does anyone want to commit this? Thanks, committed!

[NEW] net/obfs4proxy

2017-08-10 Thread attila
Hi ports@, The first Pluggable Transports port: net/obfs4proxy $ cat pkg/DESCR obfs4 (a.k.a. The Obfuscator) is a transport with the same features as ScrambleSuit but utilizing Dan Bernstein's elligator2 technique for public key obfuscation, and the ntor protocol for one-way authentication. This

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2017/08/10 09:08:54 Modified files: mail/isync : Makefile distinfo Added files: mail/isync/patches: patch-src_socket_c Log message: Update to isync-1.2.2 Based on a diff from Klemens Nanni,

[NEW] security/go-siphash

2017-08-10 Thread attila
Hi ports@, Third dependency for net/obfs4proxy: security/go-siphash $ cat pkg/DESCR Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein. Pax, -A -- https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net} pgp: 0x62A729CF

[NEW] security/go-ed25519

2017-08-10 Thread attila
Hi ports@, Second of the dependencies for net/obfs4proxy: go-ed25519 Port attached. Feedback welcome. Pax, -A -- https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net} pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D 09C1 4068 D5D5 62A7 29CF go-ed25519.tgz Description: ed2551 in Go

[NEW] devel/go-goptlib

2017-08-10 Thread attila
Hi ports@, This is the first of four new ports that are part of Pluggable Transports, which are used in the Tor Browser Bundle but which can also be used without it. The main port is net/obfs4proxy, which needs three others to support it: devel/go-goptlib, security/go-ed25519,

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2017/08/10 08:55:49 Modified files: security/gnupg2: Makefile distinfo Log message: Update to 2.1.23 ok abieber@

Re: Port bulk with

2017-08-10 Thread Christian Weisgerber
On 2017-08-09, Martin Pieuchot wrote: > So here's a first step, introducing /usr/include/elf.h. Could some of > you run a bulk with it and report the possible breakages? This breaks devel/libelf, which indirectly takes out about a quarter of the tree.

Re: UPDATE x11/tint2-0.12.2 -> 0.14.6

2017-08-10 Thread Brian Callahan
Hi Scott -- I'll take a look at this later today. ~Brian On 08/09/17 20:01, Heppler, J. Scott wrote: A revised diff to update x11/tint2 is attached. Upstream has added 2 new features: 1) Configurable "Buttons" that attach an icon to a command. 2) Shell script "Executors" with examples for

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:ports Changes by: bl...@cvs.openbsd.org 2017/08/10 08:07:34 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.810

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:50:37 Modified files: graphics/clutter/clutter-gtk: Makefile distinfo graphics/clutter/clutter-gtk/pkg: PLIST Log message: update to clutter-gtk-1.8.4

Re: UPDATE: lang/swi-prolog

2017-08-10 Thread Edd Barrett
On Sun, Jul 16, 2017 at 10:09:18PM +0100, Edd Barrett wrote: > Here is an updated diff with the SSL module back. I'd be happy to commit > this if there is an OK. In case anyone was planning to test this, hold off. The upcoming 7.5.x stable releases of SWI will support OpenBSD much better. I'll

Re: newer boost?

2017-08-10 Thread Landry Breuil
On Thu, Aug 10, 2017 at 12:49:01PM +0200, Rafael Sadowski wrote: > On Thu Aug 10, 2017 at 12:08:05PM +0200, Reyk Floeter wrote: > > Hi, > > > > I've only found the recent "devel/boost vs. clang" mail, so I have a > > question: is there any attempt to update boost to the latest version > > or is

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:32:55 Modified files: sysutils/virt-what/patches: patch-virt-what_in Log message: missing have_cpuinfo check merged upstream

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:32:25 Modified files: x11: Makefile Log message: +bspwm +sxhkd

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:30:26 Log message: import bspwm-0.9.3 bspwm is a tiling window manager that represents windows as the leaves of a full binary tree. ok jca@ sthen@ Status:

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:30:00 Log message: import sxhkd-0.5.8 sxhkd is an X daemon that reacts to input events by executing commands. Its configuration file is a series of bindings that define the

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 07:28:42 Modified files: textproc/extract_url: Makefile distinfo Log message: have DISTNAME match GH_PROJECT and drop unneeded VERSION ok feinerer@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 06:24:10 Modified files: sysutils : Makefile Log message: +virt-what

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2017/08/10 06:23:28 Log message: import virt-what-1.18 virt-what is a shell script which can be used to detect if the program is running in a virtual machine. virt-what supports a very

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 06:01:20 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-Makefile patch-configure Log message: update to x264-20170717, from Brad

Re: newer boost?

2017-08-10 Thread Rafael Sadowski
On Thu Aug 10, 2017 at 12:08:05PM +0200, Reyk Floeter wrote: > Hi, > > I've only found the recent "devel/boost vs. clang" mail, so I have a > question: is there any attempt to update boost to the latest version > or is there a known problem with it? > > I see that the port has been fixed for

Re: UPDATE: mail/isync 1.2.1 to 1.2.2

2017-08-10 Thread David Coppa
On Thu, Aug 10, 2017 at 5:33 AM, Daniel Jakots wrote: > On Thu, 10 Aug 2017 02:53:59 +0200, Klemens Nanni > wrote: > >> > I'm not entirely sure yet whether the introduced patch to get >> > X509_OBJECT_get0_X509() and X509_STORE_get0_objects() working is the

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 04:29:01 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Sema_SemaChecking_cpp Added files: devel/llvm/patches:

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 04:25:15 Modified files: multimedia/mpv : Makefile Log message: aarch64 has atomic ops; from Brad

newer boost?

2017-08-10 Thread Reyk Floeter
Hi, I've only found the recent "devel/boost vs. clang" mail, so I have a question: is there any attempt to update boost to the latest version or is there a known problem with it? I see that the port has been fixed for clang but boost 1.58.0 is quite old while the latest stable version is 1.64.0.

Re: UPDATE: shells/zsh

2017-08-10 Thread Stuart Henderson
On 2017/08/09 22:05, Matthew Martin wrote: > If anyone knows how to get a list of > all packages (installed and not) preferably without having a ports tree, > I could fix up the patch to push it upstream. If sqlports is installed, you can do this: $ sqlite3

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/08/10 03:34:41 Modified files: misc/wordnet : Makefile distinfo misc/wordnet/pkg: DESCR PLIST Log message: Fix MASTER_SITES, and update to the 3.1 Princeton WordNet database.

CVS: cvs.openbsd.org: ports

2017-08-10 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2017/08/10 03:11:07 Modified files: devel/git/patches: patch-t_t0001-init_sh patch-t_t4062-diff-pickaxe_sh patch-t_t7004-tag_sh Log message: Sync

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Stuart Henderson
On 2017/08/10 08:36, Florian Obser wrote: > On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > > On Wed, Aug 09 2017, Florian Obser wrote: > > > > I just noticed that dhcpcd looks at flags in struct

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Florian Obser
On Thu, Aug 10, 2017 at 08:36:01AM +, Florian Obser wrote: > On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > > On Wed, Aug 09 2017, Florian Obser wrote: > > > > I just noticed that dhcpcd looks

Re: dhcpcd fix for netinet6/nd6.h r1.72

2017-08-10 Thread Florian Obser
On Wed, Aug 09, 2017 at 09:34:58PM +0100, Stuart Henderson wrote: > On 2017/08/09 13:07, Jeremie Courreges-Anglas wrote: > > On Wed, Aug 09 2017, Florian Obser wrote: > > > I just noticed that dhcpcd looks at flags in struct nd_ifinfo which I > > > removed in r1.72, this

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 > wrote: > > > > 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

Re: UPDATE: shells/zsh

2017-08-10 Thread Pierre-Emmanuel Andre
On Wed, Aug 09, 2017 at 09:41:33PM +0200, Rafael Sadowski wrote: > Please find below a quite simple patch to update zsh to 5.4.1. > > Ok? Comments? > Hi, I have the same diff in my tree ;) ok pea@ > Rafael Sadowski > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Florian Obser
CVSROOT:/cvs Module name:ports Changes by: flor...@cvs.openbsd.org 2017/08/10 00:58:39 Modified files: net/dhcpcd : Makefile net/dhcpcd/patches: patch-if-bsd_c Log message: netinet6/nd6.h r1.72 removed "flags" in struct nd_ifinfo, make this compile again.

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/08/10 00:36:58 Modified files: fonts : Makefile Log message: +migu,migmix

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/08/10 00:35:16 Log message: Import migu-20150712. Migu is a collection of synthesized fonts, with Japanese kanji from IPA Gothic and modified character glyphs from M+. ok rsadowski@

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/08/10 00:34:17 Log message: Import migmix-20150712. Migmix is a collection of synthesized fonts, with Japanese kanji from IPA Gothic and unmodified character glyphs from M+. ok

CVS: cvs.openbsd.org: ports

2017-08-10 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/08/10 00:25:18 Modified files: lang/python/3.6: Makefile distinfo lang/python/3.6/pkg: PLIST-main PLIST-tests Log message: update python to 3.6.2, tested in a bulk by sthen@.

Re: NEW: www/buku

2017-08-10 Thread Ingo Feinerer
Ping? (tar.gz at https://marc.info/?l=openbsd-ports=150176984409725=2) On Thu, Aug 03, 2017 at 04:16:33PM +0200, Ingo Feinerer wrote: > please find attached a port for Buku, a powerful command-line bookmark manager > (https://github.com/jarun/Buku). > > $ cat pkg/DESCR > buku is a command-line