UPDATE: lang/go 1.0.3

2012-09-27 Thread Jonathan Gray
Index: Makefile
===
RCS file: /cvs/ports/lang/go/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile19 Sep 2012 21:10:38 -  1.6
+++ Makefile28 Sep 2012 04:36:35 -
@@ -4,8 +4,7 @@ ONLY_FOR_ARCHS =amd64 i386
 
 COMMENT =  Go programming language
 
-VERSION =  1.0.2
-REVISION = 0
+VERSION =  1.0.3
 EXTRACT_SUFX = .src.tar.gz
 DISTNAME = go${VERSION}
 PKGNAME =  go-${VERSION}
Index: distinfo
===
RCS file: /cvs/ports/lang/go/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo4 Jul 2012 15:18:39 -   1.3
+++ distinfo28 Sep 2012 04:31:35 -
@@ -1,5 +1,2 @@
-MD5 (go1.0.2.src.tar.gz) = IUk2WY/PvUu6YeoT9UIHfg==
-RMD160 (go1.0.2.src.tar.gz) = aEpImSzvTzPJ3lEkOnBWx17N+5M=
-SHA1 (go1.0.2.src.tar.gz) = QIuzYd+MNLG7pBODgSFU6TKQdSY=
-SHA256 (go1.0.2.src.tar.gz) = cPz7RVCHwUzFm3plx4AD/NEyPXP5uZHB5S21Nda8lag=
-SIZE (go1.0.2.src.tar.gz) = 9676404
+SHA256 (go1.0.3.src.tar.gz) = f7o1M9Fy8TYp09innlfGIGMrC9B1q+EddpizOL4K498=
+SIZE (go1.0.3.src.tar.gz) = 7404849
Index: pkg/PLIST
===
RCS file: /cvs/ports/lang/go/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   4 Jul 2012 15:18:39 -   1.4
+++ pkg/PLIST   28 Sep 2012 04:31:35 -
@@ -1,9 +1,9 @@
 @comment $OpenBSD: PLIST,v 1.4 2012/07/04 15:18:39 jsing Exp $
 %%amd64%%
 %%i386%%
-bin/go
-bin/godoc
-bin/gofmt
+@bin bin/go
+@bin bin/godoc
+@bin bin/gofmt
 go/
 go/AUTHORS
 go/CONTRIBUTORS
@@ -71,7 +71,6 @@ go/doc/articles/wiki/test_view.good
 go/doc/articles/wiki/view.html
 go/doc/cmd.html
 go/doc/code.html
-go/doc/codereview_with_mq.html
 go/doc/codewalk/
 go/doc/codewalk/codewalk.css
 go/doc/codewalk/codewalk.js
@@ -177,25 +176,6 @@ go/doc/root.html
 go/doc/share.png
 go/doc/sieve.gif
 go/doc/style.css
-go/doc/talks/
-go/doc/talks/go_talk-20091030.pdf
-go/doc/talks/go_talk-20100112.html
-go/doc/talks/go_talk-20100121.html
-go/doc/talks/go_talk-20100323.html
-go/doc/talks/gofrontend-gcc-summit-2010.pdf
-go/doc/talks/io2010/
-go/doc/talks/io2010/balance.go
-go/doc/talks/io2010/decrypt.go
-go/doc/talks/io2010/encrypt.go
-go/doc/talks/io2010/eval1.go
-go/doc/talks/io2010/eval2.go
-go/doc/talks/io2010/talk.pdf
-go/doc/talks/io2011/
-go/doc/talks/io2011/Real_World_Go.pdf
-go/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf
-go/doc/talks/java-typing.png
-go/doc/talks/slidy.css
-go/doc/talks/slidy.js
 go/doc/tos.html
 go/favicon.ico
 go/include/
@@ -409,16 +389,16 @@ go/pkg/tool${GOCFG}/
 @bin go/pkg/tool${GOEXE}g
 @bin go/pkg/tool${GOEXE}l
 @bin go/pkg/tool${GOCFG}/addr2line
-go/pkg/tool${GOCFG}/api
-go/pkg/tool${GOCFG}/cgo
+@bin go/pkg/tool${GOCFG}/api
+@bin go/pkg/tool${GOCFG}/cgo
 @bin go/pkg/tool${GOCFG}/dist
-go/pkg/tool${GOCFG}/fix
+@bin go/pkg/tool${GOCFG}/fix
 @bin go/pkg/tool${GOCFG}/nm
 @bin go/pkg/tool${GOCFG}/objdump
 @bin go/pkg/tool${GOCFG}/pack
 go/pkg/tool${GOCFG}/pprof
-go/pkg/tool${GOCFG}/vet
-go/pkg/tool${GOCFG}/yacc
+@bin go/pkg/tool${GOCFG}/vet
+@bin go/pkg/tool${GOCFG}/yacc
 go/robots.txt
 go/src/
 go/src/Make.dist
@@ -1145,6 +1125,7 @@ go/src/pkg/compress/flate/flate_test.go
 go/src/pkg/compress/flate/huffman_bit_writer.go
 go/src/pkg/compress/flate/huffman_code.go
 go/src/pkg/compress/flate/inflate.go
+go/src/pkg/compress/flate/reader_test.go
 go/src/pkg/compress/flate/reverse_bits.go
 go/src/pkg/compress/flate/token.go
 go/src/pkg/compress/gzip/
@@ -1220,6 +1201,7 @@ go/src/pkg/crypto/md5/md5.go
 go/src/pkg/crypto/md5/md5_test.go
 go/src/pkg/crypto/md5/md5block.go
 go/src/pkg/crypto/rand/
+go/src/pkg/crypto/rand/example_test.go
 go/src/pkg/crypto/rand/rand.go
 go/src/pkg/crypto/rand/rand_test.go
 go/src/pkg/crypto/rand/rand_unix.go
@@ -2013,6 +1995,7 @@ go/src/pkg/net/mail/message.go
 go/src/pkg/net/mail/message_test.go
 go/src/pkg/net/multicast_test.go
 go/src/pkg/net/net.go
+go/src/pkg/net/net_posix.go
 go/src/pkg/net/net_test.go
 go/src/pkg/net/newpollserver.go
 go/src/pkg/net/parse.go
@@ -2094,6 +2077,7 @@ go/src/pkg/os/error_plan9.go
 go/src/pkg/os/error_posix.go
 go/src/pkg/os/error_test.go
 go/src/pkg/os/error_windows.go
+go/src/pkg/os/error_windows_test.go
 go/src/pkg/os/exec/
 go/src/pkg/os/exec.go
 go/src/pkg/os/exec/example_test.go
@@ -2231,6 +2215,7 @@ go/src/pkg/runtime/cgo/gcc_windows_386.c
 go/src/pkg/runtime/cgo/gcc_windows_amd64.c
 go/src/pkg/runtime/cgo/iscgo.c
 go/src/pkg/runtime/cgo/libcgo.h
+go/src/pkg/runtime/cgo/netbsd.c
 go/src/pkg/runtime/cgocall.c
 go/src/pkg/runtime/cgocall.h
 go/src/pkg/runtime/chan.c
@@ -2404,6 +2389,7 @@ go/src/pkg/runtime/traceback_arm.c
 go/src/pkg/runtime/traceback_x86.c
 go/src/pkg/runtime/type.go
 go/src/pkg/runtime/type.h
+go/src/pkg/runtime/vdso_linux_amd64.c
 go/src/pkg/runtime/vlop_386.s
 go/src/pkg/runtime/vlop_arm.s
 go/src

® reason

2012-09-27 Thread mr. boucher
 - This mail is in HTML. Some elements may be ommited in plain text. -

I strongly advice that you view the contents in the text file. This may change 
your life forever in Russia.
Leap and the Net will appear.
David Boucher
Financial Analyst/CM/
®SNS BANK
+442070991255


discussion.txt
Description: Binary data


[update] lang/node 0.8.10 -> 0.8.11

2012-09-27 Thread Aaron Bieber
Hola,

This update fixes a regression in fs.stat:

* fs: Fix stat() size reporting for large files (Ben Noordhuis)  

Tested on i386 and amd64.

Index: Makefile
===
RCS file: /cvs/ports/lang/node/Makefile,v
retrieving revision 1.9
diff -N -u -p Makefile
--- Makefile26 Sep 2012 17:22:36 -  1.9
+++ Makefile27 Sep 2012 23:18:11 -
@@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
 
 COMMENT=   V8 JavaScript for clients and servers
 
