Re: [Cracklib-devel] Any pending cracklib improvements? or is it time for a release?
Brought to you by:
nneul
From: Neulinger, N. <nn...@ms...> - 2010-03-05 18:10:49
|
Not that I'm aware of - I build the distro tarball on an i386 FC12 system. rpm -q says python 2.6.2. -- Nathan ------------------------------------------------------------ Nathan Neulinger nn...@ms... Missouri S&T Information Technology (573) 612-1412 System Administrator - Principal KD0DMH > -----Original Message----- > From: Mike Frysinger [mailto:va...@ge...] > Sent: Friday, March 05, 2010 11:34 AM > To: cra...@li... > Cc: Neulinger, Nathan > Subject: Re: [Cracklib-devel] Any pending cracklib improvements? or is > it time for a release? > > On Monday 01 March 2010 22:58:56 Neulinger, Nathan wrote: > > Seems like it is about time to do a new release, we have a bunch of > > pending changes... Anyone got anything pending that they want to get > in > > before I do a release? > > the generated configure script has a problem with python-3 detection, > but it's > because of the python m4 code on your system (i.e. not directly the > fault of > cracklib). > > do you have python-3 installed on your development system ? if not, > after you > generate configure, this sed should make things python-2/python-3 > happy: > sed -i '/PYTHON/s:\(print\) \([^"]*\):\1(\2):' configure > -mike |