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

Collapse All | Expand All

(-)b/security/vuxml/vuln-2021.xml (+33 lines)
Lines 1-3 Link Here
1
  <vuln vid="d3180f02-031e-11ec-875f-0800273f11ea">
2
    <topic>gitea -- multiple vulnerabilities</topic>
3
    <affects>
4
      <package>
5
	<name>gitea</name>
6
	<range><lt>1.15.0</lt></range>
7
      </package>
8
    </affects>
9
    <description>
10
      <body xmlns="http://www.w3.org/1999/xhtml">
11
	<p>The Gitea Team reports for release 1.15.0:</p>
12
	<blockquote cite="https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/">
13
	  <ul>
14
	    <li>Encrypt LDAP bind password in db with SECRET_KEY (#15547)</li>
15
	    <li>Remove random password in Dockerfiles (#15362)</li>
16
	    <li>Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606)</li>
17
	    <li>Correctly create of git-daemon-export-ok files (#16508) (#16514)</li>
18
	    <li>Don't show private user's repo in explore view (#16550) (#16554)</li>
19
	    <li>Update node tar dependency to 6.1.6 (#16622) (#16623)</li>
20
	  </ul>
21
	</blockquote>
22
      </body>
23
    </description>
24
    <references>
25
      <url>https://github.com/go-gitea/gitea/releases/tag/v1.15.0</url>
26
      <freebsdpr>ports/257994</freebsdpr>
27
    </references>
28
    <dates>
29
      <discovery>2021-04-29</discovery>
30
      <entry>2021-08-22</entry>
31
    </dates>
32
  </vuln>
33
1
  <vuln vid="733afd81-01cf-11ec-aec9-0800273f11ea">
34
  <vuln vid="733afd81-01cf-11ec-aec9-0800273f11ea">
2
    <topic>gitea -- multiple vulnerabilities</topic>
35
    <topic>gitea -- multiple vulnerabilities</topic>
3
    <affects>
36
    <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.14.6
3
DISTVERSION=	1.15.0
4
CATEGORIES=	www
4
CATEGORIES=	www
5
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}/
6
DISTNAME=	gitea-src-${DISTVERSION}
6
DISTNAME=	gitea-src-${DISTVERSION}
(-)b/www/gitea/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1629474979
1
TIMESTAMP = 1629616193
2
SHA256 (gitea-src-1.14.6.tar.gz) = 208a0e26569f303e8a83c65d7b72dca0af7b3ca2e6a8e50c40dde798882a7b5a
2
SHA256 (gitea-src-1.15.0.tar.gz) = 5aee6bb55a10aa5ff45d692ccd83aa138409c4a518fc2b02a668e4681f84e877
3
SIZE (gitea-src-1.14.6.tar.gz) = 117871468
3
SIZE (gitea-src-1.15.0.tar.gz) = 48537339
(-)b/www/gitea/pkg-message (+8 lines)
Lines 9-12 app.ini.sample), or allow Gitea to make the change for you by making the Link Here
9
config file writable to the git user.
9
config file writable to the git user.
10
EOM
10
EOM
11
}
11
}
12
{ type: upgrade
13
  maximum_version: 1.15.0
14
  message: <<EOM
15
Some config file options have been changed in Gitea 1.15. Please refer to
16
the documentation at https://docs.gitea.io/en-us/customizing-gitea/ and
17
the release notes.
18
EOM
19
}
12
]
20
]

Return to bug 257994