-NODE_VERSION=  v0.8.10
+NODE_VERSION=  v0.8.11
 
 DISTNAME=  node-${NODE_VERSION}
 PKGNAME=   ${DISTNAME:S/v//g}
Index: distinfo
===
RCS file: /cvs/ports/lang/node/distinfo,v
retrieving revision 1.9
diff -N -u -p distinfo
--- distinfo26 Sep 2012 17:22:36 -  1.9
+++ distinfo27 Sep 2012 23:18:11 -
@@ -1,2 +1,2 @@
-SHA256 (node-v0.8.10.tar.gz) = zklauP7li030nUa+Kwj6vdL8s4gJgq7dqOiHUeKiARs=
-SIZE (node-v0.8.10.tar.gz) = 11818602
+SHA256 (node-v0.8.11.tar.gz) = 6VlEYPmStYYuIftNjvJ5B4OSVMZGtO1eirHsJbTM0p0=
+SIZE (node-v0.8.11.tar.gz) = 11816407



Re: PATCH: p5-WWW-YouTube-Download unbreak after site changes

2012-09-27 Thread Mikolaj Kucharski
Quick fix for Brett's report also attached in diff inlined below. Will
work with upstream about this, however no reply from him for more than a
week now.

Please test. Ok?

Also, I'll think to extend the cli tool to list supported formats of
given video_id.

On Thu, Sep 27, 2012 at 09:48:30PM +0100, Mikolaj Kucharski wrote:
> Hi Brett,
> 
> On Mon, Sep 24, 2012 at 10:53:32AM +1000, Brett wrote:
> > > Fixes the port after changes on the site. Sent to the upstream few days
> > > ago, no reply yet, so sending here.
> > > 
> > > Ok?
> > 
> > This works for me, except the --fmt option does not work, all videos are 
> > downloaded in flv format. (I am assuming that formats should be specified 
> > as a 2 digit number, like shown here: 
> > https://en.wikipedia.org/wiki/YouTube#Quality_and_codecs - its not in the 
> > man page how they should be specified).
> > 
> > Brett.
> > 
> 
> Thanks for spotting this. Looking into this now. Can you confirm that
> only suffix is wrong but downloaded movie size changes and content
> changes too (file *.flv)?
> 


Index: Makefile
===
RCS file: /cvs/ports/www/p5-WWW-YouTube-Download/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile24 Jan 2012 00:44:47 -  1.5
+++ Makefile27 Sep 2012 22:05:56 -
@@ -4,6 +4,7 @@
 
 MODULES =  cpan
 DISTNAME = WWW-YouTube-Download-0.40
+REVISION = 0
 CATEGORIES =   www
 
 MAINTAINER =   Mikolaj Kucharski 
Index: patches/patch-bin_youtube-download
===
RCS file: patches/patch-bin_youtube-download
diff -N patches/patch-bin_youtube-download
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-bin_youtube-download  27 Sep 2012 22:05:56 -
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+- fix for proper suffix support in downloaded filename
+
+--- bin/youtube-download.orig  Tue Jan 17 16:22:02 2012
 bin/youtube-download   Thu Sep 27 22:42:51 2012
+@@ -47,7 +47,7 @@ main: {
+ my $filename = $client->_format_filename($output, {
+ video_id => $meta_data->{video_id},
+ title=> decode_utf8($meta_data->{title}),
+-suffix   => $meta_data->{suffix},
++suffix   => $fmt ? $meta_data->{video_url_map}{$fmt}{suffix} : 
$meta_data->{suffix},
+ });
+ $filename = filename_normalize($filename);
+ $filename = $encoder->encode($filename, sub { sprintf 'U+%x', shift 
});
Index: patches/patch-lib_WWW_YouTube_Download_pm
===
RCS file: patches/patch-lib_WWW_YouTube_Download_pm
diff -N patches/patch-lib_WWW_YouTube_Download_pm
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-lib_WWW_YouTube_Download_pm   27 Sep 2012 22:05:56 -
@@ -0,0 +1,17 @@
+$OpenBSD$
+
+- fix downloading after youtube changes
+
+--- lib/WWW/YouTube/Download.pm.orig   Sun Jan 22 07:54:47 2012
 lib/WWW/YouTube/Download.pmThu Sep 27 22:45:08 2012
+@@ -222,7 +222,9 @@ sub _parse_stream_map {
+ my $uri = URI->new;
+ $uri->query($stuff);
+ my $query = +{ $uri->query_form };
+-$fmt_url_map->{$query->{itag}} = $query->{url};
++my $sig = $query->{sig};
++my $url = $query->{url};
++$fmt_url_map->{$query->{itag}} = $url.'&signature='.$sig;
+ }
+ 
+ return $fmt_url_map;


-- 
best regards
q#



Até 90% oFF em Rozío de Sushi | Espetinho | Heccus | Suplementos | Salgadinhos | Depilação | Vacinas | Banho e Tosa =?utf-8?B?fCBQZXJtYW5lbnRlIGRlIEPDrWxpb

2012-09-27 Thread Liga Ofertas - Campo Grande
[IMAGE]

1180 Ofertas em Campo Grande  / MS

[IMAGE] 68% OFF em Kit Festa com Torta de 2Kg (4 opções) + 200
salgadinhos fritos ou assados (8 opções) + 100 docinhos (2 opções).

De: R$ 0,00 - Por: R$ 59,90 - (69% de desconto)

[IMAGE] A Manu Salgados e Doces oferece 100 Salgadinhos com sabores a
escolher, de 40,00 por apenas 17,00

De: R$ 40,00 - Por: R$ 17,00 - (58% de desconto)

[IMAGE] Explosão, resistência e força com a Creatina Monohydrate 150g de
R$ 29,90 por R$ 19,50

De: R$ 29,90 - Por: R$ 19,50 - (35% de desconto)

[IMAGE] Diga adeus para sua barriguinha! Coco Liffe de R$ 44,90 por
apenas R$ 27,90

De: R$ 44,90 - Por: R$ 27,90 - (38% de desconto)

[IMAGE] 8 Sessões de Heccus + 8 Sessões Endermoterapia + 8 Sessões de
Drenagem Linfática no Espaço Carla Chaves, de 960 por 149,90.

De: R$ 960,00 - Por: R$ 149,90 - (84% de desconto)

[IMAGE] IMPERDIVEL! Giant Mass 3kg, de R$ 79,00, por apenas R$ 49,50

De: R$ 79,00 - Por: R$ 49,50 - (37% de desconto)

[IMAGE] Cabelos Impecáveis! 78% de desconto em Escova Progressiva +
Reconstrução Capilar Completa com Óleo de Argan no Centro de Beleza Big
Star (de R$230 por R$49,90)

De: R$ 230,00 - Por: R$ 49,90 - (78% de desconto)

[IMAGE] 69% em Hidratação Profunda com produtos Aneethun +pé+mão de
R$70,00 por apenas R$22,00

De: R$ 70,00 - Por: R$ 22,00 - (69% de desconto)

[IMAGE] 75% OFF em Cama Elástica + Piscina de Bolinha + Escorregador +
Sinuquinha + Fliperama + Upa Upa + Monitor e muito mais... por apenas
R$160,00

De: R$ 0,00 - Por: R$ 160,00 - (76% de desconto)

[IMAGE] Rodízio de Sushi p/ Almoço com Entrada e YakiSobá no SushiMania,
São mais de 40 tipos de Sushi. Aproveite e Compre já seu Cupom!

De: R$ 23,90 - Por: R$ 18,49 - (25% de desconto)

[IMAGE] Peeling de Diamante + Máscaras de Tratamentos Faciais + Massagem
Facial, de 89,00 por 19,90.

De: R$ 89,00 - Por: R$ 19,90 - (78% de desconto)

[IMAGE] 75% OFF em Pacote com Luzes + Hidratação + Escova + Pé e Mão ( De
R$ 210 Por R$ 49,90 )

De: R$ 210,00 - Por: R$ 49,90 - (75% de desconto)

[IMAGE] A Melhor Empada! 2 Empadas com Diversos Sabores para Escolher
pela Metade do Preço na Empada Brasil (de R$7 por R$3,50)

De: R$ 7,00 - Por: R$ 3,50 - (50% de desconto)

[IMAGE] Delícia! Espeto de carne completo + 2 sucos de R$18.50 por apenas
R$8.99

De: R$ 0,00 - Por: R$ 8,99 - (51% de desconto)

[IMAGE] Rodízio de Sushi p/ Almoço com Entrada e YakiSobá no SushiMania,
São mais de 40 tipos de Sushi! Aproveite e Compre.

De: R$ 23,90 - Por: R$ 18,49 - (25% de desconto)

[IMAGE] Salão de Festa! 60% OFF em Aluguel de Salão no Amor Perfeito (de
R$640 por R$250) E Ainda Grátis Cama Elástica e Piscina de Bolinhas

De: R$ 640,00 - Por: R$ 250,00 - (60% de desconto)

[IMAGE] Transforme aquela gordurina em energia! Thermo Start 120g de R$
49,90 por apenas R$ 29,90

De: R$ 49,90 - Por: R$ 29,90 - (40% de desconto)

[IMAGE] Circo Moscou em Campo Grande - 75% OFF em 2 horas de Espetáculo
de R$40,00 por apenas R$9,90 - Compre e use!

De: R$ 40,00 - Por: R$ 9,90 - (75% de desconto)

[IMAGE] Maquiagem Definitiva de Olhos, Boca ou Sobrancelhas na Estética
Corpo & Pele, de 400 por apenas 99,00.

De: R$ 400,00 - Por: R$ 99,00 - (75% de desconto)

[IMAGE] 100 Salgadinhos (6 opções) na RS Buffet de R$40,00 por R$17,90 -
Compre quantos cupons desejar - Até Dezembro para usar, aproveite!

De: R$ 40,00 - Por: R$ 17,90 - (55% de desconto)

[IMAGE] PULSEIRAS SHAMBALAS MACRAMÊ COLORIDAS COM FIO ENCERADO E STRASS -
APENAS R$ 4,00

De: R$ 12,00 - Por: R$ 4,00 - (65% de desconto)

[IMAGE] 3 Sessões de Higienização Facial + 3 Rejuvenescimento + 3
Drenagens Faciais da Buena Vita na Evolution, de 75,00 por 29,00.

De: R$ 75,00 - Por: R$ 29,00 - (61% de desconto)

[IMAGE] 01 Permanente de Cílios + 01 Design de Sobrancelhas na Sempre
Bella, de 130,00 por 11,90.

De: R$ 130,00 - Por: R$ 11,90 - (91% de desconto)

[IMAGE] CAMA ELÁSTICA DE 4 MTS + PISCINA DE BOLINHA + 03 UPA-UPAS +
ESCORREGADOR + GANGORRA TUDO ISSO POR APENAS R$ 119,90

De: R$ 400,00 - Por: R$ 119,90 - (70% de desconto)

[IMAGE] Sorteio de 1 Jantar com Rodízio Completo para 2 pessoas na
Churrascaria Kalil Karnes de 58,90 por apenas 0,00.

De: R$ 58,90 - Por: R$ 0,00 - (10% de desconto)

[IMAGE] BUFFET INFANTIL COMPLETO! FESTA PARA 50 PESSOAS ! 05 TIPOS DE
SALGADOS(Frito ou Assado) + CACHORRO QUENTE + PIPOCA +
BEBIDAS(Suco+Refrigerante+Àgua) + 3 TIPOS DE DOCES + BOLO + TOALHAS DAS
MESAS COM O TEMA DA DECORAÇÃO DE R$ 1950,00 POR R$ 949,90.

De: R$ 1.950,00 - Por: R$ 949,90 - (51% de desconto)

[IMAGE] Empadão de Frango OU Camarão Congelado (Aprox. 1,5 Kg) +
Embalagem para ir Direto ao Forno pela Metade do Preço na Ana Lima
Delícias Caseiras (de R$34 por R$16,90)

De: R$ 34,00 - Por: R$ 16,90 - (50% de desconto)

[IMAGE] Peeling de Diamante na Vittrine só R$ 15,90 - Renove sua Pele
neste Inverno

De: R$ 40,00 - Por: R$ 15,90 - (65% de desconto)

[IMAGE] 67% OFF em 300 salgados congelados para sua festa ou evento!
Apenas R$39,50.

De: R$ 0,00 - Por: R$ 39,50 - (68% de desconto)

[IMA

Re: PATCH: p5-WWW-YouTube-Download unbreak after site changes

2012-09-27 Thread Brett
> > 
> > This works for me, except the --fmt option does not work, all videos are 
> > downloaded in flv format.

> > 
> 
> Thanks for spotting this. Looking into this now. Can you confirm that
> only suffix is wrong but downloaded movie size changes and content
> changes too (file *.flv)?
> 

Hi Mikolaj,

Yes, I can confirm this - it didn't occur to me before that its just the 
suffix. 

For anyone looking to download, youtube-dl with the -F flag shows which 
formats/resolutions are available for downloading. 

Brett.



Re: UPDATE: security/nikto to 2.1.5

2012-09-27 Thread Nigel Taylor
On 09/26/12 16:56, Nigel Taylor wrote:
> On 09/26/12 09:54, Stuart Henderson wrote:
>> On 2012/09/25 18:08, Gleydson Soares wrote:
>>>  @comment no checksum
>>> -share/nikto/plugins/db_tests
>>> +share/nikto/plugins/JSON-PP.pm
>>>  @comment no checksum
>>> -share/nikto/plugins/db_variables
>>> +share/nikto/plugins/LW2.pm
>>>  @comment no checksum
>>
>> urgh, I really don't like these "@comment no checksum", people shouldn't
>> use the internal update facility if they are installing from packages.
>> I would patch to disable -update and kill these @comment's.
>>
>>
> I have looked back and this has been present for some years. Since a bug
> reported when using -update.
> 
> I agree need to remove the -update or -update should put updates under
> user home directory or under /var/
> 
> I will look at removing -update, likely to be the simpler choice, less
> patching of upstream code required.
> 
/usr/share/nikto/databases contains signatures which should be allowed 
to be updated. In the same way signatures for clamav can be updated. 
/usr/share/nikto/plugins contains the plugins, these shouldn't be updated. 
The split into separate directories for plugins and test databases is new at
version 2.1.5 - 
Ticket 214 Move database out of the plugins directory into their own directory.

nikto.conf has DBDIR= which can be set to defined the location of the
test database this will be set to /var/db/nikto/databases, and PLUGINDIR 
to defined the location of plugins, left unchanged.

Checking back, the db_* files for previous versions did get updated, but 
there was only one case of a plugin being updated, SVN shows two plugins
have been updated but not released, file db_tests has already been 
updated since the 2.1.5 release.

$ diff -ru /usr/local/share/nikto/databases/ /var/db/nikto/databases/
diff -ru /usr/local/share/nikto/databases/db_tests 
/var/db/nikto/databases/db_tests
--- /usr/local/share/nikto/databases/db_tests   Thu Sep 27 17:12:22 2012
+++ /var/db/nikto/databases/db_testsThu Sep 27 18:15:41 2012
@@ -1,5 +1,5 @@
-#VERSION,2.019
-# $Id$
+#VERSION,2.020
+# $Id: db_tests 862 2012-09-26 02:05:48Z sullo $
 ###
 # Source: http://cirt.net
 # This file may only be distributed and used with the full Nikto package.
@@ -6570,3 +6570,4 @@
 
"006605","0","1b","/mobileadmin/logs/","GET","Directory\sListing","","","","","RoveIT
 Mobile logs accessible","",""
 
"006606","0","1b","/mobileadmin/bin/","GET","Directory\sListing","","","","","RoveIT
 Mobile executable dir accessible","",""
 
"006607","0","3","/mobileadmin/home.cs","GET","Server\sVersion","","","","","RoveIT
 Mobile gives a list of a server's Windows domains","",""
+"006608","0","8","@PHPMYADMINserver_sync.php?c=phpinfo()","GET","PHP\sVersion","","","","","phpMyAdmin
 contains a backdoor which allows remote PHP execution. 
http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php","","";


Revised nikto should allow either the _nikto user or a member of 
the _nikto group to update the tests database

$ sudo -u _nikto nikto -update
+ Retrieving 'db_tests'
+ CIRT.net message: Please submit Nikto bugs to 
http://trac2.assembla.com/Nikto_2/report/2

$ sudo pkg_delete nikto
nikto-2.1.5v0: ok
Read shared items: ok
--- -nikto-2.1.5v0 ---
You should also remove /var/db/nikto/databases/db_tests (which was modified)
You should also run /usr/sbin/userdel _nikto
You should also run /usr/sbin/groupdel _nikto

No checksum issues reported.

Attached new diff for comment




Index: Makefile
===
RCS file: /home/cvs/ports/security/nikto/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile7 Sep 2011 13:21:11 -   1.20
+++ Makefile27 Sep 2012 15:47:39 -
@@ -2,9 +2,8 @@
 
 COMMENT =  web and CGI vulnerability scanner with SSL support
 
-DISTNAME = nikto-2.1.4
+DISTNAME = nikto-2.1.5
 EPOCH =0
-REVISION = 0
 CATEGORIES =   security www
 
 HOMEPAGE = http://www.cirt.net/nikto2
@@ -25,7 +24,6 @@ EXTRACT_SUFX =.tar.bz2
 RUN_DEPENDS =  security/p5-Net_SSLeay
 
 NO_BUILD = Yes
-USE_GROFF =Yes
 NO_REGRESS =   Yes
 PKG_ARCH = *
 
@@ -34,8 +32,11 @@ pre-configure:
${WRKSRC}/nikto.conf
perl -pi -e 's,# DOCDIR=.+,DOCDIR=${PREFIX}/share/doc/nikto,' \
${WRKSRC}/nikto.conf
+   perl -pi -e 's,# DBDIR=.+,DBDIR=/var/db/nikto/databases,' \
+   ${WRKSRC}/nikto.conf
 
 do-install:
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/nikto/databases
${INSTALL_DATA_DIR} ${PREFIX}/share/nikto/plugins
${INSTALL_DATA_DIR} ${PREFIX}/share/nikto/templates
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nikto
@@ -45,8 +46,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/nikto.conf \
${PREFIX}/share/examples/nikto/nikto.conf
 
-   ${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFI

Re: PATCH: p5-WWW-YouTube-Download unbreak after site changes

2012-09-27 Thread Mikolaj Kucharski
Hi Brett,

On Mon, Sep 24, 2012 at 10:53:32AM +1000, Brett wrote:
> > Fixes the port after changes on the site. Sent to the upstream few days
> > ago, no reply yet, so sending here.
> > 
> > Ok?
> 
> This works for me, except the --fmt option does not work, all videos are 
> downloaded in flv format. (I am assuming that formats should be specified as 
> a 2 digit number, like shown here: 
> https://en.wikipedia.org/wiki/YouTube#Quality_and_codecs - its not in the man 
> page how they should be specified).
> 
> Brett.
> 

Thanks for spotting this. Looking into this now. Can you confirm that
only suffix is wrong but downloaded movie size changes and content
changes too (file *.flv)?

-- 
best regards
q#



Re: [update] minitube-1.9

2012-09-27 Thread Paul Irofti
On Thu, Sep 27, 2012 at 09:30:28PM +0200, David Coppa wrote:
> Hi,
> 
> This diff updates minitube to 1.9, released today because 1.8 is
> currently broken due to YouTube changes.
> 
> Also, gstreamer-plugins-base is not needed as a runtime dependency,
> since it's already a dep for both gstreamer-plugins-good and
> gstreamer-ffmpeg...
> 
> Ok?

Damn it, I checked before I went out biking and it was still the old
version.

youtube-dl is still lagging behind.

Reads fine to me. Go ahead.

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/minitube/Makefile,v
> retrieving revision 1.23
> diff -u -p -r1.23 Makefile
> --- Makefile  10 Sep 2012 13:21:47 -  1.23
> +++ Makefile  27 Sep 2012 19:21:05 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT =standalone YouTube.com video browser/player
>  
> -DISTNAME =   minitube-1.8
> -REVISION =   1
> +DISTNAME =   minitube-1.9
>  
>  CATEGORIES = www multimedia
>  
> @@ -26,8 +25,7 @@ WANTLIB +=  ICE QtDBus QtGui QtNetwork Qt
>  WANTLIB +=   Xext Xi Xinerama Xrender c fontconfig
>  WANTLIB +=   freetype m phonon pthread stdc++
>  
> -RUN_DEPENDS =multimedia/gstreamer-0.10/plugins-base \
> - multimedia/gstreamer-0.10/plugins-good \
> +RUN_DEPENDS =multimedia/gstreamer-0.10/plugins-good \
>   multimedia/gstreamer-0.10/plugins-ffmpeg \
>   x11/gnome/icon-theme \
>   devel/desktop-file-utils \
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/minitube/distinfo,v
> retrieving revision 1.13
> diff -u -p -r1.13 distinfo
> --- distinfo  29 Jun 2012 14:38:55 -  1.13
> +++ distinfo  27 Sep 2012 19:21:05 -
> @@ -1,5 +1,2 @@
> -MD5 (minitube-1.8.tar.gz) = 2r/kd2q2oZ7/FOZE9ocUuw==
> -RMD160 (minitube-1.8.tar.gz) = f4XN7CKP9gnrLZx3/7ubtiskemc=
> -SHA1 (minitube-1.8.tar.gz) = Lfu4cx5EKExdWSlZkajsFqn66o4=
> -SHA256 (minitube-1.8.tar.gz) = r8vpjEiGb2KeBWTBtVwpt2ptGpfFDnPglNUtd79PzbI=
> -SIZE (minitube-1.8.tar.gz) = 592111
> +SHA256 (minitube-1.9.tar.gz) = i5Q3sQew2K7LyK9GJL4SYxFdRnnMhq489cLOs2rJFnU=
> +SIZE (minitube-1.9.tar.gz) = 608884
> Index: patches/patch-src_MainWindow_cpp
> ===
> RCS file: /cvs/ports/www/minitube/patches/patch-src_MainWindow_cpp,v
> retrieving revision 1.9
> diff -u -p -r1.9 patch-src_MainWindow_cpp
> --- patches/patch-src_MainWindow_cpp  29 Jun 2012 14:38:55 -  1.9
> +++ patches/patch-src_MainWindow_cpp  27 Sep 2012 19:21:05 -
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-src_MainWindow_cpp,v 1.9 2012/06/29 14:38:55 dcoppa Exp $
>  src/MainWindow.cpp.orig  Fri Jun 29 09:23:43 2012
> -+++ src/MainWindow.cpp   Fri Jun 29 09:27:09 2012
> -@@ -775,7 +775,9 @@ void MainWindow::visitSite() {
> +--- src/MainWindow.cpp.orig  Thu Sep 27 12:17:03 2012
>  src/MainWindow.cpp   Thu Sep 27 15:34:50 2012
> +@@ -828,7 +828,9 @@ void MainWindow::visitSite() {
>   }
>   
>   void MainWindow::donate() {
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/minitube/pkg/PLIST,v
> retrieving revision 1.14
> diff -u -p -r1.14 PLIST
> --- pkg/PLIST 29 Jun 2012 14:38:55 -  1.14
> +++ pkg/PLIST 27 Sep 2012 19:21:05 -
> @@ -33,7 +33,6 @@ share/minitube/locale/hr.qm
>  share/minitube/locale/hu.qm
>  share/minitube/locale/ia.qm
>  share/minitube/locale/id.qm
> -share/minitube/locale/id_ID.qm
>  share/minitube/locale/it.qm
>  share/minitube/locale/jv.qm
>  share/minitube/locale/ka_GE.qm
> @@ -51,7 +50,6 @@ share/minitube/locale/sl.qm
>  share/minitube/locale/sq.qm
>  share/minitube/locale/sr.qm
>  share/minitube/locale/sv_SE.qm
> -share/minitube/locale/te.qm
>  share/minitube/locale/tr.qm
>  share/minitube/locale/uk_UA.qm
>  share/minitube/locale/zh_CN.qm



[update] minitube-1.9

2012-09-27 Thread David Coppa
Hi,

This diff updates minitube to 1.9, released today because 1.8 is
currently broken due to YouTube changes.

Also, gstreamer-plugins-base is not needed as a runtime dependency,
since it's already a dep for both gstreamer-plugins-good and
gstreamer-ffmpeg...

Ok?

Index: Makefile
===
RCS file: /cvs/ports/www/minitube/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile10 Sep 2012 13:21:47 -  1.23
+++ Makefile27 Sep 2012 19:21:05 -
@@ -2,8 +2,7 @@
 
 COMMENT =  standalone YouTube.com video browser/player
 
-DISTNAME = minitube-1.8
-REVISION = 1
+DISTNAME = minitube-1.9
 
 CATEGORIES =   www multimedia
 
@@ -26,8 +25,7 @@ WANTLIB +=ICE QtDBus QtGui QtNetwork Qt
 WANTLIB += Xext Xi Xinerama Xrender c fontconfig
 WANTLIB += freetype m phonon pthread stdc++
 
-RUN_DEPENDS =  multimedia/gstreamer-0.10/plugins-base \
-   multimedia/gstreamer-0.10/plugins-good \
+RUN_DEPENDS =  multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-ffmpeg \
x11/gnome/icon-theme \
devel/desktop-file-utils \
Index: distinfo
===
RCS file: /cvs/ports/www/minitube/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo29 Jun 2012 14:38:55 -  1.13
+++ distinfo27 Sep 2012 19:21:05 -
@@ -1,5 +1,2 @@
-MD5 (minitube-1.8.tar.gz) = 2r/kd2q2oZ7/FOZE9ocUuw==
-RMD160 (minitube-1.8.tar.gz) = f4XN7CKP9gnrLZx3/7ubtiskemc=
-SHA1 (minitube-1.8.tar.gz) = Lfu4cx5EKExdWSlZkajsFqn66o4=
-SHA256 (minitube-1.8.tar.gz) = r8vpjEiGb2KeBWTBtVwpt2ptGpfFDnPglNUtd79PzbI=
-SIZE (minitube-1.8.tar.gz) = 592111
+SHA256 (minitube-1.9.tar.gz) = i5Q3sQew2K7LyK9GJL4SYxFdRnnMhq489cLOs2rJFnU=
+SIZE (minitube-1.9.tar.gz) = 608884
Index: patches/patch-src_MainWindow_cpp
===
RCS file: /cvs/ports/www/minitube/patches/patch-src_MainWindow_cpp,v
retrieving revision 1.9
diff -u -p -r1.9 patch-src_MainWindow_cpp
--- patches/patch-src_MainWindow_cpp29 Jun 2012 14:38:55 -  1.9
+++ patches/patch-src_MainWindow_cpp27 Sep 2012 19:21:05 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_MainWindow_cpp,v 1.9 2012/06/29 14:38:55 dcoppa Exp $
 src/MainWindow.cpp.origFri Jun 29 09:23:43 2012
-+++ src/MainWindow.cpp Fri Jun 29 09:27:09 2012
-@@ -775,7 +775,9 @@ void MainWindow::visitSite() {
+--- src/MainWindow.cpp.origThu Sep 27 12:17:03 2012
 src/MainWindow.cpp Thu Sep 27 15:34:50 2012
+@@ -828,7 +828,9 @@ void MainWindow::visitSite() {
  }
  
  void MainWindow::donate() {
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/minitube/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   29 Jun 2012 14:38:55 -  1.14
+++ pkg/PLIST   27 Sep 2012 19:21:05 -
@@ -33,7 +33,6 @@ share/minitube/locale/hr.qm
 share/minitube/locale/hu.qm
 share/minitube/locale/ia.qm
 share/minitube/locale/id.qm
-share/minitube/locale/id_ID.qm
 share/minitube/locale/it.qm
 share/minitube/locale/jv.qm
 share/minitube/locale/ka_GE.qm
@@ -51,7 +50,6 @@ share/minitube/locale/sl.qm
 share/minitube/locale/sq.qm
 share/minitube/locale/sr.qm
 share/minitube/locale/sv_SE.qm
-share/minitube/locale/te.qm
 share/minitube/locale/tr.qm
 share/minitube/locale/uk_UA.qm
 share/minitube/locale/zh_CN.qm



Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread Brian Callahan

On 9/27/2012 2:55 PM, Pascal Stumpf wrote:

On Thu, 27 Sep 2012 20:31:08 +0200, Tobias Ulmer wrote:

On Thu, Sep 27, 2012 at 01:38:49PM +, John Long wrote:

On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:

On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:

Add amd64 support to gnat 4.2 - 4.7.


snipped


Question: would you have the patience to start doing that on other targets
? It would be nice if ada were supported on our major platforms, and not
just i386/amd64...


Yes! That would be awesome! Especially if someone could get it going on
mipsel64... was glad to see his message about sparc64, maybe that will give
me incentive to un-mothball one of my sparc boxes and put 5.2 on it when it
comes out.


I do not have access to a loongson machine, so it's doubtful I can help
there. Also, there's no gcc in ports for mips64 or mips64el, that needs
to be done first... Feel free to help ;-)


Porting 4.[67] to mips64(el) is on my TODO list.  You can help by giving
me ssh access to a machine (though I'll be moving this weekend and can't
guarantee to have net access for a week or so).



I have some patches for mips64el 4.6 if you'd like. Mostly copying over 
changes from our in-tree 4.2; it fails on building libgcc2 with an 
internal compiler error having to do with varasm and _muldi3


~Brian



Update: net/transmission 2.71

2012-09-27 Thread Christian Weisgerber
Update net/transmission to 2.71.
Numerous bug fixes and small changes.

Includes work by dcoppa@ originally for 2.61.

Works for me, but there is too much functionality to test it all.

Index: Makefile
===
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.77
diff -u -p -r1.77 Makefile
--- Makefile15 Jun 2012 08:32:17 -  1.77
+++ Makefile27 Sep 2012 19:00:17 -
@@ -4,7 +4,7 @@ COMMENT-main=   BitTorrent command line an
 COMMENT-gtk=   BitTorrent client with GTK+ interface
 COMMENT-qt=BitTorrent client with Qt interface
 
-VER=   2.52
+VER=   2.71
 DISTNAME=  transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gtk=   transmission-gtk-${VER}
@@ -12,8 +12,6 @@ PKGNAME-qt=   transmission-qt-${VER}
 CATEGORIES=net
 HOMEPAGE=  http://www.transmissionbt.com/
 
-REVISION-gtk=  0
-
 MAINTAINER=Christian Weisgerber 
 
 # GPLv2
@@ -38,11 +36,13 @@ FLAVOR?=
 
 WANTLIB=   c crypto curl event_core event_extra idn m miniupnpc \
natpmp pthread ssl z
-WANTLIB-gtk=   ${WANTLIB} X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
-   Xfixes Xi Xinerama Xrandr Xrender Xxf86vm GL atk-1.0 cairo \
-   cairo-gobject drm expat ffi fontconfig freetype \
+WANTLIB-gtk=   ${WANTLIB} ICE SM X11 Xau Xcomposite Xcursor Xdamage \
+   Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm \
+   GL atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject \
+   dbus-1 drm expat ffi fontconfig freetype \
gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
-   gobject-2.0 gthread-2.0 gtk-3 pango-1.0 pangoft2-1.0 \
+   gobject-2.0 gthread-2.0 gtk-3 \
+   harfbuzz icudata icule icuuc pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs stdc++ xcb \
xcb-render xcb-shm
 WANTLIB-qt=${WANTLIB} ICE SM QtCore QtDBus QtGui QtNetwork QtXml \
@@ -91,6 +91,9 @@ QMAKE_ARGS=   QMAKE_CXX="${CXX}" \
 .if !${BUILD_PACKAGES:M-gtk}
 CONFIGURE_ARGS+=--without-gtk
 .endif
+
+pre-patch:
+   @cd ${WRKSRC}/third-party/libutp; perl -pi -e 's/\r$$//' *.h *.cpp
 
 .if ${BUILD_PACKAGES:M-qt}
 post-build:
Index: distinfo
===
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.39
diff -u -p -r1.39 distinfo
--- distinfo26 May 2012 15:43:55 -  1.39
+++ distinfo27 Sep 2012 19:00:17 -
@@ -1,5 +1,2 @@
-MD5 (transmission-2.52.tar.xz) = tQzIe0zXe6DL2pi1VopNBw==
-RMD160 (transmission-2.52.tar.xz) = rVQWSGS4hHbUElc+iaBUBSQCLCY=
-SHA1 (transmission-2.52.tar.xz) = ccQnOKqGs2DLUn7HltVi8S+GqEw=
-SHA256 (transmission-2.52.tar.xz) = 
vN37e+AUvCdld1olIXID0ye9HsEhlxlUYj2MM2DBThc=
-SIZE (transmission-2.52.tar.xz) = 2784408
+SHA256 (transmission-2.71.tar.xz) = 
1ieH1HKhyz6OBkgpvK5/F6cuWVmqg3AQzegv792oCDY=
+SIZE (transmission-2.71.tar.xz) = 2929516
Index: patches/patch-configure
===
RCS file: /cvs/ports/net/transmission/patches/patch-configure,v
retrieving revision 1.28
diff -u -p -r1.28 patch-configure
--- patches/patch-configure 18 Apr 2012 10:46:07 -  1.28
+++ patches/patch-configure 27 Sep 2012 19:00:17 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.28 2012/04/18 10:46:07 naddy Exp $
 configure.orig Mon Apr  9 05:01:59 2012
-+++ configure  Sun Apr 15 12:01:27 2012
-@@ -11753,8 +11753,8 @@ if test 0 = "0"; then
+--- configure.orig Tue Jul 24 03:59:24 2012
 configure  Wed Aug 29 14:06:00 2012
+@@ -11769,8 +11769,8 @@ if test 0 = "0"; then
  else
supported_build=no
if test "x$GCC" = "xyes" ; then
@@ -12,7 +12,7 @@ $OpenBSD: patch-configure,v 1.28 2012/04
fi
  fi
   if test "x$supported_build" = "xno"; then
-@@ -16163,7 +16163,7 @@ esac
+@@ -16176,7 +16176,7 @@ esac
  
  if test "x$GCC" = "xyes" ; then
  
@@ -21,7 +21,7 @@ $OpenBSD: patch-configure,v 1.28 2012/04
  
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking gcc version" >&5
  $as_echo_n "checking gcc version... " >&6; }
-@@ -16175,10 +16175,10 @@ $as_echo_n "checking gcc version... " >&6; }
+@@ -16188,10 +16188,10 @@ $as_echo_n "checking gcc version... " >&6; }
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_VERSION" >&5
  $as_echo "$GCC_VERSION" >&6; }
  if test $GCC_VERSION_NUM -ge 304; then
Index: patches/patch-third-party_libutp_utypes_h
===
RCS file: patches/patch-third-party_libutp_utypes_h
diff -N patches/patch-third-party_libutp_utypes_h
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-third-party_libutp_utypes_h   27 Sep 2012 19:00:17 -
@@ -0,0 +1,19 @@
+$OpenBSD$
+
+tr-utp.c:66: error: conflicting types for 'UTP_Write'
+(https://trac.transmissionbt.com/ticket/4528)
+
+--- third-party/li

Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread Gonzalo L. R.
I have a powerpc g4 waiting for burn some cpu

On Thu, Sep 27, 2012 at 08:55:09PM +0200, Pascal Stumpf wrote:
; On Thu, 27 Sep 2012 20:31:08 +0200, Tobias Ulmer wrote:
; > On Thu, Sep 27, 2012 at 01:38:49PM +, John Long wrote:
; > > On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:
; > > > On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:
; > > > > Add amd64 support to gnat 4.2 - 4.7.
; > > 
; > > snipped
; > > 
; > > > Question: would you have the patience to start doing that on other 
targets
; > > > ? It would be nice if ada were supported on our major platforms, and not
; > > > just i386/amd64...
; > > 
; > > Yes! That would be awesome! Especially if someone could get it going on
; > > mipsel64... was glad to see his message about sparc64, maybe that will 
give
; > > me incentive to un-mothball one of my sparc boxes and put 5.2 on it when 
it
; > > comes out.
; > 
; > I do not have access to a loongson machine, so it's doubtful I can help
; > there. Also, there's no gcc in ports for mips64 or mips64el, that needs
; > to be done first... Feel free to help ;-)
; 
; Porting 4.[67] to mips64(el) is on my TODO list.  You can help by giving
; me ssh access to a machine (though I'll be moving this weekend and can't
; guarantee to have net access for a week or so).
; 
; > 
; > > 
; > > Thanks Tobias!
; > > 
; > > /jl
; > > 
; > 
; > 
; 

-- 
Sending from my VCR...



Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread Pascal Stumpf
On Thu, 27 Sep 2012 20:31:08 +0200, Tobias Ulmer wrote:
> On Thu, Sep 27, 2012 at 01:38:49PM +, John Long wrote:
> > On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:
> > > On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:
> > > > Add amd64 support to gnat 4.2 - 4.7.
> > 
> > snipped
> > 
> > > Question: would you have the patience to start doing that on other targets
> > > ? It would be nice if ada were supported on our major platforms, and not
> > > just i386/amd64...
> > 
> > Yes! That would be awesome! Especially if someone could get it going on
> > mipsel64... was glad to see his message about sparc64, maybe that will give
> > me incentive to un-mothball one of my sparc boxes and put 5.2 on it when it
> > comes out.
> 
> I do not have access to a loongson machine, so it's doubtful I can help
> there. Also, there's no gcc in ports for mips64 or mips64el, that needs
> to be done first... Feel free to help ;-)

Porting 4.[67] to mips64(el) is on my TODO list.  You can help by giving
me ssh access to a machine (though I'll be moving this weekend and can't
guarantee to have net access for a week or so).

> 
> > 
> > Thanks Tobias!
> > 
> > /jl
> > 
> 
> 



Re: Thunar/Gigolo/Nautilus and gvfs issue

2012-09-27 Thread Juan Francisco Cantero Hurtado
On Thu, Sep 27, 2012 at 10:05:40AM +0200, Landry Breuil wrote:
> On Thu, Sep 27, 2012 at 08:53:43AM +0200, David Coppa wrote:
> > On Thu, Sep 27, 2012 at 7:26 AM, Antoine Jacoutot  
> > wrote:
> > > On Thu, Sep 27, 2012 at 03:08:39AM +0200, Juan Francisco Cantero Hurtado 
> > > wrote:
> > >> A week ago, I wanted access to a webdav server with a graphical file
> > >> manager. I known that gvfs supports webdav, so I tried various
> > >> file managers with gvfs support.
> > >>
> > >> The problem is that none let me to connect to other servers. Gigolo only
> > >> shows "Custom Location" in "Service Type" [1]. And Nautilus shows a
> > >> error in "File/Connect to Server..." [2].
> > >>
> > >> I've checked the output of configure of gvfs and it shows the http
> > >> support enabled. out-of-date doesn't show packages related to gvfs or
> > >> the file managers. I'm not running avahi, but I guess isn't necessary
> > >> for remote servers.
> > >>
> > >> So, gvfs is broke or I'm doing something wrong?. I can live with this
> > >> issue but I only want report the problem in case it is a real bug.
> > >>
> > >> Cheers.
> > >>
> > >> 1. http://juanfra.info/bugs-y-listas/gvfs-201209/gi.png
> > >> 2. http://juanfra.info/bugs-y-listas/gvfs-201209/nautilus.png
> > >
> > > I am using gvfs to access webdav shares daily using nautilus without 
> > > issue.
> > > Are you running dbus?
> > 
> > Yeah, I bet dbus is not running...
> 
> With a session dbus daemon (not even a systemwide one) i can connect to
> webdav shares with gigolo and browse them in thunar without issues.
> 'Service type' in gigolo should show you at least ftp/ssh/webdav/secure
> webdav and windows share if you have gvfs-smb installed.

Thanks for the replies guys. You're right but the problem was something
weirdest.

I've dbus in rc.conf since the first day and dbus in my .xinitrc since
the discussion about gsettings months ago. I've this line in .xinitrc:
eval `dbus-launch --auto-syntax --exit-with-session`

This afternoon, I commented the line, rebooted, ran gigolo, uncommented
the line, rebooted again and ran gigolo. All works OK now. So, just
comment/uncomment the line fixed the issue. o_O

Cheers.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread Marc Espie
On Thu, Sep 27, 2012 at 08:31:08PM +0200, Tobias Ulmer wrote:
> On Thu, Sep 27, 2012 at 01:38:49PM +, John Long wrote:
> > On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:
> > > On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:
> > > > Add amd64 support to gnat 4.2 - 4.7.
> > 
> > snipped
> > 
> > > Question: would you have the patience to start doing that on other targets
> > > ? It would be nice if ada were supported on our major platforms, and not
> > > just i386/amd64...
> > 
> > Yes! That would be awesome! Especially if someone could get it going on
> > mipsel64... was glad to see his message about sparc64, maybe that will give
> > me incentive to un-mothball one of my sparc boxes and put 5.2 on it when it
> > comes out.
> 
> I do not have access to a loongson machine, so it's doubtful I can help
> there. Also, there's no gcc in ports for mips64 or mips64el, that needs
> to be done first... Feel free to help ;-)

I'm not sure I'd consider loongson to be a major platform for us...
going to sparc64 was the next logical step... It's likely ppc ought to be
the next one or so...

Well, loongson is  a bit above vax...



Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread Tobias Ulmer
On Thu, Sep 27, 2012 at 01:38:49PM +, John Long wrote:
> On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:
> > On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:
> > > Add amd64 support to gnat 4.2 - 4.7.
> 
> snipped
> 
> > Question: would you have the patience to start doing that on other targets
> > ? It would be nice if ada were supported on our major platforms, and not
> > just i386/amd64...
> 
> Yes! That would be awesome! Especially if someone could get it going on
> mipsel64... was glad to see his message about sparc64, maybe that will give
> me incentive to un-mothball one of my sparc boxes and put 5.2 on it when it
> comes out.

I do not have access to a loongson machine, so it's doubtful I can help
there. Also, there's no gcc in ports for mips64 or mips64el, that needs
to be done first... Feel free to help ;-)

