Commit Graph

495235 Commits

Author SHA1 Message Date
Tobias Kortkamp
db185df49d MFH: r524965
x11-toolkits/libhandy: Move e1c500dd02b1.patch to patch file

Checksum of it changed again.  It changes all the time because
GitLab insists on embedding the version of whatever Git packages
they have installed in the footer.

PR:		243797

Approved by:	ports-secteam blanket
2020-02-02 14:41:51 +00:00
Tobias Kortkamp
fd078d6fcb MFH: r524959
games/bzflag-server: Unbreak after ports r516845

===>  bzflag-server-2.4.10_4 need to specify xorg modules with USE_XORG.
*** Error code 1

PR:		243796

Approved by:	ports-secteam blanket
2020-02-02 14:31:17 +00:00
Tobias Kortkamp
05d12a95e6 MFH: r524960
databases/mongodb40-tools: Unbreak build with MONGOTOP=on, MONGOREPLAY=off

===>  Building package for mongodb40-tools-4.0.8_2
pkg-static: Unable to access file /wrkdirs/usr/ports/databases/mongodb40-tools/work/stage/usr/local/bin/mongoreplay:No such file or directory

PR:		243685

Approved by:	ports-secteam blanket
2020-02-02 14:30:43 +00:00
Bernard Spil
b9f4d16dce MFH: r524607
databases/mariadb103-server: Security update to 10.3.22

Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security:	CVE-2020-2574

Approved by:	ports-secteam (miwi)
2020-02-02 09:07:45 +00:00
Bernard Spil
4ac244808a MFH: r524565
databases/mariadb104-server: Security update to 10.4.12

Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security:	CVE-2020-2574

Approved by:	ports-secteam (joneum)
2020-02-02 09:06:47 +00:00
Danilo G. Baio
d8159ae5e8 MFH: r524702
net-mgmt/zabbix44-*: Update to 4.4.5

Changelog:	https://www.zabbix.com/rn/rn4.4.5

PR:		243732
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)

Approved by:	ports-secteam (miwi)
2020-02-01 13:41:27 +00:00
Danilo G. Baio
ed165fe78c MFH: r524701
net-mgmt/zabbix4-*: Update to 4.0.17

Changelog:	https://www.zabbix.com/rn/rn4.0.17

PR:		243731
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)

Approved by:	ports-secteam (miwi)
2020-02-01 13:39:43 +00:00
Cy Schubert
4ccf22b20a MFH: r524707
security/sudo update 1.8.30 --> 1.8.31

PR:		243745
Submitted by:	cy@
Reported by:	cy@
Approved by:	garga@
Security:	CVE-2019-18634

Approved by:	portmgr (miwi@)
2020-02-01 04:13:43 +00:00
Li-Wen Hsu
a20309f39c MFH: r524556
- Update to 2.204.2

Approved by:	swils (maintainer, implicitly)
Security:	a250539d-d1d4-4591-afd3-c8bdfac335d8
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
2020-02-01 01:53:50 +00:00
Li-Wen Hsu
1ef618dcb9 MFH: r524555
- Update to 2.219

Security:	a250539d-d1d4-4591-afd3-c8bdfac335d8
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
2020-02-01 01:52:26 +00:00
Alexandre C. Guimarães
6f4c60df4d MFH: r524632
audio/beets: add missing dependency.

Add devel/py-confuse to the tree since audio/beets needs it.

PR:		243601
Approved by:	portmgr (blanket: missing dependency), tcberner (mentor)
2020-02-01 01:25:05 +00:00
Piotr Kubaj
b8ae656f24 MFH: r524717
games/bastet: fix build on GCC architectures

Boost requires C++11 compiler.

Approved by:	portmgr (fix build blanket)
2020-01-31 15:50:23 +00:00
Dima Panov
07a56aab82 MFH: r524529
mail/opensmtpd: update to 6.6.2p1 relase

This update addressed LPE and RCE vulnerabilities in OpenSMTPD (CVE-2020-7247)
https://www.openwall.com/lists/oss-security/2020/01/28/3

