146431 Commits

Author SHA1 Message Date
giovanni
59b009da14 update to 1.20200214 from Wen Heping 2020-04-15 09:32:57 +00:00
rsadowski
dc232c233d Update homebank to 5.4
OK pea@
2020-04-15 09:02:41 +00:00
fcambus
0b327f84e8 Update ruby-rouge to 3.18.0. 2020-04-15 08:43:46 +00:00
robert
b813a5dc5b have a copy of the database schemas in both the server and proxy
packages because both need them to be able to initialize the zabbix
database and update the server README to reflect the change
2020-04-15 05:58:12 +00:00
bentley
bc7e8f7d6f Update to vnu-20.3.16. 2020-04-15 03:54:19 +00:00
kn
a246c96fa0 Update git to 2.26.1, add CVE quirk
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.26.1.txt
This release is to address the security issue: CVE-2020-5260
2020-04-14 22:57:50 +00:00
naddy
da8d4191a6 update to 20.03 2020-04-14 22:37:27 +00:00
sthen
e27905a880 mark BROKEN-aarch64; linker error, undefined refs to
avcodec_encode_video and avcodec_alloc_frame.

strangely, though aarch64 *only* uses LLD, the same failure can be
reproduced on amd64 by forcing ld.bfd (USE_LLD=No).
2020-04-14 21:57:14 +00:00
sthen
0315329940 mark BROKEN-aarch64, these use ring-0.16.11 which fails on aarch64 (already marked broken on sparc64) 2020-04-14 21:45:41 +00:00
sthen
24374e1d1c mark BROKEN-aarch64 for now, needs a new bootstrap (ABI change earlier,
resulting in "Trace/BPT trap (core dumped)" from old binaries)
2020-04-14 21:44:01 +00:00
sthen
f1ff1d33e1 disable some golang ports on aarch64, failing builds mostly due to
golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which
suggests they have old vendored copies that don't include aarch64 support)
2020-04-14 21:38:00 +00:00
sebastia
bedbe025f1 update to 2020-04-14 2020-04-14 20:49:21 +00:00
stsp
d86a871c65 Fix www/kcgi build on sparc64; our base gcc has no 'deprecated(msg)' attribute
ok jturner@
2020-04-14 19:38:05 +00:00
bcallah
41a4645158 Update to srain-1.0.2
Changelog: https://github.com/SrainApp/srain/releases/tag/1.0.2
2020-04-14 16:58:52 +00:00
bluhm
d7ea973fce update p5-OPCUA-Open62541 to 0.008 2020-04-14 16:06:06 +00:00
bcallah
dd81d638fa Update to worker-4.4.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org8069246
2020-04-14 15:34:49 +00:00
rsadowski
2c08bca652 ++jetbrains-mono 2020-04-14 14:57:02 +00:00
rsadowski
305f298c55 Import jetbrains-mono-1.0.2, ok gkoehler@, sthen@
Comment:
monotype font for developers

Description:
JetBrains Mono. A typeface for developers

 1. Increased height for a better reading experience
 2. Adapted to reading code
 3. code-specific ligatures
 4. 145 languages
 5. weights with matching italics
 6. JetBrains Mono is free & open source

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://www.jetbrains.com/lp/mono/

Firs port from espie@, second fro from Greg Steuck and last one from
"clematis", feedback and tweaks from "clematis", gkoehler@, sthen@ and me.
A long mail history for a simple font port.
2020-04-14 14:55:32 +00:00
robert
83271da329 update to 4.0.19; from Mark Patruck 2020-04-14 14:47:24 +00:00
robert
ab59e2ba3c unbreak ipv6 support in mono by disabling DualMode in case of AF_INET6
because IPv4 to IPv6 address mapping is disabled on OpenBSD
2020-04-14 14:43:21 +00:00
sebastia
4af7679a5e simple update: 3.7.11 -> 3.8.0 2020-04-14 13:19:02 +00:00
sebastia
40a7a610fb simple update: 0.8.6 - 0.9.0 2020-04-14 13:18:25 +00:00
sebastia
14b7b8b441 simple update 1.8.2 -> 1.9.0 2020-04-14 13:17:33 +00:00
stsp
75d60d84d9 update to got-0.33
- normalize tree entry modes to 0100644 or 0100755 when writing tree objects
- fix "searching..." displayed in tog log view while merely scrolling down
- in got.1, clarify how 'got update' deals with local (aka uncommitted) changes
2020-04-14 12:06:25 +00:00
fcambus
f131f88c2e Update libopenmpt to 0.4.12. 2020-04-14 10:44:24 +00:00
chrisz
0982af3927 uprade to lmdb 0.9.24 getting rid of backported patch. OK jca@ 2020-04-14 09:06:42 +00:00
landry
583a653d53 Update to xfwm4 4.14.1 2020-04-14 05:58:18 +00:00
rsadowski
12d0488be9 Update vitetris to 0.58.0
Changelog:

