kdesupport/emerge/portage/gnuwin32
Jeff Mitchell
kde-dev at emailgoeshere.com
Tue Mar 25 21:28:06 CET 2008
It's a good first step, but as I said in my email to kde-windows, it
doesn't fix the problem. Instead of downloading 302 error messages, it
now downloads zero-byte files.
I tried wiresharking it but apparently my wireless adapter doesn't
support promiscuous mode. Wireshark on another (linux) box with Firefox
seemed to return appropriate headers (content-length for instance) and
the zip file was valid.
--Jeff
Christian Ehrlicher wrote:
> SVN commit 789922 by chehrlic:
>
> sf.net -> sourceforge.net
>
> M +2 -2 diffutils/diffutils-2.8.7-1.py
> M +2 -2 grep/grep-2.5.1a.py
> M +2 -2 less/less-394.py
> M +2 -2 openssl/openssl-0.9.7c.py
> D sed/sed-4.1.4.py
> A sed/sed-4.1.5.py sed/sed-4.1.4.py#789759
> M +2 -2 wget/wget-1.10.1.py
>
>
> --- trunk/kdesupport/emerge/portage/gnuwin32/diffutils/diffutils-2.8.7-1.py #789921:789922
> @@ -2,8 +2,8 @@
> import info
>
> SRC_URI = """
> -http://downloads.sf.net/sourceforge/gnuwin32/diffutils-2.8.7-1-bin.zip
> -http://downloads.sf.net/sourceforge/gnuwin32/diffutils-2.8.7-1-dep.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/diffutils-2.8.7-1-bin.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/diffutils-2.8.7-1-dep.zip
> """
>
> class subinfo(info.infoclass):
> --- trunk/kdesupport/emerge/portage/gnuwin32/grep/grep-2.5.1a.py #789921:789922
> @@ -2,8 +2,8 @@
> import info
>
> SRC_URI = """
> -http://downloads.sf.net/sourceforge/gnuwin32/grep-2.5.1a-bin.zip
> -http://downloads.sf.net/sourceforge/gnuwin32/grep-2.5.1a-dep.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/grep-2.5.1a-bin.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/grep-2.5.1a-dep.zip
> """
>
> class subinfo(info.infoclass):
> --- trunk/kdesupport/emerge/portage/gnuwin32/less/less-394.py #789921:789922
> @@ -2,8 +2,8 @@
> import info
>
> SRC_URI = """
> -http://downloads.sf.net/sourceforge/gnuwin32/less-394-bin.zip
> -http://downloads.sf.net/sourceforge/gnuwin32/less-394-dep.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/less-394-bin.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/less-394-dep.zip
> """
>
> class subinfo(info.infoclass):
> --- trunk/kdesupport/emerge/portage/gnuwin32/openssl/openssl-0.9.7c.py #789921:789922
> @@ -3,8 +3,8 @@
> import info
>
> SRC_URI = """
> -http://downloads.sf.net/sourceforge/gnuwin32/openssl-0.9.7c-bin.zip
> -http://downloads.sf.net/sourceforge/gnuwin32/openssl-0.9.7c-lib.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/openssl-0.9.7c-bin.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/openssl-0.9.7c-lib.zip
> """
>
> class subinfo(info.infoclass):
> --- trunk/kdesupport/emerge/portage/gnuwin32/wget/wget-1.10.1.py #789921:789922
> @@ -2,8 +2,8 @@
> import info
>
> SRC_URI = """
> -http://downloads.sf.net/sourceforge/gnuwin32/wget-1.10.1-bin.zip
> -http://downloads.sf.net/sourceforge/gnuwin32/wget-1.10.1-dep.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/wget-1.10.1-bin.zip
> +http://downloads.sourceforge.net/sourceforge/gnuwin32/wget-1.10.1-dep.zip
> """
>
> class subinfo(info.infoclass):
>
More information about the Kde-windows
mailing list