> 
> Thanks Tobias!
> 
> /jl
> 



UPDATE: Adsuck-2.4.3

2012-09-27 Thread Gonzalo L. R.
Hi,

Little update for Adsuck to 2.4.3 with updated hosts files.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===
RCS file: /cvs/ports/net/adsuck/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile17 Feb 2012 14:21:17 -  1.22
+++ Makefile27 Sep 2012 17:43:01 -
@@ -2,11 +2,11 @@
 
 COMMENT=   DNS relay for ad blocking
 
-DISTNAME=  adsuck-2.4.2
+DISTNAME=  adsuck-2.4.3
 CATEGORIES=net
 
 HOMEPAGE=  http://opensource.conformal.com/wiki/Adsuck
-MAINTAINER=Gonzalo L. R. 
+MAINTAINER=Gonzalo L. R. 
 EXTRACT_SUFX=  .tgz
 
 # BSD
Index: distinfo
===
RCS file: /cvs/ports/net/adsuck/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo17 Feb 2012 14:21:17 -  1.12
+++ distinfo27 Sep 2012 17:43:01 -
@@ -1,5 +1,2 @@
-MD5 (adsuck-2.4.2.tgz) = 7N8IxsKyMhUu87W152HYrQ==
-RMD160 (adsuck-2.4.2.tgz) = kW0BX5YrbUdOjbaIXjt7BPKhP9Q=
-SHA1 (adsuck-2.4.2.tgz) = 2GmqJVYPzxPHp0TegWKLOBMECSE=
-SHA256 (adsuck-2.4.2.tgz) = WV97mrOwVRcLzfwM7gPEn1Wc3k4qORDeHY2vEWHO4/A=
-SIZE (adsuck-2.4.2.tgz) = 12136483
+SHA256 (adsuck-2.4.3.tgz) = Sm0xYeyvx/54cu4+eeYgv0IGJmu4FG0ovapWpqZEGWg=
+SIZE (adsuck-2.4.3.tgz) = 10492872


