jasper
f2e5926efd
missing BDEP on devel/py-setuptools_scm
...
spotted by naddy@
2019-01-29 21:07:28 +00:00
landry
a34de66a3b
Update to firefox 65.0.
...
See https://www.mozilla.org/en-US/firefox/65.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-01/
* link against systemwide icu4c now that it's been updated
* add 'video' to main process pledge: note that by default on OpenBSD
only root can access the video device, so this changes nothing.
* document how to enable audio recording and changing video/webcam
device ownership for proper WebRTC usage.
beware if you try building this: in -current, rust fails to build any
mozilla since the devel/llvm update, but this is known and being worked on.
2019-01-29 21:03:19 +00:00
naddy
87d449da2f
Ancient autoconf macros fail to recognize our shared libraries.
...
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.
Fix by grabbing updated macros and re-generating the configure script.
Sync WANTLIB while here.
2019-01-29 20:58:31 +00:00
landry
48f1d6ee6d
Update to thunderbird 60.5.0.
...
See https://www.thunderbird.net/en-US/thunderbird/60.5.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-03/
2019-01-29 20:56:22 +00:00
landry
6da8f96a2e
Update to firefox-esr 60.5.0.
...
See https://www.mozilla.org/en-US/firefox/60.5.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-02/
2019-01-29 20:49:49 +00:00
landry
2187bdc2d8
Bump REVISION-main after previous - while here add a reminder comment
...
about how seamonkey version relates to thunderbird version.
2019-01-29 20:47:08 +00:00
landry
0462e59252
Enforce dependency on nss 3.41.1 & sqlite 3.26.
2019-01-29 20:45:53 +00:00
sthen
8d10c61f55
Make it clearer that you need to install php-apache in order to use apache
...
mod_php. Based on a diff from Kurt Mosiejczuk.
2019-01-29 20:25:15 +00:00
giovanni
16ee50447d
Update to 4.050
...
backport a fix to address a bug triggered by amavisd-new
skip a regression test that will not work for us
regression test workaround by afresh1@
ok afresh1@
2019-01-29 18:08:40 +00:00
jsing
cafca2f498
Update lang/go to 1.11.5.
...
This includes a security fix to the crypto/elliptic package.
2019-01-29 14:25:28 +00:00
sthen
28ec08e21f
use -Wl,-znotext on i386 to allow text relocations for asm code
2019-01-29 11:43:09 +00:00
ajacoutot
9208c73646
Update to libgpg-error-1.35.
2019-01-29 11:27:44 +00:00
semarie
b8050d60d9
update sysutils/sysclean to 2.8 (add unwind support)
2019-01-29 10:43:34 +00:00
robert
fa82e654d1
add a different workaround for the mutex hang issue, which is already used elsewhere
2019-01-29 10:34:28 +00:00
kevlo
cba8d090da
Update to working master_sites.
...
ok jasper@
2019-01-29 09:15:24 +00:00
kevlo
6b6e352bc8
Update to working master_sites.
...
ok bentley@, jasper@
2019-01-29 09:13:54 +00:00
naddy
e07397c230
Ancient autoconf macros fail to recognize our shared libraries.
...
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.
Fix by grabbing updated macros and re-generating the configure script.
2019-01-28 22:58:11 +00:00
jasper
f54d58ee36
update to libgit2-glib-0.27.7
2019-01-28 20:49:26 +00:00
jasper
1599c876d3
update to ansible-lint-4.0.1
2019-01-28 20:47:44 +00:00
jasper
b5d1528b1c
update to rebar-2.6.4
2019-01-28 20:44:21 +00:00
jasper
94b6b7d9cf
update to libgit2-0.27.8
2019-01-28 20:39:15 +00:00
jasper
2f536e39be
update to py-git2-0.27.4
2019-01-28 20:36:58 +00:00
naddy
1a8bc24e4b
install static library instead of a symlink pointing nowhere
2019-01-28 20:22:43 +00:00
jasper
2aacc36b60
update to borgmatic-1.2.15
2019-01-28 19:43:24 +00:00
jasper
32194f63a7
update to zeromq-4.3.1
2019-01-28 19:39:30 +00:00
jasper
0a83c4c061
update to salt-2018.3.3
2019-01-28 19:25:27 +00:00
jasper
f8461aff0c
update to py-M2Crypto-0.31.0
2019-01-28 19:25:11 +00:00
jasper
5122f28f63
+py-send2trash,python3
2019-01-28 19:10:57 +00:00
jasper
5f87738a21
- update to py-send2trash-1.5.0
...
- add python3 flavor
2019-01-28 19:10:12 +00:00
jasper
07da944e70
update to py-croniter-0.3.27
2019-01-28 18:34:23 +00:00
naddy
2f71f83670
i386 now uses lld as the default linker
2019-01-28 17:49:06 +00:00
sthen
d37d2b807a
update mac-vendor database
...
tweak generation (revert mistaken commit in last update, read in as utf-8,
additional output format)
2019-01-28 16:36:37 +00:00
ajacoutot
b275098072
Needs devel/gettext-tools.
2019-01-28 15:44:30 +00:00
jca
608b768579
Simplify patch, add lld -z interpose, more fixes from patrick@
...
from Brad, thanks
2019-01-28 15:34:22 +00:00
jsg
a664a5425d
modify embedded copy of glew.h for recent Mesa versions
...
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-28 15:30:56 +00:00
cwen
eef77b226c
Update p5-MooseX-POE to 0.215
...
Changelog:
https://metacpan.org/changes/distribution/MooseX-POE
OK afresh1@
2019-01-28 15:30:27 +00:00
cwen
092103cb56
Update p5-MooseX-Types-Path-Class to 0.09
...
Changelog:
https://metacpan.org/changes/distribution/MooseX-Types-Path-Class
OK afresh1@
2019-01-28 15:19:09 +00:00
cwen
e159461866
Update p5-POE-Component-IRC-Plugin-RSS-Headlines to 1.10
...
Changelog:
https://metacpan.org/changes/distribution/POE-Component-IRC-Plugin-RSS-Headlines
OK afresh1@
2019-01-28 15:08:58 +00:00
sthen
5f1da1b1ba
update to urlwatch-2.16
...
adds CSS and XPath selectors
2019-01-28 14:48:18 +00:00
cwen
916811573c
+dnsperf
2019-01-28 14:38:21 +00:00
cwen
26d44d854f
Import net/dnsperf 2.2.0
...
Many tweaks and OK sthen@, OK solene@ bcallah@
dnsperf and resperf are free tools that make it simple to gather
accurate latency and throughput metrics for Domain Name Service (DNS).
They read input files describing DNS queries, and send those queries
to DNS servers to measure performance.
resperf-report is a script allowing to generate a report in HTML
format, with graphs. You will need to install the gnuplot package
to use it.
2019-01-28 14:35:41 +00:00
sthen
bfea2ca794
update to cool-retro-term-1.10, from Sascha Paunovic
...
- while there, regen patches, and use mv instead of ln -s for the dir
from the additional distfile so that update-patches handles it better
2019-01-28 13:42:52 +00:00
pvk
bb3b5b730e
Update gitea 1.5.3 -> 1.7.0
...
ok abieber@ kn@
2019-01-28 11:46:26 +00:00
pvk
a90b1ccffc
Update mattermost-server 5.6.1 -> 5.7.0
...
ok abieber@ kn@
2019-01-28 11:45:48 +00:00
kirby
3e65a35f34
update to owncloudclient-2.5.2.11383
2019-01-28 11:31:46 +00:00
ajacoutot
ecfe6f492c
Update terraform providers.
2019-01-28 10:49:10 +00:00
ajacoutot
8394e099fb
Update to nomad-0.8.7.
2019-01-28 10:40:42 +00:00
ajacoutot
9720c20235
Update to consul-1.4.1.
2019-01-28 10:40:22 +00:00
ajacoutot
207d2227a4
Update to vault-1.0.2.
2019-01-28 10:38:02 +00:00
jsg
4e8b648762
modify glew.h for recent Mesa versions
...
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
ok brad (MAINTAINER)
2019-01-28 08:26:17 +00:00