135171 Commits

Author SHA1 Message Date
jca
822c559486 Back out the -msave-args addition, it breaks lang/rust on amd64
Pointed out by semarie@
2019-02-03 18:29:48 +00:00
bcallah
8d1646d83c +jgmenu 2019-02-03 15:47:28 +00:00
bcallah
c44a2793a8 Import x11/jgmenu, a freedesktop-compliant menu for openbox and tint2.
Original submission by J. Scott Heppler -- thanks!
Tweaks/revisions by sthen@ and me, ok sthen@

jgmenu is a stand-alone, simple and highly configurable menu application
for Linux and BSD.  Although originally written to be used with openbox
and tint2, it is not in any way dependent on these and can be used with
other panels and window managers.
2019-02-03 15:47:09 +00:00
sthen
6191171448 fix with newer perl, @INC . 2019-02-03 13:31:13 +00:00
sthen
6b44706f57 fix with newer perl, @INC . 2019-02-03 13:30:06 +00:00
sthen
e1b1c45ec9 fix with newer perl, @INC . 2019-02-03 13:17:45 +00:00
sthen
e3fffe0f16 fix with new perl. using PERL_USE_UNSAFE_INC for this one because the pain
to do anything else is too high (perl -e run from a configure script ...).
2019-02-03 12:54:45 +00:00
sthen
ba9d9e79a1 mark BROKEN-i386, needs fixing for LLD 2019-02-03 12:43:40 +00:00
sthen
aa67748a7a add . to @INC for new perl 2019-02-03 12:41:19 +00:00
sthen
a8428f7647 Use https for comstyle.com MASTER_SITES lines. From Brad. 2019-02-03 12:30:10 +00:00
ajacoutot
8ae52e8ad6 Update to consul-1.4.2. 2019-02-03 08:47:09 +00:00
ajacoutot
55287638ed Update to packer-1.3.4. 2019-02-03 08:44:39 +00:00
ajacoutot
7ed7ae35aa Update teraform providers. 2019-02-03 08:37:51 +00:00
ajacoutot
0c58a51178 Update to osinfo-db-tools-1.3.0. 2019-02-03 08:24:32 +00:00
bentley
8ab8463748 Fix build with ffmpeg-4.1.
ok jeremy@ (maintainer)
2019-02-03 03:58:35 +00:00
juanfra
233b44392f Update to cython 0.29.4. 2019-02-02 21:12:30 +00:00
pascal
55428121e1 Have aarch64 default to GCC 8.
ok sthen@ phessler@
2019-02-02 18:44:38 +00:00
pascal
823d8d28c3 Hook up gcc 8.
ok sthen@ phessler@
2019-02-02 18:44:03 +00:00
juanfra
133c95e585 SECURITY:
Prior to 4.9, it's possible to use symlinks and subrepositories to defeat
Mercurial's path-checking logic and write files outside a repository.