This vulnerability is exploitable since May 2018 (commit a8e222352f, "switch
smtpd to new grammar") and allows an attacker to execute arbitrary shell
commands, as root:

- either locally, in OpenSMTPD's default configuration (which listens on
  the loopback interface and only accepts mail from localhost);

- or locally and remotely, in OpenSMTPD's "uncommented" default
  configuration (which listens on all interfaces and accepts external
  mail).

PR:		243686
Reported by:	authors via irc
Relnotes:	https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html
Security:	CVE-2020-7247
Security:	08f5c27d-4326-11ea-af8b-00155d0a0200

Approved by:	ports-secteam (blanket, security issue)
2020-01-31 09:37:27 +00:00
Dima Panov
3c001379bc MFH: r524682
mail/opensmtpd-extras: extend mysql80 patch to cover fresh mariadb too

PR:		243749
Reported by:	Vikash Badal
Obtained from:	OpenSMTPd repo

Approved by:	ports-secteam (miwi)
2020-01-31 09:31:02 +00:00
Kyle Evans
db6ee0b9ed MFH: r524564
devel/elfutils: fix future build failure w.r.t. stdio _unlocked

Include <stdio.h> early so that the stdio.h function declarations come
first, then redefine fputs/fwrite/fread_unlocked to the locked versions.
fputc_unlocked will be a macro similar to putc_unlocked, so just hide that
one behind an #ifndef since it will be provided as a macro by <stdio.h>. The
other three will be using the technically-incorrect locked variants until
all supported releases provide the needed functions, at which point we can
switch them all at once.

No PORTREVISION bump as this is just a preemptive build fix that doesn't
change the output at all.

QA:
 * portlint not ran, no change outside of a single patch
 * testport (-CURRENT, amd64; 12.1-RELEASE, amd64; -CURRENT+patch, amd64)

Approved by:	koobs (ports), cem (maintainer)

Approved by:	ports-secteam (implicit; build fix)
2020-01-30 04:07:45 +00:00
Brooks Davis
6234c66b3f Fix plist that I somehow botched in the last merge.
This change syncs the plist with head.

Approved by:	ports-secteam (swills)
2020-01-29 18:16:28 +00:00
Baptiste Daroussin
f4ede0e8e3 MFH: r524543
Import the libfetch patch to the bundled libfetch

Approved by:	portmgr (implicit)
2020-01-29 13:10:14 +00:00
Jan Beich
bc3de934a4 MFH: r524531
games/openfodder: unbreak with GCC after r521658

In file included from Source/Utils/SimplexIslands.cpp:2:
Source/Utils/SimplexIslands.hpp:65:16: error: 'int32_t' does not name a type
   65 |  static inline int32_t fastfloor(double fp) {
      |                ^~~~~~~
Source/Utils/SimplexIslands.hpp: In member function 'double SimplexIslands::noise(double, double)':
Source/Utils/SimplexIslands.hpp:79:11: error: 'fastfloor' was not declared in this scope
   79 |   int i = fastfloor(xin + s);
      |           ^~~~~~~~~

PR:		243670
Submitted by:	pkubaj
Approved by:	ports-secteam blanket
2020-01-29 03:38:41 +00:00
Piotr Kubaj
e2bb21bcee MFH: r524448
devel/concurrencykit: Don't build for 32-bits on powerpc64

configure script runs uname -m to check architecture. uname -m prints powerpc on powerpc64. Use uname -p instead.

PR:		243317
Approved by:	koobs (maintainer timeout)

Approved by:	portmgr (fix build blanket)
2020-01-27 22:04:38 +00:00
Bernhard Froehlich
eea671bfae MFH: r523809
net/wireguard:
- Update to 1.0.20200121
- Remove ALL_TARGET now since "all" is available

Approved by:	ports-secteam (joneum)
2020-01-27 12:03:26 +00:00
Bernhard Froehlich
20a4955b25 MFH: r523808
net/wireguard-go: Update to 0.0.20200121

Approved by:	ports-secteam (joneum)
2020-01-27 12:00:10 +00:00
Dave Cottlehuber
9ab218f7eb MFH: r523921 r523923
lang/erlang*: repair 32-bit x86 erlang builds

Having HIPE & NATIVE enabled breaks OTP on 32-bit x86. They have not
built succesfully for quite some time.

Reported by:	pkg fallout
Reviewed by:	olgeni
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23296

lang/erlang*: include serious scheduler bugfixes

OTP-16371

Taking a scheduler offline could cause timers set while executing on
that scheduler to be delayed until the scheduler was put online again.
This bug was introduced in ERTS version 10.0 (OTP 21.0).

OTP-16378 | ERL-1125

The ets:update_counter/4 core dumped when given an ordered_set with
write_concurrency enabled and an invalid position.

OTP-16379

A process calling erlang:system_flag(multi_scheduling, block) could end
up blocked waiting for the operation to complete indefinitely.

Reviewed by:	olgeni
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23313

Approved by:	portmgr
2020-01-26 15:35:44 +00:00
Jan Beich
a8ae7bee0d MFH: r524171
multimedia/vapoursynth: unbreak on non-x86

Approved by:	ports-secteam blanket
2020-01-26 11:42:45 +00:00
Jan Beich
0907dae9c3 MFH: r524147
security/nss: update to 3.49.2

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.49.2_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_49_2_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Reported by:	Repology
Approved by:	ports-secteam blanket (required by Firefox 73)
2020-01-26 00:21:11 +00:00
Jan Beich
6fb7826578 MFH: r524139
emulators/citra: update to s20200123

Changes:	be17f0851...5d502dfec
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-01-26 00:08:29 +00:00
Jan Beich
6746ef6e81 MFH: r524144
x11-wm/cage: follow up for r522232

Approved by:	ports-secteam blanket (regression fix)
2020-01-26 00:06:56 +00:00
Kai Knoblich
db40193416 MFH: r524023
graphics/py-pillow: Update to 6.2.2

Changelogs since 6.2.0:

https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html
https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html

PR:		243336
Submitted by:	sunpoet
Approved by:	koobs (maintainer)
Security:	0700e76c-3eb0-11ea-8478-3085a9a95629

Approved by:	ports-secteam (riggs)
2020-01-25 21:35:26 +00:00
Torsten Zuehlsdorff
a3d58833db MFH: r523997
lang/php74: Upgrade from 7.4.1 to 7.4.2

Changelog:

    Core:
        Preloading support on Windows has been disabled.
        Fixed bug #79022 (class_exists returns True for classes that are not ready to be used).
        Fixed bug #78929 (plus signs in cookie values are converted to spaces).
        Fixed bug #78973 (Destructor during CV freeing causes segfault if opline never saved).
        Fixed bug #78776 (Abstract method implementation from trait does not check "static").
        Fixed bug #78999 (Cycle leak when using function result as temporary).
        Fixed bug #79008 (General performance regression with PHP 7.4 on Windows).
        Fixed bug #79002 (Serializing uninitialized typed properties with __sleep makes unserialize throw).
    CURL:
        Fixed bug #79033 (Curl timeout error with specific url and post).
        Fixed bug #79063 (curl openssl does not respect PKG_CONFIG_PATH).
    Date:
        Fixed bug #79015 (undefined-behavior in php_date.c).
    DBA:
        Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
    Exif:
        Fixed bug #79046 (NaN to int cast undefined behavior in exif).
    Fileinfo:
        Fixed bug #74170 (locale information change after mime_content_type).
    GD:
        Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values).
        Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
    Libxml:
        Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).
    Mbstring:
        Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
    OPcache:
        Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS).
        Fixed bug #78950 (Preloading trait method with static variables).
        Fixed bug #78903 (Conflict in RTD key for closures results in crash).
        Fixed bug #78986 (Opcache segfaults when inheriting ctor from immutable into mutable class).
        Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR).
        Fixed bug #79055 (Typed property become unknown with OPcache file cache).
    Pcntl:
        Fixed bug #78402 (Converting null to string in error message is bad DX).
    PDO_PgSQL:
        Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h).
        Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection).
        Fixed bug #78982 (pdo_pgsql returns dead persistent connection).
    Session:
        Fixed bug #79091 (heap use-after-free in session_create_id()).
        Fixed bug #79031 (Session unserialization problem).
    Shmop:
        Fixed bug #78538 (shmop memory leak).
    Sqlite3:
        Fixed bug #79056 (sqlite does not respect PKG_CONFIG_PATH during compilation).
    Spl:
        Fixed bug #78976 (SplFileObject::fputcsv returns -1 on failure).
    Standard:
        Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)
        Fixed bug #79000 (Non-blocking socket stream reports EAGAIN as error).
        Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).

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

Approved by:	ports-secteam (joneum)
2020-01-25 19:49:53 +00:00
Jan Beich
25dac7e89c MFH: r524042
multimedia/librav1e: unbreak build WITH_DEBUG

error: Found argument '--debug' which wasn't expected, or isn't valid in this context

PR:		243572
Submitted by:	nimaje+fbz@bureaucracy.de
Approved by:	ports-secteam blanket
2020-01-25 15:44:20 +00:00
Torsten Zuehlsdorff
7dac23f8bb MFH: r523995
lang/php73: Update from 7.3.13 to 7.3.14

Changelog:

    Core:
        Fixed bug #78999 (Cycle leak when using function result as temporary).
    CURL:
        Fixed bug #79033 (Curl timeout error with specific url and post).
    Date:
        Fixed bug #79015 (undefined-behavior in php_date.c).
    DBA:
        Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
    Fileinfo:
        Fixed bug #74170 (locale information change after mime_content_type).
    GD:
        Fixed bug #78923 (Artifacts when convoluting image with transparency).
        Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values).
        Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
    Libxml:
        Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).
    Mbstring:
        Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
    OPcache:
        Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR).
    Pcntl:
        Fixed bug #78402 (Converting null to string in error message is bad DX).
    PDO_PgSQL:
        Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h).
        Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection).
        Fixed bug #78982 (pdo_pgsql returns dead persistent connection).
    Session:
        Fixed bug #79091 (heap use-after-free in session_create_id()).
    Shmop:
        Fixed bug #78538 (shmop memory leak).
    Standard:
        Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)
        Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).

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

Approved by:	ports-secteam (joneum)
2020-01-25 00:15:08 +00:00
Torsten Zuehlsdorff
62f5e7a63a MFH: r523994
lang/php72: Update from 7.2.26 to 7.2.27

Changelog:

    Mbstring:
        Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
    Session:
        Fixed bug #79091 (heap use-after-free in session_create_id()).
    Standard:
        Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)

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

Approved by:	ports-secteam (joenum)
2020-01-25 00:13:51 +00:00
Piotr Kubaj
7f651c5377 MFH: r523990
multimedia/obs-studio: fix packaging on architectures without luajit

The previous patch missed packaging fix. obslua.so is not installed without luajit.

PR:		243562
Approved by:	yuri (maintainer)

Approved by:	portmgr (fix build blanket)
2020-01-24 21:35:26 +00:00
Tobias Kortkamp
652b3ec933 MFH: r523982
sysutils/runit-faster: Fix runsvdir rc script

%%RUNITDIR%% was not replaced with the correct dir leading to
/var/run/runit/runsvdir/current pointing to some bogus location.

Approved by:	ports-secteam runtime fix blanket
2020-01-24 19:26:34 +00:00
Michael Gmelin
ae7ffb545b MFH: r523920
Fix accidental removal of devfs_rulesets on jail stop

Pulls in a bugfix[0] that has been merged upstream[1].

This bug caused manually configured devfs_rulesets to get deleted on jail
stop, causing jails to come up with a default devfs rules on next start,
which can be a nuisance or even dangerous, depending on the specific setup.

Also adds a minimum devfs_ruleset id for dynamically created devfs rulesets
and fixes a devfs_ruleset resource leak when using plugins.