Re: lang/gcc: add Ada support on amd64

2012-09-27 Thread John Long
On Thu, Sep 27, 2012 at 12:33:12AM +0200, Marc Espie wrote:
> On Wed, Sep 26, 2012 at 07:42:07PM +0200, Tobias Ulmer wrote:
> > Add amd64 support to gnat 4.2 - 4.7.

snipped

> Question: would you have the patience to start doing that on other targets
> ? It would be nice if ada were supported on our major platforms, and not
> just i386/amd64...

Yes! That would be awesome! Especially if someone could get it going on
mipsel64... was glad to see his message about sparc64, maybe that will give
me incentive to un-mothball one of my sparc boxes and put 5.2 on it when it
comes out.

Thanks Tobias!

/jl



WIP: Varnish-3.0.3

2012-09-27 Thread Gonzalo L. R.
Hi,

WIP of Varnish to 3.0.3, tons of changes:

https://www.varnish-cache.org/trac/browser/doc/changes.rst

Still working on regress test, but builds/work fine one
i386 so far.

Most of the patches are apply upstream.

Feedbacks are wellcome :)

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile28 Apr 2012 10:52:09 -  1.11
+++ Makefile26 Sep 2012 20:54:55 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-3.0.2
+DISTNAME = varnish-3.0.3
 CATEGORIES =   www
 
 SHARED_LIBS =  varnishapi  1.0
