Hi Stuart,
On Thu, Mar 14, 2013 at 5:51 PM, Stuart Henderson wrote:
> On 2013/03/14 17:23, Rogier Krieger wrote:
>> Testing this as we speak and all seems to be fine (amd64, -current Mar
>> 1st 2013). I''ll test it with a bit more load and report back whether
>> I see anything odd. Thanks for loo
On 2013/03/14 17:23, Rogier Krieger wrote:
> On Thu, Mar 14, 2013 at 3:16 PM, Stuart Henderson
> wrote:
> > On 2013/03/14 14:28, Rogier Krieger wrote:
> >> I ran into a problem with the default value of authenticate_timeout
> >> (1800s) that causes EDOM on setsockopt() with SO_RCVTIMEO.
> > The a
On Thu, Mar 14, 2013 at 3:16 PM, Stuart Henderson wrote:
> On 2013/03/14 14:28, Rogier Krieger wrote:
>> I ran into a problem with the default value of authenticate_timeout
>> (1800s) that causes EDOM on setsockopt() with SO_RCVTIMEO.
> The actual max values depends on the resolution of the kernel
On 2013/03/14 14:28, Rogier Krieger wrote:
> Attached are diffs for the vanessa libraries (borrowing Stuart's work
> [1], with slightly hand-modified PLISTS) as well as for perdition
> (1.19rc5). Please advise if I shouldn't separate out shared items into
> PFRAG.shared.
In normal cases these can
he text, I've placed them online as well:
Vanessa libs: http://pastebin.com/r9DkEAUg
Perdition 1.19rc5: http://pastebin.com/n8uSh8RR
Comments welcome,
Regards,
Rogier
References:
1. MARC / "openbsd-ports - ''make makesum' only generates SHA256 checksum
On 2013/03/04 16:35, Rogier Krieger wrote:
> Since Jasper already updated the man page, I'll continue toying with
> perdition and its libs to update them.
Updated diff for the libs here, only real change from what I had
before is adding gettext MODULES for vanessa_socket. I don't recall
whether th
On Mon, Mar 4, 2013 at 4:12 PM, Christian Weisgerber wrote:
> Rogier Krieger wrote:
>> [...] bsd.port.mk setting [...] _CIPHERS and PREFERRED_CIPHERS to only
>> include
>> sha256 [...] intentional?
>
> Yes. To quote the commit message:
Thanks for the reminder (also to the kind soul who sent it
Rogier Krieger wrote:
> I suppose this is due to infrastructure/mk/bsd.port.mk setting
> _CIPHERS and PREFERRED_CIPHERS to only include sha256. Is that
> intentional?
Yes. To quote the commit message:
Remove message digest algorithms other than SHA-256 for checksumming
distfiles. MD5 is k
On Mon, Mar 04, 2013 at 02:39:44PM +0100, Rogier Krieger wrote:
> Dear list,
>
> Upon trying to generate new checksums (make makesum) for an updated
> port, I only obtain a SHA256 checksum and a size record in the
> distinfo file.
>
> I suppose this is due to infrastructure/mk/bsd.port.mk setting