aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2023-07-17 12:44:17 -0400
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-20 20:38:13 +0200
commit6c85c5a1773d786ccdc375e34431488fbcdd88e0 (patch)
tree92262669e775c2498c1f50dc544d8a43c98940e5 /NEWS
parent3edca7f545d226bfbf553e676e22cbfec14adfe8 (diff)
downloadglibc-6c85c5a1773d786ccdc375e34431488fbcdd88e0.zip
glibc-6c85c5a1773d786ccdc375e34431488fbcdd88e0.tar.gz
glibc-6c85c5a1773d786ccdc375e34431488fbcdd88e0.tar.bz2
configure: Disable building libcrypt by default
We mentioned eventual dropping of libcrypt in the 2.28 NEWS. Actually put that plan in motion by first disabling building libcrypt by default. note in NEWS that the library will be dropped completely in a future release. Also add a couple of builds into build-many-glibcs.py. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f976abc..93f7d9f 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,11 @@ Major new features:
Deprecated and removed features, and other changes affecting compatibility:
+* libcrypt is no longer built by default, one may use the --enable-crypt
+ option to build libcrypt. libcrypt is likely to be removed from the
+ GNU C Library in a future release, so it is recommended that
+ applications port away from it to an alternative such as libxcrypt.
+
* In the Linux kernel for the hppa/parisc architecture some of the
MADV_XXX constants were changed to have the same values as the other
architectures. New programs compiled with this glibc version and which