[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Findutils-patches] [PATCH 1/7] gnulib: update to latest
From: |
Bernhard Voelker |
Subject: |
[Findutils-patches] [PATCH 1/7] gnulib: update to latest |
Date: |
Tue, 24 Oct 2017 09:09:13 +0200 |
* bootstrap: Merge from gnulib/build-aux/.
* bootstrap.conf: Likewise.
---
bootstrap | 10 +++++-----
bootstrap.conf | 2 +-
gnulib | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/bootstrap b/bootstrap
index 932ff85..85b85c5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2017-01-09.19; # UTC
+scriptversion=2017-09-19.08; # UTC
# Bootstrap this package from checked-out sources.
@@ -17,7 +17,7 @@ scriptversion=2017-01-09.19; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Originally written by Paul Eggert. The canonical version of this
# script is maintained as build-aux/bootstrap in gnulib, however, to
@@ -141,7 +141,7 @@ po_download_command_format=\
# Fallback for downloading .po files (if rsync fails).
po_download_command_format2=\
"wget --mirror -nd -q -np -A.po -P '%s' \
- http://translationproject.org/latest/%s/";
+ https://translationproject.org/latest/%s/";
# Prefer a non-empty tarname (4th argument of AC_INIT if given), else
# fall back to the package name (1st argument with munging)
@@ -699,7 +699,7 @@ download_po_files() {
echo "$me: getting translations into $subdir for $domain..."
cmd=$(printf "$po_download_command_format" "$domain" "$subdir")
eval "$cmd" && return
- # Fallback to HTTP.
+ # Fallback to HTTPS.
cmd=$(printf "$po_download_command_format2" "$subdir" "$domain")
eval "$cmd"
}
@@ -792,7 +792,7 @@ symlink_to_dir()
# aren't confused into doing unnecessary builds. Conversely, if the
# existing symlink's timestamp is older than the source, make it afresh,
# so that broken tools aren't confused into skipping needed builds. See
- # <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
+ # <https://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00326.html>.
test -h "$dst" &&
src_ls=$(ls -diL "$src" 2>/dev/null) && set $src_ls && src_i=$1 &&
dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 &&
diff --git a/bootstrap.conf b/bootstrap.conf
index 07831aa..20691b4 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Automake requires that ChangeLog exists.
touch ChangeLog
diff --git a/gnulib b/gnulib
index f42d5af..6803dda 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit f42d5af5ba76970309c5704db1c229143043bcc0
+Subproject commit 6803dda53781f7da920f568a31610d41e5c3a351
--
2.1.4
- [Findutils-patches] [PATCH 0/7] Update gnulib, copyright years etc., Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 1/7] gnulib: update to latest,
Bernhard Voelker <=
- [Findutils-patches] [PATCH 3/7] maint: align copyright header line, Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 4/7] maint: add copyright header to more files, Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 5/7] doc: add copyright section to man pages, Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 6/7] all: prefer https:// URLs where possible, Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 2/7] maint: update copyright year number ranges, Bernhard Voelker, 2017/10/24
- [Findutils-patches] [PATCH 7/7] maint: run 'make -C po update-po', Bernhard Voelker, 2017/10/24