From 19da580b02080bb565cd24278b2ea414d9f33ea1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Fri, 31 Dec 2021 18:33:21 -0300 Subject: [PATCH] GCC upgraded to snapshot 10-20211224 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/devel/gcc/recipe | 2 +- sources/SOURCELIST.txt | 2 +- sources/gcc-10-20211217.tar.xz.sha256 | 1 - sources/gcc-10-20211224.tar.xz.sha256 | 1 + stages/0/03-gcc-static | 2 +- stages/0/05-gcc-final | 2 +- stages/1/06-gcc | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sources/gcc-10-20211217.tar.xz.sha256 create mode 100644 sources/gcc-10-20211224.tar.xz.sha256 diff --git a/recipes/devel/gcc/recipe b/recipes/devel/gcc/recipe index f382119c..bb04f52b 100644 --- a/recipes/devel/gcc/recipe +++ b/recipes/devel/gcc/recipe @@ -18,7 +18,7 @@ set -e program=gcc -version=10-20211217 +version=10-20211224 release=1 # Define a category for the output of the package name diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 25954d88..37912eb3 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -242,7 +242,7 @@ https://linux-libre.fsfla.org/pub/linux-libre/releases/5.10.56-gnu/linux-libre-5 https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.28.tar.xz https://luarocks.github.io/luarocks/releases/luarocks-3.5.0.tar.gz https://mirror.fsf.org/dragora/v3/sources/bzip2-1.0.6.tar.gz -https://mirror.marwan.ma/gcc/snapshots/10-20211217/gcc-10-20211217.tar.xz +https://mirror.marwan.ma/gcc/snapshots/10-20211224/gcc-10-20211224.tar.xz https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.gz https://mirrors.edge.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.13.1.tar.gz https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.60.tar.gz diff --git a/sources/gcc-10-20211217.tar.xz.sha256 b/sources/gcc-10-20211217.tar.xz.sha256 deleted file mode 100644 index 98e68d62..00000000 --- a/sources/gcc-10-20211217.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -2fbc60bd75ca4a13fa18b976a31a10bd0f8a74204cbd1823f13c01f69f7572a6 gcc-10-20211217.tar.xz diff --git a/sources/gcc-10-20211224.tar.xz.sha256 b/sources/gcc-10-20211224.tar.xz.sha256 new file mode 100644 index 00000000..856d9c56 --- /dev/null +++ b/sources/gcc-10-20211224.tar.xz.sha256 @@ -0,0 +1 @@ +801aff2d0d43ad81f308adfe60f7984c85c5393fe40188bb2af2ae1f969afbf3 gcc-10-20211224.tar.xz diff --git a/stages/0/03-gcc-static b/stages/0/03-gcc-static index c6ba82cb..1a5f7f64 100755 --- a/stages/0/03-gcc-static +++ b/stages/0/03-gcc-static @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=10-20211217 +version=10-20211224 # Prerequisites gmp_version=6.2.1 diff --git a/stages/0/05-gcc-final b/stages/0/05-gcc-final index 233ee3c7..1dd98909 100755 --- a/stages/0/05-gcc-final +++ b/stages/0/05-gcc-final @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=10-20211217 +version=10-20211224 # Prerequisites gmp_version=6.2.1 diff --git a/stages/1/06-gcc b/stages/1/06-gcc index 2ff3a293..e99fa428 100755 --- a/stages/1/06-gcc +++ b/stages/1/06-gcc @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version=10-20211217 +version=10-20211224 # Prerequisites gmp_version=6.2.1 -- 2.11.4.GIT