Commit Graph

495302 Commits

Author SHA1 Message Date
Jan Beich
70119a3092 MFH: r529287
emulators/citra: update to s20200326

Changes:	480d3aaf1...5dbf334ef
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-03-28 00:04:32 +00:00
Wen Heping
6a9911f330 MFH: r529245
- Update mediawiki to 1.31.7, 1.33.3 and 1.34.1
  (security releases)

Approved by:	ports-secteam@(joneum@)
2020-03-27 23:47:04 +00:00
Jochen Neumeister
1e59d33d93 MFH: r529192
Update to 5.0.2

Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/

Security:	97fcc60a-6ec0-11ea-a84a-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-26 14:48:31 +00:00
Jochen Neumeister
6bd227dacc MFH: r529191
Update to 4.9.5

Changelog: https://www.phpmyadmin.net/news/2020/3/21/phpmyadmin-495-and-502-are-released/

Security:	97fcc60a-6ec0-11ea-a84a-4c72b94353b5
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-26 14:47:31 +00:00
Jan Beich
4b20f6cd60 MFH: r529156
emulators/citra: update to s20200325

Changes:	37384174d...480d3aaf1
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-03-26 00:35:12 +00:00
Jan Beich
2eef7fe6f8 MFH: r529155
www/firefox: backport fix for a warning after r527804

JavaScript error: resource:///modules/BrowserGlue.jsm, line 2210: TypeError: Services.profiler is undefined

Approved by:	ports-secteam blanket
2020-03-26 00:29:51 +00:00
Li-Wen Hsu
961c1dbb54 MFH: r529117
- Update to 2.204.6

Approved by:	swils (maintainer, implicitly)
Security:	5bf6ed6d-9002-4f43-ad63-458f59e45384
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi, implicitly)
2020-03-25 18:39:48 +00:00
Li-Wen Hsu
06656d16d6 MFH: r529116
- Update to 2.228

Security:	5bf6ed6d-9002-4f43-ad63-458f59e45384
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi, implicitly)
2020-03-25 18:36:27 +00:00
Torsten Zuehlsdorff
4b71035cd9 MFH: r529014
lang/php74: Update from 7.4.3 to 7.4.4

Changelog:

    Core:
        Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066)
        Fixed bug #79244 (php crashes during parsing INI file).
        Fixed bug #63206 (restore_error_handler does not restore previous errors mask).
    COM:
        Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location).
        Fixed bug #79242 (COM error constants don't match com_exception codes on x86).
        Fixed bug #79247 (Garbage collecting variant objects segfaults).
        Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception).
        Fixed bug #79299 (com_print_typeinfo prints duplicate variables).
        Fixed bug #79332 (php_istreams are never freed).
        Fixed bug #79333 (com_print_typeinfo() leaks memory).
    CURL:
        Fixed bug #79019 (Copied cURL handles upload empty file).
        Fixed bug #79013 (Content-Length missing when posting a curlFile with curl).
    DOM:
        Fixed bug #77569: (Write Access Violation in DomImplementation).
        Fixed bug #79271 (DOMDocumentType::$childNodes is NULL).
    Enchant:
        Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
    EXIF:
        Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064).
    Fileinfo:
        Fixed bug #79283 (Segfault in libmagic patch contains a buffer overflow).
    FPM:
        Fixed bug #77653 (operator displayed instead of the real error message).
        Fixed bug #79014 (PHP-FPM & Primary script unknown).
    MBstring:
        Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full) (CVE-2020-7065).
    MySQLi:
        Fixed bug #64032 (mysqli reports different client_version).
    MySQLnd:
        Implemented FR #79275 (Support auth_plugin_caching_sha2_password on Windows).
    Opcache:
        Fixed bug #79252 (preloading causes php-fpm to segfault during exit).
    PCRE:
        Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode).
        Fixed bug #79241 (Segmentation fault on preg_match()).
        Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even if not matched).
    PDO_ODBC:
        Fixed bug #79038 (PDOStatement::nextRowset() leaks column values).
    Reflection:
        Fixed bug #79062 (Property with heredoc default value returns false for getDocComment).
    SQLite3:
        Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()).
    Standard:
        Fixed bug #79254 (getenv() w/o arguments not showing changes).
        Fixed bug #79265 (Improper injection of Host header when using fopen for http requests).
    Zip:
        Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length parameters).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.4

