aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* smstools3: fix CFLAGS and LFLAGSAlexander Ryzhov2015-09-25
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* perl: Bump PKG_RELEASEMarcel Denia2015-09-25
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Reorganize patchesMarcel Denia2015-09-25
| | | | | | The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Remove microperl caretx dependency patchMarcel Denia2015-09-25
| | | | | | | This will make microperl unable to build. That's okay, since we haven't been building it for quite a while now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Invert perlbase-essential/perlbase-config circular dependency solutionMarcel Denia2015-09-25
| | | | | | | | | | | | | | | perlbase-essential and perlbase-config depend on functionality from each other. Previously, this was solved by just making perlbase-config depend on perlbase-essential. However, since a simple "use lib" is enough to trigger pulling in Config, this approach doesn't seem to make much sense. So let's just make perlbase-essential depend on perlbase-config instead. This pulls in perlbase-config as a dependency to pretty much every Perl package, so in the future we might want to just merge Config into perlbase-essential. Thanks to Robert Högberg for spotting this. Signed-off-by: Marcel Denia <naoir@gmx.net>
* libtasn1: updated to 4.7Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* gnutls: updated to 3.4.5Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* radcli: updated to 1.2.3Nikos Mavrogiannopoulos2015-09-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* mosquitto: upgrade to version 1.4.4Karl Palsson2015-09-23
| | | | | | | | Drop patch now included upstream. More information: http://mosquitto.org/2015/09/version-1-4-4-released/ Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* Merge pull request #1770 from robho/perlbase-data_needs_more_dependenciesNaoir2015-09-23
|\ | | | | perlbase-data: Add dependency on perlbase-bytes
| * perlbase-data: Add dependency on perlbase-bytesRobert Högberg2015-09-22
| | | | | | | | | | | | | | Dumper.pm, included in perlbase-data, uses module bytes, so add dependency on openwrt package perlbase-bytes. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | Merge pull request #1788 from Dismounted/patch-1Steven Barth2015-09-22
|\ \ | | | | | | nut: Fix required dependencies.
| * | nut: Fix required dependencies.Hanson Wong2015-09-20
| | |
* | | Merge pull request #1789 from MikePetullo/scapyMichael Heimpold2015-09-21
|\ \ \ | | | | | | | | scapy: add new package
| * | | scapy: add new packageW. Michael Petullo2015-09-20
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #1792 from MikePetullo/krb5Michael Heimpold2015-09-21
|\ \ \ | | | | | | | | krb5: update to 1.13.2
| * | | krb5: update to 1.13.2W. Michael Petullo2015-09-20
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | canutils: add new package (fixes #1785)Anton Glukhov2015-09-21
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> [Minor fixes] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #1795 from MikePetullo/lighttpdThomas Heil2015-09-21
|\ \ \ | |/ / |/| | lighttpd: update to 1.4.37
| * | lighttpd: update to 1.4.37W. Michael Petullo2015-09-20
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | mbtools: fix build with libintl-fullDaniel Golle2015-09-19
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: update version, fix gettext version after autoreconfDaniel Golle2015-09-19
| | | | | | | | | | | | | | Use gettext-version PKG_FIXUP to install up-to-date gettext infrastructure. autoreconf is still run implicitely as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1779 from tisj/masterSteven Barth2015-09-19
|\ \ | | | | | | htpdate: add htpdate package based on AA feed
| * | htpdate: add htpdate package based on AA feedTijs Van Buggenhout2015-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source homepage has changed, and sources are updated to version 1.1.1 released 25 August 2015. Patch adjtimex still applies. Changes in version 1.1.1: - Fixed out of bound issue and a missing null-terminated string (thanks to Tobias Stöckmann) Signed-off-by: Tijs Van Buggenhout <tvbuggen@netzerk.be>
* | | Merge pull request #1782 from commodo/python-upgrade-3.5.0Steven Barth2015-09-19
|\ \ \ | | | | | | | | python3: upgrade to version 3.5.0
| * | | python3: upgrade to version 3.5.0Alexandru Ardelean2015-09-16
| | |/ | |/| | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | perl-http-server-simple: Update to 0.51Marcel Denia2015-09-19
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | perl-http-message: Update to 6.11Marcel Denia2015-09-19
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | libcap: fix build on non-linux systemsFelix Fietkau2015-09-18
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | tracertools: update source URLDaniel Golle2015-09-16
| |/ |/| | | | | | | | | rip gitorious.org Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1778 from openwrt/revert-1724-saneLuiz Angelo Daros de Luca2015-09-15
|\ \ | | | | | | Revert "sane-backends: import from oldpackages"
| * | Revert "sane-backends: import from oldpackages"Luiz Angelo Daros de Luca2015-09-15
|/ /
* | Merge pull request #1776 from aTanW/masterSteven Barth2015-09-15
|\ \ | | | | | | joe: bump to upstream v4.1
| * | joe: bump to upstream v4.1aTanW2015-09-15
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
* | | Merge pull request #1724 from luizluca/saneSteven Barth2015-09-15
|\ \ \ | | | | | | | | sane-backends: import from oldpackages
| * | | sane-backends: import from oldpackagesLuiz Angelo Daros de Luca2015-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since oldpackages: - cups dependency was completely removed * This also happened in sane trunk version - small musl patch - added detection of inb,outb (link error with musl) * this also removes hack 020-non-i386-qcam.patch - fix for segfault when using sane-test backend - removed link to extra libraries in libsane (used only for preload backends) - added format-security fix - sane-libs and sane-backends merged and exploded into individual packages for each backend: * libsane for sane library (which backends should dep on) * sane-daemon for saned daemon * sane-xxx for sane backend for xxx ** each backend has its own custom dep libraries * sane-backends-all (with no files) that deps on all backends * sane-qcam is only available for x86/x86_64 ** other archs does not implement inb/outb (at least in musl) Now it is possible to use SANE with much less FS space (KB instead of MB). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #1696 from plntyk/fix_opencvSteven Barth2015-09-15
|\ \ \ \ | | | | | | | | | | opencv: disable precompiled headers
| * | | | openvc: disable precompiled headersDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #1673 from plntyk/fix_octeon_shineSteven Barth2015-09-15
|\ \ \ \ \ | | | | | | | | | | | | shine: fix mips64 (octeon) build error
| * | | | | shine: fix mips64 (octeon) build errorDirk Neukirchen2015-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #1672 from plntyk/fix_musl_fdmSteven Barth2015-09-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | fdm: fix musl compile
| * | | | | | fdm: fix musl compileDirk Neukirchen2015-08-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | musl does not define some macros so define them ourselves Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | | | | | Merge pull request #1773 from commodo/setuptools-upgradeSteven Barth2015-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-setuptools: upgrade to version 18.3.1
| * | | | | | python-setuptools: upgrade to version 18.3.1Alexandru Ardelean2015-09-14
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #1775 from kissg1988/seafile-serverTed Hess2015-09-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | seafile-server: fix libevent2 includes
| * | | | | | seafile-server: fix libevent2 includesGergely Kiss2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | Merge pull request #1774 from kissg1988/seafile-ccnetTed Hess2015-09-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | seafile-ccnet: bump release
| * | | | | | seafile-ccnet: bump releaseGergely Kiss2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | perl-device-usb: Remove leftover testing stuffMarcel Denia2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow slipped through. Oh well... Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | perl-device-usb: New packageMarcel Denia2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>