13646 Commits

Author SHA1 Message Date
jca
499879e197 Avoid nested function in waf test
Innocuous, but changes the actual output of a command (smbd -b), so
bump.
2017-09-25 13:26:52 +00:00
danj
9588ab636f Update to weechat-1.9.1, fixes CVE-2017-14727
Date/time conversion specifiers are expanded after replacing buffer
local variables in name of log files. In some cases, this can lead to
an error in function strftime and a crash caused by the use of an
uninitialized buffer.

ok jca@, "that should go in" sthen@
2017-09-25 13:00:05 +00:00
sthen
6780b15bfc use AC_LANG_SOURCE instead of AC_LANG_PROGRAM to avoid a nested function
definition
2017-09-25 12:41:07 +00:00
robert
d267cd02ca Unbreak autoconf checks with clang by not using nested functions
in the checks.

Someone clearly did not read the autoconf documentation because
using the following functions with a function declaration inside
the body will end up declaring a function inside a function.

- AC_TRY_COMPILE( [], [ int main() { return 0; } ],
- AC_LANG_PROGRAM([[]], [[int main (void) { return 0; }]])],
- AC_TRY_LINK([], [int main (void) { return 0; }],

Result:

int
main ()
{
int main (void) { return 0; }
  ;
  return 0;
}

nested functions is a gcc extension which is not supported by
clang.

test.c:4:17: error: function definition is not allowed here
int main (void) { return 0; }
                ^
1 error generated.

This causes tests to fail in the configure scripts resulting in
missing compile and link time flags from the builds.

This resulted in weird behaviour of several software, like gnome
hanging completely due to gtk+3 not being built properly.

This change intrudces the following fixes:

- remove int main() declaration from AC_TRY_COMPILE, AC_LANG_PROGRAM, AC_TRY_LINK
  as it comes with a declaration already, and people misused them

- change to use AC_LANG_SOURCE when needed in case a complete source block is specified

Most of the changes are in configure.(ac|in), however there were some cases
where autoconf is either broken or the build failed because of an autoconf
generated configure script. Everytihng else is switched to autoconf, so
the maintainers can go ahead and upstream these diffs.

There are more to come, we are continously checking the tree for these issues
and in the future the infrastructure will error if such a case is found.
2017-09-25 09:16:12 +00:00
sthen
c081612477 missed bump 2017-09-24 10:44:56 +00:00
kili
f95288adce Move gpg-error to the otr wantlib.
spotted by naddy, ok sthen
2017-09-23 23:11:35 +00:00
jca
1c71931c58 SECURITY update to samba-4.5.14
o  CVE-2017-12150 (SMB1/2/3 connections may not require signing where
   they should)
o  CVE-2017-12151 (SMB3 connections don't keep encryption across DFS
   redirects)
o  CVE-2017-12163 (Server memory information leak over SMB1)
2017-09-23 22:59:18 +00:00
sthen
9bf44cf1b3 sync GNOMEish WANTLIBs 2017-09-23 11:41:31 +00:00
sthen
78b43f6a85 sync wantlib 2017-09-23 11:33:48 +00:00
sthen
b0600caa40 add c to WANTLIB for perl XS modules 2017-09-23 10:51:07 +00:00
sthen
282e97bedd use COMPILER_LIBCXX for c++abi (objc) 2017-09-23 10:41:27 +00:00
sthen
b0ba1b1705 ncurses->ncursesw 2017-09-23 10:32:00 +00:00
sthen
975ad9de13 sync wantlib 2017-09-23 10:19:18 +00:00
sthen
d4c1661ce3 fix WANTLIB (existing wantlib was in the wrong place so the WANTLIB+= didn't
work)
2017-09-23 10:13:19 +00:00
rsadowski
2b5ba3d5e2 Drop gettext MODULE, sync WANTLIB
Based on the diff of Markus Hennecke (Maintainer).

lib depends, REVISION tweaks and ok jca@
2017-09-23 07:41:13 +00:00
sthen
2f245ea74d WANTLIB+=m for a bunch of things (chasing sqlite3 fts5 addition) 2017-09-22 21:37:18 +00:00
sthen
4990bcbeee add a bunch of missing unistring deps 2017-09-22 20:52:58 +00:00
sthen
e946defd41 add a symlink to the location where icinga2's ITL definition for this check
expects to find it
2017-09-21 20:28:08 +00:00
sthen
f397fc5856 update to icinga2-2.7.1 2017-09-21 17:17:24 +00:00
ajacoutot
a01a852c66 Update to py-botocore-1.7.14. 2017-09-20 06:27:12 +00:00
dcoppa
b29320a9de Drop gettext module 2017-09-19 18:28:27 +00:00
ajacoutot
bd902034c2 Update to py-botocore-1.7.13. 2017-09-19 08:32:37 +00:00
akoshibe
da4ed4522c Enable mininet. OK phessler@ sthen@ 2017-09-18 22:23:29 +00:00
sthen
3910ff8613 - add hidden dep on archivers/snappy
- reinstate gtk version, req by tb@
- install mime/appdata files, missing from the !gtk build
2017-09-18 13:41:32 +00:00
jca
0b267664fe Update to samba-4.5.13, the latest release of the 4.5.x series
Putting this in now to help handle future possible security issues on
the 6.2 branch.  Tested by Ian McWilliam.
2017-09-18 11:52:04 +00:00
jca
cedb5e690e Update to wifind-0.7
from maintainer Ray Lai
2017-09-16 23:32:03 +00:00
dcoppa
2e7954cc7b Drop gettext module 2017-09-16 14:55:27 +00:00
ajacoutot
ccd5932340 Update to py-botocore-1.7.12. 2017-09-16 06:47:20 +00:00
akoshibe
099661ec5e Move examples to /usr/local/share/examples.
Fix for bug introduced in last revision

OK phessler@
2017-09-16 06:03:05 +00:00
ajacoutot
3f9f319dc9 Update to py-botocore-1.7.11. 2017-09-15 07:14:45 +00:00
dcoppa
15a86df662 Drop gettext module and fix dependencies accordingly. 2017-09-14 16:21:15 +00:00
ajacoutot
dac5b735eb Update to py-botocore-1.7.10. 2017-09-14 14:47:53 +00:00
sthen
f46f3a5f9d s/rtadvd_flags/rtadvd flags/ (typo), from Caspar Schutijser, thanks! 2017-09-13 19:51:33 +00:00
sthen
0ea39a107d Mention use of rtadvd(8) for handing addresses to clients. 2017-09-13 11:03:51 +00:00
feinerer
3e131aaa5e Update to c-ares 1.13.0
Fixes CVE-2017-1000381 (https://c-ares.haxx.se/adv_20170620.html).

ok jca@
2017-09-12 17:43:10 +00:00
ajacoutot
fd9bd1edfa Update to py-botocore-1.7.8. 2017-09-12 10:22:27 +00:00
bcallah
35f278da91 Update to 2.01.3 -- this uses security/gnutls now, so sync WANTLIB too.
Changelog: http://tintin.sourceforge.net/news.php
ok Ted Roby <ted.roby AT gmail DOT com> (MAINTAINER)
2017-09-12 02:59:45 +00:00
rsadowski
23e036bd6b Update for konversation to 1.7.2 2017-09-11 05:44:27 +00:00
kirby
3b73e1b50a update to owncloudclient-2.3.3 2017-09-10 06:52:10 +00:00
naddy
b01e80ab22 * Update to 1.1.0.
* Replace MESSAGE with rc file.
* Drop maintainership.
* Set PORTROACH.

ptpd-1.x implements PTPv1 (IEEE 1588-2002)
ptpd-2.x implements PTPv2 (IEEE 1588-2008)
PTPv2 is not backward compatible with PTPv1.
2017-09-09 21:22:49 +00:00
akoshibe
b9789144ea Turn PID tracking on by default, and stop using 'pkill -f' to interrupt
processes. Also remove some debug prints.

OK phessler@
2017-09-09 21:18:30 +00:00
jasper
7b52b21499 update to gupnp-tools-0.8.14 2017-09-09 11:28:58 +00:00
ajacoutot
7532b229ff Update to py-botocore-1.7.7. 2017-09-09 07:27:58 +00:00
ajacoutot
614df5be85 Needs BDEP on devel/go-sys. 2017-09-09 07:02:38 +00:00
jsing
19bdfcf0cd Update net/go-net to a version around the Go 1.9 release.
ok ajacoutot@ jasper@
2017-09-08 17:17:18 +00:00
ajacoutot
6bd7e0f7bf Update to py-botocore-1.7.6. 2017-09-08 07:15:46 +00:00
nigel
9e233478a3 Update to 1.17
1.17 is a minor fix to tests only source changes checked and no changes.
Ok bluhm@ for 1.16
2017-09-07 19:07:38 +00:00
nigel
89ec263aa8 Update to 0.74
Ok bluhm@
2017-09-07 18:58:40 +00:00
giovanni
54864af49c Update country database, upstream provides a database from 2013
add an additional target to recreate the database
take maintainership
ok and hints sthen@
2017-09-07 16:52:55 +00:00
fcambus
de78a62bd6 Update GeoLite2 databases to latest version. 2017-09-07 13:30:09 +00:00