patches for subversion Makefile and pkg-plist

2012-08-11 Thread Curtis Villamizar
FYI- Doing a make packages on devel/subversion fails if BOOK is defined in the options. The two small patches below fixes this. No bug has been reported. The port maintainer is on the Cc. BTW - there is a line with two tabs on it and nothing else. This is line 47, right before the existing

patch to build spamass-milter with sendmail-sasl

2012-08-11 Thread Curtis Villamizar
FYI- The mail/spamass-milter port won't build if the sendmail-sasl port has been built. The patch below fixes this. The port maintainer is on the Cc. No bug has been reported. Curtis --- Makefile.orig 2011-12-02 20:38:47.0 -0500 +++ Makefile2012-08-11 14:51:23.0

patch to FreeBSD mail/nmh port for IPv6

2012-08-11 Thread Curtis Villamizar
FYI- The patch below fixes the rcaux function and gethostbystring functions in the file sbr/client.c such that the support AF_INET6 hosts and connections. These are used in the client function, used in POP, and in smtp.c (sending mail via smtp). The largish patch below can be copied into the

Re: patch to build spamass-milter with sendmail-sasl

2012-08-25 Thread Curtis Villamizar
In message cadlo839feqroet6r12+kgwgouuj1gcnkanm-hqhvqsc2g8k...@mail.gmail.com Chris Rees writes: On 23 August 2012 21:37, Lawrence K. Chen, P.Eng. lkc...@ksu.edu wrote: Just the patch I was looking for. - Original Message - FYI- The mail/spamass-milter port won't build if

Re: patch to build spamass-milter with sendmail-sasl

2012-08-25 Thread Curtis Villamizar
In message CADLo83_xKKC4oEJQ1ti1aQR5gq2DadeUh-7VvatQ=5skqr6...@mail.gmail.com Chris Rees writes: On 25 August 2012 21:38, Curtis Villamizar cur...@occnc.com wrote: In message cadlo839feqroet6r12+kgwgouuj1gcnkanm-hqhvqsc2g8k...@mail.gmail.com Chris Rees writes: On 23 August 2012 21

Re: patch to build spamass-milter with sendmail-sasl

2012-10-18 Thread Curtis Villamizar
In message 201208252118.q7plihe4011...@gateway2.orleans.occnc.com Curtis Villamizar writes: In message CADLo83_xKKC4oEJQ1ti1aQR5gq2DadeUh-7VvatQ=5skqr6...@mail.gmail.com Chris Rees writes: On 25 August 2012 21:38, Curtis Villamizar cur...@occnc.com wrote: In message

suggested patch to /usr/ports/dns/bind99/files/named.in

2015-04-11 Thread Curtis Villamizar
Mat, You are listed as the maintainer of dns/bind99 so this is addressed to you. Sorry to trouble you. A similar patch can be applied to dns/bind910. There would be a line number shift. I tried it - it works. The purpose of this patch is to fix two very minor annoyances. 1. If named.conf

security flaws in jasper (CVE-2015-5203, CVE-2015-5221)

2015-08-27 Thread Curtis Villamizar
Michael, Maxim, Any chance of fixing these two bugs? A fix for CVE-2015-5203 was proposed. See http://seclists.org/oss-sec/2015/q3/416 Diffs are at http://sf.net/projects/mancha/files/sec/jasper-1.900.1_CVE-2015-5203.diff though I don't know if these diffs fix anything. The second bug is

using openssl from ports with database/mysql56-server

2015-09-14 Thread Curtis Villamizar
Alex, There are advantages to using openssl with mysql (such as newer crypto algorithms which perform better relative to strength) rather than the default yassl. To do so I made a patch to the Makefile in mysql56-server and added a patch file as files/patch-cmake_ssl.cmake to fix a bug in the

coding error in x509_vpm.c - param_cmp

2015-09-21 Thread Curtis Villamizar
Hi there openssl experts, It appears as though callers expect param_cmp to return 1 on success and zero otherwise. strcmp returns zero if the two strings match. See patch below in between the lines with 60 "-" character. ---

[no subject]

2021-05-02 Thread Curtis Villamizar
The ports collection still has MySQL server versions 5.7.33 and 8.0.23. The VuXML database has had an entry for mysql since April 20 that affects mysql57-server < 5.7.34 and mysql80-server < 8.0.24. It sounds rather severe: This Critical Patch Update contains 49 new security patches for