From 51db1b63110e0617da83360a0ddf16afcb9b3a89 Mon Sep 17 00:00:00 2001 From: EndMove Date: Fri, 20 Jan 2023 14:49:30 +0100 Subject: [PATCH] Fixing security flaw by updating to Gitea 1.18.2 --- CONTROL/changelog.txt | 4 ++++ CONTROL/config.json | 2 +- CONTROL/description-fr.txt | 2 +- CONTROL/description.txt | 2 +- README.md | 2 +- gitea_version | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTROL/changelog.txt b/CONTROL/changelog.txt index a5d2bc4..59160b7 100644 --- a/CONTROL/changelog.txt +++ b/CONTROL/changelog.txt @@ -1,3 +1,7 @@ +Version: 1.18.2.r01 [CRITICAL UPDATE] +- Update Gitea to 1.18.2, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.18.2). +- Fix critical security flaw in Git. + Version: 1.18.1.r01 - Update Gitea to 1.18.1, release notes (https://github.com/go-gitea/gitea/releases/tag/v1.18.1). diff --git a/CONTROL/config.json b/CONTROL/config.json index 6675459..2e4ff48 100644 --- a/CONTROL/config.json +++ b/CONTROL/config.json @@ -2,7 +2,7 @@ "general":{ "package":"gitea-docker", "name":"Gitea", - "version":"1.18.1.r01", + "version":"1.18.2.r01", "depends":[ "docker-ce(>=20.10.17.r1)" ], diff --git a/CONTROL/description-fr.txt b/CONTROL/description-fr.txt index f183355..462e396 100644 --- a/CONTROL/description-fr.txt +++ b/CONTROL/description-fr.txt @@ -1,5 +1,5 @@ Gitea est une solution Opensource d'hébergement de code léger et rapide écrite en Go. Elle est publiée sous la licence MIT. -Version actuelle de Gitea : 1.18.1 - Fonctionne avec une connexion HTTPS. +Version actuelle de Gitea : 1.18.2 - Fonctionne avec une connexion HTTPS. [INFORMATION] diff --git a/CONTROL/description.txt b/CONTROL/description.txt index a0732e8..2c3344b 100644 --- a/CONTROL/description.txt +++ b/CONTROL/description.txt @@ -1,5 +1,5 @@ Gitea is an Opensource solution for lightweight and fast code hosting written in Go. It is published under the MIT license. -Gitea current version: 1.18.1 - Work with an HTTPS connection. +Gitea current version: 1.18.2 - Work with an HTTPS connection. [INFORMATION] diff --git a/README.md b/README.md index 943a97e..51c7b20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gitea-adm -__Gitea version__: _`1.18.1`_ +__Gitea version__: _`1.18.2`_ ![GitHub license](https://img.shields.io/badge/license-GPL--3.0-%23fe7d37) ![GitHub last commit](https://img.shields.io/github/last-commit/EndMove/gitea-adm) diff --git a/gitea_version b/gitea_version index 5ce8b39..753029c 100644 --- a/gitea_version +++ b/gitea_version @@ -1 +1 @@ -1.18.1 \ No newline at end of file +1.18.2 \ No newline at end of file