ticket	summary	private	keywords	reporter	commenter	created	modified	_status	_description
21195	.sig files are sent as Content-Type: text/plain	no	P3 PRWEB	raysatiro	burley	2011-08-15T01:52:38Z+0000	2012-09-20T14:28:36Z+0000	assigned	"I'm maintaining the GetGnuWin32 project which is a download and managing script for GNU command line utilities for Windows. When a user runs 'download' first two update files are downloaded from getgnuwin32.sf.net. One of them is a zip file and the other is a signature for the zip file.

The signature file, currently update94d563d1564001.sig, is sent by the sourceforge webserver as Content-Type: text/plain. Recently a user complained that McAfee's Webwasher product does not accept sig files when sent as text/plain, and instead expects application/pgp-sig. 

If you can do something about this that would be great, but if not it's not a big deal. We've had a lot of downloads and this is the first complaint of its kind.

The thread is here
https://sourceforge.net/projects/getgnuwin32/forums/forum/554300/topic/4607755/index/page/1

Thanks


---request begin---
'''GET /update94d563d1564001.sig HTTP/1.0'''
User-Agent: Wget/1.12.1-dev Mar 04 2010 (mainline-013c8e2f5997) (Windows-MinGW)
Accept: */*
Host: getgnuwin32.sourceforge.net
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Server: Apache/2.2.3 (CentOS)
Last-Modified: Sat, 12 Feb 2011 05:55:23 GMT
ETag: ""200-49c0f75e18908""
Accept-Ranges: bytes
Cache-Control: max-age=172800
Expires: Wed, 17 Aug 2011 01:44:44 GMT
'''Content-Type: text/plain'''
Content-Length: 512
Date: Mon, 15 Aug 2011 01:44:44 GMT
X-Varnish: 1282180150
Age: 0
Via: 1.1 varnish
Connection: keep-alive

---response end---
"
22041	Mercurial subrepo with read/write access	no		felipecoelho	moorman	2011-10-07T14:10:27Z+0000	2012-09-19T14:01:34Z+0000	assigned	"We're developing a game. As it is, it will have a reasonable amount of assets that we do not want to keep as part of the code repository. 

Everythin was inside a single repository, but I've already put it into two separate repositories, one for code and one for assets. The usual way to work with it would be to keep the assets repo as a subrepo of the main repository using ''.hgsub''.

The problem is that Mercurial access for ''read & write'' operations is available only through ssh. For the main repository this is not an issue since everyone working on the project can just clone it using ''ssh://USER@PROJECT.hg.sf.net/...'', but for the subrepo, things won't really work. Consider a ''.hgsub'' file written as:
{{{
data = ssh://PROJECT.hg.sf.net/...
}}}

This will cause the mercurial client to access the repository with the username of the current user on the computer as the ''username'' attribute for the ssh login. For many users (myself included), this isn't the same as the account name used on Sourceforge, and hg won't prompt for a different user name on an empty password like svn does, causing the repository not to be downloaded.

We could use ''http://...'' to access it, but we are also interested in having write access in the subrepo while working.

As far as I can tell, we are currently bound to the following options:

 * Keep the subrepo as read only and have anyone who wish to make changes to it clone it via ssh somewhere, push the changes to the main repo ''and'' to the subrepo as needed (double work, and possibly having updates not propagated properly to the main repository);
 * Keep the subrepo with an empty target and have everyone clone it manually via ssh (this completely misses the point of using a subrepo, as someone who clones the main repository won't get the assets ""for free"");
 * Ditch the ''.hgsub'' file and have everyone clone the data folder manually, probably adding it to ''.hgignore'' too to avoid someone commiting all the assets back to the code repo.

We would like to keep it as a subrepo, but if everything else fails we will take (probably) the last option, explaining how to download everything inside a ''readme'' file. Is it possible in some ''non intrusive'' way to have rw access on a subrepo hosted on Sourceforge?"
24321	/etc/mercurial/preoutgoing error	no		sds	moorman	2012-02-14T14:12:28Z+0000	2012-09-19T14:01:24Z+0000	assigned	"when the sf repo is ahead of the local one, ""hg in"" and ""hg pull"" report:


running ssh sds@clisp.hg.sourceforge.net ""hg -R hgroot/clisp/clisp serve --stdio""
comparing with ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
changeset:   15558:5bcad87b2d40
tag:         tip
user:        Bruno Haible <bruno@clisp.org>
date:        Tue Feb 14 00:04:47 2012 +0100
files:       src/ChangeLog src/NEWS src/clos-genfun2b.lisp
description:
Fix bug#3487338.


remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: 	LANGUAGE = (unset),
remote: 	LC_ALL = (unset),
remote: 	LC_PAPER = ""en_US.UTF-8"",
remote: 	LANG = ""C.UTF-8""
remote:     are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale (""C"").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.



$ hg pull
pulling from ssh://sds@clisp.hg.sourceforge.net/hgroot/clisp/clisp
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
remote: perl: warning: Setting locale failed.
remote: perl: warning: Please check that your locale settings:
remote: 	LANGUAGE = (unset),
remote: 	LC_ALL = (unset),
remote: 	LC_PAPER = ""en_US.UTF-8"",
remote: 	LANG = ""C.UTF-8""
remote:     are supported and installed on your system.
remote: perl: warning: Falling back to the standard locale (""C"").
remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.
nothing to rebase
3 files updated, 0 files merged, 0 files removed, 0 files unresolved


after the pull ""hg in"" no longer reports the error."
24790	Add message-id fields to the auto-generated mail from SourceForge	yes	ML P3	konvpalto	burley	2012-03-12T09:39:35Z+0000	2012-09-19T16:57:00Z+0000	assigned	"Current mail messages (for example, password recovery ones) contain no message-id fields:
{{{
To: --- <rea@codelabs.ru>
From: ""SourceForge.net"" <noreply@sourceforge.net>
Date: Mon, 12 Mar 2012 02:33:03 -0700
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
MIME-Version: 1.0
X-Headers-End: 1S71cl-0002Jj-PS
Subject: SourceForge.net: Lost Password Recovery
}}}

RFC 2822, http://www.faqs.org/rfcs/rfc2822.html, tells us that this header should be present, so, please, consider adding it."
25635	mercurial error when running preoutgoing hook	no		julianc	moorman	2012-05-11T20:17:02Z+0000	2012-09-19T14:01:30Z+0000	assigned	"Each time I run a mercurial command that accesses my sourceforge project repository, I get the following warning message.

remote: Running preoutgoing hook
remote: Use of uninitialized value in concatenation (.) or string at /etc/mercurial/preoutgoing line 36.

I believe that the preoutgoing script referred to in this error message lives on the sourceforge mercurial server, so I do not know how to see this file and perhaps correct the problem.  Suggestions?
"
26077	Mercurial issue	no		lenclud	moorman	2012-06-11T14:21:47Z+0000	2012-09-19T15:42:55Z+0000	assigned	"I'm trying to push almost 900MB of files into the Mercurial depot for the following projects https://sourceforge.net/projects/symbian/

Everything goes smoothly for a while until it gives back HTTP Error 500: Internal Server Error. It looks like the error happens shortly after the file upload completes.

Can you help me out with that? Should I split it into multiple smaller push?
"
26360	SMTP RCPT not accepted from server: 550 relay not permitted. Using PHPMailer.	no	PRWEB	thedmann1	burley	2012-06-25T11:33:59Z+0000	2012-09-19T14:59:17Z+0000	assigned	"I have read through the Project Web Email Configuration (https://sourceforge.net/apps/trac/sourceforge/wiki/Project%20Web%20Email%20Configuration) page many times but I cannot successfully send an email. If have used my project name, project Unix name and event my account username for the SMTP username but I continue to get the 550 relay not permitted error. What Am I doing wrong?

Here is some of the code used :


{{{
$mail->IsSMTP();
$mail->SMTPAuth = false;
$mail->Host = 'prwebmail';
$mail->Username = 'SimpleContactForm';
$mail->Password = 'XXXX'; // I have changed this twice already.
$mail->Port = 25;
$mail->Subject = 'Help';
$mail->SetFrom('someone@example.com', 'Help');
$mail->AddAddress('MYADDRESS@EMAIL.com', 'ME');
$mail->MsgHTML($message);
$mail->Send();
}}}
"