@@ -26,7 +26,6 @@ LIB_DEPENDS = devel/pcre
 MASTER_SITES = http://repo.varnish-cache.org/source/
 
 USE_LIBTOOL =  Yes
-USE_GROFF =Yes
 CONFIGURE_STYLE =  autoconf
 AUTOCONF_VERSION = 2.68
 
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo23 Dec 2011 13:06:30 -  1.4
+++ distinfo26 Sep 2012 20:54:55 -
@@ -1,5 +1,2 @@
-MD5 (varnish-3.0.2.tar.gz) = yOrgqrvma22qvfOh9YzUeg==
-RMD160 (varnish-3.0.2.tar.gz) = YJODmBW6chB/orUvChmBZ6Omt5s=
-SHA1 (varnish-3.0.2.tar.gz) = kG8VNst+co0Y2UJWd5B65yOUPfc=
-SHA256 (varnish-3.0.2.tar.gz) = lz9gYl6WkOCYnhu8c8N+pT/GKRuPewPWF7dvgISkokM=
-SIZE (varnish-3.0.2.tar.gz) = 1977852
+SHA256 (varnish-3.0.3.tar.gz) = LTfRjZUvWLIIrDoHBtTT5MDeMEsfzJ31AZVxx18UirI=
+SIZE (varnish-3.0.3.tar.gz) = 2070020
Index: patches/patch-bin_varnishadm_varnishadm_c
===
RCS file: patches/patch-bin_varnishadm_varnishadm_c
diff -N patches/patch-bin_varnishadm_varnishadm_c
--- patches/patch-bin_varnishadm_varnishadm_c   23 Dec 2011 13:06:30 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishadm_varnishadm_c,v 1.1 2011/12/23 13:06:30 jasper 
Exp $
 bin/varnishadm/varnishadm.c.orig   Mon Oct 24 03:25:09 2011
