aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rp-pppoe: redo glibc patchEneas U de Queiroz2018-06-14
| | | | | | Previous fix broke compilation with kernel < 4.8 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #6277 from diizzyy/utils-bluezHannu Nyman2018-06-12
|\ | | | | bluez: Disable printing subsystem rule
| * bluez: Disable printing subsystem ruleDaniel Engberg2018-06-12
| | | | | | | | | | | | | | | | By default bluez allows the printing subsystem to communicate via dbus. This refers to the group lp which isn't available on OpenWrt and makes dbus fail to start. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #5807 from gladiac1337/feature-haproxy-v1.8.5Thomas Heil2018-06-12
|\ \ | | | | | | Update HAProxy to v1.8.9
| * | haproxy: Update HAProxy to v1.8.9Christian Lachner2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - Added logic to Makefile to only append the patch-version to the HA-Proxy version if we actually applied any patches (PKG_RELEASE!=00) Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8+5Christian Lachner2018-05-18
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 05 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-16
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 04 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-10
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 03 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-04-29
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Add a script for package maintainers to simplify upstream patch ↵Christian Lachner2018-04-29
| | | | | | | | | | | | | | | | | | | | | | | | collection Manually fetching patches is cumbersome so I created a simple bash-script which uses Git-mechanisms to collect all patches inside a branch from a specific TAG to the current HEAD revision. Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.8Christian Lachner2018-04-20
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.7Christian Lachner2018-04-07
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.6Christian Lachner2018-04-05
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update MEDIUM+ patches for HAProxy v1.8.5Christian Lachner2018-03-30
| | | | | | | | | | | | | | | | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.5.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.5Christian Lachner2018-03-23
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update MEDIUM+ patches for HAProxy v1.8.4Christian Lachner2018-03-16
| | | | | | | | | | | | | | | | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Fix Lua-support for mips(el)Christian Lachner2018-03-07
| | | | | | | | | | | | | | | | | | | | | - TARGET_CFLAGS were missing for haproxy which caused issue #4606 (https://github.com/openwrt/packages/issues/4606) - All targets finally have Lua support again Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #5841 from Menion2k/acpid_multitargetThomas Heil2018-06-12
|\ \ \ | | | | | | | | acpid: remove depends on TARGET_x86 or TARGET_x86_64
| * | | acpid: remove depends on TARGET_x86 or TARGET_x86_64Antonio Silverio2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | acpid can react on netlinkn events that are generated also from SoC GPIO driven event, not only acpi x86 BIOS Signed-off-by: Antonio Silverio <menion@gmail.com>
* | | | Merge pull request #6157 from Ansuel/nginx-moduleThomas Heil2018-06-12
|\ \ \ \ | | | | | | | | | | nginx: Package bump to 1.14.0
| * | | | nginx: Package bump to 1.14.0Ansuel Smith2018-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bump nginx package to latest stable. Also add support for the brotli compression module and head_more module. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6242 from neheb/patch-4Thomas Heil2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | pcre: Update to 8.42
| * | | | | pcre: Update to 8.42Rosen Penev2018-06-08
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6252 from neheb/patch-13Marko Ratkaj2018-06-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | file: Update to 5.33
| * | | | | | file: Update to 5.33Rosen Penev2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | openvswitch: README.md: remove TODO itemsYousong Zhou2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #6206 from Ansuel/ariangHannu Nyman2018-06-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ariang: dep rework
| * | | | | | | ariang: add ariang-nginx metapackageAnsuel Smith2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permit to install a version of ariang with nginx as webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | Merge pull request #6260 from neheb/patch-21Ted Hess2018-06-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | avahi: Update to 0.7
| * | | | | | | | avahi: Update to 0.7Rosen Penev2018-06-10
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6217 from neheb/patch-1Hannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | autossh: Update to 1.4f
| * | | | | | | | autossh: Update to 1.4fRosen Penev2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6243 from neheb/patch-6Hannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pcre2: Update to 10.31
| * | | | | | | | | pcre2: Update to 10.31Rosen Penev2018-06-08
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6261 from neheb/patch-22Hannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bandwidthd: Update to 2.0.1-35
| * | | | | | | | | bandwidthd: Update to 2.0.1-35Rosen Penev2018-06-09
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6267 from neheb/patch-20Hannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | stm32flash: Update to 0.5
| * | | | | | | | | stm32flash: Update to 0.5Rosen Penev2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix URL to use SF macro. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6258 from neheb/patch-19Hannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | addrwatch: Update to 1.0.1
| * | | | | | | | | | addrwatch: Update to 1.0.1Rosen Penev2018-06-09
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload for smaller filesize. We need to run autoreconf anyway Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6273 from commodo/crconf-updateHannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | crconf: switch to git repo and update to more recent code
| * | | | | | | | | | crconf: switch to git repo and update to more recent codeAlexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crconf hasn't released any new version since 2012 or so. And there are quite a few updates in the repo, including newer kernel support. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #6272 from commodo/ulogd-updateHannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ulogd: bump to version 2.0.7
| * | | | | | | | | | | ulogd: bump to version 2.0.7Alexandru Ardelean2018-06-11
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been quite a long time since there was a release, and this one includes quite a bit of fixes/updates. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #6271 from commodo/python-batch-updatesHannu Nyman2018-06-11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python packages batch update
| * | | | | | | | | | | python-cryptography: bump to version 2.2.2Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | | python-idna: bump to version 2.7Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | | python-cffi: bump to version 1.11.5Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | | python-lxml: bump to version 4.2.1Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
| * | | | | | | | | | | python-asn1crypto: bump to version 0.24.0Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>