New commits:
commit 72170a9adea34dd46d2033d1e640db6d7dd1624b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/glibc: version 2.29, SECURITY_PATCH++
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index be54e2b..29237d7 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -29,7 +29,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE_URL="git://sourceware.org/git/glibc.git:$SPELL-git"
SOURCE_IGNORE=volatile
else
- VERSION=2.28
+ VERSION=2.29
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2=$SOURCE.sig
@@ -37,8 +37,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=glibc.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
- SECURITY_PATCH=12
- PATCHLEVEL=1
+ SECURITY_PATCH=13
fi
if [[ $GLIBC_SANITIZE_HEADERS == n ]]; then
HEADERS_VERSION=4.14.69
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 697d26c..35bf6be 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,5 +1,10 @@
+2019-01-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.29, SECURITY_PATCH++,
+ (CVE-2018-19591, CVE-2019-6488, CVE-2016-10739)
+ * PRE_BUILD: fixed indirect expansion error, some tidying up
+
2019-01-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: delete gnupg
+ * DEPENDS: delete gnupg