Package: releaseforge
Version: 1.1-3
Severity: important
Tags: patch

The login form at sourceforge has changed, causing all logins to fail when 
looking for the project 
list, (ie. if you haven't previously run the app and the .releaseforge/projects 
file doesn't exist).

sfcomm.py has to be changed slightly:  Commented stuff is the original.  I 
copied the form details 
from the web page, I did test without the "login: Login+in" line, it doesn't 
work.  I don't think I 
tested without the ssl_status bit.

    def login(self, username, password, return_to=None):
        # returns a set of projects for the given username/password
        # or None
        debug("Attempting to login to SourceForge")
        form = {'form_loginname': username,
                'form_pw': password,
                'ssl_status': '1',
#                'stay_in_ssl': '1',
#                'persistent_login': '1',
#                'login': 'Login With SSL'}
                'login': 'Login+in'}
        url = LOGIN_URL



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.6LimeDaley (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages releaseforge depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-qt3                    3.17.4-1   Qt3 bindings for Python
ii  python-support                0.7.7      automated rebuilding support for P

releaseforge recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to