summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-22 02:48:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-22 02:48:47 +0000
commit34befccb73aa1f8331380b9d8dbe9616b1a2f0fc (patch)
treeb9fb1cfc7a7b4a8be3728adf4ae8913b84e68261 /app-admin/pwgen/files
parentmake --secure more secure (diff)
downloadhistorical-34befccb73aa1f8331380b9d8dbe9616b1a2f0fc.tar.gz
historical-34befccb73aa1f8331380b9d8dbe9616b1a2f0fc.tar.bz2
historical-34befccb73aa1f8331380b9d8dbe9616b1a2f0fc.zip
make --secure more secure
Diffstat (limited to 'app-admin/pwgen/files')
-rw-r--r--app-admin/pwgen/files/digest-pwgen-2.03-r11
-rw-r--r--app-admin/pwgen/files/pwgen-2.03-addl_pw_chars.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/pwgen/files/digest-pwgen-2.03-r1 b/app-admin/pwgen/files/digest-pwgen-2.03-r1
new file mode 100644
index 000000000000..e1b14250f17d
--- /dev/null
+++ b/app-admin/pwgen/files/digest-pwgen-2.03-r1
@@ -0,0 +1 @@
+MD5 1a73657a0a10f3c3d00933036369e702 pwgen-2.03.tar.gz 23367
diff --git a/app-admin/pwgen/files/pwgen-2.03-addl_pw_chars.patch b/app-admin/pwgen/files/pwgen-2.03-addl_pw_chars.patch
new file mode 100644
index 000000000000..457aa2a362e6
--- /dev/null
+++ b/app-admin/pwgen/files/pwgen-2.03-addl_pw_chars.patch
@@ -0,0 +1,11 @@
+--- pwgen-2.03/pw_rand.orig.c 2003-09-14 20:29:50.000000000 +0100
++++ pwgen-2.03/pw_rand.c 2003-09-14 20:31:07.000000000 +0100
+@@ -11,7 +11,7 @@
+ #include <string.h>
+ #include "pwgen.h"
+
+-#define PW_CHARS "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
++#define PW_CHARS "!@#$%^&*()-_=+|<>?][{}0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
+
+ void pw_rand(char *buf, int size, int pw_flags)
+ {