forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all sourceware links to https. The website redirects everything to https anyway so let the web server do a bit less work. The only reference that remains unchanged is the one in the old ChangeLog, since it didn't seem worth changing it. * NEWS: Update sourceware link to https. * configure.ac: Likewise. * crypt/md5test-giant.c: Likewise. * dlfcn/bug-atexit1.c: Likewise. * dlfcn/bug-atexit2.c: Likewise. * localedata/README: Likewise. * malloc/tst-mallocfork.c: Likewise. * manual/install.texi: Likewise. * nptl/tst-pthread-getattr.c: Likewise. * stdio-common/tst-fgets.c: Likewise. * stdio-common/tst-fwrite.c: Likewise. * sunrpc/Makefile: Likewise. * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise. * wcsmbs/tst-mbrtowc2.c: Likewise. * configure: Regenerate. * INSTALL: Regenerate.
- Loading branch information
Showing
17 changed files
with
47 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2017-11-16 Siddhesh Poyarekar <[email protected]> | ||
|
||
* INSTALL: Update sourceware link to https. | ||
* NEWS: Likewise. | ||
* configure: Likewise. | ||
* configure.ac: Likewise. | ||
* crypt/md5test-giant.c: Likewise. | ||
* dlfcn/bug-atexit1.c: Likewise. | ||
* dlfcn/bug-atexit2.c: Likewise. | ||
* localedata/README: Likewise. | ||
* malloc/tst-mallocfork.c: Likewise. | ||
* manual/install.texi: Likewise. | ||
* nptl/tst-pthread-getattr.c: Likewise. | ||
* stdio-common/tst-fgets.c: Likewise. | ||
* stdio-common/tst-fwrite.c: Likewise. | ||
* sunrpc/Makefile: Likewise. | ||
* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Likewise. | ||
* wcsmbs/tst-mbrtowc2.c: Likewise. | ||
|
||
2017-11-15 Martin Sebor <[email protected]> | ||
|
||
* misc/sys/cdefs.h (__attribute_nonstring__): New macro. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for GNU C Library (see version.h). | ||
# | ||
# Report bugs to <http://sourceware.org/bugzilla/>. | ||
# Report bugs to <https://sourceware.org/bugzilla/>. | ||
# | ||
# | ||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | ||
|
@@ -266,7 +266,7 @@ fi | |
$as_echo "$0: be upgraded to zsh 4.3.4 or later." | ||
else | ||
$as_echo "$0: Please tell [email protected] and | ||
$0: http://sourceware.org/bugzilla/ about your system, | ||
$0: https://sourceware.org/bugzilla/ about your system, | ||
$0: including any error possibly output before this | ||
$0: message. Then install a modern shell, or manually run | ||
$0: the script under such a shell if you do have one." | ||
|
@@ -581,7 +581,7 @@ PACKAGE_NAME='GNU C Library' | |
PACKAGE_TARNAME='glibc' | ||
PACKAGE_VERSION='(see version.h)' | ||
PACKAGE_STRING='GNU C Library (see version.h)' | ||
PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/' | ||
PACKAGE_BUGREPORT='https://sourceware.org/bugzilla/' | ||
PACKAGE_URL='http://www.gnu.org/software/glibc/' | ||
|
||
ac_unique_file="include/features.h" | ||
|
@@ -1494,7 +1494,7 @@ Some influential environment variables: | |
Use these variables to override the choices made by `configure' or to help | ||
it to find libraries and programs with nonstandard names/locations. | ||
Report bugs to <http://sourceware.org/bugzilla/>. | ||
Report bugs to <https://sourceware.org/bugzilla/>. | ||
GNU C Library home page: <http://www.gnu.org/software/glibc/>. | ||
General help using GNU software: <http://www.gnu.org/gethelp/>. | ||
_ACEOF | ||
|
@@ -2188,12 +2188,12 @@ _ACEOF | |
|
||
# We require GCC, and by default use its preprocessor. Override AC_PROG_CPP | ||
# here to work around the Autoconf issue discussed in | ||
# <http://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>. | ||
# <https://sourceware.org/ml/libc-alpha/2013-01/msg00721.html>. | ||
# AC_PROG_CPP | ||
|
||
# We require GCC. Override _AC_PROG_CC_C89 here to work around the Autoconf | ||
# issue discussed in | ||
# <http://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>. | ||
# <https://sourceware.org/ml/libc-alpha/2013-01/msg00757.html>. | ||
|
||
|
||
|
||
|
@@ -7286,7 +7286,7 @@ $config_headers | |
Configuration commands: | ||
$config_commands | ||
Report bugs to <http://sourceware.org/bugzilla/>. | ||
Report bugs to <https://sourceware.org/bugzilla/>. | ||
GNU C Library home page: <http://www.gnu.org/software/glibc/>. | ||
General help using GNU software: <http://www.gnu.org/gethelp/>." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters