Thanks for the patch; it's in now.
On Mon, Jul 01, 2013 at 02:48:45PM -0700, Matthew Dempsky wrote:
> Jasper (or someone) will have to. My OpenBSD workstation is down
> until at least tomorrow.
>
> Glad to hear that fix worked though.
>
> On Mon, Jul 1, 2013 at 1:40 PM, David Coppa wrote:
> >
On 06/27 03:31, Jeremy Evans wrote:
> Ruby 1.8.7, 1.9.3, and 2.0.0 had security releases today to fix
> CVE-2013-4073: Hostname check bypassing vulnerability in SSL client.
> http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/
>
> Exp
The attached diff updates node-typscript to 0.9.0.1. It also fixes a
problem where tsc had the wrong permissions and wasn't executable. Is
the NPM_VERSION and PKGNAME the correct way to handle this update?
pkg_add doesn't seem to support the 0.9.0-1 scheme.
Release announcement can be found here [
On Mon, Jul 01, 2013 at 10:37:57PM +0200, Jasper Lievisse Adriaanse wrote:
> This fixes the build on mips64.
>
mips64el as well.
> On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote:
> > There's an unaligned word access in ninja's murmurhash implementation:
> > https://github.com/ma
Jasper (or someone) will have to. My OpenBSD workstation is down
until at least tomorrow.
Glad to hear that fix worked though.
On Mon, Jul 1, 2013 at 1:40 PM, David Coppa wrote:
> On Mon, Jul 1, 2013 at 10:37 PM, Jasper Lievisse Adriaanse
> wrote:
>> This fixes the build on mips64.
>
> Thanks
On Mon, 1 Jul 2013, Jan Stary wrote:
...
> Well, the upstream of procmail is Philip A. Guenther.
Not really. procmail has been an orphan for about a decade: the cvs
repository was converted to subversion...and then my access stopped
working, Stephen wasn't responding, and I found I had better t
On Mon, Jul 1, 2013 at 10:37 PM, Jasper Lievisse Adriaanse
wrote:
> This fixes the build on mips64.
Thanks a lot, Mathew.
Please go ahead and commit it, you or Jasper ;)
Ciao,
David
> On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote:
>> There's an unaligned word access in ninja'
This fixes the build on mips64.
On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote:
> There's an unaligned word access in ninja's murmurhash implementation:
> https://github.com/martine/ninja/blob/master/src/hash_map.h
>
> We need to change
>
> unsigned int k = *(unsigned int *)
Hi Jan,
Jan Stary wrote on Mon, Jul 01, 2013 at 05:47:41PM +0200:
> On Jun 29 15:08:12, schwa...@usta.de wrote:
>> Jan Stary wrote on Sat, Jun 29, 2013 at 02:28:55PM +0200:
>>> Certain ports require groff because that's what
>>> their manpages are written for.
>> Manuals specifically written for
update devel/libestr to 0.1.5
please review and commit.
thanks
Index: Makefile
===
RCS file: /cvs/ports/devel/libestr/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile21 Mar 2013 08:45:15 - 1.6
++
update sysutils/cyphertite to 1.6.2
please review and commit.
thanks
Index: Makefile
===
RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile13 Jun 2013 10:46:06 -00
update security/assl to 1.4.1
please review and commit
thanks
Index: Makefile
===
RCS file: /cvs/ports/security/assl/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile18 Apr 2013 18:47:15 - 1.27
There's an unaligned word access in ninja's murmurhash implementation:
https://github.com/martine/ninja/blob/master/src/hash_map.h
We need to change
unsigned int k = *(unsigned int *)data;
to
unsigned int k;
memcpy(&k, data, sizeof k);
and it should fix the unaligned accesses on st
On Jun 29 15:08:12, schwa...@usta.de wrote:
> Hi Jan,
>
> Jan Stary wrote on Sat, Jun 29, 2013 at 02:28:55PM +0200:
>
> > Certain ports require groff because that's what
> > their manpages are written for.
>
> Manuals specifically written for groff (as opposed to for roff in
> general) probably
2013/7/1 Andreas Bihlmaier :
> Dear ports@ community,
>
> after finally accepting that I don't get around to actually maintain the
> ports I'm still listed for as MAINTAINER anymore,
> I kindly ask to remove me from these variables.
>
> I hope at least some people profited from my former porting ef
On Sun, Jun 30, 2013 at 02:24:43PM +0200, Sebastian Reitenbach wrote:
> a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping
> over the 1.6 releases. In 1.6.X some basic support for Magellan devices
> was added. Since I don't have such device, cannot really test it ;)
>
> Otherwi
Dear ports@ community,
after finally accepting that I don't get around to actually maintain the
ports I'm still listed for as MAINTAINER anymore,
I kindly ask to remove me from these variables.
I hope at least some people profited from my former porting efforts and
no one suffered from my recent
17 matches
Mail list logo