-+++ bin/varnishadm/varnishadm.cTue Nov 29 21:32:59 2011
-@@ -38,7 +38,11 @@
- #include 
- 
- #ifdef HAVE_LIBEDIT
-+#ifdef HAVE_READLINE_READLINE_H
-+#include 
-+#else
- #include 
-+#endif
- #endif
- 
- #include "vcli.h"
Index: patches/patch-bin_varnishd_mgt_pool_c
===
RCS file: patches/patch-bin_varnishd_mgt_pool_c
diff -N patches/patch-bin_varnishd_mgt_pool_c
--- patches/patch-bin_varnishd_mgt_pool_c   23 Dec 2011 13:06:30 -  
1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishd_mgt_pool_c,v 1.3 2011/12/23 13:06:30 jasper Exp $
 bin/varnishd/mgt_pool.c.orig   Mon Oct 24 03:25:13 2011
-+++ bin/varnishd/mgt_pool.cTue Nov 29 20:39:42 2011
-@@ -78,7 +78,11 @@ tweak_stack_size(struct cli *cli, const struct parspec
-   unsigned low, u;
-   char buf[12];
- 
-+#if defined (__OpenBSD__)
-+  low = PTHREAD_STACK_MIN;
-+#else
-   low = sysconf(_SC_THREAD_STACK_MIN);
-+#endif
- 
-   if (arg != NULL && !strcmp(arg, "32bit")) {
-   u = 65536;
Index: patches/patch-configure_ac
===
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- patches/patch-configure_ac  23 Dec 2011 13:06:30 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,39 +0,0 @@
-$OpenBSD: patch-configure_ac,v 1.1 2011/12/23 13:06:30 jasper Exp $
 configure.ac.orig  Mon Oct 24 03:25:13 2011
-+++ configure.ac   Tue Nov 29 21:30:07 2011
-@@ -147,9 +147,23 @@ fi
- AC_SUBST(PCRE_CFLAGS)
- AC_SUBST(PCRE_LIBS)
- 
--PKG_CHECK_MODULES([LIBEDIT], [libedit], 
--  [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
--  [AC_MSG_WARN([libedit not found, disabling libedit support])])
-+case $target in
-+*-*-*bsd*)
-+  AC_CHECK_HEADERS([readline/readline.h])
-+  AC_CHECK_LIB(edit, el_init,
-+  [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])
-+LIBEDIT_CFLAGS=""
-+LIBEDIT_LIBS="-ledit ${CURSES_LIBS}"
-+  ],
-+  [AC_MSG_WARN([libedit not found, disabling libedit support])],
-+  [${CURSES_LIBS}])
-+  ;;
-+*)
-+  PKG_CHECK_MODULES([LIBEDIT], [libedit], 
-+  [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
-+  [AC_MSG_WARN([libedit not found, disabling libedit support])])
-+  ;;
-+esac
- 
- # Checks for header files.
- AC_HEADER_STDC
-@@ -341,7 +355,7 @@ AC_ARG_ENABLE(kqueue,
- 
- if test "$enable_kqueue" = yes; then
-   case $target in
--  *-*-freebsd* | *-*-darwin9* | *-*-netbsd* )
-+  *-*-freebsd* | *-*-darwi

New: p5-Net-Inspect and p5-Net-PcapWriter

2012-09-27 Thread Stefan Rinkes
Hi,

The attached ports.tgz contains two new ports.

$ cat p5-Net-Inspect/pkg/DESCR
The Net::Inspect module allows to inspect data on various
network layers.

$ cat p5-Net-PcapWriter/pkg/DESCR
The Net::PcapWriter module allows to create pcap files within
a perl programm without capturing any data.

Looking for someone to commit :)