Sponsored by:	PHP Update Service

Approved by:	ports-secteam (joneum)
2020-03-25 11:22:19 +00:00
Torsten Zuehlsdorff
d7b1ed0570 MFH: r529012
lang/php73: Update from 7.3.15 to 7.3.16

Changelog:

    Core:
        Fixed bug #63206 (restore_error_handler does not restore previous errors mask).
    COM:
        Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location).
        Fixed bug #79242 (COM error constants don't match com_exception codes on x86).
        Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception).
        Fixed bug #79299 (com_print_typeinfo prints duplicate variables).
        Fixed bug #79332 (php_istreams are never freed).
        Fixed bug #79333 (com_print_typeinfo() leaks memory).
    DOM:
        Fixed bug #77569: (Write Access Violation in DomImplementation).
        Fixed bug #79271 (DOMDocumentType::$childNodes is NULL).
    Enchant:
        Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
    EXIF:
        Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
    MBstring:
        Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full). (CVE-2020-7065)
    MySQLi:
        Fixed bug #64032 (mysqli reports different client_version).
    PCRE:
        Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode).
    PDO_ODBC:
        Fixed bug #79038 (PDOStatement::nextRowset() leaks column values).
    Reflection:
        Fixed bug #79062 (Property with heredoc default value returns false for getDocComment).
    SQLite3:
        Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()).
    Standard:
        Fixed bug #79329 (get_headers() silently truncates after a null byte). (CVE-2020-7066)
        Fixed bug #79254 (getenv() w/o arguments not showing changes).
        Fixed bug #79265 (Improper injection of Host header when using fopen for http requests).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.16

Sponsored by:	PHP Update Service

Approved by:	ports-secteam (joneum)
2020-03-25 11:19:09 +00:00
Torsten Zuehlsdorff
69c1fd1645 MFH: r529011
lang/php72: Update from 7.2.28 to 7.2.29

Changelog:

    Core:
        Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) (cmb)
    EXIF:
        Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064) (Nikita)

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.29

Sponsored by:	PHP Update Service

Approved by:	ports-secteam (joneum)
2020-03-25 11:15:56 +00:00
Cy Schubert
ac6313a477 MFH: r529056
Unbreak by making fetchable again. This necessitates updating from
3.3.0 to 3.3.3 in order to make fetchable again.

Assume maintainership.

PR:		244998
Submitted by:	cy
Reported by:	cy
Approved by:	maintainer (Adam McDougall <mcdouga9 at egr.msu.edu>)
Approved by:	portmgr (joneum)
2020-03-24 19:53:21 +00:00
Bernard Spil
3c2dbc1701 MFH: r523571 r525962 r528407 r529009
www/nextcloud: Update to 18.0.0

www/nextcloud: Update to 18.0.1

www/nextcloud: Update to 18.0.2

www/nextcloud: Security update to 18.0.3

 - Further vuln info not yet disclosed

PR:		245016
Reported by:	Marko Cupac <marko cupac mimar rs>

Approved by:	ports-secteam (joneum)
2020-03-24 10:49:35 +00:00
Thomas Zander
5a589c5ab4 MFH: r529027
Update to upstream release 0.21.21

Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.21/NEWS

Approved by:	ports-secteam(riggs)
2020-03-24 06:08:53 +00:00
Mark Felder
5d5f559c78 MFH: r528974
net-p2p/sonarr: Update to 2.0.0.5344

