pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/pwgen



Module Name:    pkgsrc
Committed By:   ginsbach
Date:           Tue May 29 02:57:56 UTC 2018

Modified Files:
        pkgsrc/sysutils/pwgen: Makefile distinfo

Log Message:
Update to 2.08:

  * Suppress trailing space after the last password (Closes: #794635)
  * Make pwgen -s more "secure" for 1 and 2 character passwords
    (Closes: #666725)
  * Fix option parsing of "pwgen --no-capitalize --no-vowels" (Closes: #791908)
  * Add new option --remove-chars which removes chars from the set of
    characters used to generate passwords (Closes: #836334)
  * Fix manpage typo (Closes: #579178)
  * Stop -s from overwriting other flags (Closes: #436912)

  (Note all numbers are references to Debian bug reports.
   Excerpted from debian/changelog.)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/pwgen/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/pwgen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pwgen/Makefile
diff -u pkgsrc/sysutils/pwgen/Makefile:1.11 pkgsrc/sysutils/pwgen/Makefile:1.12
--- pkgsrc/sysutils/pwgen/Makefile:1.11 Sun Sep  3 08:53:15 2017
+++ pkgsrc/sysutils/pwgen/Makefile      Tue May 29 02:57:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/09/03 08:53:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/05/29 02:57:56 ginsbach Exp $
 
-DISTNAME=      pwgen-2.07
+DISTNAME=      pwgen-2.08
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pwgen/}
 

Index: pkgsrc/sysutils/pwgen/distinfo
diff -u pkgsrc/sysutils/pwgen/distinfo:1.8 pkgsrc/sysutils/pwgen/distinfo:1.9
--- pkgsrc/sysutils/pwgen/distinfo:1.8  Wed Nov  4 01:32:27 2015
+++ pkgsrc/sysutils/pwgen/distinfo      Tue May 29 02:57:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 01:32:27 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/05/29 02:57:56 ginsbach Exp $
 
-SHA1 (pwgen-2.07.tar.gz) = 51180f9cd5530d79eea18b2443780dec4ec5ea43
-RMD160 (pwgen-2.07.tar.gz) = 0195dee7ba4fee1c16b896258de8d2154d82e355
-SHA512 (pwgen-2.07.tar.gz) = 9c56ff04ca2f6f60126608a25f395ddbc4a3ac59585a6f233c87d993b6388e30b1867d43a6bc5b0f9f1f4064b12ea450eac4f7c9ac2844707a99fad1bbd2664d
-Size (pwgen-2.07.tar.gz) = 53513 bytes
+SHA1 (pwgen-2.08.tar.gz) = 6406deba61297784888c2ec0c14e3c735a85a2b6
+RMD160 (pwgen-2.08.tar.gz) = 2a6550c8aebf570d7116deb28e927ad7f40ae55b
+SHA512 (pwgen-2.08.tar.gz) = 4a930dc7d4c58a4434209db30c54629d76fce57d0fd5767cd7894168bb1a5b85eaae6734a982b0f4e0640540c366ce27ad84860ff2c406dea3f5902b5bb54255
+Size (pwgen-2.08.tar.gz) = 54884 bytes



Home | Main Index | Thread Index | Old Index