Take maintainership, as suggested by araujo@ (thanks for taking care of that
port for so long!).

[0]https://github.com/iocage/iocage/pull/1106
[1]753b2f3573

PR:		243510
Approved by:	araujo (maintainer)

Approved by:	ports-secteam (joneum)
2020-01-24 11:36:16 +00:00
Dima Panov
d3c8474bc2 MFH: r523958
mail/opensmtpd-extras: Fix building with MySQL 8.0.1

Obtained from:	OpenSMTPd repo

Approved by:	ports-secteam (miwi)
2020-01-24 10:46:44 +00:00
Christoph Moench-Tegeder
a99d4a063c MFH: r523942
mail/thunderbird: update to 68.4.2 (rc2 for now)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/

Approved by:	portmgr (blanket: web browser alike)
2020-01-23 21:30:36 +00:00
Christoph Moench-Tegeder
2b54514083 MFH: r523939
www/iridium: copy snappy fix from chromium

just like chromium (from which it was forked), iridium embeds a copy
of snappy (the compression library) and cannot be fully switched to
the system-provided archivers/snappy in an easy way. consider this a
band-aid patch

Reported by:	pkubaj

Approved by:	portmgr (blanket: web browser, build fix)
2020-01-23 21:08:55 +00:00
Jan Beich
ece1717585 MFH: r523507 r523850
emulators/citra: update to s20200122

Changes:	cd86c9b04...be17f0851
Approved by:	ports-secteam (swills, implicit for snapshots)
2020-01-23 00:56:18 +00:00
Christoph Moench-Tegeder
514d795a58 MFH: r523845
fix build

in a 12.1amd64 poudriere, chromium failed:
In file included from ../../third_party/leveldatabase/port/port_chromium.cc:10:
../../third_party/snappy/src/snappy.h:76:59: error: unknown type name 'string'; did you mean 'std::string'?
  size_t Compress(const char* input, size_t input_length, string* output);
                                                          ^~~~~~
                                                          std::string
/usr/include/c++/v1/iosfwd:211:65: note: 'std::string' declared here

instead of trying to muck around with type aliasing (see
snappy-stubs-public.h.in) just reference thy type directly, as there's only
one file requiring patching.

Approved by:	portmgr (blanket: web browser, just fix it)
2020-01-22 20:56:05 +00:00
Rene Ladan
1497f12128 MFH: r523616 r523843
devel/monodevelop: unexpire by updating libgit2 and recalculating the checksums.

PR:		242948
Submitted by:	mavalon
Approved by:	maintainer timeout (mono, 3 weeks)

devel/monodevelop: fix a build_fs_violation error happening with poudriere.

PR:		242948 (followup)
Submitted by:	malavon

Approved by:	ports-secteam (joneum)
2020-01-22 20:46:03 +00:00
Matthias Fechner
0a08ee38c9 MFH: r522891 r522992
Bugfix update to 12.6.3.
Changelog:
https://about.gitlab.com/releases/2020/01/09/gitlab-12-6-3-released/

Security related update to 12.6.4.
Changelog:
https://about.gitlab.com/releases/2020/01/13/critical-security-release-gitlab-12-dot-6-dot-4-released/

Security:	f929b172-369e-11ea-9cdb-001b217b3468

Approved by:	ports-secteam (joneum)
2020-01-21 20:57:45 +00:00
Matthias Fechner
8d71392194 MFH: r522890
Update to 0.10.0 which is required for gitlab-ce 12.6.3.

Approved by:	ports-secteam (joneum)
2020-01-21 20:55:33 +00:00
Rene Ladan
f5e4ec5123 MFH: r523735
www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2].

Submitted by:	Matthias Wolf [1], Landon Fuller [2] via Github
Security:	https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop_16.html

Approved by:	ports-secteam (implicit, browser)
2020-01-21 19:38:23 +00:00
Guido Falsi
1c2bd51a05 MFH: r523643
Fix calibre-server startup script by extending the PATH to include
LOBALBASE/bin.

