aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1694 from jsiverskog/protobuf-maintainer2Jonas Gorski2015-08-21
|\ | | | | protobuf: add myself as maintainer.
| * protobuf: add myself as maintainer.Jacob Siverskog2015-08-21
| | | | | | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* | Merge pull request #1670 from plntyk/fix_musl_crtmpserverJo-Philipp Wich2015-08-21
|\ \ | | | | | | crtmpserver: fix musl build
| * | crtmpserver: fix musl buildDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | MAX values should be defined in stdint.h Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | Merge pull request #1695 from plntyk/fix_postgresql_variousJo-Philipp Wich2015-08-21
|\ \ \ | |_|/ |/| | Fix various postgresql issues
| * | postgresql: fix potential snprintf issueDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e spotted while reviewing buildroot changes to postgresql Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | postgresql: fix uclibc locale.h bugDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | postgresql: add missing librt dependencyDirk Neukirchen2015-08-21
|/ / | | | | | | | | | | fixes build error with uclibc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | Merge pull request #1691 from commodo/python-pip-maintainerJonas Gorski2015-08-20
|\ \ | | | | | | python-pip: add myself as maintainer
| * | python-pip: add myself as maintainerAlexandru Ardelean2015-08-20
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1690 from commodo/python-setuptools-maintainerJonas Gorski2015-08-20
|\ \ \ | | | | | | | | python-setuptools: add myself as maintainer
| * | | python-setuptools: add myself as maintainerAlexandru Ardelean2015-08-20
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | alsa-lib: Combine package maintainersTed Hess2015-08-20
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | ntfs-3g: Update to latest, add myself as maintainer, cleanup packages contentTed Hess2015-08-20
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #1682 from ClaymorePT/masterTed Hess2015-08-20
|\ \ \ | | | | | | | | boost: Boost Makefile Update to Version 1.59
| * | | Boost Makefile Update to Version 1.59cmf2015-08-20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | znc: update to 1.6.1Jonas Gorski2015-08-20
| | | | | | | | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | Merge pull request #1675 from sairon/python-setuptools-revamp-installationSteven Barth2015-08-20
|\ \ \ | | | | | | | | python-setuptools: revamp installation procedure, update to 18.1
| * | | python-setuptools: revamp installation procedure, update to 18.1Jan Čermák2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #1680 from yousong/strongswanSteven Barth2015-08-20
|\ \ \ \ | |_|/ / |/| | | strongswan: split out libtls.so as a separate package.
| * | | strongswan: split out libtls.so as a separate package.Yousong Zhou2015-08-20
|/ / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #1677 from luizluca/ruby_updateTed Hess2015-08-19
|\ \ \ | | | | | | | | ruby: bump version to 2.2.3
| * | | ruby: bump version to 2.2.3Luiz Angelo Daros de Luca2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #1668 from plntyk/fix_gcc5_mocpTed Hess2015-08-19
|\ \ \ \ | |/ / / |/| | | mocp: fix build with gcc5
| * | | mocp: fix build with gcc5Dirk Neukirchen2015-08-19
| | |/ | |/| | | | | | | | | | | | | | | | change in default CPP settings lead to build errors explicitly set flag to enable old behaviour Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | Merge pull request #1664 from sairon/python-pip-revamp-installationSteven Barth2015-08-19
|\ \ \ | | | | | | | | python-pip: revamp installation procedure (use setuptools machinery)
| * | | python-pip: revamp installation procedure (use setuptools machinery)Jan Čermák2015-08-18
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | lighttpd: backport a fix for running out of filedescriptorsRafał Miłecki2015-08-19
| |/ |/| | | | | | | | | | | 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>
* | 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>