Date: Mon, 13 Dec 2004 13:50:02 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/bin/ed Makefile src/etc/defaults make.conf src/lib Makefile src/lib/libcrypt Makefile src/lib/libfetch Makefile src/lib/libpam/modules/pam_kerberosIV... Message-ID: <200412131350.iBDDo3AC047115@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2004-12-13 13:50:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
. Makefile.inc1
bin/ed Makefile
etc/defaults make.conf
lib Makefile
lib/libcrypt Makefile
lib/libfetch Makefile
lib/libpam/modules/pam_kerberosIV Makefile
libexec Makefile
release/picobsd/dial crunch.conf
release/picobsd/isp crunch.conf
release/picobsd/net crunch.conf
release/picobsd/router crunch.conf
share/man/man5 make.conf.5
usr.bin Makefile
usr.bin/fetch Makefile
usr.sbin/pkg_install Makefile
usr.sbin/pkg_install/add Makefile
usr.sbin/pkg_install/info Makefile
usr.sbin/pkg_install/version Makefile
usr.sbin/ppp Makefile
usr.sbin/pppd Makefile
usr.sbin/sendmail Makefile
usr.sbin/tcpdump/tcpdump Makefile
Log:
MFC:
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36
Retire the useless NOSECURE knob.
The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.
Discussed with: ru (some months ago)
Reviewed by: ru (some months ago)
Approved by: markm (telnet and secure bits, some months ago), kensmith (re)
Revision Changes Path
1.141.2.69 +2 -3 src/Makefile.inc1
1.18.2.2 +1 -1 src/bin/ed/Makefile
1.97.2.85 +0 -1 src/etc/defaults/make.conf
1.107.2.17 +1 -1 src/lib/Makefile
1.24.2.5 +2 -2 src/lib/libcrypt/Makefile
1.14.2.6 +1 -1 src/lib/libfetch/Makefile
1.5.2.5 +0 -2 src/lib/libpam/modules/pam_kerberosIV/Makefile
1.42.2.6 +1 -1 src/libexec/Makefile
1.1.2.5 +2 -2 src/release/picobsd/dial/crunch.conf
1.1.2.5 +2 -2 src/release/picobsd/isp/crunch.conf
1.1.2.5 +2 -2 src/release/picobsd/net/crunch.conf
1.1.2.4 +2 -2 src/release/picobsd/router/crunch.conf
1.12.2.37 +0 -5 src/share/man/man5/make.conf.5
1.144.2.20 +1 -1 src/usr.bin/Makefile
1.3.6.5 +1 -1 src/usr.bin/fetch/Makefile
1.5.2.8 +1 -1 src/usr.sbin/pkg_install/Makefile
1.11.2.6 +1 -1 src/usr.sbin/pkg_install/add/Makefile
1.11.2.6 +1 -1 src/usr.sbin/pkg_install/info/Makefile
1.5.2.7 +1 -1 src/usr.sbin/pkg_install/version/Makefile
1.73.2.9 +2 -2 src/usr.sbin/ppp/Makefile
1.19.2.3 +2 -2 src/usr.sbin/pppd/Makefile
1.15.2.17 +2 -3 src/usr.sbin/sendmail/Makefile
1.25.2.7 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412131350.iBDDo3AC047115>
