Package Release Info

pwgen-2.08-bp151.2.13

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

pwgen

Change Logs

Version: 2.08-bp150.2.2
* Wed Nov 08 2017 aavindraa@gmail.com
- updated to version 2.08
  * Suppress trailing space after the last password
  * Make pwgen -s more "secure" for 1 and 2 character passwords
  * Fix option parsing of "pwgen --no-capitalize --no-vowels"
  * Add new option --remove-chars which removes chars from the set of
    characters used to generate passwords
  * Add cross-compilation to debian/rules
  * Update control and copyright files to point at pwgen at github for
    the home directory and primary git repository
- Drop 1 hunk that was fixed upsteam in pwgen-2.06-fdleaks.patch
  * merged in df7d8419ee44088eeeb9df92074914a659e90b15
- Cleanup spec file with spec-cleaner
- Use macros more extensively in spec file
Version: 2.07-6.1
* Sun Jul 12 2015 mpluskal@suse.com
- Add gpg signature
- Use autoreconf
- Cleanup spec file with spec-cleaner
* Tue Dec 09 2014 meissner@suse.com
- updated to version 2.07 (bsc#908992):
  * New upstream version
  * Remove backwards compatibility for no-tty mode.  Addresses
    CVE-2013-4440 (Closes: #725507) (bsc#846397)
  * Fail hard if /dev/urandom and /dev/random are not available.
    Addresses CVE-2013-4442 and Launchpad #1183213 (Closes: #767008)
    (bsc#846397)
  * Fix pwgen -B so that it doesn't accidentally generate passwords with
    ambiguous characters after changing the case of some letters.
    Addresses Launchpad Bugs #638418 and #1349863
  * Fix potential portability bug on architectures where unsgined ints
    are not 4 bytes long
* Wed Dec 21 2011 coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
* Tue Oct 12 2010 mrdocs@opensuse.org
- remove rm -rf buildroot in the install section to remove the
  rpmlint warrning
* Tue Sep 21 2010 lnussel@suse.de
- remove superfluous makepasswd script (bnc#619084)
* Fri Oct 02 2009 crrodriguez@opensuse.org
- fix fdleaks including [bnc#529521]
* Thu Jul 05 2007 kssingvo@suse.de
- update to version 2.06:
  * Fix spelling mistakes in the man page pwgen.1
  * Fix bug which would cause pwgen to loop forever if the password
    length specified is 1
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 kssingvo@suse.de
- update to version 2.05
* Wed Jan 11 2006 kssingvo@suse.de
- update to version 2.04
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Sat Jul 26 2003 poeml@suse.de
- fix permissions of documentation, and don't use deprecated chown
  * .* syntax
* Tue May 13 2003 poeml@suse.de
- update to 2.03
  - pw_phonemes.c (pw_phonemes): Fix bug in how we call
    pw_random_number() so that we generate passwords that start
    with vowels, and insert numbers from 0-9, not just 0-8. (Oops!)
    Addresses Debian bug #176688.
- use %defattr
* Thu Aug 01 2002 ro@suse.de
- fix file ownership
* Thu Aug 01 2002 poeml@suse.de
- add documentation to the filelist
* Thu Aug 01 2002 poeml@suse.de
- update to the successor 2.02
  note: if stdout is not on a terminal, it will behave like the old
- run autoconf and use RPM_OPT_FLAGS
* Tue Apr 17 2001 bjacke@suse.de
- initial build