From 4732be40c53763e3f25552a1ae4a4acd58f5f318 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 11 Jul 2013 05:07:16 -0600 Subject: [PATCH] maint: update to latest gnulib Future patches need LGPLv2+ versions of some modules that had recent license changes; but separating the gnulib update from the actual use of the modules makes it easier to backport to an older version while avoiding a submodule update (assuming, of course, that the backport is to a system where glibc provides adequate functionaliy without needing the gnulib module). * .gnulib: Update to latest, for modules needed in later patches. Signed-off-by: Eric Blake (cherry picked from commit 7961ad21077684d758fe32baa09bac5316840ea7) --- .gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index b72ff2a45e..da8d59ee79 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit b72ff2a45efde544c406804186d37a3254728571 +Subproject commit da8d59ee79138b85daee1ad5b22ea12e4fb6ce47 -- GitLab