aboutsummaryrefslogtreecommitdiff
path: root/security/cracklib/files/patch-util_Makefile.in
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-12-10 14:44:25 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-12-10 14:44:25 +0000
commit7c9d7523c6ff5df435c54ce75c79eb5e66bc3c9d (patch)
tree7ad37d8158cf8fbd3cbe5711af0fe81ba91999d0 /security/cracklib/files/patch-util_Makefile.in
parent469884765efe2df126f6242ed1b4c77df412a655 (diff)
downloadports-7c9d7523c6ff5df435c54ce75c79eb5e66bc3c9d.tar.gz
ports-7c9d7523c6ff5df435c54ce75c79eb5e66bc3c9d.zip
MFH: r519629
- Update to 2.9.7. This release fixes CVE-2016-6318. Excerpt from NEWS: * apply patch to fix CVE-2016-6318 Stack-based buffer overflow when parsing large GECOS field * fix a buffer overflow processing long words * historical research and updates to repository tags to correct history, and suggestions for new release process (Neustradamus) - Replace a local patch with an upstream patch. https://github.com/cracklib/cracklib/commit/a1379d0 - Apply a patch from the upstream to fix build. https://github.com/cracklib/cracklib/commit/77082c4 - OPTIONize NLS and add pkg-plist to appease portlint. Approved by: ports-secteam (miwi)
Notes
Notes: svn path=/branches/2019Q4/; revision=519673
Diffstat (limited to 'security/cracklib/files/patch-util_Makefile.in')
-rw-r--r--security/cracklib/files/patch-util_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cracklib/files/patch-util_Makefile.in b/security/cracklib/files/patch-util_Makefile.in
new file mode 100644
index 000000000000..dc8ddcf17189
--- /dev/null
+++ b/security/cracklib/files/patch-util_Makefile.in
@@ -0,0 +1,11 @@
+--- util/Makefile.in.orig 2019-03-03 17:51:38 UTC
++++ util/Makefile.in
+@@ -376,7 +376,7 @@ dist_sbin_SCRIPTS = create-cracklib-dict cracklib-form
+ LDADD = ../lib/libcrack.la
+ AM_CPPFLAGS = -I. -I.. -I$(top_srcdir)/lib '-DDEFAULT_CRACKLIB_DICT="$(DEFAULT_CRACKLIB_DICT)"' -Wall
+ cracklib_check_SOURCES = check.c
+-cracklib_check_LDADD = $(LDADD)
++cracklib_check_LDADD = $(LDADD) $(LTLIBINTL)
+ cracklib_packer_SOURCES = packer.c
+ cracklib_packer_LDADD = $(LDADD)
+ cracklib_unpacker_SOURCES = unpacker.c