aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #3232 from zorun/bmonHannu Nyman2016-09-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bmon: Update to 3.9
| * | | | | | | | | bmon: Update to 3.9Baptiste Jonglez2016-09-26
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | gnunet: update to SVN r38014 and improve packagingDaniel Golle2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | libp11: package PKCS#11 OpenSSL engineDaniel Golle2016-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | engine_pkcs11: remove in favour of libp11 OpenSSL engineDaniel Golle2016-09-26
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #3211 from nxhack/configure_without_libaclHannu Nyman2016-09-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | logrotate: configure without libacl
| * | | | | | | | logrotate: configure without libaclHirokazu MORIKAWA2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: https://github.com/openwrt/packages/issues/3191 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | mmc-utils: fix compilation on mips64Michael Heimpold2016-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a patch to remove a superfluous include. Removing this include prevents the following error (detected by LEDE project's buildbot while compiling for mips64 architecture): (Note: directory names shorted for better readability) In file included from mmc.h:20:0, from mmc_cmds.c:37: /srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64' __extension__ typedef __signed__ long long __s64; ^ In file included from /srv/.../include/asm/types.h:22:0, from /srv/.../include/linux/types.h:4, from /srv/.../include/linux/fs.h:11, from mmc_cmds.c:35: /srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here typedef __signed__ long __s64; ^ In file included from mmc.h:20:0, from mmc_cmds.c:37: /srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64' __extension__ typedef unsigned long long __u64; ^ In file included from /srv/.../include/asm/types.h:22:0, from /srv/.../include/linux/types.h:4, from /srv/.../include/linux/fs.h:11, from mmc_cmds.c:35: /srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here typedef unsigned long __u64; ^ Makefile:36: recipe for target 'mmc_cmds.o' failed The patch was already sent upstream, no response yet. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #3227 from jefferyto/python-cryptography-1.5.1Michael Heimpold2016-09-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-cryptography: update to 1.5.1
| * | | | | | | | | python-cryptography: update to 1.5.1Jeffery To2016-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3226 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #3210 from dangowrt/fix-x264-buildTed Hess2016-09-24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | libx264: Fix x264 build (asm)
| * | | | | | | | | libx264: mark as broken on powerpcDaniel Golle2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | | | | | libx264: fix build on soft-float targetsDaniel Golle2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --disable-asm isn't enough to disable building assembly code on ARM. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | Merge pull request #3220 from dangowrt/update-postgresqlJo-Philipp Wich2016-09-24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | postgresql: update to version 9.5.4 and major rework
| * | | | | | | | | postgresql: update to version 9.5.4 and major reworkDaniel Golle2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * convert package build to use host-build for ecpg, pg_config and zic * introduce /lib/functions/postgresql.sh to be used by packages requiring a postgres database to exist as well as postgres' init * no longer require shadow-su, patch pg_ctl to setuid() ifself instead * auto-create database directory if there is enough free space * auto-create databases configured in UCI * remove some dead uci config options * grab maintainership Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | git: fix wrong md5sumPeter Wagner2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | irssi: update to 0.8.20Peter Wagner2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | git: update to 2.10.0Peter Wagner2016-09-23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | sipgrep: new packagediizzyy2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sipgrep to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | sngrep: new packagediizzyy2016-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sngrep to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | radsecproxy: Bump version to 1.6.8.Toke Høiland-Jørgensen2016-09-23
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | rtklib: fix repository and bump version (fixes #3212)Nuno Goncalves2016-09-23
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | php7: adjust patch to unbreak build (fixes #3202)Michael Heimpold2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #3207 from jefferyto/zope-interface-4.3.2Hannu Nyman2016-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zope-interface: update to 4.3.2
| * | | | | | | zope-interface: update to 4.3.2Jeffery To2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #3206 from jefferyto/python-pyopenssl-16.1.0Hannu Nyman2016-09-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-pyopenssl: update to 16.1.0
| * | | | | | | | python-pyopenssl: update to 16.1.0Jeffery To2016-09-22
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #3208 from jefferyto/twisted-16.4.1Hannu Nyman2016-09-22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | twisted: update to 16.4.1
| * | | | | | | twisted: update to 16.4.1Jeffery To2016-09-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #3205 from jefferyto/python-cryptography-1.5Hannu Nyman2016-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-cryptography: update to 1.5
| * | | | | | | python-cryptography: update to 1.5Jeffery To2016-09-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cmac patch was upstreamed (pyca/cryptography#3062). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #3204 from jefferyto/python-enum34-build-dependsHannu Nyman2016-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-enum34: add build dependency to python-setuptools
| * | | | | | | python-enum34: add build dependency to python-setuptoolsJeffery To2016-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | rng-tools: Add description, remove unused parameterHannu Nyman2016-09-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add description to both Makefile and init script that mentions the default of /dev/urandom as the entropy source. * Remove the deprecated interval parameter from init script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #3152 from Borromini/masterHannu Nyman2016-09-22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | unbound: enable pthreads, disable deprecated ciphers
| * | | | | | unbound: enable pthreads, disable deprecated ciphersStijn Segers2016-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
* | | | | | | php5: update to 5.6.26Michael Heimpold2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in standard: CVS-2016-7411 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | php7: update to 7.0.11Michael Heimpold2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | php7: package phar extensionMichael Heimpold2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #3201 from commodo/python-pip-disable-hostHannu Nyman2016-09-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python: disable with-ensurepip option for host build
| * | | | | | | python: disable with-ensurepip option for host buildAlexandru Ardelean2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #3141 from bobafetthotmail/patch-1Hannu Nyman2016-09-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lftp: add zlib dependency
| * | | | | | | | add zlib dependencybobafetthotmail2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because otherwise the build of this package in LEDE trunk fails, complaining about lack of libz.so.1 signed off by Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | Merge pull request #3197 from jefferyto/python-cffi-1.8.3Hannu Nyman2016-09-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-cffi: update to 1.8.3
| * | | | | | | | | python-cffi: update to 1.8.3Jeffery To2016-09-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #3196 from jefferyto/python-ipaddress-1.0.17Hannu Nyman2016-09-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-ipaddress: update to 1.0.17
| * | | | | | | | | python-ipaddress: update to 1.0.17Jeffery To2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | Merge pull request #3195 from KurdyMalloy/masterHannu Nyman2016-09-20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | poco: update to 1.7.5
| * | | | | | | | | poco: update to 1.7.5jmjulien2016-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update package to latest stable version (1.7.5) Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
* | | | | | | | | | Merge pull request #3194 from jefferyto/python-ply-3.9Hannu Nyman2016-09-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-ply: update to 3.9