Feedback? OK?

Greetz
Stefan


ports.tgz
Description: GNU Zip compressed data


UPDATE: libxml

2012-09-27 Thread Jasper Lievisse Adriaanse
Hi,

Here is an update for libxml to the latest stable release. I'd appreciate some
more testing since a *lot* of ports depend on it. So far it's been tested
without regressions on amd64, sparc64 and mips64el.

-- 
Cheers,
Jasper

"Stay Hungry. Stay Foolish"

Index: Makefile
===
RCS file: /cvs/ports/textproc/libxml/Makefile,v
retrieving revision 1.145
diff -p -u -r1.145 Makefile
--- Makefile5 Aug 2012 00:16:50 -   1.145
+++ Makefile27 Sep 2012 08:22:31 -
@@ -3,19 +3,16 @@
 COMMENT-main=  XML parsing library
 COMMENT-python=Python bindings for libxml
 
-VERSION=   2.7.8
+VERSION=   2.8.0
 DISTNAME=  libxml2-${VERSION}
 PKGNAME-main=  libxml-${VERSION}
-REVISION-main =6
-REVISION-python =  3
 PKGNAME-python=py-libxml-${VERSION}
-SHARED_LIBS=   xml213.0
+SHARED_LIBS += xml2 14.0 # 10.0
 CATEGORIES=textproc
