freebsd-ports/security/cracklib/files/patch-util__cracklib-format
Cy Schubert 098a06a073 Update 2.9.4 --> 2.9.6
Distfile has been moved from sourceforge to github.

Generate dictionary from github hosted word dictionary file instead of
in port.
2016-02-05 07:05:11 +00:00

10 lines
325 B
Text

--- util/cracklib-format.orig 2015-08-18 11:41:16.000000000 -0700
+++ util/cracklib-format 2016-02-04 21:05:17.397847600 -0800
@@ -3,6 +3,7 @@
# This preprocesses a set of word lists into a suitable form for input
# into cracklib-packer
#
+unset LANG
gzip -cdf "$@" |
grep -v '^\(#\|$\)' |
tr '[A-Z]' '[a-z]' |