As per recommendation of Augie Fackler (Mercurial developer), I'm
creating a global rc file to disable subrepos or any future dangerous
feature. If you need subrepos support, you can enable it in the
project rc file (i.e. myrepo/.hg/hgrc). Use it only with really trusty
sources.
2019-02-02 15:26:07 +00:00
kirby
6c1196cbce update to gammu-1.40.0 2019-02-02 15:25:29 +00:00
rpointel
5bb2f94789 inputs from brad@, Makefile can be simplified and upstream has fixed the build
on OpenBSD.
2019-02-02 10:38:44 +00:00
jeremy
c63d89a621 Update to mime-types-data 3.2018.0812
From George Rosamond
2019-02-02 02:02:43 +00:00
jeremy
86dc47a5ed Update to mime-types 3.2.2
From George Rosamond
2019-02-02 02:01:28 +00:00
jeremy
422d57c96f Update to mini_mime 1.0.1
From George Rosamond
2019-02-02 01:59:32 +00:00
sthen
c675d47c09 update to mutt-1.11.3 2019-02-01 23:55:59 +00:00
sthen
dc1321b69f regen patch, no pkg change 2019-02-01 22:56:46 +00:00
juanfra
2275239921 Add PORTHOME. 2019-02-01 21:30:00 +00:00
naddy
97f74fa7a8 update to 2.48, revised from a submission by Andreas Kusalananda Kahari 2019-02-01 21:26:29 +00:00
cwen
5879fc84ba Fix missing escape in Puffy's ascii logo
Reminded by and OK solene@, OK bcallah@
2019-02-01 21:23:39 +00:00
jasper
e9652e0dff fix path to wordllists
ok rpointel@ (MAINTAINER)
2019-02-01 20:40:43 +00:00
bcallah
e367d8d1c8 Update to streamlink-1.0.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/1.0.0
While here, remove the GH_* variables as they're not doing anything.
2019-02-01 18:31:50 +00:00
otto
33c8f61248 Update to 4.1.11; ok sthen@ 2019-02-01 17:39:45 +00:00
jeremy
16da32da5f Update to ruby 2.6.1 2019-02-01 16:24:59 +00:00
rpointel
f786251088 update llvmlite to 0.27.0, version compatible with llvm 7.
same diff from brad@.
2019-02-01 13:12:55 +00:00
sthen
d897ded9f6 update to librenms-1.48.1 2019-02-01 12:57:44 +00:00
landry
a12ebb365b Security update to nss 3.42.1.
Fixes CVE-2018-18508 which was supposed to be in 3.42 but missed it.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42.1_release_notes
2019-02-01 12:57:24 +00:00
sthen
72bf53aa28 add skipv:1.1.1 for portroach 2019-02-01 12:36:51 +00:00
sthen
286dd8bdfe use a simpler command for "generate 16 random chars" for the setup token
(we can't use upstream's "head -c 12 /dev/urandom | base64" directly so
had to patch, but it's easier to just "openssl rand -base64 12" instead
of the dd | perl monstrosity I was using).
2019-02-01 11:32:02 +00:00
sthen
48deaeefa1 update to maradns-deadwood 3.2.14 2019-02-01 11:18:58 +00:00
ajacoutot
be6b850d81 Update to orca-3.30.2. 2019-02-01 10:52:59 +00:00
jasper
6ed292d87d update to minio-0.20190131 2019-02-01 07:33:33 +00:00
jasper
e1e6c3df54 update to minioc-0.20190130 2019-02-01 07:33:23 +00:00
landry
6a5f3c1aa3 Update to nss 3.42, requirement for gecko 66.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42_release_notes
2019-02-01 06:41:12 +00:00
ajacoutot
b546ba8f25 Missing BDEP+RDEP on devel/py-setuptools_scm. 2019-02-01 06:28:23 +00:00
sthen
77c208d298 Set `shared_target => "bsd-gcc-shared"' in 10-main.conf for i386 to force the
build system to assume gcc/binutils compatible linker. There is autodetection
in detect_gnu_ld() for partially unknown build targets but it's broken
(it tries to run $config{CC} -Wl,-V before it sets up $config{CC}, and even
if that did work, the regex matching output doesn't match LLD's string).

Initial research by naddy@. Mucu further headscratching and deciding on a
not-too-horrible way to work around the problem by me.

Unbreaks i386.
2019-01-31 22:04:40 +00:00
ajacoutot
a6125ad599 Update to exoscale-cli-1.0.7. 2019-01-31 20:22:07 +00:00
ajacoutot
4750cada56 Update to amazon-ssm-agent-2.3.415.0. 2019-01-31 20:20:31 +00:00
sthen
5b3b6e0a0b update to xca-2.1.2 2019-01-31 20:11:23 +00:00
ajacoutot
dbb205dfb0 Update to libosinfo-1.3.0. 2019-01-31 20:06:12 +00:00
ajacoutot
8072e2982a Update to harfbuzz-2.3.1. 2019-01-31 19:44:08 +00:00