116831 Commits

Author SHA1 Message Date
sthen
92d175076f update to rspamd-1.4.4, from Brad 2017-02-17 10:13:57 +00:00
phessler
0df7a040a4 remove a sparc leftover 2017-02-17 10:01:28 +00:00
landry
7fe9ed3adb update to xfce4-mount 1.1.0, ported to gtk3 2017-02-17 09:44:09 +00:00
landry
a0d21c9401 update to xfce4-notifyd 0.3.5 2017-02-17 09:43:16 +00:00
landry
8c51a9fff6 update to parole 0.9.0 2017-02-17 09:41:11 +00:00
landry
85f1a97d71 update to thunar 1.6.11 2017-02-17 09:40:14 +00:00
landry
aa9999af47 update to ristretto 0.8.2 2017-02-17 09:39:29 +00:00
landry
4abc7e88ce update to xfce4-weather 0.8.9 2017-02-17 09:38:51 +00:00
ajacoutot
31d8f5710c Update to dbus-1.10.16. 2017-02-17 09:13:49 +00:00
ajacoutot
ad65ad9354 Update to awscli-1.11.50. 2017-02-17 09:06:36 +00:00
ajacoutot
22104f9d59 Update to py-botocore-1.5.13. 2017-02-17 09:06:17 +00:00
ajacoutot
ecaf87b700 Remove ONLY_FOR_ARCHS; we're building almost everywhere and CLANG_ARCHS
now exists.

from Brad (maintainer)
2017-02-17 09:05:09 +00:00
sebastia
3953b25584 Update to 2.0.3, get away from that git tag, to a proper released
version.
2017-02-16 21:50:52 +00:00
sebastia
3497abf47b Maintenance update 2.5.1 -> 2.5.2 2017-02-16 21:48:52 +00:00
bluhm
9abbdee005 update p5-IO-Socket-SSL to 2.047 2017-02-16 21:17:43 +00:00
kurt
ff1a692232 Add missing header to fix this message in the log:
NOTE: setsockopt TCP_NODELAY=1 failed (No kernel support)
okay jca@
2017-02-16 21:16:55 +00:00
jasper
325b16429b +tmate 2017-02-16 20:06:50 +00:00
jasper
6f06db64e6 import tmate-2.2.1
Instant terminal sharing based on tmux.

based on work by Wesley MOUEDINE ASSABY (MAINTAINER)
ok aja@
2017-02-16 20:06:03 +00:00
sthen
106bb9a80f update to bacula-7.4.5, patched to avoid an FD segfault. 2017-02-16 17:16:19 +00:00
jca
3e62fdd5fa Use -mlong-calls on arm and powerpc to work around relocations overflow
On those architectures the .text section of the executables is too big
for the 32M immediate branch offset.  ld --relax is supposed to fix
things on powerpc, but it is actually ineffective here.  cc -mlong-calls
creates branches instructions using a full 32 bits register; FreeBSD
uses the same workaround.

A fix for lib/csu is still needed to avoid an overflow between .init
and .fini sections.  powerpc hasn't been tested, but we know that
devel/llvm is already broken there anyway.

ok Brad (maintainer)
2017-02-16 15:07:16 +00:00
sebastia
d70fd21083 Maintenance update to 1.0.3 2017-02-16 14:27:29 +00:00
fcambus
fdc6658624 Update lpeg to 1.0.1.
OK benoit@
2017-02-16 14:24:41 +00:00
fcambus
c5f578cccd Update ansiweather to 1.10. 2017-02-16 12:35:39 +00:00
sthen
37791eb7ef Update to lftp-4.7.6 and add explicit gettext dep. From rsadowski (maintainer). 2017-02-16 10:56:00 +00:00
sthen
3c13d59df9 remove HOMEPAGE which is already the default with GH_* 2017-02-16 10:45:45 +00:00
pea
287ff957dc Update to 5.1.4
ok ajacoutot@
2017-02-16 10:14:51 +00:00
ajacoutot
3d81a82382 Update to meson-0.38.1. 2017-02-16 09:35:33 +00:00
ajacoutot
1a65571e4c Update to gnome-photos-3.22.4. 2017-02-16 09:30:51 +00:00
ajacoutot
61c6592434 Update to terraform-0.8.7. 2017-02-16 09:03:15 +00:00
ajacoutot
6420b19275 Update to google-cloud-sdk-144.0.0. 2017-02-16 08:49:02 +00:00
ajacoutot
b32225e99f Update to awscli-1.11.49. 2017-02-16 08:41:56 +00:00
ajacoutot
b29e56ca61 Update to py-botocore-1.5.12. 2017-02-16 08:41:42 +00:00
ajacoutot
4c158b553a Update to webkitgtk4-2.14.5. 2017-02-16 08:19:32 +00:00
jasper
1c44840a54 update to grilo-0.3.3 2017-02-15 18:34:02 +00:00
jasper
a86525589f update to grilo-plugins-0.3.4 2017-02-15 18:33:58 +00:00
jasper
5de8be143f update to gnome-calculator-3.22.3 2017-02-15 18:31:33 +00:00
sthen
59853f46f3 update to lftp-4.7.5, from maintainer Rafael Sadowski 2017-02-15 15:27:48 +00:00
bluhm
6d66bb780e update p5-Test-Script to 1.15 2017-02-15 14:36:22 +00:00
bluhm
e67d965bea Sort according to Makefile.template. 2017-02-15 14:32:21 +00:00
bluhm
32eaba4c56 update p5-Cpanel-JSON-XS to 3.0227 2017-02-15 14:14:49 +00:00
landry
ba61ea94c0 Update to rust 1.15.1.
- switch to rustbuild build system instead of configure (the world
  definitely needed one more build system!)
- the build still takes +INF hours, this is being investigated

Note that rust will be a hard-requirement for gecko 54... sigh.

Tested by semarie@ and myself on i386 & amd64.

All the hard work and countless build hours by semarie@, thanks!
2017-02-15 12:52:35 +00:00
landry
bb9afec3aa Update to cargo 0.16.0.
All the hard work by semarie@, thanks!
2017-02-15 12:49:42 +00:00
zhuk
223f6a5dfb Fix conflict marker that prevented installation of qt5-html meta-package. 2017-02-15 09:55:20 +00:00
ajacoutot
a475dc3b3b Update to awscli-1.11.48. 2017-02-15 06:47:31 +00:00
ajacoutot
b45450d370 Update to py-botocore-1.5.11. 2017-02-15 06:47:16 +00:00
sthen
2a738b5efb update to FLdigi-3.23.21 2017-02-14 23:17:36 +00:00
sthen
0af33a8012 update to ocserv-0.11.7, from Björn Ketelaars 2017-02-14 23:02:19 +00:00
sthen
62f2db7b21 update to RackTables-0.20.12 2017-02-14 22:54:52 +00:00
landry
e24c6e51ff Update to youtube-dl 2017.02.14 to unbreak with youtube changes
ok ajacoutot@
2017-02-14 20:30:11 +00:00
rpointel
976ddff4dd + SUBDIR += libscca
+     SUBDIR += libvhdi
2017-02-14 20:26:44 +00:00