mail/p5-MIME-Types : update to 2.17

2018-11-03 Thread wen heping
Hi, Here is a patch to update mail/p5-MIME-Types to 2.17. It both build and test well on my amd64 system. Comments? OK? wen Index: Makefile === RCS file: /cvs/ports/mail/p5-MIME-Types/Makefile,v retrieving revision 1.21 diff -u

devel/p5-Exception-Class : update to 1.44

2018-11-03 Thread wen heping
Hi, Here is a patch to update devel/p5-Exception-Class to 1.44(and the patch include the update of its depends too). It both build and test well on my amd64 system. Comments? OK? wen Index: p5-Exception-Class/Makefile === RCS fi

答复: devel/py-tz : update to 2018.7

2018-11-03 Thread wen heping
Sorry forthe mistake. Now I attached the patch. wen 发件人: Daniel Dickman 发送时间: 2018年11月4日 4:02 收件人: wen heping 抄送: ports@openbsd.org; shadc...@openbsd.org 主题: Re: devel/py-tz : update to 2018.7 > On Oct 29, 2018, at 10:56 AM, wen heping wrote: > > Hi, > > Her

Re: devel/py-tz : update to 2018.7

2018-11-03 Thread Daniel Dickman
> On Oct 29, 2018, at 10:56 AM, wen heping wrote: > > Hi, > > Here is a patch to update devel/py-tz to 2018.7, it build and test well > on my amd64 system. > OK ? > > Cheers, > wen > didn’t see any patch but if you resend i can take a look.

答复: [security update] www/py-django : update to 2.1.3 and 1.11.16

2018-11-03 Thread wen heping
Sorry, here is the patch. wen 发件人: wen heping 发送时间: 2018年11月4日 0:44 收件人: ports@openbsd.org 主题: [security update] www/py-django : update to 2.1.3 and 1.11.16 Hi, The patch update www/py-django lts to 1.11.16 and stable to 2.1.3. The update of stable inclu

[security update] www/py-django : update to 2.1.3 and 1.11.16

2018-11-03 Thread wen heping
Hi, The patch update www/py-django lts to 1.11.16 and stable to 2.1.3. The update of stable include a security fix(CVE-2018-16984). It build well on my amd64 system. Comments? OK ? wen

Re: updated opendkim port to more closely resemble deprecated dkim-milter port

2018-11-03 Thread Daniel Jakots
On Sat, 3 Nov 2018 08:30:11 -0700, "James J. Lippard" wrote: > Index: infrastructure/db/user.list > === > RCS file: /cvs/ports/infrastructure/db/user.list,v > retrieving revision 1.324 > diff -u -r1.324 user.list > --- infrastructure

updated opendkim port to more closely resemble deprecated dkim-milter port

2018-11-03 Thread James J. Lippard
Diff attached which: 1. Updates Makefile REVISION. 2. Adds _opendkim user and group. 3. Puts sample config from distribution tarball into /etc and /usr/local/share 4. Adds opendkim.rc (submitted with cvs add, but I'm not sure I did it right so it's also attached) -- Jim Lippardlippard

Re: update: telephony/pjsua

2018-11-03 Thread Hiltjo Posthuma
On Sat, Nov 03, 2018 at 04:33:21PM +0100, Sebastien Marie wrote: > On Sat, Nov 03, 2018 at 03:54:23PM +0100, Hiltjo Posthuma wrote: > > On Sat, Nov 03, 2018 at 03:13:05PM +0100, Sebastien Marie wrote: > > Hi, > > > > I don't use this particular software, > > it is a bit a thread hijack... > > >

Re: [PATCH] grpahics/jpeg 2.0.0 broke dependents using autotools

2018-11-03 Thread trondd
Stuart Henderson wrote: > The easy/safe way is to bump libjpeg's shared library major version. > > -- > Sent from a phone, apologies for poor formatting. The major version? Going from 69.0 to 69.1 seemed to work. Do I need to go to 70.0? Haven't worked with shared libs in ports before. >

Re: update: telephony/pjsua

2018-11-03 Thread Sebastien Marie
On Sat, Nov 03, 2018 at 03:54:23PM +0100, Hiltjo Posthuma wrote: > On Sat, Nov 03, 2018 at 03:13:05PM +0100, Sebastien Marie wrote: > Hi, > > I don't use this particular software, it is a bit a thread hijack... > but I am working on a automated CVE > checker similar to pkg audit on NetBSD, FreeB

Re: [PATCH] grpahics/jpeg 2.0.0 broke dependents using autotools

2018-11-03 Thread Stuart Henderson
The easy/safe way is to bump libjpeg's shared library major version. -- Sent from a phone, apologies for poor formatting. On 3 November 2018 14:47:00 trondd wrote: I noticed that at some point www/links+ wasn't able to display jpegs. Turns out not to be able to detect jpeglib.h on the system

[UPDATE] devel/libgit2 0.27.2 -> 0.27.5 (CVE)

2018-11-03 Thread Hiltjo Posthuma
Hi, This updates libgit2 from 0.27.2 to 0.27.5. CVE-2018-17456 (<0.27.5): https://github.com/libgit2/libgit2/releases/tag/v0.27.5 CVE-2018-10887 (<0.27.3): CVE-2018-10888 (<0.27.3): https://github.com/libgit2/libgit2/releases/tag/v0.27.3 Briefly tested and build on amd64. Patch below: diff

Re: update: telephony/pjsua

2018-11-03 Thread Hiltjo Posthuma
On Sat, Nov 03, 2018 at 03:13:05PM +0100, Sebastien Marie wrote: > Hi, > > Here an update for pjsua (from 2.4.5 to 2.8). > > It updates the underline sip framework pjsip. > > I enabled video support in pjsip mostly for testing purpose, but we > currently don't have application using it (pjsua is

[PATCH] grpahics/jpeg 2.0.0 broke dependents using autotools

2018-11-03 Thread trondd
I noticed that at some point www/links+ wasn't able to display jpegs. Turns out not to be able to detect jpeglib.h on the system using configure. The root cause is a bug introduced in the upgrade of graphics/jpeg which incorrectly set #defines in a header file, causing compiler warnings and resul

update: telephony/pjsua

2018-11-03 Thread Sebastien Marie
Hi, Here an update for pjsua (from 2.4.5 to 2.8). It updates the underline sip framework pjsip. I enabled video support in pjsip mostly for testing purpose, but we currently don't have application using it (pjsua is audio-only). libwebrtc is disable because it failed to compile, and I disabled