130519 Commits

Author SHA1 Message Date
sthen
f91d4a23d5 allow to build if RTM_LOSING is unavailable 2018-07-11 20:25:12 +00:00
jca
008c94cbb3 Amend COMMENT
ok ajacoutot@ (maintainer)
2018-07-11 20:02:16 +00:00
jca
cfd40afae8 Drop comment outdated now that this builds on arm64 2018-07-11 19:45:58 +00:00
jca
b19cbaeaea mgetty-1.2.0 has been released in March, amend MASTER_SITES
Anyone interested?
2018-07-11 19:37:25 +00:00
gonzalo
c7db02b8e1 Update for Tarsnap-gui to 1.0.1:
https://github.com/Tarsnap/tarsnap-gui/releases

From Josh (maintainer)
2018-07-11 19:09:33 +00:00
fcambus
52494b979f The combination of -fms-extensions -std=c99 means libmaxminddb couldn't
be built with base GCC, so the library and headers were patched. This
worked when the only consumer was the mmdblookup bundled tool. However,
this is causing issues with new consumers.

Instead of patching all consumers, stop modifying the library and header
file, and switch to using COMPILER directives instead, as it builds fine
with base-clang and ports-gcc.

OK jca@
2018-07-11 19:06:32 +00:00
jca
ff5926da9e emacs21 never built on arm64 2018-07-11 19:05:42 +00:00
espie
22fe28fa65 protect distinfo and history better against fs overflows 2018-07-11 18:14:25 +00:00
bcallah
e1c8b58d2a Update GNU coreutils to 8.30 -- thanks to kn@ for big ending testing. 2018-07-11 17:24:31 +00:00
espie
da1e95c118 Update to 2.6 (XSS under non default settings)
SA-CONTRIB-2018-049
2018-07-11 17:21:18 +00:00
espie
71f53eb2f4 missed commit 2018-07-11 16:10:56 +00:00
jca
addd618f84 Update to physfs-3.0.1
from David Carlier who also build-tested consumers
2018-07-11 16:05:14 +00:00
naddy
3d261cf9a8 Update to 7.61.0. Includes a fix for:
CVE-2018-0500: SMTP send heap buffer overflow
2018-07-11 16:00:03 +00:00
gonzalo
3c4238169d Update to iperf3 to 3.6
maintainer time out (lteo@)

OK sthen@
2018-07-11 15:36:55 +00:00
ajacoutot
dde558d1d4 PREFIX -> TRUEPREFIX 2018-07-11 15:24:56 +00:00
jasper
67cb637aef +fastnetmon 2018-07-11 15:17:55 +00:00
jasper
35f97ff1b7 import fastnetmon-1.1.3 (git HEAD really)
FastNetMon is a very high performance DDoS detector built on top of
multiple packet capture engines: NetFlow, IPFIX, sFLOW.

It could detect malicious traffic in your network and immediately block
it with BGP blackhole or BGP flow spec rules.

It has solid support for all top network vendors and has unlimited
scalability due to flexible design.

tested with pflow(4)
ok aja@
2018-07-11 15:16:47 +00:00
chrisz
a998d40574 Import math/ocaml-num, the deprecated arbitrary precision library formerly
distributed with the OCaml compiler distribution.
Needed to build mldonkey.
Marked as BROKEN till the next OCaml upgrade.

OK jca@
2018-07-11 15:10:47 +00:00
chrisz
953d5285f4 Import math/ocaml-zarith, an arbitrary precision arithmetics library
using GMP as backend. This is needed by frama-c because num was removed
from the OCaml compiler distribution.
Marked as BROKEN till the next OCaml upgrade.