* Fix insecure use of printf
* netplay.c: add missing includes generating warnings on compile
* Update README
* Remove old game server
* Update INSTALL
* Update configure script

Update diff from Micah Muer, OK maintainer Ryan Freeman
2020-04-14 04:46:12 +00:00
jca
9656bba220 Restrict libobjc2 to base-clang, doesn't build with libestdc++-backed ports-clang
Keep the sparc64 workaround even though this arch hasn't switched to
base-clang yet.
2020-04-13 21:43:55 +00:00
robert
698c69d4a2 unbreak depotdownloader by re-defining AF_INET6 to 30 which is wrong as that
is the value used by MacOS and not OpenBSD, however some ports are distributed
in a binary form and they freak out if there is a mismatch between the mono
runtime that they were compiled with and the one that they are running with.

the long-term solution is to get msbuild ported and compile depotdownloader
with our own mono runtime, until then, break IPv6 , nobody is using it anyway ;)
2020-04-13 19:26:20 +00:00
martijn
dd55f25fbf Add support for smtpd filter protocol v0.6, which is imminent. 2020-04-13 19:14:28 +00:00
bcallah
423639f9ab Update to feh-3.4
Changelog: https://feh.finalrewind.org/archive/3.4/
Additional testing from Caspar Schutijser -- thanks!
2020-04-13 18:46:02 +00:00
kmos
32eb580d95 Fix build of mate/control-center for base-gcc arches
ok jca@
2020-04-13 18:40:25 +00:00
kmos
64b4d0f0da Fix build of dtcltiny for sparc64/ld.bfd arches.
ok jca@
2020-04-13 18:39:34 +00:00
kmos
eabc229016 Fix build of x11/libhandy for ld-bfd architectures.
This fixes the build on sparc64

ok and tweaks jca@
2020-04-13 18:29:36 +00:00
sthen
95a42954cd update to motion-4.3.1 2020-04-13 17:01:46 +00:00
sthen
d36f8e12e6 www/tor-browser: add defence against font fingerprinting, from maintainer Caspar Schutijser 2020-04-13 16:25:42 +00:00
sthen
cf3f822888 update to dhcpcd-9.0.1 2020-04-13 16:12:25 +00:00
jturner
ef26d4e0f3 Update kcgi to 0.12.0. See https://kristaps.bsd.lv/kcgi/archive.html for
release notes.
2020-04-13 14:34:37 +00:00
ajacoutot
cd46c04cc1 Update to webkitgtk4-2.28.1. 2020-04-13 14:02:59 +00:00
sthen
8dbda182dd unbreak pkgnames. hopefully nobody built from this in the meantime because
handling an update from the invalid pkgname is way more hassle than it's worth.
2020-04-13 13:50:19 +00:00
kn
0fd501de7b Build and package Mumble server component (murmur)
Simple MULTI_PACKAGES addition, no FLAVOR.

Diff from Thomas L. - thanks!
Tweaks and tests from me
"pkg_add murmur && rcctl start murmurd" just works on amd64 and sparc64
2020-04-13 13:18:36 +00:00
sthen
9bebd8c464 update to dnsmasq-2.81, from Brad 2020-04-13 11:05:50 +00:00
robert
c4ae08c6bf add a missing internal dependency to avoid random build order failures during bulks 2020-04-13 10:29:36 +00:00
rsadowski
c4ee1ee5ce Remove patch. Forgotten in the last update commit 2020-04-13 08:50:23 +00:00
rsadowski
ff419da6f2 Update qcad to 3.24.3
OK paco@
2020-04-13 08:48:39 +00:00
sthen
d8fa3b864c wireshark: committed upstream 2020-04-13 08:09:35 +00:00
landry
c92c5ee99f Update to xfce4-settings 4.14.3 2020-04-13 07:10:09 +00:00
bentley
a4a2f4346f Update to mgba-0.8.1.
Compatibility note: mgba-qt now uses a shader by default that
requires GLSL 1.50 support, which may not be supported by some
older graphics hardware. The SDL frontend doesn't load any shaders.
2020-04-13 02:53:05 +00:00
jca
4487a3de8a Provide debug-irssi and debug-irssi-otr
No objection from kn@ (maintainer)
2020-04-13 00:50:47 +00:00