From 1a8a60ab7cfba3151a321c8d33bf8f4676601295 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 19 Dec 2021 18:50:53 -0300 Subject: [PATCH] Upgraded to GCC 10-20211217 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-20211210.tar.xz.sha256 | 1 - sources/gcc-10-20211217.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-20211210.tar.xz.sha256 create mode 100644 sources/gcc-10-20211217.tar.xz.sha256 diff --git a/recipes/devel/gcc/recipe b/recipes/devel/gcc/recipe index 8274b409..f382119c 100644 --- a/recipes/devel/gcc/recipe +++ b/recipes/devel/gcc/recipe @@ -18,7 +18,7 @@ set -e program=gcc -version=10-20211210 +version=10-20211217 release=1 # Define a category for the output of the package name diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 891ab9e7..25954d88 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-20211210/gcc-10-20211210.tar.xz +https://mirror.marwan.ma/gcc/snapshots/10-20211217/gcc-10-20211217.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-20211210.tar.xz.sha256 b/sources/gcc-10-20211210.tar.xz.sha256 deleted file mode 100644 index 3cdbeeb3..00000000 --- a/sources/gcc-10-20211210.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -4a5de40362d73a0022d897f4260dac929568e5c64ad6f6138dec016b09fa821c gcc-10-20211210.tar.xz diff --git a/sources/gcc-10-20211217.tar.xz.sha256 b/sources/gcc-10-20211217.tar.xz.sha256 new file mode 100644 index 00000000..98e68d62 --- /dev/null +++ b/sources/gcc-10-20211217.tar.xz.sha256 @@ -0,0 +1 @@ +2fbc60bd75ca4a13fa18b976a31a10bd0f8a74204cbd1823f13c01f69f7572a6 gcc-10-20211217.tar.xz diff --git a/stages/0/03-gcc-static b/stages/0/03-gcc-static index 7778e390..c6ba82cb 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-20211210 +version=10-20211217 # Prerequisites gmp_version=6.2.1 diff --git a/stages/0/05-gcc-final b/stages/0/05-gcc-final index a29aac86..233ee3c7 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-20211210 +version=10-20211217 # Prerequisites gmp_version=6.2.1 diff --git a/stages/1/06-gcc b/stages/1/06-gcc index f80eec02..2ff3a293 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-20211210 +version=10-20211217 # Prerequisites gmp_version=6.2.1 -- 2.11.4.GIT