Re: zsh vs. zsh-common version mismatch

2014-01-13 Thread Thorsten Glaser
Dirk Heinrichs dixit: >Not sure I understand. They stem from the same source package, how >comes the version is different at all? The zsh source package builds the zsh binary package once, for each architecture, and the zsh-common binary package, “once, period”. The latter is shared among all arc

Re: zsh vs. zsh-common version mismatch

2014-01-13 Thread Dirk Heinrichs
Am Montag 13 Januar 2014, 18:03:32 schrieb Thorsten Glaser: > This will happen every time between “maintainer uploads new zsh” and > “buildd has built the package”. If you can convince the maintainers > to revert this package split, you win – otherwise… you’ll have to > live with this. Not sure I

Re: zsh vs. zsh-common version mismatch

2014-01-13 Thread Thorsten Glaser
Dirk Heinrichs dixit: >Hmm, although zsh versions have evolved from 5.0.2 to 5.0.4, the version >mismatch between zsh (5.0.4) and zsh-common (5.0.5) is still present, which >means that zsh is still not installable: This will happen every time between “maintainer uploads new zsh” and “buildd has

Re: zsh vs. zsh-common version mismatch

2014-01-13 Thread Dirk Heinrichs
Am Sonntag 20 Oktober 2013, 16:22:53 schrieb Dirk Heinrichs: > Am Sonntag 20 Oktober 2013, 14:17:48 schrieb Thorsten Glaser: > > Christian T. Steigies dixit: > > >I'll try to get zsh scheduled for building on crest. > > > > tg@leda:~$ wanna-build -A m68k -d unstable --build-priority=10 zsh_5.0.2-5

speed up password logins

2014-01-13 Thread Thorsten Glaser
Hi, here’s the trick again, before I forget it: # $EDITOR /etc/pam.d/common-password Search the line: password[success=1 default=ignore] pam_unix.so obscure sha512 Change the sha512 to md5. Save and exit the editor, then run “passwd root” and set a new password (or the same one).