Re: new: security/wycheproof-testvectors

2018-07-24 Thread Theo Buehler
On Wed, Jul 25, 2018 at 07:19:47AM +0200, Theo Buehler wrote: > jsing worked on integrating the Wycheproof tests > > https://github.com/google/wycheproof > > into the LibreSSL regression tests. Like the entire project, the test > vectors are under Apache 2.0 license, so we need to package them

new: security/wycheproof-testvectors

2018-07-24 Thread Theo Buehler
jsing worked on integrating the Wycheproof tests https://github.com/google/wycheproof into the LibreSSL regression tests. Like the entire project, the test vectors are under Apache 2.0 license, so we need to package them outside of the base tree. The attached port does exactly that: package the

Re: INFO: python bulk test results

2018-07-24 Thread Elias M. Mariani
Forgot to add: Tested under amd64. 2018-07-24 22:42 GMT-03:00 Elias M. Mariani : > Some results of a battery of tests that I made of some ports (those > using pytest), some are relevant, some are not: > The reason of this if because pytest tests sometimes conflicts if some > package is installed

INFO: python bulk test results

2018-07-24 Thread Elias M. Mariani
Some results of a battery of tests that I made of some ports (those using pytest), some are relevant, some are not: The reason of this if because pytest tests sometimes conflicts if some package is installed or not, so this is not a real guide for the results, but it does mark some interesting

Re: Updating several ports

2018-07-24 Thread Elias M. Mariani
To check for the possibility of this updates affecting other ports I checked every port using the current versions vs the updated versions, the results are attached. The format is: FULLPKGPATH Result using current version Result using new version (if differences exist, none if equals) The only

Re: MODULES= lang/tcl or x11/tk but not both

2018-07-24 Thread Stuart Cassoff
Good idea but 8.6 will still be picked up in a ports tree where Tcl/Tk default versions are 8.6 and the port Makefile contains MODTK_VERSION=8.5 if MODULES=lang/tcl x11/tk. (x11/tk lang/tcl) would work). A remedy would be to swap them around or set MODTCL_VERSION as well. Only two ports with this

Re: MODULES= lang/tcl or x11/tk but not both

2018-07-24 Thread Stuart Henderson
On 2018/07/24 12:32, Stuart Cassoff wrote: > Only one is needed. Having both can cause problems. > > I found 2 ports (lang/pypy, systutils/libisoburn) with this problem, which > can be seen: > $ cd /usr/ports/sysutils/libisoburn/ && make show=MODULES > lang/tcl x11/tk gnu lang/tcl > > If

Re: CVS: cvs.openbsd.org: ports

2018-07-24 Thread Stuart Henderson
On 2018/07/24 22:53, Vadim Zhukov wrote: > вт, 24 июл. 2018 г. в 17:28, Thomas Frohwein : > > > > > > > > Was the potential name clashing with KDE's Dolphin considered? There > > > > > > is no file conflict since the emulator's executable is called > > > > > > dolphin-emu. But there will be

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/07/24 14:47:46 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: minor update to 2.3.6

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/07/24 14:40:15 Modified files: databases/puppetdb5: Makefile distinfo databases/puppetdb5/pkg: PLIST-main Log message: minor update to 5.2.4

Re: CVS: cvs.openbsd.org: ports

2018-07-24 Thread Vadim Zhukov
вт, 24 июл. 2018 г. в 17:28, Thomas Frohwein : > > > > > > Was the potential name clashing with KDE's Dolphin considered? There > > > > > is no file conflict since the emulator's executable is called > > > > > dolphin-emu. But there will be x11/kde-applications/dolphin package > > > > > sooner or

Re: lang/ruby/2.3 and tcl/tk

2018-07-24 Thread Stuart Cassoff
Yes, you're right, my mistake. This is fine, nothing needs to change. Thanks! Stu > -- Original Message -- > From: Jeremy Evans > Date: July 24, 2018 at 2:19 PM > > > On 07/24 01:59, Stuart Cassoff wrote: > > Hi, > > > > The dependency information for Tcl/Tk is incomplete; >

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2018/07/24 13:03:47 Modified files: math/veusz : Makefile distinfo Log message: Update to veusz-3.0.1 Changelog: https://github.com/veusz/veusz/releases/tag/veusz-3.0.1

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/07/24 12:59:20 Modified files: net/arpwatch : Makefile net/arpwatch/patches: patch-db_c patch-ec_c Added files: net/arpwatch/patches: patch-tree_h Log message: use a red-black

