espie
08ecf94982
finish killing PORTS_BUILD_XENOCARA remnants
2017-11-24 14:26:20 +00:00
espie
43a36a1093
save the full path used, eventually for better restart, but not yet
2017-11-24 14:24:04 +00:00
ajacoutot
1add5e57f8
Default to bootstrap,no_valadoc
...
Shoud fix dep loop when running dpb in random order, as reported by naddy@
2017-11-24 13:40:35 +00:00
jca
bba1b2b25d
Update to ncmpc-0.29
...
Remove curses patch, not needed any more, and move to https.
From Klemens Nanni.
Upstream NEWS entries:
* fix crash after losing MPD connection
* fix crash after DNS lookup error
* add Meson option "lyrics_plugin_dir"
* fallback libncurses detection without pkg-config
2017-11-24 13:31:39 +00:00
jca
685f42b2ec
Work around C99 requirement with base gcc
2017-11-24 12:47:34 +00:00
jca
8e10def75c
Avoid unknown option error with base gcc
...
cc1: error: -Werror=sign-conversion: No option -Wsign-conversion
2017-11-24 12:42:31 +00:00
jca
2c8c633b98
Needs a recent c++ compiler (-std=gnu++0x)
2017-11-24 12:18:35 +00:00
landry
c37eb2c6a8
Update to tiff 4.0.9.
...
See http://www.simplesystems.org/libtiff/v4.0.9.html for changes -
fixing a bunch of CVEs and bugs found via fuzzing.
Went in a bulk build without fallout.
2017-11-24 11:23:50 +00:00
rpointel
fb40efaf6d
update uncrustify to 0.66.1.
...
ok benoit@.
2017-11-24 08:42:26 +00:00
sebastia
9eb95e4100
packaging is hard, @option no-default-conflict was missing too,
...
pointed out by naddy@
2017-11-24 07:33:52 +00:00
sebastia
a20fa44065
packaging is hard, @option no-default-conflict was missing too,
...
pointed out by naddy@
2017-11-24 07:33:18 +00:00
landry
8782c9a87f
Update to thunderbird 52.5.0/lightning 5.4.5.
...
See https://www.mozilla.org/en-US/thunderbird/52.3.0/releasenotes/ ,
https://www.mozilla.org/en-US/thunderbird/52.4.0/releasenotes/
and https://www.mozilla.org/en-US/thunderbird/52.5.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2017-20/ ,
https://www.mozilla.org/en-US/security/advisories/mfsa2017-23/
& https://www.mozilla.org/en-US/security/advisories/mfsa2017-26/ (pending)
2017-11-24 06:45:44 +00:00
landry
fec17c9b10
Update to mapproxy 1.11.0.
...
See https://mapproxy.org/blog/new-mapproxy-1.11.0-release/ for details.
2017-11-23 21:06:32 +00:00
pirofti
14a61f9b6b
Update rt to 4.4.2
...
Contains security fixes and various enhancements.
https://docs.bestpractical.com/release-notes/rt/4.4.2
OK robert@
2017-11-23 20:00:05 +00:00
jasper
fe0df39c59
update to epiphany-3.26.3
2017-11-23 19:33:54 +00:00
martijn
e282fcd1c4
Remove unused CONFIGURE_ARGS flags.
...
OK sthen@
2017-11-23 18:57:13 +00:00
espie
10c8e68ebc
- add FIX_EXTRACT_PERMISSIONS, for ports that have paranoid archives
...
so that building with _pbuild does not make unreadable.
- zap MTREE_FILE, no longer useful
- rectify fake tree permissions under "normal user" fake stage.
okay jca@, naddy@
2017-11-23 18:11:05 +00:00
feinerer
9cf345ff00
Update to pgModeler 0.9.0
...
"no objection" by zhuk@
2017-11-23 17:56:07 +00:00
landry
d4f3017ffd
Add pecl-libsodium to RDEP, needed to provide a CSPRNG when using php
...
5.6.
ok sthen@ rsadowski@ pea@ (MAINTAINER)
2017-11-23 17:35:07 +00:00
landry
6cb191fdd3
(minor) Update to xl2tpd 1.3.10.1.
...
While here add a small patch disabling flow control which seems broken,
see https://github.com/xelerance/xl2tpd/issues/133 - with it, xl2tpd is
somewhat usable against npppd/isakmpd. Been running with it since 6+
months.
Discussed with sthen@
2017-11-23 16:41:06 +00:00
espie
24a8e055fc
wrong bootstrap. noticed by naddy@
2017-11-23 15:11:12 +00:00
bluhm
7b0dece0d9
update p5-Net-SIP to 0.812
2017-11-23 14:50:49 +00:00
bluhm
3e20283098
update p5-Net-Inspect to 0.329
2017-11-23 14:39:54 +00:00
jca
4593b2842d
Remove powerpc from LLVM_ARCHS, it never built there.
...
This should unlock the ~235 ports that try to use ports-clang before
ports-gcc.
ok bcallah@ landry@
2017-11-23 14:33:21 +00:00
espie
22b9cc686e
kill PORTS_BUILD_XENOCARA in dpb as well.
2017-11-23 12:36:25 +00:00
espie
eae915eeab
bye bye experiment
2017-11-23 12:30:12 +00:00
espie
d0be71e5d3
kill the experimental xenocara build
...
I still haven't managed to make it fast enough to be worth it,
and I'm unlikely to do so, so bye bye.
already discussed a bit during p2k17, where I said "I'll think about it".
Well...
2017-11-23 12:29:15 +00:00
espie
7879b88914
as we do the install-wrapper twice, don't copy it the second time if it's
...
identical
2017-11-23 12:10:36 +00:00
jasper
9a6c951c9a
update to iso-codes-3.77
2017-11-23 12:03:20 +00:00
sebastia
5c4dd7fd49
Let puppetdb4 packages to be built if puppetdb5 already exists, same approach
...
as for puppet itself
2017-11-23 10:21:17 +00:00
sebastia
e73b1ebe73
Let puppet4 build if puppet5 is already built, use same approach
...
as postfix for example.
problem pointed out by landry@ and he's fine with the solution
2017-11-23 10:11:45 +00:00
jasper
6af7495f9c
- update to lynis-2.5.7
...
- switch homepage/master_sites to https
- simplify post-extract/do-install
ok gonzalo@ (MAINTAINER)
2017-11-23 08:54:05 +00:00
ajacoutot
ae9a059713
Update to awscli-1.12.1.
2017-11-23 08:32:02 +00:00
ajacoutot
130a278878
Update to py-boto3-1.4.8.
2017-11-23 08:31:42 +00:00
ajacoutot
66a7808816
Update to py-botocore-1.8.1.
2017-11-23 08:31:23 +00:00
ajacoutot
214800e91a
Update to libhttpseverywhere-0.6.4.
2017-11-23 08:23:04 +00:00
kirby
28e45ac15b
- enable build on !CLANG_ARCHS
...
- fix localization support
- pass the LUA binary
from MAINTAINER Tim Meunier, thanks!
2017-11-23 05:04:43 +00:00
sthen
208f1c7c74
update to Bacula 9.0.6.
...
- upstream now supports OpenSSL 1.1+ so as usual when this happens,
some patches were required to work with LibreSSL.
- new no_{my,pg}sql pseudo flavours added, lightening the build deps
for a client build: FLAVOR="no_mysql no_pgsql no_bat" make package
2017-11-22 22:35:25 +00:00
sthen
5b15f2e9e9
security update to varnish-5.2.1, simplified from a diff from Klemens Nanni
...
ok gonzalo@
https://varnish-cache.org/security/VSV00002.html#vsv00002
2017-11-22 21:56:30 +00:00
stu
8753cacdba
Update to 3.21.0. Improve comment, plist.
2017-11-22 20:54:18 +00:00
tb
61e323c37e
mention in patch comment that it was merged upstream:
...
26c84990d9
2017-11-22 19:06:20 +00:00
jca
b079a2af84
Update to samba-4.6.11
...
See https://wiki.samba.org/index.php/Samba_4.6_Features_added/changed
for a ChangeLog. samba-4.6.10 bulk build & ok ajacoutot@, tests by Ian;
samba-4.6.11 just adds a bunch of security fixes over 4.6.10.
2017-11-22 16:15:44 +00:00
rpointel
d8eb8e9d68
update markdown to 2.6.9.
...
ok danj@ benoit@.
2017-11-22 15:11:52 +00:00
jca
b8bde0576b
SECURITY update to samba-4.5.15
...
Fixes for:
o CVE-2017-14746 (Use-after-free vulnerability.)
o CVE-2017-15275 (Server heap memory information leak.)
More details at:
o https://www.samba.org/samba/security/CVE-2017-14746.html
o https://www.samba.org/samba/security/CVE-2017-15275.html
2017-11-22 15:09:24 +00:00
awolk
90ae31e011
devel/zeal 0.3.1 => 0.4.0
...
OK abieber@
port changes:
- regen WANTLIB
- drop Qt5Sql as devel/sqlite3 is now used directly
- switch from qmake to cmake
upstream changelog:
https://github.com/zealdocs/zeal/releases/tag/v0.4.0
2017-11-22 14:27:29 +00:00
stu
3d7ac8b36a
Make tk86.pc work with the installed tcl86.pc.
...
Mimic the port and require the exact Tcl version.
2017-11-22 12:46:04 +00:00
stu
a81e97ad8d
Make tk85.pc work with the installed tcl85.pc.
...
Mimic the port and require the exact Tcl version.
2017-11-22 12:45:44 +00:00
naddy
9a4f9bf3db
Picks up xgettext(1) if present, so add BDEP on devel/gettext-tools.
2017-11-22 11:42:15 +00:00
rpointel
a28f88c12a
update to 1.11.7.
2017-11-22 10:16:01 +00:00
landry
3feaf4658e
Add an example sysutils/supervisor configuration snippet as it's waaaays
...
better than using spawn-fcgi...
2017-11-22 08:16:30 +00:00