textproc/bsdgrep: fix the build on recent -CURRENT
A seatbelt was added to throw a warning if a "SUBDIR." variable appeared
non-empty, since that indicates something was trying to expand a MK_
variable most likely and either opts.mk wasn't included or the name of the
variable used is wrong.
In this particular case, we're repackaging a part from base. I had stripped
the src.opts.mk include but hadn't thought to replace it with bsd.opts.mk
for userlandy stuff.
This also goes as far as fixing the test build, but doesn't yet hook up the
tests. On FreeBSD <13 these need a kyua/atf test dep, but I'd like to do a
sweep and see if there are any other ports (e.g. from NetBSD base or FreeBSD
base) that also have a dependency to weigh in on if this should just be a
one-off osversion check or a kyua/atf USES.
Approved by: ports-secteam (implicit, build fix)
net-mgmt/pushgateway: Update to 0.10.0
This release changes the storage format. v0.10 can read the storage format
of v0.5–v0.9. It will then persist the new format so that a downgrade
won't be possible anymore[1].
[1] https://github.com/prometheus/pushgateway/releases/tag/v0.10.0
For this port 0.10.0, it is intended to replace it with a version >= 1.3.x
from about four weeks on. So there will be four weeks for the migration.
PR: 250587
Submitted by: Gabriel Dutra <0xdutra@gmail.com> (new maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27165
Approved by: ports-secteam (fluffy)
Approved by: portmgr (with hat)
www/gitea: Update to 1.12.5
Changes: https://github.com/go-gitea/gitea/releases/tag/v1.12.5
PR: 250372
Approved by: maintainer
www/gitea: Update to 1.12.6
SECURITY
Prevent git operations for inactive users (#13527) (#13537)
Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13525)
BUGFIXES
API should only return Json (#13511) (#13564)
Fix before and since query arguments at API (#13559) (#13560)
Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) (#13492)
Fix link detection in repository description with tailing ‘_’ (#13407) (#13408)
Remove obsolete change of email on profile page (#13341) (#13348)
Fix permission check on get Reactions API endpoints (#13344) (#13346)
Add migrated pulls to pull request task queue (#13331) (#13335)
API deny wrong pull creation options (#13308) (#13327)
Fix initial commit page & binary munching problem (#13249) (#13259)
Fix diff parsing (#13157) (#13136) (#13139)
Return error 404 not 500 from API if team does not exist (#13118) (#13119)
Prohibit automatic downgrades (#13108) (#13111)
Fix GitLab Migration Option AuthToken (#13101)
GitLab Label Color Normalizer (#12793) (#13100)
Log the underlying panic in runMigrateTask (#13096) (#13098)
Fix attachments list in edit comment (#13036) (#13097)
Fix deadlock when deleting team user (#13093)
Fix error create comment on outdated file (#13041) (#13042)
Fix repository create/delete event webhooks (#13008) (#13027)
Fix internal server error on README in submodule (#13006) (#13016)
PR: 251296
Submitted by: maintainer
Security: https://github.com/go-gitea/gitea/pull/13527https://github.com/go-gitea/gitea/pull/13521
gecko: bump LLVM_DEFAULT to 11
Detach from tree-wide default as coordinating with other maintainers
is expensive for little gain. User's choice is still respected.
llvm11 has better Tier2 support, more optimizations, reduces package size
and aligns with what contributors dogfood.
Approved by: ports-secteam blanket
astro/siril: Fix run-time error: Undefined symbol "cblas_dcopy"
This was because math/gsl installs 2 libraries, libgsl.so and
libgslcblas.so, the former of which should depend on the latter one.
Instead, the gsl package through its pkg-config script asks users to
link to both libraries. This fails when the link line also has
-Wl,--as-needed which causes the linker to drop the second library.
In such case the above error is triggered at runtime.
Also update WWW.
PR: 251206
Submitted by: Ned Leitch <ned.leitch+freebsd@gmail.com>
Approved by: ports-secteam (fluffy)
cad/ktechlab: fix build on GCC architectures
The compiler feature "cxx_decltype" is not known to CXX compiler
"GNU"
version 4.2.1.
Approved by: portmgr (fix build blanket)
security/wolfssl: fix build on big-endian
Merge upstream patch to fix build on big-endian architectures.
Also unmark mips and mips64 as broken, now builds fine.
Approved by: portmgr (fix build blanket)
math/labplot: update to 2.8.1
We’re happy to announce the availability of the first minor patch release of
the big release we made two months ago. This release contains minor
improvements and bug fixes only.
Announcement:
https://labplot.kde.org/2020/11/13/labplot-2-8-1-released/
Approved by: ports-secteam (fluffy)
databases/mantis: update 2.24.2 -> 2.24.3, fix 3 CVEs
- submitter takes maintainer
- added files/patch-.imgbotconfig
original exists in git repo but not included in official 2.24.3 package,
there might be some users with configured imgbot depending on it and
there is a PLIST_FILES entry in Makefile
QA:
- run-tests are fine, no functional changes
- database schema: unchanged (checked on pg-12)
PR: 251141
Submitted by: Zoltan Alexanderson Besse <zab@zltech.eu>
Relnotes: https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.24.3
Security: CVE-2020-25781, CVE-2020-25288, CVE-2020-25830
Approved by: ports-secteam (security blanket)
lang/intel-compute-runtime: work around crash on exit after r543389
$ clinfo
[...]
Abort was called at 243 line in file: shared/source/os_interface/linux/drm_neo.cpp
Approved by: ports-secteam blanket