aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dtndht: fix musl buildDirk Neukirchen2015-08-19
| | | | | | add missing headers on musl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* Merge pull request #1666 from hnyman/collectd-simplifyJo-Philipp Wich2015-08-19
|\ | | | | collectd: interface plugin: revert to Linux defaults from BSD-like operations
| * collectd: interface plugin: revert to Linux defaults from BSD-like operationsHannu Nyman2015-08-19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #1662 from thess/crelay-importTed Hess2015-08-18
|\ | | | | crelay: import usb relay control daemon
| * crelay: import usb relay control daemonTed Hess2015-08-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1663 from hnyman/vsftpd303Steven Barth2015-08-18
|\ \ | | | | | | vsftpd: update to 3.0.3
| * | vsftpd: update to 3.0.3Hannu Nyman2015-08-17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1596 from danielg4/masterLuka Perkov2015-08-17
|\ \ | |/ |/| squid: version bump and dependency fixes
| * squid: version bump and dependency fixesDaniel Gimpelevich2015-07-20
| | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | apache: bump to version 2.2.31heil2015-08-17
| | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | sqm-scripts: Bump to v1.0.1.Toke Høiland-Jørgensen2015-08-17
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | bind: update to version 9.9.7-p2Noah Meyerhans2015-08-14
| | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | sqm-scripts: Fix dependency on tc.Toke Høiland-Jørgensen2015-08-14
| | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | Merge pull request #1655 from dangowrt/update-postgresqlJo-Philipp Wich2015-08-13
|\ \ | | | | | | update postgresql
| * | postgresql: update source to 9.4.4 and refresh scriptsDaniel Golle2015-08-12
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | postgresql: update to 9.4.1Dirk Neukirchen2015-08-12
| | | | | | | | | | | | | | | | | | - supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | libinput: update sourceDaniel Golle2015-08-13
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pcsc-lite: update sourceDaniel Golle2015-08-13
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ccid: update sourceDaniel Golle2015-08-13
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnunet: update source, add iptables dependencyDaniel Golle2015-08-13
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnurl: update source to 7.43.0Daniel Golle2015-08-13
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | xl2tpd: transfer maintainership to Yousong ZhouDaniel Golle2015-08-12
| | | | | | | | | | | | @openwrt/owners : please invite @yousong to @openwrt/package-maintainers Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | php5-pecl-raphf: update to 1.1.0Michael Heimpold2015-08-11
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | php5: update to 5.6.12Michael Heimpold2015-08-11
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1651 from Wedmer/masterTed Hess2015-08-11
|\ \ | | | | | | [utils/zoneinfo] Updated to the latest release.
| * | [utils/zoneinfo] Updated to the latest release.Vladimir Ulrich2015-08-11
| | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | Merge pull request #1650 from sairon/tvheadend-fix-config-installTed Hess2015-08-11
|\ \ \ | |/ / |/| | tvheadend: add missing install of default Uci config file
| * | tvheadend: add missing install of default Uci config fileJan Čermák2015-08-11
|/ / | | | | | | Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | gnutls: updated to 3.4.4Nikos Mavrogiannopoulos2015-08-10
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | perl-dbi: Depend on perl/host for host buildMarcel Denia2015-08-10
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-xml-parser: New packageMarcel Denia2015-08-10
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | rtl-ais: bump version, add init script, add uci configNuno Goncalves2015-08-09
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | kplex: add init scriptNuno Goncalves2015-08-09
| | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | perl-dbi: Update to 1.634Marcel Denia2015-08-09
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | mpg123: add package with release 1.22.3Zoltan HERPAI2015-08-08
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #1647 from mstorchak/lualanesSteven Barth2015-08-08
|\ \ | | | | | | lualanes: fix musl compatibility
| * | lualanes: fix musl compatibilityMaxim Storchak2015-08-06
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | sqm-scripts: Bump to v1.0.Toke Høiland-Jørgensen2015-08-06
|/ / | | | | | | | | | | | | | | sqm-scripts and luci-app-sqm now live in the same Makefile and are built from the upstream git repository, rather than having the files included here. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | Netperf: Remove musl compatibility patch.Toke Høiland-Jørgensen2015-08-05
| | | | | | | | | | | | Turns out that is not needed anymore for v2.7.0. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | Merge pull request #1640 from commodo/ovs-upgradeSteven Barth2015-08-04
|\ \ | | | | | | openvswitch: upgrade to version 2.4.0
| * | openvswitch: upgrade to version 2.4.0Alexandru Ardelean2015-08-04
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1639 from psycho-nico/up-liburcuSteven Barth2015-08-04
|\ \ \ | | | | | | | | liburcu: update to 0.8.7
| * | | liburcu: update to 0.8.7Nicolas Thill2015-08-04
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | Merge branch 'PR1638'Nicolas Thill2015-08-04
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'bluez' of git://github.com/hauke/packages into PR1638Nicolas Thill2015-08-04
|/| | |
| * | | bluez: update to version 5.33Hauke Mehrtens2015-08-03
| |/ / | | | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | pen: update to 0.29.0Nicolas Thill2015-08-04
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | ulogd: update to 2.0.5Nicolas Thill2015-08-04
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | freetype: -config & .pc files cleanup & fixesNicolas Thill2015-08-04
| | | | | | | | | | | | | | | | | | Fix libdir as well in freetype-config, merge both freetype2.pc fixes into a single one Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | Merge branch 'PR1591'Nicolas Thill2015-08-04
|\ \ \ | |/ / |/| |