Update: samba 3.5.11

2011-08-19 Thread Ian McWilliam
General bugfix release for samba. http://samba.org/samba/history/samba-3.5.11.html The Samba 3.6.x branch is on my hit list now it has been released. Ian McWilliam samba-3.5.11.diff Description: Binary data

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Amit Kulkarni
> And to the thin-skinned guy who said: > >> Seriously, that is not a nice way to write email. > > Sorry, man, didn't want to offend anybody. Thought this list was for > discussing things like that. Sure. But the tone was not right. Peace, the thin skinned guy

Re: UPDATE: net/GeoIP

2011-08-19 Thread Stuart Henderson
did you test any of the dependent ports (jeoip, py-GeoIP, pecl-geoip, webalizer, ..)? On 2011-08-19, Paul Irofti wrote: > Okay? > > Index: Makefile >=== > RCS file: /cvs/ports/net/GeoIP/Makefile,v > retrieving revision 1.23 > diff -

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Stuart Henderson
On 2011-08-19, Torsten Valentin wrote: > I'm desperately searching for information about if and when and how Go > could be working on OpenBSD. > > Are there any efforts to port Go to OpenBSD? try reading Go's changelog in mercurial for the last couple of weeks or so to see what jsing has been doi

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Torsten Valentin
> Is this some subtle form of blackmail? Port it or I take my toys and go? As if anyone would be interested in the fact that we would have to go away from OpenBSD! Man, who do you think we are? Amazon? Blackmailing sounds really like a funny thing to try on an OpenBSD list! ;-) (Offer a Golang po

update textproc/xpdf

2011-08-19 Thread Matthias Kilian
Update to xpd-3.03. Please test this to death, comment, ok ;-) About the removed patches: some of them have been included upstream, sometimes not completely obvious (because upstream did some refucktoring). Two removed patches that aren't obvious at all are patch-xpdf_Catalog_cc and patch-xpdf_Ob

audio/xmms2: fix initialisation of avcodec plugin

2011-08-19 Thread Pascal Stumpf
Hi, this patch (from upstream) fixes the initialisation of the avcodec plugin in xmms2. No response from maintainer yet. Index: Makefile === RCS file: /cvs/ports/audio/xmms2/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefil

van Etten's WEEKLY CLIPPINGs - 19 Aug. Change -- HP is doing it

2011-08-19 Thread CLIPPINGs Central
Circulation: 26,228 19/08/2011 Sent to:ports@openbsd.org [IMAGE] [IMAGE] [IMAGE] ---

Re: tcptrace on loopback device

