Re: fix for isc-dhcp-server IPv6

2017-01-22 Thread Marc Peters
Am 01/23/17 um 00:34 schrieb Jeremie Courreges-Anglas: > Stuart Henderson writes: > >> >> Here is the upstream code with more context. >> >> 789 /* >> 790 * Set the target address we're sending to. >> 791 * Enforce the scope ID for bogus BSDs.

Re: lang/lua: strftime conversion specifier support

2017-01-22 Thread Ricky Cintron
I agree that it isn’t very clear. I took a look at the Lua mailing list, and although there isn’t a clear yes or no regarding making changes, portability and avoiding undefined behavior was mentioned, so maybe it’s better to leave it as is. I only found one thread in that mailing list, so it

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/01/22 19:51:02 Modified files: multimedia/x265: Makefile Log message: Disable the benchmarks (not built by default) for now to workaround an issue with Clang 4.0. from Brad (maintainer)

Re: add ports infrastructure support for aarch64

2017-01-22 Thread Antoine Jacoutot
On Mon, Jan 23, 2017 at 02:04:27AM +0100, Peter Hessler wrote: > Here are some bits to add arch defines to the ports infrastruture files > for aarch64. > > amd64 is the kernel arch (similar to macppc) s/amd64/arm64/ ;-)

add ports infrastructure support for aarch64

2017-01-22 Thread Peter Hessler
Here are some bits to add arch defines to the ports infrastruture files for aarch64. amd64 is the kernel arch (similar to macppc) aarch64 is the application arch (similiar to powerpc) Untested, but it is relatively straightforward. db/config.* already has information about armv8/arm64/aarch64.

Re: CVS: cvs.openbsd.org: ports

2017-01-22 Thread Jonathan Gray
On Sun, Jan 22, 2017 at 05:13:09AM -0700, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2017/01/22 05:13:09 > > Modified files: > net/dnsdist: Makefile > > Log message: > dnsdist needs 64-bit atomics; use -march=i586 on i386

[update] mlbviewer 2015

2017-01-22 Thread Peter Hessler
As we inch closer to the 2017 season, update the MLB.tv viewer to the most recent release, 2015. Tested with a few archived games from 2016 season. OK? Index: multimedia/mlbviewer/Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2017/01/22 16:47:27 Modified files: multimedia/mlbviewer: Makefile Log message: move py-gdata from being a wrong LIB_DEPEND to a correct RUN_DEPEND reminded many times by mlarkin@

Re: fix for isc-dhcp-server IPv6

2017-01-22 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2017/01/20 11:40, Marc Peters wrote: >> Hi, >> >> the attached patch fixes the interface index for dhcpv6 answers on >> OpenBSD. It is based on the patch from >> https://marc.info/?l=openbsd-misc=144067760416819=2 >> >> Without the patch,

Re: lang/lua: strftime conversion specifier support

2017-01-22 Thread Jonathan Gray
On Sun, Jan 22, 2017 at 02:53:15AM -0600, Ricky Cintron wrote: > Hello all, > > Apologies if I???m mistaken, but it appears that the Lua packages are built > with the default conversion specifiers for strftime, which are defined in > loslib.c (if I searched correctly). Unfortunately these do

NEW: mcomix: replacement for comix

2017-01-22 Thread frantisek holop
graphics/comix is dead. since 2009. it has now decayed to the state that thumbnails dont show and god knows what else. please remove it. find attached mcomix, a fork of comix under active development. please test and commit. -f -- mcomix.tgz Description: application/tar-gz

Re: NEW: libmpack (needs discussion)

2017-01-22 Thread Edd Barrett
On Fri, Jan 20, 2017 at 05:59:19PM +0100, Florian Stinglmayr wrote: > > There is a test suite but it needs a load of lua deps we don't yet have > > Which ones? Lua deps are my speciality. It uses a test framework called "busted". Here are the deps from upstream's Makefile:

Re: NEW: libmpack (needs discussion)

2017-01-22 Thread Edd Barrett
Hi Stuart, Jeremie, On Sun, Jan 22, 2017 at 10:46:33PM +0100, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > >> I have a feeling that the FULLPKGPATH-lua needs a version suffix, but > >> couldn't find a satisfying way (although what I currently have doesn't >

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2017/01/22 15:11:22 Modified files: devel : Makefile Log message: Link devel/p5-Data-SExpression

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Andrew Fresh
CVSROOT:/cvs Module name:ports Changes by: afre...@cvs.openbsd.org 2017/01/22 15:08:39 Log message: Import devel/p5-Data-SExpression Parse Lisp S-Expressions into perl data structures From Sean Levy OK jca@ Status: Vendor Tag:

[UPDATE] devel/p5-Test-Most to 0.35

2017-01-22 Thread Andrew Fresh
This is a minor update of Test::Moste to 0.35 which just bumps dependencies for Test2. https://metacpan.org/changes/distribution/Test-Most Local tests all pass, and no change to the reverse dependency tests. The one failure is p5-HTTP-BrowserDetect, due to what appears to be a missing

[UPDATE] www/p5-CGI-Emulate-PSGI to 0.22

2017-01-22 Thread Andrew Fresh
Minor update of CGI::Emulate::PSGI, one big change is not setting the HTTP_PROXY header, that is https://httpoxy.org https://metacpan.org/changes/distribution/CGI-Emulate-PSGI Tests all pass, and rt doesn't fail its tests any more spectacularly. CGI::Emulate::PSGI doesn't actually require the

Re: NEW: libmpack (needs discussion)

2017-01-22 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2017/01/22 16:50, Edd Barrett wrote: >> Hi, >> >> On Thu, Jan 19, 2017 at 10:07:30PM +0100, Jeremie Courreges-Anglas wrote: >> > > It seems to build for all the lua versions we support, so good :) >> > >> > This is often not enough: pure lua

Re: NEW: libmpack (needs discussion)

2017-01-22 Thread Stuart Henderson
On 2017/01/22 16:50, Edd Barrett wrote: > Hi, > > On Thu, Jan 19, 2017 at 10:07:30PM +0100, Jeremie Courreges-Anglas wrote: > > > It seems to build for all the lua versions we support, so good :) > > > > This is often not enough: pure lua builds typically don't run the code > > at build time,

security/opendnssec: 1.4.13

2017-01-22 Thread Patrik Lundin
Hello, Here is an update to the newly released OpenDNSSEC 1.4.13. It removes a patch that has been merged upstream. Announcement: === Version 1.4.13 of OpenDNSSEC has been released on 2017-01-20. News Hereby we announce the OpenDNSSEC 1.4.13 release. It includes a small number of bug fixes and

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:ports Changes by: mart...@cvs.openbsd.org 2017/01/22 10:01:32 Modified files: lang/php/7.0 : Makefile distinfo lang/php/7.0/patches: patch-main_php_ini_c Log message: Update to PHP 7.0.15 OK sthen@ and robert@

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Martijn van Duren
CVSROOT:/cvs Module name:ports Changes by: mart...@cvs.openbsd.org 2017/01/22 10:00:33 Modified files: lang/php/5.6 : Makefile distinfo lang/php/5.6/patches: patch-main_php_ini_c Log message: Update to PHP 5.6.30. OK sthen@ and robert@

Re: NEW: libmpack (needs discussion)

2017-01-22 Thread Edd Barrett
Hi, On Thu, Jan 19, 2017 at 10:07:30PM +0100, Jeremie Courreges-Anglas wrote: > > It seems to build for all the lua versions we support, so good :) > > This is often not enough: pure lua builds typically don't run the code > at build time, and C lua extensions might use lua C API functions only

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/01/22 05:13:09 Modified files: net/dnsdist: Makefile Log message: dnsdist needs 64-bit atomics; use -march=i586 on i386

lang/lua: strftime conversion specifier support

2017-01-22 Thread Ricky Cintron
Hello all, Apologies if I’m mistaken, but it appears that the Lua packages are built with the default conversion specifiers for strftime, which are defined in loslib.c (if I searched correctly). Unfortunately these do not include %l, %k, %s, %v an %+, which are supported by OpenBSD’s strftime.

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/01/22 01:31:44 Modified files: fonts/mplus-fonts: Makefile distinfo Log message: Update to mplus-fonts-062.

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:19:14 Modified files: sysutils : Makefile Log message: + SUBDIR += py-tsk

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:18:04 Log message: import Python bindings for The Sleuth Kit (libtsk). ok benoit@ shadchin@ Status: Vendor Tag: rpointel Release Tags: rpointel_20170122

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:11:07 Modified files: security : Makefile Log message: + SUBDIR += py-dfdatetime

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:09:59 Log message: import dfDateTime, or Digital Forensics date and time, provides date and time objects to preserve accuracy and precision. ok benoit@ shadchin@ Status:

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:07:01 Modified files: devel : Makefile Log message: + SUBDIR += py-binplist

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:05:42 Log message: import py-binplist, binary property list (plist) parser module written in Python. inputs and ok shadchin@, ok benoit@ Status: Vendor Tag:

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:01:39 Modified files: devel : Makefile Log message: + SUBDIR += py-bencode

CVS: cvs.openbsd.org: ports

2017-01-22 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2017/01/22 01:00:32 Log message: import python bencoding and bdecoding implementation ok benoit@ shadchin@ Status: Vendor Tag: rpointel Release Tags: rpointel_20170122