tag 572167 + pending thanks Dear maintainer,
I've prepared an NMU for trac-accountmanager (versioned as 0.2.1+r7163-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Carole King: You've Got A Friend (w/ James Taylor)
diff -Nru trac-accountmanager-0.2.1+r7163/debian/changelog trac-accountmanager-0.2.1+r7163/debian/changelog --- trac-accountmanager-0.2.1+r7163/debian/changelog 2009-12-22 23:19:10.000000000 +0100 +++ trac-accountmanager-0.2.1+r7163/debian/changelog 2010-04-05 04:10:34.000000000 +0200 @@ -1,3 +1,12 @@ +trac-accountmanager (0.2.1+r7163-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "trac-accountmanager dies on login with AttributeError: + 'NoneType' object has no attribute 'encode'": add new patch (upstream + commit r7706) (closes: #572167). + + -- gregor herrmann <gre...@debian.org> Mon, 05 Apr 2010 04:10:27 +0200 + trac-accountmanager (0.2.1+r7163-1) unstable; urgency=low * new upstream checkout diff -Nru trac-accountmanager-0.2.1+r7163/debian/patches/default_empty_realm.patch trac-accountmanager-0.2.1+r7163/debian/patches/default_empty_realm.patch --- trac-accountmanager-0.2.1+r7163/debian/patches/default_empty_realm.patch 1970-01-01 01:00:00.000000000 +0100 +++ trac-accountmanager-0.2.1+r7163/debian/patches/default_empty_realm.patch 2010-04-05 04:09:49.000000000 +0200 @@ -0,0 +1,28 @@ +Bug: https://trac-hacks.org/ticket/6453 +Bug-Debian: http://bugs.debian.org/572167 +Origin: https://trac-hacks.org/changeset/7706?format=diff&new=7706 +Author: pacopablo +Reviewed-by: gregor herrmann <gre...@debian.org> + +--- a/acct_mgr/htfile.py ++++ b/acct_mgr/htfile.py +@@ -155,7 +155,7 @@ + + implements(IPasswordStore) + +- realm = Option('account-manager', 'htdigest_realm') ++ realm = Option('account-manager', 'htdigest_realm', '') + + def config_key(self): + return 'htdigest' +--- a/acct_mgr/pwhash.py ++++ b/acct_mgr/pwhash.py +@@ -42,7 +42,7 @@ + class HtDigestHashMethod(Component): + implements(IPasswordHashMethod) + +- realm = Option('account-manager', 'htdigest_realm') ++ realm = Option('account-manager', 'htdigest_realm', '') + + def generate_hash(self, user, password): + user,password,realm = _encode(user, password, self.realm) diff -Nru trac-accountmanager-0.2.1+r7163/debian/patches/series trac-accountmanager-0.2.1+r7163/debian/patches/series --- trac-accountmanager-0.2.1+r7163/debian/patches/series 2009-10-01 19:51:06.000000000 +0200 +++ trac-accountmanager-0.2.1+r7163/debian/patches/series 2010-04-05 04:06:37.000000000 +0200 @@ -1 +1,2 @@ avoid_redirect_loop.patch +default_empty_realm.patch
signature.asc
Description: Digital signature