131046 Commits

Author SHA1 Message Date
espie
a461d6ed8a give LOCALBASE != /usr/local
a fighting chance wrt pkgconfig and perl

(this does not affect the default /usr/local case at all)
2018-08-09 19:53:41 +00:00
sthen
c0497b7a45 +py-mini-amf
(port was from Timo Myyrä)
2018-08-09 19:51:50 +00:00
sthen
c05ce89691 import ports/converters/py-mini-amf, ok danj@
Mini-AMF provides Action Message Format (AMF) serialization and
deserialization support for Python, compatible with the Adobe Flash
Player. It supports Python 2.7 and 3.4+.
2018-08-09 19:51:06 +00:00
tim
ecf50b2cae - Update to 0.8
- Remove unused libid3tag dependency after mad plugin removal
- Remove superfluous configure argument

OK ratchov@ (maintainer), gonzalo@
2018-08-09 19:50:32 +00:00
danj
434f83df41 + py-pathlib2
+ py-pathlib2,python3
2018-08-09 19:14:43 +00:00
danj
fadeb71df3 Import py-pathlib2-2.3.2 from Elias Mariani, ok landry@
The goal of pathlib2 is to provide a backport of standard pathlib
module which tracks the standard library module, so all the newest
features of the standard pathlib can be used also on older Python
versions.
2018-08-09 19:13:41 +00:00
danj
8b876c9d14 + py-scandir
+ py-scandir,python3
2018-08-09 19:09:19 +00:00
danj
26be6dd4f1 Import py-scandir-1.8 from Elias Mariani, tweaks by me/ok landry@
scandir() is a directory iteration function like os.listdir(), except that
instead of returning a list of bare filenames, it yields DirEntry objects that
include file type and stat information along with the name. Using scandir()
increases the speed of os.walk() by 2-20 times (depending on the platform and
file system) by avoiding unnecessary calls to os.stat() in most cases.
2018-08-09 19:08:11 +00:00
espie
7065c9344a tweak imake-cf: use LOCALBASE more consistently (some of these should be
PREFIX, to look up)

Also USE_GROFF to not require groff for generated rules.