Re: lang/ruby/2.3 and tcl/tk

2018-07-24 Thread Jeremy Evans
On 07/24 01:59, Stuart Cassoff wrote: > Hi, > > The dependency information for Tcl/Tk is incomplete; > the port as it is would break if the ports Tcl/Tk version were bumped to 8.6. > > OK? If tk >=8.5,<8.6 requires tcl >=8.5,<8.6, I'm not sure why this is needed, but I don't have a problem with

lang/ruby/2.3 and tcl/tk

2018-07-24 Thread Stuart Cassoff
Hi, The dependency information for Tcl/Tk is incomplete; the port as it is would break if the ports Tcl/Tk version were bumped to 8.6. OK? Stu Index: Makefile === RCS file: /cvs/ports/lang/ruby/2.3/Makefile,v retrieving revision

Re: NEW: lang/mujs

2018-07-24 Thread Brian Callahan
Hi Stuart -- On 07/24/18 12:05, Stuart Henderson wrote: For the header, you can temporarily add a #error to the /usr/local one and know whether it gets picked up or not. Right, of course. Don't know why that slipped my mind. Anyhow, here is a small diff to MuPDF to ensure that the correct

MODULES= lang/tcl or x11/tk but not both

2018-07-24 Thread Stuart Cassoff
Only one is needed. Having both can cause problems. I found 2 ports (lang/pypy, systutils/libisoburn) with this problem, which can be seen: $ cd /usr/ports/sysutils/libisoburn/ && make show=MODULES lang/tcl x11/tk gnu lang/tcl If MODULES=x11/tk then lang/tcl will be automatically added at the

Re: NEW: lang/mujs

2018-07-24 Thread Stuart Henderson
For the header, you can temporarily add a #error to the /usr/local one and know whether it gets picked up or not. -- Sent from a phone, apologies for poor formatting. On 24 July 2018 16:48:33 Brian Callahan wrote: Hi Stuart -- On 7/24/2018 9:16 AM, Stuart Henderson wrote: On 2018/07/24

Re: NEW: lang/mujs

2018-07-24 Thread Brian Callahan
Hi Stuart -- On 7/24/2018 9:16 AM, Stuart Henderson wrote: > On 2018/07/24 15:11, Charlène wrote: >> On Mon, 23 Jul 2018 17:05:34 -0400 >> Brian Callahan wrote: >> >>> Hi ports -- >>> >>> Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable >>> Javascript interpreter. >>> >>

Re: NEW: lang/mujs

2018-07-24 Thread Stuart Henderson
On 2018/07/24 15:11, Charlène wrote: > On Mon, 23 Jul 2018 17:05:34 -0400 > Brian Callahan wrote: > > > Hi ports -- > > > > Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable > > Javascript interpreter. > > > > > Works for me on amd64, armv7, and macppc. > > > > OK? Did

Re: NEW: lang/mujs

2018-07-24 Thread Charlène
On Mon, 23 Jul 2018 17:05:34 -0400 Brian Callahan wrote: > Hi ports -- > > Attached is a new port, lang/mujs. MuJS is a lightweight, embeddable > Javascript interpreter. > > Works for me on amd64, armv7, and macppc. > > OK? > Hi! I've successfully tried some examples found in the html

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2018/07/24 07:09:47 Modified files: emulators/ucon64: Makefile emulators/ucon64/patches: patch-src_Makefile Added files: emulators/ucon64/patches: patch-src_config_mak_in

update: mail/mailman

2018-07-24 Thread Okan Demirmen
A maintenance and security update to 2.1.28, which includes a fix for CVE-2018-13796. Where here, I fixed a few inconsistencies. OK/feedback? Thanks, Okan Index: Makefile === RCS file: /home/open/cvs/ports/mail/mailman/Makefile,v