-MASTER_SITES=  http://fr.rpmfind.net/pub/libxml/ \
-   http://gd.tuwien.ac.at/pub/libxml/ \
-   ftp://xmlsoft.org/libxml/
+MASTER_SITES=  ftp://xmlsoft.org/libxml/ \
+   http://gd.tuwien.ac.at/pub/libxml/
 
-HOMEPAGE=  http://xmlsoft.org/ 
+HOMEPAGE=  http://xmlsoft.org/
 
 # BSD-like
 PERMIT_PACKAGE_CDROM=  Yes
@@ -28,13 +25,12 @@ WANTLIB=m z
 MODULES=   converters/libiconv
 
 USE_LIBTOOL=   Yes
-CONFIGURE_STYLE=   autoconf
-AUTOCONF_VERSION=  2.68 # should be 2.66
-CONFIGURE_ARGS+=   ${CONFIGURE_SHARED}
-CONFIGURE_ARGS+=   --enable-static
-CONFIGURE_ARGS+=   --with-html-dir="${PREFIX}/share/doc"
-CONFIGURE_ARGS+=   --with-html-subdir="libxml2/html"
-CONFIGURE_ARGS+=   --with-iconv="${DEPBASE}"
+CONFIGURE_STYLE=   gnu
+CONFIGURE_ARGS+=   ${CONFIGURE_SHARED} \
+   --enable-static \
+   --with-html-dir="${PREFIX}/share/doc" \
+   --with-html-subdir="libxml2/html" \
+   --with-iconv="${DEPBASE}"
 # only used to fetch data during regression test
 CONFIGURE_ENV= WGET=/usr/bin/ftp
 
@@ -43,7 +39,7 @@ FLAVOR?=
 
 MULTI_PACKAGES=-main -python
 
-WANTLIB-main=  ${WANTLIB} c
+WANTLIB-main=  ${WANTLIB} c pthread util
 RUN_DEPENDS-main=
 NOT_FOR_ARCHS-python = ${NO_SHARED_ARCHS}
 
@@ -51,10 +47,10 @@ NOT_FOR_ARCHS-python =  ${NO_SHARED_ARCHS
 
 .if ${BUILD_PACKAGES:M-python}
 MODULES+=  lang/python
-LIB_DEPENDS-python=textproc/libxml,-main \
+LIB_DEPENDS-python=textproc/libxml,-main>=${VERSION} \
${MODPY_LIB_DEPENDS} \
${MODLIBICONV_LIB_DEPENDS}
-WANTLIB-python=m z util xml2>=11 ${MODPY_WANTLIB} 
${MODLIBICONV_WANTLIB}
+WANTLIB-python=pthread m z util xml2>=11 ${MODPY_WANTLIB} 
${MODLIBICONV_WANTLIB}
 FAKE_FLAGS=EXAMPLE_DIR=${PREFIX}/share/examples/libxml2/
 CONFIGURE_ARGS+=   --with-python
 .else
Index: distinfo
===
RCS file: /cvs/ports/textproc/libxml/distinfo,v
retrieving revision 1.45
diff -p -u -r1.45 distinfo
--- distinfo15 Nov 2010 09:54:11 -  1.45
+++ distinfo27 Sep 2012 08:22:31 -
@@ -1,5 +1,2 @@
-MD5 (libxml2-2.7.8.tar.gz) = gSemXow7CIVgkwmbUlmchg==
-RMD160 (libxml2-2.7.8.tar.gz) = MHCWIs/j4hdec9ZwG34Zolq1rEc=
-SHA1 (libxml2-2.7.8.tar.gz) = hZ3VNe27hRzBW2R0DuBlUaehfUA=
-SHA256 (libxml2-2.7.8.tar.gz) = zaI7yevSZHTKjz1n59HEofHnEGNktpDYIuAJ/cPEF+w=
-SIZE (libxml2-2.7.8.tar.gz) = 4881808
+SHA256 (libxml2-2.8.0.tar.gz) = 8uLQ4yJoUZPRr/7IOyHcBdWZ4XpzBte5DelbtbmsYio=
+SIZE (libxml2-2.8.0.tar.gz) = 4915203
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/textproc/libxml/patches/patch-Makefile_in,v
retrieving revision 1.1
diff -p -u -r1.1 patch-Makefile_in
--- patches/patch-Makefile_in   8 Jul 2011 09:52:50 -   1.1
+++ patches/patch-Makefile_in   27 Sep 2012 08:22:31 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.1 2011/07/08 09:52:50 jasper Exp $
 Makefile.in.orig   Thu Nov  4 18:28:16 2010
-+++ Makefile.inFri Jul  8 11:50:23 2011
-@@ -713,7 +713,7 @@ pkgconfig_DATA = libxml-2.0.pc
+--- Makefile.in.orig   Wed May 23 10:56:32 2012
 Makefile.inThu Sep 27 10:04:34 2012
+@@ -735,7 +735,7 @@ pkgconfig_DATA = libxml-2.0.pc
  # Install the tests program sources as examples 
  #
  BASE_DIR = $(datadir)/doc
@@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.1 2011/0
  EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
  
  #
-@@ -1712,7 +1712,7 @@ testapi.c: $(srcdir)/gentest.py
+@@ -1738,7 +1738,7 @@ testapi.c: $(srcdir)/gentest.py
  #testOOM_LDADD= $(LDADDS)
  
  runtests:
@@ -19,7 +19,7 @@ $OpenBSD: pa

Re: Thunar/Gigolo/Nautilus and gvfs issue

2012-09-27 Thread Landry Breuil
On Thu, Sep 27, 2012 at 08:53:43AM +0200, David Coppa wrote:
> On Thu, Sep 27, 2012 at 7:26 AM, Antoine Jacoutot  
> wrote:
> > On Thu, Sep 27, 2012 at 03:08:39AM +0200, Juan Francisco Cantero Hurtado 
> > wrote:
> >> A week ago, I wanted access to a webdav server with a graphical file
> >> manager. I known that gvfs supports webdav, so I tried various
> >> file managers with gvfs support.
> >>
> >> The problem is that none let me to connect to other servers. Gigolo only
> >> shows "Custom Location" in "Service Type" [1]. And Nautilus shows a
> >> error in "File/Connect to Server..." [2].
> >>
> >> I've checked the output of configure of gvfs and it shows the http
> >> support enabled. out-of-date doesn't show packages related to gvfs or
> >> the file managers. I'm not running avahi, but I guess isn't necessary
> >> for remote servers.
> >>
> >> So, gvfs is broke or I'm doing something wrong?. I can live with this
> >> issue but I only want report the problem in case it is a real bug.
> >>
> >> Cheers.
> >>
> >> 1. http://juanfra.info/bugs-y-listas/gvfs-201209/gi.png
> >> 2. http://juanfra.info/bugs-y-listas/gvfs-201209/nautilus.png
> >
> > I am using gvfs to access webdav shares daily using nautilus without issue.
> > Are you running dbus?
> 
> Yeah, I bet dbus is not running...

With a session dbus daemon (not even a systemwide one) i can connect to
webdav shares with gigolo and browse them in thunar without issues.
'Service type' in gigolo should show you at least ftp/ssh/webdav/secure
webdav and windows share if you have gvfs-smb installed.

Landry



Re: Thunar/Gigolo/Nautilus and gvfs issue

2012-09-27 Thread David Coppa
On Thu, Sep 27, 2012 at 7:26 AM, Antoine Jacoutot  wrote:
> On Thu, Sep 27, 2012 at 03:08:39AM +0200, Juan Francisco Cantero Hurtado 
> wrote:
>> A week ago, I wanted access to a webdav server with a graphical file
>> manager. I known that gvfs supports webdav, so I tried various
>> file managers with gvfs support.
>>
>> The problem is that none let me to connect to other servers. Gigolo only
>> shows "Custom Location" in "Service Type" [1]. And Nautilus shows a
>> error in "File/Connect to Server..." [2].
>>
>> I've checked the output of configure of gvfs and it shows the http
>> support enabled. out-of-date doesn't show packages related to gvfs or
>> the file managers. I'm not running avahi, but I guess isn't necessary
>> for remote servers.
>>
>> So, gvfs is broke or I'm doing something wrong?. I can live with this
>> issue but I only want report the problem in case it is a real bug.
>>
>> Cheers.
>>
>> 1. http://juanfra.info/bugs-y-listas/gvfs-201209/gi.png
>> 2. http://juanfra.info/bugs-y-listas/gvfs-201209/nautilus.png
>
> I am using gvfs to access webdav shares daily using nautilus without issue.
> Are you running dbus?

Yeah, I bet dbus is not running...

ciao,
David