not really used, according to Ingo, but won't hurt...
2018-08-09 17:43:00 +00:00
espie
c4a1c5c02b pull USE_GROFF up so I can test it in modules 2018-08-09 17:41:43 +00:00
danj
a00bb2a8a9 regen patches as some need fuzzing
ok tb
2018-08-09 17:39:27 +00:00
jasper
9e62621a16 - update to grafana-5.2.2
- adjust default configuration to log /var/log/grafana as already suggested by PLIST
- fix default provisioning location and scripts
- adjust grafana-cli to use the correct plugin installation path by default
2018-08-09 17:19:29 +00:00
tb
3994a7d3e2 missing tab 2018-08-09 16:45:21 +00:00
danj
705bfda81b Update to py-simpleeval-0.9.6
From semarie aka the new maintainer
2018-08-09 16:20:27 +00:00
pea
7591c32150 Bugfix update to 10.5
ok jeremy@
2018-08-09 15:32:36 +00:00
sthen
ab0dbe9f60 de-conflict with the newer version of x11vnc 2018-08-09 15:05:29 +00:00
sthen
f54b14d6f1 Update to x11vnc 0.9.15 (switching from the original upstream to the
community-maintained version at LibVNC), including some buffer overleak and
memory leak fixes. From semarie with a few changes to autoconf handling from me.
2018-08-09 15:04:21 +00:00
sthen
208a28ab06 update to BIND 9.11.4-P1
4997.   [security]      named could crash during recursive processing
                        of DNAME records when "deny-answer-aliases" was
                        in use. (CVE-2018-5740) [GL #387]
2018-08-09 15:02:28 +00:00
tb
9e5876efd7 Update to protobuf 3.6.1 including these changes:
PHP:  Added compatibility with PHP 7.3 (#4898)
Ruby: Fixed Ruby crash involving Any encoding (#4718)

help & ok sthen
2018-08-09 14:50:09 +00:00
naddy
348526e698 tentative fix for assembly instruction and re-enable NEON 2018-08-09 14:49:54 +00:00
naddy
47652126af fix master site directory path 2018-08-09 14:37:55 +00:00
bluhm
3a3c58c8e8 sort Makefile according to template
comment is module name
remove unneeded dependency
2018-08-09 12:43:35 +00:00
solene
da6adbc447 Update to gnuplot-5.2.4
ok pirofti@ jca@
2018-08-09 12:25:55 +00:00
bluhm
d58919ed31 update p5-HTML-Mason to 1.58
take maintainer
OK previous maintainer David Hill
2018-08-09 12:13:31 +00:00
fcambus
5cd9bd7d51 Add p5-Devel-Refcount. 2018-08-09 11:25:51 +00:00
fcambus
28cb845da8 Import devel/p5-Devel-Refcount.
This module provides a single function which obtains the reference count
of the object being pointed to by the passed reference value. It also
provides a debugging assertion that asserts a given reference has a
count of only 1.

OK giovanni@
2018-08-09 11:25:29 +00:00
fcambus
40e4dcf657 Add p5-Test-HexDifferences. 2018-08-09 11:15:04 +00:00
fcambus
999f978b7a Import devel/p5-Test-HexDifferences.
This module tests binary as hexadecimal string.

OK giovanni@
2018-08-09 11:14:41 +00:00
fcambus
7209eb82de Add p5-MooseX-StrictConstructor. 2018-08-09 11:05:06 +00:00
fcambus
8142032ee2 Import devel/p5-MooseX-StrictConstructor.
Simply loading this module makes your constructors "strict". If your
constructor is called with an attribute init argument that your class
does not declare, then it calls Moose->throw_error(). This is a great
way to catch small typos.

OK giovanni@
2018-08-09 11:04:18 +00:00
sthen
7f276d91b4 update to MariaDB 10.0.36, from Brad
CVE-2018-2755, CVE-2018-2761, CVE-2018-2766, CVE-2018-2771, CVE-2018-2781,
CVE-2018-2782, CVE-2018-2784, CVE-2018-2787, CVE-2018-2813, CVE-2018-2817,
CVE-2018-2819, CVE-2018-3058, CVE-2018-3063, CVE-2018-3064, CVE-2018-3066,
CVE-2018-3081
2018-08-09 10:58:52 +00:00
ajacoutot
6d59cf24f8 Fix issues number. 2018-08-09 07:29:38 +00:00
ajacoutot
8b49889179 --disable-cpu-neon to fix build on ARM.
from Brad
2018-08-09 07:24:53 +00:00
kirby
926484ae28 Fix desktop file.
Original patch from Micah Muer micah()fastmail,net, thanks!
Use sed -i instead of patch and bump.
Maintainer OK.
2018-08-09 03:20:31 +00:00
bcallah
e8fbb4f79e Update to etsh-5.3.0
Changelog: https://etsh.io/src/CHANGES
2018-08-09 00:49:10 +00:00
bcallah
a4e555c4a4 Update to flang-6.0.0.20180804. 2018-08-08 21:14:06 +00:00
juanfra
21a11a3d5f Unbreak racket on i386. 2018-08-08 19:44:13 +00:00
jasper
fbaae3f747 unbreak fresh installations where defaults.ini would not be installed;
while here, instead of @sample'ing, directly install the file as it's not meant
to be edited anyway.
2018-08-08 19:35:25 +00:00
naddy
2349085205 pull in bsd.port.arch.mk before evaluating RUST_ARCHS 2018-08-08 19:18:58 +00:00
bcallah
effc7e8dcb +abc 2018-08-08 15:25:20 +00:00
bcallah
f919501846 Import cad/abc, a system for sequential logic synthesis and verification.
Original submission from Alessandro De Laurenzis, who takes MAINTAINER --
thanks!

Additional work from sthen@ and myself, ok sthen@

ABC is a growing software system for synthesis and verification of binary
sequential logic circuits appearing in synchronous hardware designs. ABC
combines scalable logic optimization based on And-Inverter Graphs (AIGs),
optimal-delay DAG-based technology mapping for look-up tables and standard
cells, and innovative algorithms for sequential synthesis and verification.
2018-08-08 15:24:47 +00:00
solene
bbd2493da4 Remove sysutils/snapdl as it's abandoned upstream
ok sthen@ jca@
2018-08-08 14:16:20 +00:00
bket
c08c857f94 Update to mbedtls-2.12.0.
Fixes vulnerabilities in the TLS ciphersuites (CVE-2018-0497 and
CVE-2018-0498). Major number of all SHARED_LIBS have been bumped as
symbols have been removed.

OK sthen@
2018-08-08 12:51:09 +00:00
sthen
5189ee1c97 set BROKEN-i386 2018-08-08 10:22:00 +00:00
sthen
bebfb52e62 provide and use RUST_ARCHS, from semarie. sounds good to espie 2018-08-08 09:19:40 +00:00
feinerer
f376524cb9 Update to fwknop 2.6.10
ok jca@
2018-08-08 07:07:25 +00:00
fcambus
7648457879 Update GeoLite2 databases to latest version. 2018-08-08 06:38:54 +00:00
jsg
b780625243 update intel microcode to 20180807
Adds support for Speculative Store Bypass Disable and should include
changes for Rogue System Register Read which prevents rdmsr from
speculatively returning data.

ok deraadt@
2018-08-08 04:57:41 +00:00
tb
97d009ba8b Update to 20180731. A dozen new json files with testvectors were added.
ok jsing
2018-08-07 19:00:05 +00:00
bket
3cef6fb49d Update to hiawatha 10.8.2.
OK juanfra@ (MAINTAINER)
2018-08-07 14:26:38 +00:00