Re: CVS: cvs.openbsd.org: ports

2018-07-24 Thread Juan Francisco Cantero Hurtado
On Tue, Jul 24, 2018 at 11:38:33AM +0100, Stuart Henderson wrote: > On 2018/07/23 21:40, Anthony J. Bentley wrote: > > Vadim Zhukov writes: > > > вс, 22 июл. 2018 г. в 19:54, Thomas Frohwein : > > > > > > > > CVSROOT:/cvs > > > > Module name:ports > > > > Changes by:

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2018/07/24 06:18:01 Modified files: graphics/libsixel: Makefile distinfo Log message: Update libsixel to 1.8.2.

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/07/24 06:11:13 Modified files: x11/py-xcbgen : Makefile Log message: Fix dependency issue: NO_BUILD, but requires python during build. relies on current python.port.mk

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/07/24 06:10:10 Modified files: lang/python: python.port.mk Log message: make the BUILD_DEPEND mechanism on python more flexible, and less surprising. It's always controlled by MODPY_BUILDDEP,

Re: CVS: cvs.openbsd.org: ports

2018-07-24 Thread Stuart Henderson
On 2018/07/24 06:03, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2018/07/24 06:03:11 > > Modified files: > textproc/wkhtmltopdf: Makefile distinfo > textproc/wkhtmltopdf/patches: patch-qt_configure >

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/07/24 06:03:11 Modified files: textproc/wkhtmltopdf: Makefile distinfo textproc/wkhtmltopdf/patches: patch-qt_configure

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2018/07/24 05:59:18 Modified files: devel/avr/gcc/patches: patch-gcc-4_3_4_libiberty_Makefile_in Log message: hidden dependency: avoid grabbing gdb's ansidecl.h by mistake

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Reyk Floeter
CVSROOT:/cvs Module name:ports Changes by: r...@cvs.openbsd.org2018/07/24 05:37:49 Modified files: devel/cvs2gitdump: Makefile distinfo Log message: Update cvs2gitdump to the latest version OK sthen@

CVS: cvs.openbsd.org: ports

2018-07-24 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/07/24 04:44:21 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-7.0.7

Re: update devel/cvs2gitdump

2018-07-24 Thread Stuart Henderson
On 2018/07/24 12:29, Reyk Floeter wrote: > Hi, > > I noticed that cvs2gitdump is old. The update is easy as the latest > version is mostly about whitespace fixes; but updating the port saves > others from looking at python code to compare if there were any > relevant changes ;) > > OK? OK.

Re: CVS: cvs.openbsd.org: ports

2018-07-24 Thread Stuart Henderson
On 2018/07/23 21:40, Anthony J. Bentley wrote: > Vadim Zhukov writes: > > вс, 22 июл. 2018 г. в 19:54, Thomas Frohwein : > > > > > > CVSROOT:/cvs > > > Module name:ports > > > Changes by: t...@cvs.openbsd.org2018/07/22 10:54:48 > > > > > > Log message: > > > import

update devel/cvs2gitdump

2018-07-24 Thread Reyk Floeter
Hi, I noticed that cvs2gitdump is old. The update is easy as the latest version is mostly about whitespace fixes; but updating the port saves others from looking at python code to compare if there were any relevant changes ;) OK? Reyk Index: devel/cvs2gitdump/Makefile

Re: Update textproc/wkhtmltopdf-0.12.5

2018-07-24 Thread Stuart Henderson
On 2018/07/24 08:40, Frank Groeneveld wrote: > Ping > GH_ACCOUNT = wkhtmltopdf > +GH_TAGNAME = 0.12.5 Testing now, I'll take care of this.

Re: Update textproc/wkhtmltopdf-0.12.5

2018-07-24 Thread Frank Groeneveld
On Tue, Jul 17, 2018, at 08:28, Frank Groeneveld wrote: > On Mon, Jul 16, 2018, at 16:10, Brian Callahan wrote: > > > > It looks like you may have forgotten to cvs add a number of patches. > > > > ~Brian > > > > Thanks, I hadn't noticed. Attached a complete and working patch, tested > with a