Approved by:	portmgr (blanket)
2020-03-23 14:30:15 +00:00
Thomas Zander
d4e7248546 MFH: r528940
Update to upstream release 1.7.22

Details:
- Bug- and doc fixes, see
  https://github.com/containous/traefik/releases/tag/v1.7.22

Approved by:	ports-secteam (riggs)
2020-03-22 22:24:00 +00:00
Antoine Brodin
6d0763bebb MFH: r528170
Mark BROKEN: fails to build

../include/pbcopper/json/internal/json.hpp:1229:9: error: static_assert failed due to requirement 'sizeof(nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>) == 0' "could not find from_json() method in T's namespace"
        static_assert(sizeof(BasicJsonType) == 0,
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2020-03-22 09:03:58 +00:00
Kai Knoblich
4d9aad2f71 MFH: r524970 r528846
games/scummvm: Unbreak build with FLUIDSYNTH=on

games/scummvm: Update to 2.1.1

Clean-up some stage QA warnings/issues while I'm here:

* Fix pkg-plist issues if the MP3 option is set to off.

* Add "iconv" to USES as scummvm is linked against libiconv.so.

* Also add "--disable-ogg" to VORBIS_CONFIGURE_OFF if the VORBIS option is
  set to off.  Otherwise scummvm is linked against "libogg.so" which is a
  dependency of the VORBIS option but "libogg.so" is already pulled in via
  the non-conditional "libtheoradec.so".

Changelog:

https://www.scummvm.org/news/20200131/

PR:		244272
Approved by:	maintainer timeout (4+ weeks)

Approved by:	ports-secteam build/bugfix blanket
2020-03-21 11:01:45 +00:00
Adam Weinberger
3aa897e008 MFH: r528732
gitea: Remove test that snuck in (no functional change)

Approved by:	portmgr (with hat)
2020-03-19 16:24:05 +00:00
Adam Weinberger
9062b34334 MFH: r528631 r528729
www/gitea: Use OPTIONS_SUB

gitea: Update to 1.11.3

This release fixes three bugs.

Release notes: https://blog.gitea.io/2020/03/gitea-1.11.3-and-1.10.6-released/

Also fix LDFLAGS so that the version number (among other things) is built into
the binary correctly, and make the regexp used in the Makefile work with
bsdgrep (both thanks to adamw).

Will MFH due to bsdgrep build failure and stopwatch panic fix.

PR:		244898
Submitted by:	maintainer

Approved by:	portmgr (with hat)
2020-03-19 16:18:47 +00:00
Yuri Victorovich
bbd40a75e5 MFH: r528658
security/tor-devel: Update 0.4.3.2 -> 0.4.3.3

Bugfix release: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.3.3-alpha

Reported by:	upstream notification

Approved by:	ports-secteam
2020-03-19 07:45:26 +00:00
Yuri Victorovich
f23e062e85 MFH: r528657
security/tor: Update 0.4.2.6 -> 0.4.2.7

Bugfix release: https://gitweb.torproject.org/tor.git/tree/ChangeLog?h=tor-0.4.2.7

Reported by:	upstream notification

Approved by:	ports-secteam
2020-03-19 07:36:55 +00:00
Jan Beich
f917261a54 MFH: r528676 r528679
emulators/citra: update to s20200317

Changes:	ad3c464e2...37384174d
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-03-19 00:41:20 +00:00
Kubilay Kocak
87cfa30686 MFH: r528630 www/py-bleach: Update to 3.1.3
Changelog:

  https://github.com/mozilla/bleach/blob/v3.1.3/CHANGES

Security:	3d19c776-68e7-11ea-91db-0050562a4d7b

Approved by:	ports-secteam (joneum)
2020-03-18 08:07:56 +00:00
Kyle Evans
68e0c8c52a MFH: r528547
sysutils/u-boot-rpi{3,4}: Add patch to fix PSCI stub reservation

For the traditional spin table setup, only the lowest page needs
to be reserved.  However, our PSCI stubs are slightly bigger and occupy
a little over one page.  These patches, already sent upstream, allow a
variable number of initial pages to be reserved for the SMP stubs.  We
then set the values for these in our fragment to '2' to reserve the first
and second page.

Approved by:	koobs (mentor)
Approved by:	manu (uboot, maintainer)
Differential Revision:	https://reviews.freebsd.org/D24085

Approved by:	ports-secteam (joneum)
2020-03-18 01:58:08 +00:00
Kubilay Kocak
bab5719cdd MFH: r528619 devel/py-virtualenvwrapper: Fix virtualenvwrapper_lazy.sh wrapper
Fix the virtualenvwrapper_lazy.sh wrapper to invoke the Python
versions-specific virtualenvwrapper.sh script that the port/package was
built with, preventing the following error:

  ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh

While I'm here:

  - Update pkg-descr WWW: URL to match setup.py:homepage
  - Update COMMENT to match setup.py:summary

Approved by:	portmgr (blanket: ports (python) compliance, run-time bugfix)

Approved by:	ports-secteam (blanket: ports (python) compliance, run-time bugfix)
2020-03-18 00:51:59 +00:00
Craig Leres
f57f99ffdc MFH: r528508
security/bro: Update to 3.0.3 and address a number of potential
denial of service issues:

   https://github.com/zeek/zeek/releases/tag/v3.0.2
   https://github.com/zeek/zeek/releases/tag/v3.0.3

 - Potential Denial of Service due to memory leak in DNS TSIG message
   parsing.

 - Potential Denial of Service due to memory leak (or assertion
   when compiling with assertions enabled) when receiving a second
   SSH KEX message after a first.

 - Potential Denial of Service due to buffer read overflow and/or
   memory leaks in Kerberos analyzer.  The buffer read overflow
   could occur when the Kerberos message indicates it contains an
   IPv6 address, but does not send enough data to parse out a full
   IPv6 address.  A memory leak could occur when processing KRB_KDC_REQ
   KRB_KDC_REP messages for message types that do not match a
   known/expected type.

 - Potential Denial of Service when sending many zero-length SSL/TLS
   certificate data.  Such messages underwent the full Zeek file
   analysis treatment which is expensive (and meaninguless here)
   compared to how cheaply one can "create" or otherwise indicate
   many zero-length contained in an SSL message.

 - Potential Denial of Service due to buffer read overflow in SMB
   transaction data string handling.  The length of strings being
   parsed from SMB messages was trusted to be whatever the message
   claimed instead of the actual length of data found in the message.

 - Potential Denial of Service due to null pointer dereference in
   FTP ADAT Base64 decoding.

 - Potential Denial of Service due buffer read overflow in FTP
   analyzer word/whitespace handling.  This typically won't be a
   problem in most default deployments of Zeek since the FTP analyzer
   receives data from a ContentLine (NVT) support analyzer which
   first null-terminates the buffer used for further FTP parsing.

Approved by:	ler (mentor, implicit)
Security:	4ae135f7-85cd-4c32-ad94-358271b31f7f

Approved by:	ports-secteam (joneum)
2020-03-18 00:24:50 +00:00
Koichiro Iwao
0e87813769 MFH: r528561
security/softether5: fix build on aarch64

Tested on Amazon EC2 A1 instances with FreeBSD/ARM 12 image[1].
Build on mips also should be fixed (not actually tested).

[1] https://aws.amazon.com/marketplace/pp/B081NF7BY7

Sponsored by:	HAW International

Approved by:	portmgr branket (fix build)
2020-03-17 06:34:24 +00:00
Kubilay Kocak
aa87c0680c MFH: r526348 sysutils/py-diffoscope: Update to 136
Merge ports r526348 (update to 136, bugfix release) which should have
been merged with ports r528329

PR:		244750

Approved by:	ports-secteam (blanket: bugfix release, fix quarterly regression)
2020-03-14 02:20:07 +00:00
Jan Beich
d5c45306b1 MFH: r528394
emulators/citra: update to s20200312

Changes:	2c0bd0f2a...ad3c464e2
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-03-14 00:45:30 +00:00
Kubilay Kocak
94a99eb425 MFH: r528327 sysutils/py-diffoscope: Restore portability of zipinfo call
/dev/stdin is a non-portable non-POSIX extension having different
semantics on different operating systems. zininfo(1) exits with 9 when
/dev/stdin is supplied on FreeBSD. In fact, unzip(1) explicitly documents
that it does not support reading from stdin.

[1] https://lists.reproducible-builds.org/pipermail/diffoscope/2020-March/002632.html

PR:		244750
Submitted by:	Michael Osipov <michael.osipov siemens com>

Approved by:	ports-secteam (blanket: runtime bugfix)
2020-03-13 04:48:57 +00:00
Christoph Moench-Tegeder
e36557295e MFH: r528231
mail/thunderbird: update to 68.6.0

Releasenotes https://www.thunderbird.net/en-US/thunderbird/68.6.0/releasenotes/

Approved by:	portmgr blanket "web browser alike"
2020-03-12 18:58:18 +00:00
Tobias C. Berner
8f6640acbe MFH: r528046
irc/bitlbee-discord: Update to 0.4.2-11

PR:		244392
Submitted by:	Arthur Pirika <arfy32@gmail.com> (maintainer)

Approved by:	ports-secteam (joneum)
2020-03-12 18:46:07 +00:00
Wen Heping
3623518daf MFH: r528261
- Update Django to 3.0.4, 2.2.11 and 1.11.29(security release)
Security:	CVE-2020-9402

Approved by:	ports-secteam@(joneum@)
2020-03-12 08:47:23 +00:00
Jochen Neumeister
25f1ebfadd MFH: r528272
This fix a Problem, when MySQL build with libressl

/var/ports/usr/ports/databases/mysql56-client/work/mysql-5.6.47/vio/viosslfactories.c:230:25: error: use of undeclared identifier 'SSL_OP_NO_TLSv1_3'
                        SSL_OP_NO_TLSv1_3 |
                        ^
/var/ports/usr/ports/databases/mysql56-client/work/mysql-5.6.47/vio/viosslfactories.c:275:12: warning: implicit declaration of function 'SSL_CTX_set_ciphersuites' is invalid in C99 [-Wimplicit-function-declaration]
  if (0 == SSL_CTX_set_ciphersuites(ssl_fd->ssl_context, ""))

Special thanks for his help to: fluffy

PR:		244320
Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-12 07:47:46 +00:00
Jung-uk Kim
5cfd4e8b48 MFH: r528267
Update to 32.0.0.344.

Approved by:	ports-secteam (blanket)
2020-03-12 03:06:28 +00:00
Kyle Evans
ce97c25da2 MFH: r528258
emulators/virtualbox-ose: use contemporary GCC instead of old llvm

The bug in PR 236616 resulted in virtualbox getting pinned to llvm7. This is
less than ideal, and in-fact has been broken by improvements to
machine/atomic.h
on x86 that require a more modern compiler.

Switch the build to USE_GCC= any. The patches that were previously applied
if COMPILER_TYPE == clang are actually needed by newer GCCs as well, so make
those
standard patches instead, folding the Config.kmk patches together.

We should put some effort into testing llvm10 and working out why llvm
breaks
it, but fixing the build is more important at the moment.

Q/A:
* portlint (pre-existing issues; none in current patch)
* testport (-CURRENT, amd64)
* run testing by madpilot@

PR:		244603
Approved by:	koobs (mentor), bapt (mentor)
Approved by:	portmgr (blanket: build fix)
Differential Revision:	https://reviews.freebsd.org/D23967

Approved by:	ports-secteam (blanket: build fix)
2020-03-12 00:44:44 +00:00
Thomas Zander
70289c0a6e MFH: r528243
Update to upstream version 44.0.0

Details:
- Mostly bugfixes, see
  https://mkvtoolnix.download/doc/NEWS.md
  but also a helpful new feature:
- MKVToolNix GUI: header editor: the attachments can now
  be reordered via drag & drop.

Approved by:	ports-secteam (riggs)
2020-03-11 20:34:49 +00:00
Jan Beich
c105b223bd MFH: r528139
www/firefox: switch to rc3

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/c6e493873ba5
Approved by:	ports-secteam blanket
2020-03-09 23:43:54 +00:00
Jan Beich
fc27847c1e MFH: r527914
security/nss: update to 3.51

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.51_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_51_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam blanket (required by Firefox 75)
2020-03-09 18:28:05 +00:00
Jan Beich
d314cc9033 MFH: r524792
devel/nspr: update to 4.25

- Only run tests enabled on upstream CI

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-25-Release-td383750.html
ABI:		https://abi-laboratory.pro/tracker/timeline/nspr/
Reported by:	Repology
Approved by:	ports-secteam blanket
2020-03-09 18:25:06 +00:00
Jan Beich
710c86ae3f MFH: r522737 r524737 r525719
devel/rust-cbindgen: update to 0.13.1

Changes:	https://github.com/eqrion/cbindgen/compare/v0.12.1...v0.13.1
Reported by:	GitHub (watch releases)
Approved by:	ports-secteam blanket
2020-03-09 18:23:59 +00:00
Jan Beich
84e9e400f0 MFH: r527890
www/firefox: backport font selection regression fix

Requested by:	Andy New (on gecko@ list)
Approved by:	ports-secteam blanket
2020-03-07 19:07:20 +00:00
Jan Beich
1be80b5578 MFH: r527804
www/firefox: update to 74.0

Changes:	https://www.mozilla.org/firefox/74.0/releasenotes/
PR:		244310
Security:	9f900456-0bfa-4da4-ad59-14b2933259a2
Approved by:	ports-secteam blanket
Differential Revision:	https://reviews.freebsd.org/D23646
2020-03-07 19:06:38 +00:00
Jan Beich
adf4a6332a MFH: r527848
www/firefox-esr: update to 68.6.0

Changes:	https://www.mozilla.org/firefox/68.6.0/releasenotes/
Security:	9f900456-0bfa-4da4-ad59-14b2933259a2
Approved by:	ports-secteam blanket
2020-03-07 19:05:28 +00:00
Adam Weinberger
eee63c5b8b MFH: r526626 r527958
www/gitea: Update to 1.10.4

Changes:	https://github.com/go-gitea/gitea/releases/tag/v1.10.4
PR:		244246
Submitted by:	stb@lassitu.de (maintainer)

gitea: Update to 1.11.2, contains security fixes

https://blog.gitea.io/2020/02/gitea-1.11.0-is-released
https://blog.gitea.io/2020/02/gitea-1.11.1-is-released
https://blog.gitea.io/2020/02/gitea-1.11.2-is-released

PR:		244025
Submitted by:	maintainer
Security:	yes (see links above)

Approved by:	portmgr (with hat)
2020-03-07 18:42:56 +00:00
Jochen Neumeister
a88e27fda8 MFH: r527924
hand over Maintainership to Chris (portmaster@BSDforge.com)

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-07 09:34:50 +00:00
Jochen Neumeister
e2135cee56 MFH: r527889
back to pool

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-07 09:33:42 +00:00
Jochen Neumeister
e9a66f21ea MFH: r527888
hand over Maintainership to miwi

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-07 09:32:46 +00:00
Jochen Neumeister
010eaf694c MFH: r527887
hand over Maintainership to miwi

Sponsored by:	Netzkommune GmbH

Approved by:	ports-secteam (joneum)
2020-03-07 09:29:18 +00:00