webtre

2011-09-17 Thread black74hat
Hosting web di qualit`, performante, veloce e sicuro. I nostri profili di hosting sono stati studiati per andare incontro a tutte le vostre esigenze: dal servizio di hosting condiviso sviluppato per siti hobbystici, all'hosting semidedicato studiato per siti e-commerce o aziendali, al servizio di

Re: counting zero-length matches in sed(1)

2011-09-17 Thread Ingo Schwarze
Before the 5.0 lock, i rewrote the sed(1) s/// loop to fix multiple bugs with respect to zero-length matches. The patch that went in, http://marc.info/?l=openbsd-techm=131145325927701w=2 had to be backed out due to a regression: When the input did not end in a trailing newline character and

Re: pflog shows 0.0.0.0.0 0.0.0.0.0

2011-09-17 Thread Henning Brauer
so now that alexander commited his part, I redid mine - much simpler now. Index: net/pf.c === RCS file: /cvs/src/sys/net/pf.c,v retrieving revision 1.772 diff -u -p -r1.772 pf.c --- net/pf.c17 Sep 2011 10:12:37 - 1.772

the newer changes in the ports tree (normalization of pkgpath)

2011-09-17 Thread Marc Espie
I promised yesterday I was going to write an email explaining what this is about. This has got everything to do with reproducible package builds, and the complexity that's package version numbers. First, here's the situation before the change - Take

tcpdump: fix for IPv6 and misaligned packets

2011-09-17 Thread Christian Weisgerber
When you run tcpdump on a 64-bit arch and look at UDP traffic over IPv6 (say NTP or DNS), you'll see preposterous packet sizes. Packets are considered misaligned, copied into a new buffer, but one of the pointer variables isn't updated. Fix below. IPv4 is not affected, because the equivalent

BGP implement draft-ietf-grow-mrt-17

2011-09-17 Thread Claudio Jeker
This is an update to the MRT dump code to implement the new table dump format specified in draft-ietf-grow-mrt-17. The older formats should still work as before. OK? -- :wq Claudio Index: bgpd.8 === RCS file:

Fix for openssl bug #2240

2011-09-17 Thread viq
http://rt.openssl.org/Ticket/Display.html?id=2240user=guestpass=guest This affects us, I noticed when I had problems connecting with gajim to a certain server using TLS. Below patch lifted from openssl CVS fixes this. On a different note, we still have openssl 1.0.0a when OpenSSL 1.0.0e is now

cross-gcc for itanium

2011-09-17 Thread Paul Irofti
This makes the cross-gcc target for ia64 build, okay? Index: config.gcc === RCS file: /cvs/src/gnu/usr.bin/gcc/gcc/config.gcc,v retrieving revision 1.20 diff -u -p -r1.20 config.gcc --- config.gcc 18 Mar 2010 19:39:48 -