View | Details | Raw Unified | Return to bug 263684 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/vuxml/vuln-2022.xml (+24 lines)
Lines 1-3 Link Here
1
  <vuln vid="2d878fa4-ca39-11ec-a6b2-0800273f11ea">
2
    <topic>gitea -- Escape git fetch remote</topic>
3
    <affects>
4
      <package>
5
	<name>gitea</name>
6
	<range><lt>1.16.7</lt></range>
7
      </package>
8
    </affects>
9
    <description>
10
      <body xmlns="http://www.w3.org/1999/xhtml">
11
	<p>The Gitea team reports:</p>
12
	<blockquote cite="https://github.com/go-gitea/gitea/pull/19487">
13
	  <p>
14
	    Escape git fetch remote
15
	  </p>
16
	</blockquote>
17
      </body>
18
    </description>
19
    <dates>
20
      <discovery>2022-04-25</discovery>
21
      <entry>2022-05-02</entry>
22
    </dates>
23
  </vuln>
24
1
  <vuln vid="61bce714-ca0c-11ec-9cfc-10c37b4ac2ea">
25
  <vuln vid="61bce714-ca0c-11ec-9cfc-10c37b4ac2ea">
2
    <topic>go -- multiple vulnerabilities</topic>
26
    <topic>go -- multiple vulnerabilities</topic>
3
    <affects>
27
    <affects>
(-)b/www/gitea/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	gitea
1
PORTNAME=	gitea
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.16.5
3
DISTVERSION=	1.16.7
4
PORTREVISION=	1
4
PORTREVISION=	1
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
6
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
(-)b/www/gitea/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1648587951
1
TIMESTAMP = 1651510524
2
SHA256 (gitea-src-1.16.5.tar.gz) = d9aab2e8357ca1a22eaffb328356e4e355a8f851a4de6fb4e7eb54ca80f0187b
2
SHA256 (gitea-src-1.16.7.tar.gz) = 51599b16d1c2e16dd617e0e9b5d1cc314a1ef141394d582833d411b9ccd2ac48
3
SIZE (gitea-src-1.16.5.tar.gz) = 53178954
3
SIZE (gitea-src-1.16.7.tar.gz) = 53657579

Return to bug 263684