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

Collapse All | Expand All

(-)b/security/vuxml/vuln-2022.xml (+28 lines)
Lines 1-3 Link Here
1
  <vuln vid="df29c391-1046-11ed-a7ac-0800273f11ea">
2
    <topic>gitea -- multiple issues</topic>
3
    <affects>
4
      <package>
5
	<name>gitea</name>
6
	<range><lt>1.16.9</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/20334">
13
	  <p>Add write check for creating Commit status</p>
14
	</blockquote>
15
	<blockquote cite="https://github.com/go-gitea/gitea/pull/20196">
16
	  <p>Check for permission when fetching user controlled issues</p>
17
	</blockquote>
18
      </body>
19
    </description>
20
    <references>
21
      <url>https://github.com/go-gitea/gitea/releases/tag/v1.16.9</url>
22
    </references>
23
    <dates>
24
      <discovery>2022-07-12</discovery>
25
      <entry>2022-07-30</entry>
26
    </dates>
27
  </vuln>
28
1
  <vuln vid="4c26f668-0fd2-11ed-a83d-001b217b3468">
29
  <vuln vid="4c26f668-0fd2-11ed-a83d-001b217b3468">
2
    <topic>Gitlab -- multiple vulnerabilities</topic>
30
    <topic>Gitlab -- multiple vulnerabilities</topic>
3
    <affects>
31
    <affects>
(-)b/www/gitea/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	gitea
1
PORTNAME=	gitea
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.16.8
3
DISTVERSION=	1.16.9
4
PORTREVISION=	2
5
CATEGORIES=	www
4
CATEGORIES=	www
6
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
5
MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
7
DISTNAME=	gitea-src-${DISTVERSION}
6
DISTNAME=	gitea-src-${DISTVERSION}
(-)b/www/gitea/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1652939095
1
TIMESTAMP = 1659213503
2
SHA256 (gitea-src-1.16.8.tar.gz) = 5bf01b45f9c441f9d38d727cc1328414e4e5778ac5b01bc98979d82bc520a23d
2
SHA256 (gitea-src-1.16.9.tar.gz) = 2f13d8512c9149f0e51b0082d8814f10848fe30b1126c51bc22f45eecc5b30e1
3
SIZE (gitea-src-1.16.8.tar.gz) = 53659731
3
SIZE (gitea-src-1.16.9.tar.gz) = 53660093

Return to bug 265526