espie
691753ef2d
formalize how to convert time values to string, with 2 digits after the dot
2019-10-23 10:04:06 +00:00
gilles
d5009eb269
update opensmtpd-filter-rspamd to 0.1.4 which solves some DKIM sign/verify
...
issues caused by the filter itself
ok jasper@ and landry@
2019-10-23 08:50:05 +00:00
jasper
76e6eafc6d
update to tmuxinator-1.1.2
2019-10-23 08:24:53 +00:00
jasper
cd184de4e9
update to virt-what-1.20
2019-10-23 08:23:51 +00:00
jasper
7bdc3cfe25
update to libxkbcommon-0.9.1
2019-10-23 08:18:36 +00:00
jasper
a52815395f
update to libsass-3.6.2
2019-10-23 08:14:43 +00:00
martijn
aea6fb2bea
Fix off by one in relaxed mode.
...
Issue found and fix tested by Mikolaj Kucharski.
port diff looks good to jasper@
2019-10-23 08:01:19 +00:00
martijn
d584a95336
When running filter-dnsbl later in a filter chain it can happen that a
...
disconnect command is issued without any prior. This results in an invalid
free.
Found by and fix tested by Mischa Peters
port diff looks good to jasper@
2019-10-23 07:59:10 +00:00
bket
1370726ff8
Update to hexchat-2.14.2.
...
Changelog can be found at
https://hexchat.readthedocs.io/en/latest/changelog.html .
Includes feedback from sthen@ and cwen@. Thank you!
OK cwen@
2019-10-23 05:06:11 +00:00
asou
6300169e12
Add sys_unveil()
2019-10-23 02:35:05 +00:00
cwen
ee5ff3b283
screenfetch: update to 3.9.0
...
This update adds (local) disk usage, and mentions architecture again.
OK bket@
2019-10-22 20:10:22 +00:00
robert
534c234048
update to 77.0.3865.120 and make sure to use HW_NCPUONLINE instead of HW_NCPU
2019-10-22 18:35:43 +00:00
pvk
9c3df27610
Update ansible-2.8.5 -> 2.8.6
...
Changelog: https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2-8-6
Port changes:
- add post-release upstream commits to lineinfile module
92cd13a (#63696 ), 29d4d31 (#63763 ), aeb0dde (#62896 )
- build complete html docs (including modules documentation)
- remove RUN_DEPENDS for ansible-html package
- add textproc/py-yaml to BUILD_DEPENDS (required for building html package)
ok jasper@
many thanks to sthen@
2019-10-22 18:04:12 +00:00
sebastia
e0b3984352
update 0.5.7 -> 0.6.0
2019-10-22 18:03:48 +00:00
afresh1
27239bd3b1
Update devel/p5-Try-Tiny to 0.30
...
Earlier version ok giovanni@
2019-10-22 16:35:25 +00:00
espie
53deb25c6d
explicitly call CORE::time/ Time::HiRes::time everywhere
...
(some to be revisited to use Time::HiRes)
2019-10-22 16:02:08 +00:00
espie
31adf50b1c
zap 2 globals
2019-10-22 15:50:25 +00:00
espie
2b3a6acd2c
tweak the reporter interface:
...
- rename methods as report_tty/report_notty for clarity
- pass state down to those methods
- have both tty/notty signal "nothing new" as undef
2019-10-22 15:44:10 +00:00
espie
c3ca79e75c
$S looks a bit like $$, rename it so that the code reads less like gibberish
2019-10-22 15:33:22 +00:00
espie
66e3cdf9b7
better method name
2019-10-22 15:31:35 +00:00
sebastia
dac9e9645a
Update 2.0.18 -> 2.0.19
2019-10-22 14:27:47 +00:00
sebastia
c92bde92c9
update 0.7.3 -> 0.7.4
2019-10-22 13:54:39 +00:00
sebastia
6f9c229e00
Update 5.2.9 -> 5.2.10
2019-10-22 13:38:42 +00:00
sthen
147447c035
update to darktable-2.6.3
2019-10-22 11:11:06 +00:00
espie
c50e859557
there are way more reasons to write a mk.conf these days
2019-10-22 09:52:46 +00:00
sthen
9fe02b340e
bump REVISION for -current sudo to take it to the same version as 6.6-stable
2019-10-22 09:36:21 +00:00
sebastia
f632748b2f
Update 2.12.4 -> 2.12.5
2019-10-22 09:17:04 +00:00
sebastia
b2bc08054d
Update 3.14.4 -> 3.14.5
2019-10-22 08:23:14 +00:00
sebastia
7b226ba6bf
Update 1.7.2 -> 1.8.0
2019-10-22 08:22:39 +00:00
kirby
057337ca08
add RCS tags
2019-10-22 06:07:22 +00:00
lteo
d66eb00c97
Update to Burp Suite 2.1.04.
...
http://releases.portswigger.net/2019/09/professional-2104.html
ok rpointel@
2019-10-22 02:09:18 +00:00
kili
1f3c8fa44b
Adjust comment. libiserv actually has a version number different from ghc.
2019-10-21 20:36:15 +00:00
kirby
bd624c9da3
update to munin-2.0.51
2019-10-21 14:54:39 +00:00
ajacoutot
8cfe571857
Update terraform providers.
2019-10-21 14:52:47 +00:00
cwen
274327fb43
pentobi: honor qt5.port.mk's COMPILER line, so we use ports-gcc,
...
that now supports C++14, instead of ports-clang. This fixes a
segfault seen during the build on base-gcc archs.
OK bcallah@ (maintainer) rsadowski@ naddy@
2019-10-21 14:34:37 +00:00
stsp
b9757c75f4
update to got 0.18
...
- always show the input path when realpath(3) returns an error
- preserve log message when an error occurs during commit, tag, or import
- ignore empty files in refs directory instead of throwing errors
- show file mode differences (executable bit) when diffing in-repository trees
- fix handling of executable-bit changes during update, commit, and status
- improve tog's responsiveness after loading hundreds of thousands of commits
- fix tog performance bug which made searching through commits very slow
- add 'got integrate' command for merging a branch back to its parent branch
- show content from the merge-base file in 3-way merge conflicts, if available
- improved indication of 3-way merge inputs in conflict marker labels
- handle read errors in got_packidx_init_hdr (found by jj@ with scan-build)
- remove worklist code; it was only used to unlink files already unlinked
- show bad reference names in error messages to make such errors more clear
- add -w (ignore whitespace) option to 'got diff'
- improved coding style and error handling in diff3 code
2019-10-21 11:07:21 +00:00
sthen
bbf0062138
use "dep" binary from sysutils/dep rather than fetching it with "go get"
...
(which results in it trying to use an old upstream-packaged "dep" binary
that uses old syscalls that don't work any more in recent OpenBSD).
2019-10-21 10:52:20 +00:00
sthen
39516a936e
update to icinga-web2-2.7.3
2019-10-21 10:37:24 +00:00
kirby
a003c31e1c
update to munin-2.0.50
2019-10-21 06:35:16 +00:00
bentley
e063c1922d
Update to openmsx-0.15.0.
...
Release notes:
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_15_0/doc/release-notes.txt
2019-10-20 22:07:02 +00:00
ajacoutot
02f2057fb4
Increase daemon_timeout to 120s; loading signatures on startup takes an
...
insane amount of time...
ok sthen@ (maintainer)
2019-10-20 10:57:14 +00:00
ajacoutot
b9234bd9bf
Revert previous and add ICU support back now that the port has been fixed.
...
tested in a bulk
2019-10-20 08:02:59 +00:00
rsadowski
3ea757c7ec
tweak do-install target
...
The jbr directory contains a JDK for Linux, so it has to be deleted.
In addition clean up some delete operations.
Diff from Caspar Schutijser, Thnaks!
2019-10-20 06:53:25 +00:00
bentley
cbd8f1d0b4
Update to ppsspp-1.9.3.
...
Release notes:
https://ppsspp.org/#news
2019-10-19 23:23:46 +00:00
bcallah
de44bd8fda
Update to dos2unix-7.4.1; switch HOMEPAGE and MASTER_SITES to https.
...
ok sthem@ some time ago
2019-10-19 18:23:33 +00:00
visa
abe824e2ce
Disable assembly optimizations on mips64 and mips64el to fix build.
...
MSA requires MIPS64r5 or newer CPU.
OK Brad (maintainer)
2019-10-19 16:59:33 +00:00
kirby
3b5fae13d1
- substitute MODPY_BIN in plugins
...
- use https in README-main
2019-10-19 16:06:38 +00:00
ajacoutot
e93c9ee783
Bring adapted master version of cpu_openbsd.go to unbreak cpu_total_compute
2019-10-19 15:45:27 +00:00
ajacoutot
dc2cb4b547
Update to terraform-0.12.12.
2019-10-19 12:09:02 +00:00
ajacoutot
5f6a003595
Update to nomad-0.9.6.
2019-10-19 11:52:42 +00:00