mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
b3de49c53e
* 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: cy (maintainer) MFH: 2019Q4
12 lines
500 B
Plaintext
12 lines
500 B
Plaintext
--- 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
|