OK jca@
2018-07-11 15:09:00 +00:00
chrisz
ee6957d031 Import sysutils/dune, also known as jbuilder, a OCaml build system 2018-07-11 14:50:55 +00:00
espie
df339f3730 darn, opening the file doesn't mean we have room to write to it.
And it could overflow midway thru, so try not to erase existing shitz
2018-07-11 14:43:31 +00:00
gonzalo
ee788aaa43 Update for pciutils to 3.6.0
OK jsg@ (maintainer)
2018-07-11 14:27:02 +00:00
jasper
ba3eaabe4e reserve uid/gid for _fastnetmon 2018-07-11 14:12:44 +00:00
naddy
88e2d2c21d Drop support for tremor (obsolete fixed-point Vorbis decoder), which
will be going away soon.
2018-07-11 13:38:03 +00:00
naddy
7dc9e3f74e Drop support for tremor (obsolete fixed-point Vorbis decoder), which
will be going away soon.  ok ajacoutot@
2018-07-11 13:05:08 +00:00
ajacoutot
4673336bcc Update to awscli-1.15.56. 2018-07-11 12:59:57 +00:00
ajacoutot
3a3688c393 Update to py-botocore-1.10.55. 2018-07-11 12:59:39 +00:00
espie
8fb747aa60 zap really old quirks.
bump version to 3.0, add interface for optional tags (unused yet)
2018-07-11 12:56:38 +00:00
ajacoutot
73ecc9144d Update to py-boto3-1.7.55. 2018-07-11 12:54:45 +00:00
espie
28be2f74be State->new now deduces command name from $0 2018-07-11 12:42:57 +00:00
ajacoutot
bbcce7d2f1 Update to google-cloud-sdk-208.0.0. 2018-07-11 12:21:06 +00:00
ajacoutot
a54572542b SECURITY update to polkit-0.115.
- Fix CVE-2018-1116: Trusting client-supplied UID
2018-07-11 12:18:47 +00:00
ajacoutot
87183a2e41 Update to gnucash-3.2, which was one of the last users of the old and
unmaintained www/webkit; now uses webkitgtk4.
2018-07-11 12:09:10 +00:00
ajacoutot
34d7b30de0 Force bump after recent glib2's gint64 typedef change. 2018-07-11 12:03:57 +00:00
ajacoutot
ddd7fdcb77 Make sure gint64 matches int64_t so that C++ is happy
with and OK espie@
2018-07-11 12:03:22 +00:00
ajacoutot
90df56e7c3 Update to meson-0.47.1. 2018-07-11 11:51:14 +00:00
espie
8a6057ff62 XXX 2018-07-11 11:37:03 +00:00
espie
7a542a32d6 figure out tags for icon theme directories 2018-07-11 11:34:29 +00:00
jasper
0232689836 add python3 flavor to py-redis
ok rpointel@
2018-07-11 11:29:02 +00:00
espie
72bc1e0558 when we delete this, we don't need to run tag a last time 2018-07-11 11:21:12 +00:00
espie
1c6061c5d1 document what should actually happen 2018-07-11 10:54:32 +00:00
espie
3e45c20244 discover update-mime-database tag 2018-07-11 10:43:03 +00:00
espie
2deef80916 typo 2018-07-11 10:16:45 +00:00
jasper
f0e3399e3a update to py-beaker-1.10.0
disable tests for now as the distfile is incomplete; record the otherwise needed
dependencies though.
2018-07-11 10:02:09 +00:00
espie
33a2097e08 we don't need to run update-desktop-database that last time, since we're
going to zap the cache anyway
2018-07-11 09:39:28 +00:00
espie
7922e825d0 use supersedes for mktexlsr-local
requires -current pkg_add
2018-07-11 09:38:44 +00:00
jca
c04dd410e7 arm64 has devel/gdb now, remove workaround and register bdep/WANTLIB
gdb is picked up because it brings libbfd, which can be used by
ocamlobjinfo to analyze (at least) .cmxs files.  Not very useful on
arm64 since native code support isn't enabled, but this is consistent
with other similar architectures.

An alternative would be to drop BFD on non-native non-dynlink archs, if
it is actually used only for .cmxs files.

Late commit because I wanted to avoid conflicting with the ongoing OCaml
update, but this one will need a refreshed diff anyway.

Tested by kettenis@
2018-07-11 09:30:55 +00:00
landry
ef33d3cf24 devel/gdb now builds on aarch64, so remove conditionals. from semarie@ 2018-07-11 09:16:53 +00:00
reyk
d8061ce496 Disable BIOS debug messages and turn on SMBIOS.
This includes the following changes:

- Disable debugging in SeaBIOS except of a single version line:
SeaBIOS (version 1.11.0p0-OpenBSD-vmm)

- Turn off all debug messages of the SGABIOS payload
(1.11.0p0-OpenBSD-vmm is all we need to know, it is documented in the
firmware package that it is included in vmm-firmware).

- Enable SMBIOS: this now gives a BIOS version string in the dmesg and
hw.vendor + hw.product sysctl values (you can also query the SMBIOS
with the dmidecode package).  Please note that SeaBIOS sets all SMBIOS
strings to "Bochs Bochs" by default, we include patch-src_fw_smbios_c
to print OpenBSD, VMM, SeaBIOS, and 1.11.0p0-OpenBSD-vmm as the BIOS
version accordingly.

OK sthen@ mlarkin@
2018-07-11 09:09:46 +00:00
ajacoutot
765084a7d7 Remove ARM workaround.
from Brad (maintainer)
2018-07-11 09:08:16 +00:00