Commit graph

3975 commits

Author SHA1 Message Date
Dirk Neukirchen
75b0c4fb1b openvc: disable precompiled headers
this commit fixes musl build

precompiled headers are not strictly necessary according to
https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html

precompiled headers will probably be broken anyway in cross-compile cases

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-21 11:14:54 +02:00
Jo-Philipp Wich
6b4b26f506 Merge pull request #1670 from plntyk/fix_musl_crtmpserver
crtmpserver: fix musl build
2015-08-21 10:23:14 +02:00
Jo-Philipp Wich
a137be6d8b Merge pull request #1695 from plntyk/fix_postgresql_various
Fix various postgresql issues
2015-08-21 10:20:26 +02:00
Dirk Neukirchen
bf119cb33b postgresql: fix potential snprintf issue
adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e

spotted while reviewing buildroot changes to postgresql

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-21 10:05:11 +02:00
Dirk Neukirchen
b19dc5496e postgresql: fix uclibc locale.h bug
reported in forum:
https://forum.openwrt.org/viewtopic.php?id=59137

issue was discovered and fixed already in buildroot
git commit id: f5e4ca10220e2325d3a34c0a423388e40b27dbdf

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-21 10:05:06 +02:00
Dirk Neukirchen
736ecae209 postgresql: add missing librt dependency
fixes build error with uclibc

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-21 10:04:59 +02:00
Jacob Siverskog
433880cc1d protobuf: add myself as maintainer.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
2015-08-21 09:46:53 +02:00
Jonas Gorski
f6d8428686 Merge pull request #1691 from commodo/python-pip-maintainer
python-pip: add myself as maintainer
2015-08-20 20:54:32 +02:00
Jonas Gorski
858e33231c Merge pull request #1690 from commodo/python-setuptools-maintainer
python-setuptools: add myself as maintainer
2015-08-20 20:54:17 +02:00
Alexandru Ardelean
00560cea99 python-pip: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-20 21:49:44 +03:00
Alexandru Ardelean
2d585e7511 python-setuptools: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-08-20 21:48:21 +03:00
Ted Hess
0f4e1326fe alsa-lib: Combine package maintainers
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-20 14:14:13 -04:00
Ted Hess
0e3fb59ba1 ntfs-3g: Update to latest, add myself as maintainer, cleanup packages content
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-20 13:43:13 -04:00
Ted Hess
dd79bf0f49 Merge pull request #1682 from ClaymorePT/master
boost: Boost Makefile Update to Version 1.59
2015-08-20 10:55:42 -04:00
cmf
ac8ed17be9 Boost Makefile Update to Version 1.59
This commit updates Boost to version 1.59, released in the 13th of August of 2015 [1].
  - The new version adds two new template libraries, Convert [2] and CoRoutine2 [3].
  - [Warning]-> CoRoutine2 library absolutly requires a C++14 compiler.
  - patch 001-mips-options-fix.patch was removed, since it is already incorporated upstream.

[1] - http://www.boost.org/users/history/version_1_59_0.html
[2] - http://www.boost.org/libs/convert/
[3] - http://www.boost.org/libs/coroutine2/

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
2015-08-20 14:28:47 +01:00
Jonas Gorski
a94f520bcd znc: update to 1.6.1
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2015-08-20 12:17:23 +02:00
Steven Barth
016ecd0d5d Merge pull request #1675 from sairon/python-setuptools-revamp-installation
python-setuptools: revamp installation procedure, update to 18.1
2015-08-20 07:40:53 +02:00
Steven Barth
02a1e6dad1 Merge pull request #1680 from yousong/strongswan
strongswan: split out libtls.so as a separate package.
2015-08-20 07:40:25 +02:00
Yousong Zhou
fbf5c6c5b4 strongswan: split out libtls.so as a separate package.
When only strongswan-minimal is selected, libtls.so will not be built
yet package strongswan will still try to copy the file causing build
failure.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-20 10:21:15 +08:00
Ted Hess
e0e3d05c48 Merge pull request #1677 from luizluca/ruby_update
ruby: bump version to 2.2.3
2015-08-19 13:49:59 -04:00
Ted Hess
6a287ac3d1 Merge pull request #1668 from plntyk/fix_gcc5_mocp
mocp: fix build with gcc5
2015-08-19 13:48:42 -04:00
Luiz Angelo Daros de Luca
b6de5a9580 ruby: bump version to 2.2.3
This is a bug and security fix release, including:

- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-08-19 14:04:03 -03:00
Steven Barth
58d8643a42 Merge pull request #1664 from sairon/python-pip-revamp-installation
python-pip: revamp installation procedure (use setuptools machinery)
2015-08-19 17:48:37 +02:00
Rafał Miłecki
2872ed64cc lighttpd: backport a fix for running out of filedescriptors
It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
2015-08-19 17:19:22 +02:00
Jan Čermák
7964fbf4b2 python-setuptools: revamp installation procedure, update to 18.1
It's better to install setuptools-enabled Python packages with a special
flag that makes a flatter structure of the egg and does not create
site.py file. Already done for python-pip recently. Also, version was
bumped to 18.1.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-08-19 16:35:10 +02:00
Dirk Neukirchen
f9c2f0821e shine: fix mips64 (octeon) build error
error reported by buildbot, replicated locally:
wave.c:(.text+0x8e4): undefined reference to `__builtin_bswap16'

It seems that gcc builtin function is not working for mips64

according to
https://gcc.gnu.org/ml/gcc-patches/2014-01/msg00551.html
bswap patterns only work in >4.8 so the compiler
check in wave.c seems inconsistent across different archs
as octeon has gcc 4.6

make it require gcc >=4.8

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 12:15:46 +02:00
Dirk Neukirchen
65f803ee20 fdm: fix musl compile
musl does not define some macros so define them ourselves

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:37:16 +02:00
Dirk Neukirchen
e49e38ea3e dtndht: fix musl build
add missing headers on musl

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:33:59 +02:00
Dirk Neukirchen
1765aa145f crtmpserver: fix musl build
MAX values should be defined in stdint.h

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:29:24 +02:00
Dirk Neukirchen
1a80a07644 netperf: fix gcc5
default C standard changed in gcc5 so set old variant

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:22:29 +02:00
Dirk Neukirchen
79e2e32c27 mocp: fix build with gcc5
change in default CPP settings lead to build errors
explicitly set flag to enable old behaviour

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:19:50 +02:00
Dirk Neukirchen
f8e6574e64 flashrom: fix gcc5 build
default C dialect changed with gcc5
explicitly use old C dialect

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:12:24 +02:00
Jo-Philipp Wich
ad39db848e Merge pull request #1666 from hnyman/collectd-simplify
collectd: interface plugin: revert to Linux defaults from BSD-like operations
2015-08-19 11:03:04 +02:00
Hannu Nyman
d91cd622c0 collectd: interface plugin: revert to Linux defaults from BSD-like operations
Change the interface plugin to operate with collectd's default way for Linux
instead of trying to use BSD functionality with patches.

Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980
(in 2007, no explanations given for the reasons to add that config option),
causing the addition of 110-net-device-stats.patch in 2010 to fix things,
and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link
to undo BSD-specific changes in collectd code meant for only BSD systems
(as AF_LINK does not exist in Linux).

Revert to collectd's intended way in Linux by removing the config option
and deleting the two corresponding patches.

The same data fieds should be provided, so there is no visbile change to users.

References:
===========

Collectd changes introducing/explaining the option and later breaking things:
http://git.verplant.org/?p=collectd.git;a=commit;h=a05e34a0d4fdb2c15db8226689268a27f6f7163d
http://git.verplant.org/?p=collectd.git;a=commit;h=14740db4b415655abc58307352e406442f9933a0
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc

Openwrt:
intro at r7980: https://dev.openwrt.org/changeset/7980
fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467
fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-19 00:34:03 +03:00
Ted Hess
59f46ea33e Merge pull request #1662 from thess/crelay-import
crelay: import usb relay control daemon
2015-08-18 12:10:50 -04:00
Jan Čermák
f83cf7b663 python-pip: revamp installation procedure (use setuptools machinery)
PIP's installation procedure was too complicated, requiring obscure
postinstall and prerm scripts to move files created by setup procedure.
But since setuptools is required anyway, it's better to use a special
flag created for the purpose of package creation. Resulting directory
structure is flatter and unnecessary files that had to be moved by
prerm/postinstall scripts are not created anymore.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-08-18 12:55:39 +02:00
Steven Barth
baabb368f7 Merge pull request #1663 from hnyman/vsftpd303
vsftpd: update to 3.0.3
2015-08-18 07:58:38 +02:00
Luka Perkov
70246b923e Merge pull request #1596 from danielg4/master
squid: version bump and dependency fixes
2015-08-17 23:59:10 +02:00
Hannu Nyman
f1b60bac41 vsftpd: update to 3.0.3
Update vsftpd to 3.0.3 released in July 2015.

Changelog: https://security.appspot.com/vsftpd/Changelog.txt
Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html

- Increase VSFTP_AS_LIMIT to 200MB; various reports.
- Make the PWD response more RFC compliant; report from Barry Kelly
<barry@modeltwozero.com>.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop <tdb@mirrorservice.org>.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
<mvyskocil@suse.cz>. At least, syslogging seems to work on my Fedora now.
- Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I
probably have a different distro / libc / etc. and there are multiple reports.
- Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle
this case gracefully. Report from Vasily Averin <vvs@odin.com>.
- List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default.
- Make some compile-time SSL defaults (such as correct client shutdown
handling) stricter.
- Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms
delays. From Tim Kosse <tim.kosse@filezilla-project.org>.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn <jann@thejh.net>.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse <tim.kosse@filezilla-project.org>.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse <tim.kosse@filezilla-project.org>.
- Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384.
- Minor SSL logging improvements.
- Un-default tunable_strict_ssl_write_shutdown again. We still have
tunable_strict_ssl_read_eof defaulted now, which is the important one to prove
upload integrity.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-08-17 22:21:23 +03:00
Ted Hess
44aa70d796 crelay: import usb relay control daemon
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-17 11:10:35 -04:00
heil
1df699db40 apache: bump to version 2.2.31
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-17 14:34:29 +02:00
Toke Høiland-Jørgensen
423aad97e3 sqm-scripts: Bump to v1.0.1.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-08-17 12:24:11 +01:00
Noah Meyerhans
5885f21731 bind: update to version 9.9.7-p2
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2015-08-14 08:29:01 -07:00
Yousong Zhou
7955dbbc2d xl2tpd: switch to github devel branch.
Several patches here and pull requests at the upstream github project
page were merged into the devel branch.  Switch to that until the next
stable release.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
18038a5043 xl2tpd: conditionally build with flags for more verbose log output.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
164b67cce5 xl2tpd: add new config option checkup_interval.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
4080689f02 xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
27aafeb96a xl2tpd: tweak generating pppoptfile.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
23feea5814 xl2tpd: fix aliveness check for xl2tpd process.
This change aims to address the following 2 issues

 - The control file was there yet xl2tpd process was not
 - The control file's existence prevented xl2tpd from start

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00
Yousong Zhou
e1a58c09b4 xl2tpd: tweak getting value of mtu config option.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-08-14 12:16:27 +08:00