The server looks in path for the pdftohtml binary, which is used
to render PDF files for viewing in the browser.

Reported by:	Alexander Leidinger <Alexander@leidinger.net>

Approved by:	ports-secteam (joneum)
2020-01-21 17:38:48 +00:00
Larry Rosenman
ade18df41c MFH: r522273 r522545 r522582 r523727
sysutils/lsof: fix build following base r356337.

I took the patch from 243122 as it was more correct.

PR:		243122, 243083
Submitted by:	cy, yasu@utahime.org

sysutils/lsof: fix after  base r356432.

PR:		243172
Submitted by:	mjg
Reported by:	yasu@utahime.org

sysutils/lsof: add a PPC64 work around for needing -lzpool

PR:		242833
Submitted by:	luciano@vespaperitivo.it

sysutils/lsof: fix build on powerpc, powerpc64, powerpcse

PR:		242758
Submitted by:	pkubaj

Approved by:	ports-secteam (joneum)
2020-01-21 16:46:43 +00:00
Kai Knoblich
fac373fbda MFH: r523242
net-mgmt/netbox: Update to 2.6.12

Changelog:

Enhancements:
* Improved NAPALM method documentation in Swagger (OpenAPI)
* Preview image attachments when hovering over the link
* Allow NAPALM driver settings to be changed with request headers
* Toggle the display of child prefixes/IP addresses
* Search by description when assigning IP address to interfaces
* Add tenant filter field for cables
* Enable filtering of interfaces by name on the device view
* Add rack selection field to rack elevations view
* Paginate assigned circuits at the provider details view
* Add total path length to cable trace
* Include content of response on webhook error
* Enable word expansion during interface creation
* Enable searching by DNS name when assigning IP address
* Allow passing initial data to custom script forms
* Add local_context_data filter for virtual machines

Bug Fixes:
* Fix validation on tagged VLANs of an interface
* Fix ordering of models when dumping data to JSON
* Fix device role link on config context view
* Allow filtering VM interfaces by multiple MAC addresses
* Fix rendering of grouped custom links
* Allow filtering device components by multiple device names
* Disallow /0 masks for prefixes and IP addresses
* Paginate related IPs on the IP address view
* Fix minimum/maximum value rendering for site ASN field
* Fix filtering of devices by rack group
* Fix references to deleted cables without a label
* Fix divide-by-zero on power feeds with low power values

https://github.com/netbox-community/netbox/releases

Approved by:	ports-secteam (joneum)
2020-01-21 12:23:31 +00:00
Brooks Davis
d1cf6821ce MFH: r523228 r523234 r523575
Update to a new snapshot (welcome to LLVM 11).

Fix plist when COMPILER_RT is disabled.

PR:		243371

Approved by:	portmgr (implicit: buildfix)
2020-01-21 10:53:51 +00:00
Piotr Kubaj
733278c924 MFH: r523712
net-p2p/c-lightning: fix build on GCC architectures

Needs C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"

Needs include sys/types.h in fdpass.c:
ccan/ccan/fdpass/fdpass.c: In function 'fdpass_send':
ccan/ccan/fdpass/fdpass.c:16:12: error: 'register_t' undeclared (first use in this function)
   16 |   char buf[CMSG_SPACE(sizeof(fd))];
      |            ^~~~~~~~~~

PR:		243481
Approved by:	vd (maintainer)

Approved by:	portmgr (fix build blanket)
2020-01-21 10:49:59 +00:00
Piotr Kubaj
d0b0a544e1 MFH: r523709
devel/binutils@aarch64: unbreak on powerpc64

Builds fine.

Approved by:	portmgr (fix build blanket)
2020-01-21 09:35:30 +00:00
Piotr Kubaj
209795edd8 MFH: r523692
devel/py-subvertpy: fix build on GCC architectures

Using newer GCC works, alhough the error doesn't suggest it:
Exception: apr-config not found. Please set APR_CONFIG environment variable

Approved by:	portmgr (fix build blanket)
2020-01-20 21:40:17 +00:00