2011-08-19 Thread Alexander Bluhm
On Fri, Aug 19, 2011 at 02:10:26PM +, Christian Weisgerber wrote: > Alexander Bluhm wrote: > > > Our tcptrace cannot analyse pcap files sniffed on lo0. This patch > > fixes it, by using the special openbsd dlt loop number. > > > ++ case PCAP_DLT_LOOP: > > ++ /* loopback type (af heade

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Amit Kulkarni
> Even something like "It's never been done and it probably won't be, too" > would help, because I then could start to work a way to port our > environment from OpenBSD to some other OS that supports Go. Just do it! > (Yes, we really need Go.) Go man go. Seriously, that is not a nice way to w

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Paul Irofti
On Fri, Aug 19, 2011 at 05:21:29PM +0200, Torsten Valentin wrote: > Hi! > > I'm desperately searching for information about if and when and how Go > could be working on OpenBSD. > > Are there any efforts to port Go to OpenBSD? > > http://go-lang.cat-v.org/os-ports is wrong, the author jaturner >

Re: OpenBSD and Go (Golang)

2011-08-19 Thread Matt Jibson
There are a few hits around where people have expressed interest, but little has actually happened. You could start porting the existing FreeBSD port to OpenBSD, or just switch to another operating system. If you need this now, it is better to use another system. On Fri, Aug 19, 2011 at 9:21 AM, T

Re: [Update]textproc/p5-XML-LibXML

2011-08-19 Thread Mikolaj Kucharski
On Fri, Aug 19, 2011 at 10:29:17PM +0800, wen heping wrote: > Revised again. > > Comments? > > wen Much better, but you still didn't include @pkgpath marker in PLIST, that should look like: @pkgpath textproc/p5-LibXML-Common also, personally I would bump WANTLIB for xml2 to the same va

OpenBSD and Go (Golang)

2011-08-19 Thread Torsten Valentin
Hi! I'm desperately searching for information about if and when and how Go could be working on OpenBSD. Are there any efforts to port Go to OpenBSD? http://go-lang.cat-v.org/os-ports is wrong, the author jaturner (calminferno) does not answer mails and the given link is broken. Any hints for me

UPDATE: net/GeoIP

2011-08-19 Thread Paul Irofti
Okay? Index: Makefile === RCS file: /cvs/ports/net/GeoIP/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile12 May 2011 15:32:32 - 1.23 +++ Makefile19 Aug 2011 14:35:21 - @@ -2,7 +2,7 @@

Re: tcptrace on loopback device

2011-08-19 Thread Christiano F. Haesbaert
On 19 August 2011 08:07, Alexander Bluhm wrote: > Hi, > > Our tcptrace cannot analyse pcap files sniffed on lo0.  This patch > fixes it, by using the special openbsd dlt loop number. > > ok? > > bluhm You could also remove the memcpy casts.

Re: [Update]textproc/p5-XML-LibXML

2011-08-19 Thread wen heping
Revised again. Comments? wen 2011/8/19 Mikolaj Kucharski : > On Fri, Aug 19, 2011 at 08:18:42PM +0800, wen heping wrote: >> I attached revised diff file. >> >> Any comments? > > >> + >> +# Avoid conflict with p5-XML-LibXML-Common-0.13p4 >> +post-install: >> +     mv ${PREFIX}/${P5ARCH}/XML/Lib

Re: tcptrace on loopback device

2011-08-19 Thread Christian Weisgerber
Alexander Bluhm wrote: > Our tcptrace cannot analyse pcap files sniffed on lo0. This patch > fixes it, by using the special openbsd dlt loop number. > ++ case PCAP_DLT_LOOP: > ++/* loopback type (af header) */ > ++switch (ntohl(*(int *)buf)) { What are our guarantees that this is

ahmed

2011-08-19 Thread ahmed
Je suis le fils de l'ancien ministre de la Guinée (Mariame Sy Diallo) mais je vis actuellement en Angleterre, j'ai trouvé votre adresse à la chambre de commerce ici à Londres, j'ai besoin de votre aide pour investir au Maroc ou Algérie ou en Tunisie. Si vous êtes intéressé à ma demandes'il vous pla

[Update] mail/p5-MIME-Types

2011-08-19 Thread wen heping
Hi, Here is an update of mail/p5-MIME-Types to 1.32. Tested and regress OK on Loongson. Comments? OK? wen cvs server: Diffing p5-MIME-Types Index: p5-MIME-Types/Makefile === RCS file: /cvs/ports/mail/p5-MIME-Types/Mak

Re: [Update]textproc/p5-XML-LibXML

2011-08-19 Thread wen heping
I attached revised diff file. Any comments? wen 2011/8/19 Stuart Henderson : > On 2011-08-18, wen heping wrote: >> 2011/8/18 Mikolaj Kucharski : >>> On Wed, Aug 17, 2011 at 09:57:58PM +0800, wen heping wrote: Hi, ?? ??Here is an update of textproc/p5-XML-LibXML to 1.84.

tcptrace on loopback device

2011-08-19 Thread Alexander Bluhm
Hi, Our tcptrace cannot analyse pcap files sniffed on lo0. This patch fixes it, by using the special openbsd dlt loop number. ok? bluhm Index: net/tcptrace/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/net/tcptrace/Makefi

nagios 3.3.1

2011-08-19 Thread Stuart Henderson
I've moved my monitoring boxes to Icinga but I know some people are still using this. Anyone using Nagios want to give this a spin and let me know if it works for you? Index: Makefile === RCS file: /cvs/ports/net/nagios/nagios/Makef